Project

General

Profile

« Previous | Next » 

Revision 52912

added Mapper for tranform scholexplorer links into actionsets

View differences:

modules/dnet-mapreduce-jobs/branches/beta/src/test/java/eu/dnetlib/data/mapreduce/actions/ScholexplorerActionMapperTest.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.actionmanager.common.Agent;
8
import eu.dnetlib.data.mapreduce.hbase.dataimport.ScholExplorerConfiguration;
9
import eu.dnetlib.data.mapreduce.hbase.dataimport.ScholixToActions;
10
import eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions;
11
import eu.dnetlib.miscutils.datetime.DateUtils;
12
import org.apache.commons.lang3.StringUtils;
13
import org.junit.Assert;
14
import org.junit.Before;
15
import org.junit.Test;
16

  
17
import java.io.BufferedReader;
18
import java.io.IOException;
19
import java.io.InputStream;
20
import java.io.InputStreamReader;
21
import java.util.HashMap;
22
import java.util.List;
23
import java.util.Map;
24

  
25
import static org.junit.Assert.assertEquals;
26

  
27
public class ScholexplorerActionMapperTest {
28

  
29
    private Map<String, ScholExplorerConfiguration> configurationMap;
30
    private String setName;
31
    private Agent agent;
32
    private String nsPrefix;
33
    private String dsName;
34
    private String dsId;
35

  
36

  
37

  
38
    @Before
39
    public void initializeCofiguration(){
40
        configurationMap= new HashMap<>();
41
        configurationMap.put("issn", new ScholExplorerConfiguration(null, false));
42
        configurationMap.put("openaire", new ScholExplorerConfiguration(null, false));
43
        configurationMap.put("pmid", new ScholExplorerConfiguration("pmid", true,"https://www.ncbi.nlm.nih.gov/pubmed/%s"));
44
        configurationMap.put("doi", new ScholExplorerConfiguration("doi", true,"http://dx.doi.org/%s"));
45
        configurationMap.put("pbmid", new ScholExplorerConfiguration("pmid", true,"https://www.ncbi.nlm.nih.gov/pubmed/%s"));
46
        configurationMap.put("openaire ", new ScholExplorerConfiguration(null, false));
47
        configurationMap.put("pmcid", new ScholExplorerConfiguration("pmc", true,"https://europepmc.org/articles/%s"));
48
        configurationMap.put("pubmedid", new ScholExplorerConfiguration("pmid", true,"https://www.ncbi.nlm.nih.gov/pubmed/%s"));
49
        configurationMap.put("icpsr", new ScholExplorerConfiguration(null, false));
50
        configurationMap.put("dnet", new ScholExplorerConfiguration(null, false));
51
        configurationMap.put("url ", new ScholExplorerConfiguration(null, true,"%s"));
52

  
53
        setName = "DLI";
54
        agent= new Agent("agentId","agentName", Agent.AGENT_TYPE.service);
55
        nsPrefix = "scholexplore";
56
        dsName = "ScholExplorer";
57
        dsId = "scholexplorer";
58
    }
59

  
60
    @Test
61
    public void testSubString () {
62
        final String dnetId ="50|dli_resolver::7b7b9a57a40818d10cf2532d71f012fa";
63
        assertEquals("7b7b9a57a40818d10cf2532d71f012fa", dnetId.substring(17));
64

  
65
        System.out.println(AbstractDNetXsltFunctions.md5("SNSF - Swiss National Science Foundation"));
66
    }
67

  
68

  
69

  
70

  
71
    @Test
72
    public void testSingleScholixAction() throws IOException {
73

  
74
        final InputStream is = this.getClass().getResourceAsStream("/eu/dnetlib/data/mapreduce/actions/part-00000");
75
        final BufferedReader in = new BufferedReader(new InputStreamReader(is));
76
//        in.readLine();
77
//        in.readLine();
78
        String line = in.readLine();
79
        System.out.println(line);
80
        final JsonParser parser = new JsonParser();
81
        JsonObject root = parser.parse(line).getAsJsonObject();
82
        List<AtomicAction> actions = ScholixToActions.generateActionsFromScholix(root, configurationMap, setName, agent, new ActionFactory(), nsPrefix, dsName, dsId, DateUtils.now_ISO8601());
83
        actions.forEach(it-> System.out.println(String.format("%s    cf:%s    qualifier:%s", it.getTargetRowKey(), it.getTargetColumnFamily(), it.getTargetColumn())));
84

  
85
    }
86

  
87
    @Test
88
    public void testScholixAction() throws IOException {
89

  
90
        final InputStream is = this.getClass().getResourceAsStream("/eu/dnetlib/data/mapreduce/actions/part-00000");
91
        final BufferedReader in = new BufferedReader(new InputStreamReader(is));
92

  
93
        String line = in.readLine();
94
        while (StringUtils.isNotEmpty(line)){
95
            final JsonParser parser = new JsonParser();
96
            JsonObject root = parser.parse(line).getAsJsonObject();
97
            try {
98
                List<AtomicAction> actions = ScholixToActions.generateActionsFromScholix(root, configurationMap, setName, agent, new ActionFactory(), nsPrefix, dsName, dsId, DateUtils.now_ISO8601());
99
                Assert.assertNotNull(actions);
100
                Assert.assertTrue(actions.size() > 0);
101
            } catch (Throwable e) {
102
                System.out.println(line);
103
                throw (new RuntimeException(e));
104
            }
105
            line = in.readLine();
106
        }
107
    }
108
}
modules/dnet-mapreduce-jobs/branches/beta/src/test/resources/eu/dnetlib/data/mapreduce/actions/part-00000
1
{"publisher": ["Mammalian genome : official journal of the International Mammalian Genome Society"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71ca0bb7cd1bf367edae9f8fff58e986", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10920245&result=sequence_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10920245"}], "author": ["Bentolila S", "Tiret L", "Fauré S", "Weissenbach J", "Bach J M", "Kessler J L", "Panthier J J"], "relatedPublications": 0, "id": "50|r3d100010527::b8772cb54a09d447f8bb023c1e5e86a3", "title": ["Assignation of highly polymorphic markers on a canine purebred pedigree."], "typology": "publication"}
2
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66eb19bfdb1e70f17e0b7f2293a502b6", "id": {"identifier": "10.5517/ccp32d7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::df7c3de3e453b805947094aa4dab5654", "id": {"identifier": "10.5517/ccpgbp4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::596044649f2740dd69f86f3759c898d7", "id": {"identifier": "10.5517/ccpj92k", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New complexes with 5(3)-(2-hydroxyphenyl)-3(5)-methylpyrazole (H(2)phpz), [Co-2(H(2)phpz)(Hphpz)(2)(phpz)(2)](.)3CH(3)CN (1), [Ni(Hphpz)(2)] (2) and [Cu(HphpZ)(2)] (3), were synthesized and structurally characterized. The ligand coordinates in the form of 3-(2-hydroxyphenyl)-5-methylpyrazole in all cases, except for one ligand in the Co-III complex, where it coordinates in the 5-(2-hydroxyphenyl)-3-methylpyrazole mode. Crystallographic analysis revealed that 1 contains two chemically and crystallographically distinct cobalt(III) ions triply bridged by one phenoxide and two pyrazolate groups, giving rise to a [Co-2(N-N)(2)O] core with a (CoCo)-Co-... distance of 3.154 angstrom. Additionally, the H(2)phpz ligand shows four different coordination modes with the metal ions, demonstrating its versatility. The dinuclear unit of 1 is stabilized by strong intramolecular N-(HO)-O-... hydrogen-bonding interactions involving the phenol oxygen atom of the H(2)phpz ligand and the N-H functionality of the pyrazole ring. The crystal structure of the isomorphous complexes 2 and 3 reveals the presence of centrosymmetric mononuclear units with the MN2O2 [M = Ni-II (2), Cu-II (3)] chromophore displaying a slightly distorted square-planar geometry. The mononuclear structures of 2 and 3 are further stabilized by intramolecular hydrogen bonds established between the acid N-H group as donor and the phenoxide group of the H(2)phpz ligand as acceptor. Spectroscopic studies, ESI-MS and cyclic voltammetry were performed, supporting the crystallographic analysis. ((c) Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2007).", "author": ["de Gelder René", "Tanase Stefania", "Viciano-Chumillas Marta", "Aromí Guillem", "Bouwman Elisabeth", "Smits Jan M. M.", "Solans Xavier", "Reedijk Jan"], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200700313"}], "id": "50|dli_resolver::7b7b9a57a40818d10cf2532d71f012fa", "relatedPublications": 0, "date": ["2015-08-29T15:00:03Z","2015","2015-08-29"], "title": ["\"Coordination Versatility of 5(3)-(2-Hydroxyphenyl)-3(5)-methylpyrazole: Synthesis, Crystal Structure and Properties of CoIII, NiII and CuII Complexes\""], "relatedDatasets": 3}
3
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0ba3406094e50f43df2ea84264c90dc1", "id": {"identifier": "10.5517/ccswg58", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e407766d64ed4878de6f9596807f1767", "id": {"identifier": "10.5517/ccswg47", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The homoleptic [M(MeCN) 4 ] 2+  cations (M = Pd, Pt) as the tetrafluoroborato derivatives were reacted with NHEt 2 . The platinum species affords the amidino derivative {Pt[( E )-HN    C(NEt 2 )Me] 4 }[BF 4 ] 2 ,  1 , as the only detected product of the addition of the amine to the coordinated nitrile. On the contrary, for [Pd(MeCN) 4 ][BF 4 ] 2  competition between the substitution of the nitrile and addition of the amine to the nitrile group is operative: by carrying out the reaction in acetonitrile as solvent, complete conversion was obtained to the crystallographically defined {Pd[( E )-HN    C(NEt 2 )Me] 4 }[BF 4 ] 2 . Consistent with these findings, PdCl 2 (MeCN) 2  reacts with NHEt 2  in acetonitrile yielding the substitution complex PdCl 2 (NHEt 2 ) 2 , whereas the amidino complex  cis -PtCl 2 [( E )-HN    C(NEt 2 )Me] 2 ,  3  was obtained from PtCl 2 (MeCN) 2 . Complex  3  was characterized by X-ray diffractometry.", "author": ["Labella Luca", "Belli Dell’ Amico Daniela", "Samaritani Simona", "Marchetti Fabio", "Pelizzi Giancarlo", "Bacchi Alessia", "Calderazzo Fausto"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2010.04.001"}], "id": "50|dli_resolver::2d27fbd31cc53e37cad82f83dda7fa86", "relatedPublications": 0, "date": [""], "title": ["\"Reactions of the homoleptic acetonitrile complexes of palladium and platinum with diethylamine\""], "relatedDatasets": 2}
4
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ae3e5e7cbb7edbff1822a51fda4ab84d", "id": {"identifier": "q6b856", "schema": "ncbi-p"}}], "abstract": "", "title": ["Cytotoxic activities of substituted 3-(3,4,5-trimethoxybenzylidene)-1,3-dihydroindol-2-ones and studies on their mechanisms of action"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ejmech.2013.03.033"}], "id": "50|elsevier____::e463ad2b90baddd604fcb947807ef5d3", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 1}
5
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2649dbe1f417f881f145025b9d5c8dd4", "id": {"identifier": "10.5517/cc9tmwl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title dinuclear complex, [Cu2(C5H10NO2)2(C10H8N2)3(H2O)2](NO3)2·2H2O, each of the two l-valinate anions chelates a CuII center through the amino N and carboxyl­ate O atom, forming a five-membered ring. A 4,4′-bipyridine mol­ecule bridges two water-coordinated Cu atoms, each of which is connected to another 4,4′-bipyridine, giving rise to a square-pyramidal coordination geometry for the CuII centers. The dinuclear dications, nitrate anions and uncoord­inated water mol­ecules are linked into a two-dimensional structure.", "author": ["Hong Mao-Chun", "Lou Ben-Yong"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808002109"}], "id": "50|dli_resolver::d4911d91b889dca4061caa3476fae9ca", "relatedPublications": 0, "date": [""], "title": ["\"μ-4,4′-Bipyridine-κ2N:N′-bisaqua(4,4′-bipyridine-κN)(L-valinato-κ2N,O)copper(II) dinitrate dihydrate\""], "relatedDatasets": 1}
6
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::78756971e26cc899d87a35252af515a6", "id": {"identifier": "10.3886/icpsr08317", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::387bc23890f424104698074088b5799d", "id": {"identifier": "10.3886/icpsr08317.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9d489afaa17ea4887dbbb3a08301b50a", "id": {"identifier": "10.3886/icpsr09331", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::540225a7f2bd3dd444105154b7f6fcc6", "id": {"identifier": "10.3886/icpsr08317.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "All other industrialized countries have some version of a children's allowance, a grant provided to all families based on the number of children they have. In contrast, the United States provides tax deductions for children, which provide the most benefit to the rich and provide no benefit at all to most poor families. The authors argue that a children's allowance could be instituted in this country that would decrease poverty and welfare participation while not costing the federal government any additional resources. A microsimulation model shows the effects of three levels of children's allowances on government revenues, family incomes, welfare use, and labor supply.", "author": ["PHILLIPS ELIZABETH", "Meyer Daniel, R.", "Maritato Nancy, L."], "localIdentifier": [{"type": "doi", "id": "10.1177/019251391012004005"}], "id": "50|dli_resolver::b82478541ca47747248cf87b112927ed", "relatedPublications": 0, "date": [""], "title": ["The Effects of Replacing Income Tax Deductions for Children With Children's Allowances"], "relatedDatasets": 4}
7
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1314232c765f4f27d958b109667b4169", "id": {"identifier": "10.5061/dryad.3bd65", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1314232c765f4f27d958b109667b4169", "id": {"identifier": "10.5061/dryad.3bd65", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Perl Craig D.", "Niven Jeremy E."], "localIdentifier": [{"type": "doi", "id": "10.1038/srep24204"}], "id": "50|dli_resolver::237d47fb3706bca32ed3f3830db80933", "relatedPublications": 0, "date": [""], "title": ["Colony-Level Differences in the Scaling Rules Governing Wood Ant Compound Eye Structure"], "relatedDatasets": 2}
8
{"typology": "publication", "publisher": ["Parasitology research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::52efa98a0893f745495fc21e46be7ad8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7624289&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5d72b7ab35d159055ab3b729cf6bbda8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7624289&result=noncoding_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7624289"}], "author": ["Luton K", "Johnson A M", "Gleeson M"], "relatedPublications": 0, "id": "50|r3d100010527::9e2063986720cf59ad3269d4a84a0785", "title": ["rRNA gene sequence heterogeneity among Toxoplasma gondii strains."], "relatedDatasets": 2}
9
{"typology": "publication", "publisher": ["Journal of clinical virology : the official publication of the Pan American Society for Clinical Virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::802cfc3618ac6f6c26fe1cd0f8c0489e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20207192&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4b4d055b1618ef1521b5d79260817817", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20207192&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Occupational exanthematic diseases represent an important cause of public health impact and economical losses. Among the viral exanthematic diseases, two caused by poxviruses are noteworthy: the bovine vaccinia (BV), caused by the Vaccinia virus (VACV); and the milker's nodule, in which the agent is the Pseudocowpox virus (PCPV). Both agents are zoonotic and have been associated with several cases of bovine infection. In Brazilian rural areas BV has been highly prevalent, particularly in milk herds. Farmers, milkers and their close contacts developed lesions on the hands, forearms, legs and face accompanied by several systemic symptoms. Although VACV and PCPV present with similar epidemiological and transmission patterns, no VACV and PCPV co-infection cases have to date been described. OBJECTIVES: To describe the first case of zoonotic VACV and PCVP co-infection, based on serological and molecular methods. STUDY DESIGN AND RESULTS: In this work we report a case of a Brazilian rural worker who presented with a large severely ulcerated-pustule skin lesion, associated with fever, headache, malaise, myalgia and axillary, inguinal and cervical limphadenopathy. The worker declared occupational contact with cattle that had notable injuries on their teats. Human and bovine clinical samples were collected and submitted to serological and molecular tests. PCR and phylogenetic analysis revealed the presence of VACV DNA and PCPV DNA in the patient's lesion. Serological tests indicated anti-VACV neutralizing antibodies and molecular assays showed the presence of VACV and PCPV DNA in the patient sera. VACV and PCPV also were detected in dairy cattle. CONCLUSION: Together, these results indicate a case of zoonotic VACV/PCPV co-infection. Epidemiological surveillance and appropriate medical treatment are essential for the control of both diseases, especially in the most severe cases, as described in the present study.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jcv.2010.02.001"}, {"type": "pbmid", "id": "20207192"}], "author": ["Lobato Zélia I P", "Drumond Betânia P", "Kroon Erna G", "Ferreira Paulo C", "Trindade Giliane S", "Guedes Maria I", "Bonjardim Cláudio A", "Silva-Fernandes André T", "Assis Felipe L", "Madureira Marieta", "Abrahão Jônatas S", "Turrini Filippo", "Leite Juliana A", "Coelho Luiz F L", "Fonseca Flávio G"], "relatedPublications": 0, "id": "50|r3d100010527::a8fd6fec08ec1d8da00245154f88e25b", "title": ["Human Vaccinia virus and Pseudocowpox virus co-infection: clinical description and phylogenetic characterization."], "relatedDatasets": 2}
10
{"typology": "publication", "publisher": ["Systematic and applied microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e0642068916cbcc5c50b56984d3eacb9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11542149&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3c6db6c84beebcbadc10b8f2653934fc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11542149&result=noncoding_release", "schema": "url"}}], "abstract": "None: Sequences for the spacer regions that separate the 16S and 23S ribosomal RNA genes have been determined for four more (strategically placed) archaebacteria. These confirm the general rule that methanogens and extreme halophiles have spacers that contain a single tRNAala gene, while tRNA genes are not found in the spacer region of the true extreme thermophiles. The present study also shows that the spacer regions from the sulfate reducing Archaeglobus and the extreme thermophile Thermococcus (both of which cluster phylogenetically with the methanogens and extreme halophiles) contain each a tRNAala gene. Thus, not only all methanogens and extreme halophiles show this characteristic, but all organisms on the \"methanogen branch\" of the archaebacterial tree appear to do so. The finding of a tRNA gene in the spacer region of the extreme thermophile Thermococcus celer is the first known phenotypic property that links this organism with its phylogenetic counterparts, the methanogens, rather than with its phenotypic counterparts, the sulfur-dependent extreme thermophiles.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11542149"}], "author": ["Woese C R", "Achenbach-Richter L"], "relatedPublications": 0, "id": "50|r3d100010527::1793df639a83dc97c209af4161f81bf0", "title": ["The ribosomal gene spacer region in archaebacteria."], "relatedDatasets": 2}
11
{"typology": "publication", "publisher": ["BMC genomics"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e225095802d6a7d6a71bac6de3e07111", "id": {"identifier": "hm189212", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a42473c32e27164392b48fef4b622157", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20969792&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3ef1e4bdd9795a61be5731fb54a34644", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20969792&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::95cc0988210b95c700ede23b554fb544", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20969792&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: The family Tetranychidae (Chelicerata: Acari) includes ~1200 species, many of which are of agronomic importance. To date, mitochondrial genomes of only two Tetranychidae species have been sequenced, and it has been found that these two mitochondrial genomes are characterized by many unusual features in genome organization and structure such as gene order and nucleotide frequency. The scarcity of available sequence data has greatly impeded evolutionary studies in Acari (mites and ticks). Information on Tetranychidae mitochondrial genomes is quite important for phylogenetic evaluation and population genetics, as well as the molecular evolution of functional genes such as acaricide-resistance genes. In this study, we sequenced the complete mitochondrial genome of Panonychus citri (Family Tetranychidae), a worldwide citrus pest, and provide a comparison to other Acari. RESULTS: The mitochondrial genome of P. citri is a typical circular molecule of 13,077 bp, and contains the complete set of 37 genes that are usually found in metazoans. This is the smallest mitochondrial genome within all sequenced Acari and other Chelicerata, primarily due to the significant size reduction of protein coding genes (PCGs), a large rRNA gene, and the A + T-rich region. The mitochondrial gene order for P. citri is the same as those for P. ulmi and Tetranychus urticae, but distinctly different from other Acari by a series of gene translocations and/or inversions. The majority of the P. citri mitochondrial genome has a high A + T content (85.28%), which is also reflected by AT-rich codons being used more frequently, but exhibits a positive GC-skew (0.03). The Acari mitochondrial nad1 exhibits a faster amino acid substitution rate than other genes, and the variation of nucleotide substitution patterns of PCGs is significantly correlated with the G + C content. Most tRNA genes of P. citri are extremely truncated and atypical (44-65, 54.1 ± 4.1 bp), lacking either the T- or D-arm, as found in P. ulmi, T. urticae, and other Acariform mites. CONCLUSIONS: The P. citri mitochondrial gene order is markedly different from those of other chelicerates, but is conserved within the family Tetranychidae indicating that high rearrangements have occurred after Tetranychidae diverged from other Acari. Comparative analyses suggest that the genome size, gene order, gene content, codon usage, and base composition are strongly variable among Acari mitochondrial genomes. While extremely small and unusual tRNA genes seem to be common for Acariform mites, further experimental evidence is needed.", "author": ["Jin-Jun Wang", "Yuan Ming-Long", "Ming-Long Yuan", "Dou Wei", "Bao-Jun Wang", "Wang Jin-Jun", "Wei Dan-Dan", "Dan-Dan Wei", "Wei Dou", "Wang Bao-Jun"], "localIdentifier": [{"type": "doi", "id": "10.1186/1471-2164-11-597"}, {"type": "pbmid", "id": "20969792"}, {"type": "pmid", "id": "20969792"}], "id": "50|dedup_wf_001::818957b52a5f5872d210e5743a56cdfd", "relatedPublications": 0, "date": ["2010-10-23"], "title": ["The complete mitochondrial genome of the citrus red mite Panonychus citri (Acari: Tetranychidae): high genome rearrangement and extremely truncated tRNAs."], "relatedDatasets": 4}
12
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3f01241b7c0cfb48026e048b8ee5d682", "id": {"identifier": "ay701336", "schema": "genbank"}}], "abstract": "", "title": ["Involvement of Gly 311 residue on substrate discrimination, pH and temperature dependency of recombinant"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.pep.2007.04.008"}], "id": "50|elsevier____::d7121d561d04d5914a5ef2a81b2895ac", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 1}
13
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3c39237578624ee2594c377fab93fef2", "id": {"identifier": "10.5517/cc8bjz2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d5ca070e5b9d1ed0d60eb4922aa9f93", "id": {"identifier": "10.5517/cc8bk04", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The monohydrate of the title phenolic diacid (C 8 H 6 O 5 .H 2 O, 2-hydroxybenzene-1,3-dioic acid or 3-carboxysalicylic acid) adopts a planar conformation, with the phenol hydrogen internally hydrogen-bonded to the carbonyl of one highly ordered carboxyl, which, in turn, donates a hydrogen bond to the oxygen of water. The second carboxyl is disordered and hydrogen-bonded both to water and to the disordered carboxyl of a centrosymmetrically related neighbor in a static disorder arrangement extending over two full asymmetric units. The water accepts either one or two hydrogen bonds and donates a long bifurcated hydrogen bond shared equally by O atoms of the phenol and the disordered carboxyl. The hydrogen bonding includes no standard carboxyl pairing and is entirely two-dimensional. The resulting planar ribbons stack translationally at a distance of 3.413 (8) A, in an offset arrangement having non-translational interplanar distances of 0.821 (5) and 2.592 (6) A. This structure is compared with two previously reported for this compound. The title compound forms a monoanion, whose tetraphenylphosphonium salt is described (C 32 H 25 O 5 P, tetraphenylphosphonium 2,6-dicarboxyphenolate, tetraphenylphosphonium 2-oxidoisophthalic acid or tetraphenylphosphonium 3-carboxysalicylate). The phenol oxygen is the site of formal negative charge on the anion, which is stabilized in a planar arrangement by symmetrical hydrogen bonds from both ortho-carboxyl groups. The energetics of this arrangement, the phenol and carboxyl acidities, and factors affecting those acidities and providing anion stabilization are discussed.", "author": ["Dubois Patrick", "Bawa Shaleen", "Coté Marie L.", "Thompson Hugh W.", "Lalancette Roger A."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108768104012686"}], "id": "50|dli_resolver::47d539a7e7941f7154edb643a36f0565", "relatedPublications": 0, "date": [""], "title": ["\"2-Hydroxyisophthalic acid: hydrogen-bonding patterns in the monohydrate and the tetraphenylphosphonium salt. An instance of dramatic acidity enhancement by symmetric, internally hydrogen-bonded anion stabilization\""], "relatedDatasets": 2}
14
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0111057080ba6422f207a541187e5787", "id": {"identifier": "10.5517/ccdc.csd.cc1zvc4b", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Parkin Gerard", "Rauch Michael"], "localIdentifier": [{"type": "doi", "id": "10.1039/c8dt01947a"}], "id": "50|dli_resolver::4e6b8fb32caccc0ed147bda098887ebd", "relatedPublications": 0, "date": [""], "title": ["Insertion of CS2 into the Mg–H bond: synthesis and structural characterization of the magnesium dithioformate complex, [TismPriBenz]Mg(κ2-S2CH)"], "relatedDatasets": 1}
15
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dd706aa3c2107d33caa17c5946feed21", "id": {"identifier": "10.5517/cc119zbn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::23d506c005ddf2fefb011aff10d91b4c", "id": {"identifier": "10.5517/cc119z9m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8df73614fa6365969dd7743fee017787", "id": {"identifier": "10.5517/cc119zcp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The three transition-metal complexes, (meso-5,7,7,12,14,14-hexamethyl-1,4,8,11-tetraazacyclotetradecane-κ4N)bis(perchlorato-κO)copper(II), [Cu(ClO4)2(C18H40N4)], (I), (meso-5,7,7,12,14,14-hexamethyl-1,4,8,11-tetraazacyclotetradecane-κ4N)bis(nitrato-κO)zinc(II), [Zn(NO3)2(C18H40N4)], (II), and aquachlorido(meso-5,7,7,12,14,14-hexamethyl-1,4,8,11-tetraazacyclotetradecane-κ4N)copper(II) chloride, [CuCl(C18H40N4)(H2O)]Cl, (III), are described. The molecules display a very similarly distorted 4+2 octahedral environment for the cation [located at an inversion centre in (I) and (II)], defined by the macrocycle N4 group in the equatorial sites and two further ligands in trans-axial positions [two O–ClO3 ligands in (I), two O–NO2 ligands in (II) and one chloride and one aqua ligand in (III)]. The most significant difference in molecular shape resides in these axial ligands, the effect of which on the intra- and intermolecular hydrogen bonding is discussed. In the case of (I), all strong hydrogen-bond donors are saturated in intramolecular interactions, while weak intermolecular C—H...O contacts result in a three-dimensional network. In (II) and (III), instead, there are N—H and O—H donors left over for intermolecular interactions, giving rise to the formation of strongly linked but weakly interacting chains.", "author": ["Doctorovich Fabio", "Roy Tapashi G.", "Baggio Ricardo", "Suarez Sebastián", "Yasmin Sabina"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270113018465"}], "id": "50|dli_resolver::2fc4173a58324336f391bc68c2dd0cb8", "relatedPublications": 0, "date": [""], "title": ["\"Three transition-metal complexes with the macrocyclic ligandmeso-5,7,7,12,14,14-hexamethyl-1,4,8,11-tetraazacyclotetradecane (L): Cu(ClO4)2(L), Zn(NO3)2(L) and CuCl(L)(H2O)Cl\""], "relatedDatasets": 3}
16
{"publisher": ["Biochemical genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::24a877b50b7c3c159cc933536342b19f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24449181&result=sequence_release", "schema": "url"}}], "abstract": "None: The big-headed turtle (Platysternon megacephalum) is critically endangered because of overharvesting, illegal trade, and habitat destruction. Assessment of genetic variability in existing populations becomes very important to the taxonomy and conservation of this species. Here we describe 14 microsatellite loci isolated from an enriched genomic library of the big-headed turtle, and the polymorphisms of these loci were assessed in 28 individuals from Huizhou, Heyuan, Zhaoqing, and Shaoguan of Guangdong, China. The range of polymorphism information content is 0.305-0.738, and no evidence of significant linkage disequilibrium was found among any pairs of loci. These 14 new polymorphic microsatellite loci can be used in population genetics, taxonomy, phylogeography, behavior ecology, and conservation efforts of Platysternon megacephalum.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s10528-014-9640-2"}, {"type": "pbmid", "id": "24449181"}], "author": ["Gong Shiping", "Ge Yan", "Wang Fumin", "Chen Jinping", "Chen Guoling", "Hua Liushuai"], "relatedPublications": 0, "id": "50|r3d100010527::0afb88abbfd7ba0e8a1056681bef4891", "title": ["Isolation and characterization of 14 polymorphic microsatellite loci in the big-headed turtle (Platysternon megacephalum)."], "typology": "publication"}
17
{"typology": "publication", "publisher": ["Genomics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::45a357256c4cfee7188f473abae7d5a1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10191102&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::154044c52d581f7294a93c2bf3766944", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10191102&result=sequence_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10191102"}], "author": ["Chen K S", "Potocki L", "Lupski J R"], "relatedPublications": 0, "id": "50|r3d100010527::551c76ea3641532695ba918cc1959d3b", "title": ["Subunit 3 of the COP9 signal transduction complex is conserved from plants to humans and maps within the smith-magenis syndrome critical region in 17p11.2."], "relatedDatasets": 2}
18
{"typology": "publication", "publisher": ["Genomics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5293ae207db0fec685cfdf3a7faffa27", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8586424&result=sequence_release", "schema": "url"}}], "abstract": "None: We report here the isolation of a novel cDNA, designated LIS2, that maps to chromosome 2p11.2 by in situ hybridization and demonstrates extremely high sequence similarity to the recently identified LIS1 gene involved in Miller-Dieker lissencephaly at 17p13.3. Specific probes for LIS2 revealed a pattern of expression resembling that of LIS1, although LIS2 is less abundant. Surprisingly, LIS2 detected an additional, higher molecular weight transcript in adult skeletal muscle. Isolated YAC clones and P1 clones mapped by in situ hybridization to two loci on chromosome 2,2p11.2 and 2q13-q14. This hybridization was due to the existence of LIS2 pseudogene LIS2P on the long arm of chromosome 2.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8586424"}], "author": ["Lindsay E A", "Reiner O", "Bar-Am I", "Cahana A", "Sapir T", "Baldini A", "Carrozzo R", "Shmueli O", "Ledbetter D H"], "relatedPublications": 0, "id": "50|r3d100010527::802f293448c543e140e3fb7f4cec90e3", "title": ["LIS2, gene and pseudogene, homologous to LIS1 (lissencephaly 1), located on the short and long arms of chromosome 2."], "relatedDatasets": 1}
19
{"typology": "publication", "publisher": ["Journal of molecular evolution"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::86a1ff0de49ae9dca1d0ff427d02180d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9847403&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::55df31a087b8b2e445a7f07a94a8ea27", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9847403&result=coding_release", "schema": "url"}}], "abstract": "None: Sequence analysis of two nuclear-encoded glyceraldehyde-3-phosphate dehydrogenase (GAPDH) genes isolated from the dinoflagellate Gonyaulax polyedra distinguishes them as cytosolic and chloroplastic forms of the enzyme. Distance analysis of the cytosolic sequence shows the Gonyaulax gene branching early within the cytosolic clade, consistent with other analyses. However, the plastid sequence forms a monophyletic group with the plastid isoforms of cryptomonads, within an otherwise cytosolic clade, distinct from all other plastid GAPDHs. This is attributed to lateral gene transfer from an ancestral cryptomonad to a dinoflagellate, providing the first example of genetic exchange accompanying symbiotic associations between the two, which are common in present day cells.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9847403"}], "author": ["Morse D", "Woodland Hastings J", "Fagan T"], "relatedPublications": 0, "id": "50|r3d100010527::e8507af0e1578871c6f25e76f49f8457", "title": ["The phylogeny of glyceraldehyde-3-phosphate dehydrogenase indicates lateral gene transfer from cryptomonads to dinoflagellates."], "relatedDatasets": 2}
20
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::56f1270b463429b958b92e5f8b2abf23", "id": {"identifier": "v01555", "schema": "genbank"}}], "abstract": "", "title": ["Follicular dendritic cell tumor of the spleen associated with diffuse large B-cell lymphoma"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.humpath.2007.08.022"}], "id": "50|elsevier____::608d686f2bc7b02585ca6a9d06f3d5a0", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 2}
21
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::031dbfc129aba89ae5b4bd73d0c92afe", "id": {"identifier": "10.5517/cc1k2fpr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67639a236c63f624c6a7e74e4803e02f", "id": {"identifier": "10.5517/cc1k2frt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::808a089957e417a4f80ebb66c4ac6173", "id": {"identifier": "10.5517/cc1k2fqs", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of novel heavier carbene analogs 3–8, MeN(CH2CH2NTs)(CH2CR2O)M (M = Ge (3, R = H; 4, R = Ph), Sn (5, R = H; 6, R = Ph), Pb (7, R = H; 8, R = Ph)), was prepared by the interaction of M[N(SiMe3)2]2 (M = Ge, Sn, Pb) with substituted N,N,O-ligands, 1 and 2, MeN(CH2CH2NHTs)(CH2CR2OH) (1, R = H; 2, R = Ph). All the compounds were investigated by IR and multinuclear NMR spectroscopy and it was established that in a solution tin and lead compounds are agglomerated. An X-ray diffraction analysis of 3 revealed the monomeric structure with three-coordinated Ge atom. In contrast to germylenes, plumbylenes are associated in solid state. In the crystalline phase, the steric hindrance affects the degree of association. Thus, lead derivative 7 based on unsubstituted ligand, 1, forms dimers with strong bridging Pb–O bonding which further crystallize into chains. On contrary, plumbylene 8 based on phenyl substituted ligand, 2, is monomeric and only weak Pb⋯OSO contacts are observed is the solid state.", "author": ["Zaitsev Kirill V.", "Egorov Mikhail P.", "Peregudov Alexander S.", "Zaitseva Galina S.", "Karlov Sergey S.", "Cherepakhin Valeriy S.", "Churakov Andrei V.", "Tarasevich Boris N."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2015.12.025"}], "id": "50|dli_resolver::1a30dbb82a2ed5621916de2529016960", "relatedPublications": 0, "date": [""], "title": ["\"Extending the family of stable heavier carbenes: New tetrylenes based on N,N,O-ligands\""], "relatedDatasets": 3}
22
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1b52efe10ab2262e9180184895b76b75", "id": {"identifier": "10.5517/cc4m743", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d915e86eec8830c4a7a5b9b290a021e5", "id": {"identifier": "10.5517/cc4m754", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two types of crystals were isolated from aqueous solutions of copper(II) salts, the tetradentate diaminodiamide ligand H2L1 (H2L1 = 1,8-diamino-3,6-diazaoctane-4,5-dione) and base. Crystal structural analyses revealed that one is the expected [Cu(L1)] and the other is the corresponding dimer [Cu2(L1)2], with the two copper(II) chromophores in nearly parallel planes (Cu· · ·Cu distance = 3.35 A; angle between the two planes, θ = 18.6°), where each ligand co-ordinates to both metal centers. Relief of strain, induced by the central, flat, five-membered chelate ring with two amide donors and two fused five-membered rings, and van der Waals attractions may be responsible for the stabilization of the dimer. This is supported by force field calculations which accurately reproduce the experimentally observed structures (RMS = 0.14 (monomer), 0.19 A (dimer)), define them as the lowest strain energy conformers and find a stabilization of the dimer by 24 kJ mol–1 (ΔUstrain = 2Ustrainmonomer – Ustraindimer).", "author": ["Gavrish Sergey P.", "Comba Peter", "Peters Alexander", "Lightfoot Philip", "Lampeka Yaroslaw D."], "localIdentifier": [{"type": "doi", "id": "10.1039/a905437e"}], "id": "50|dli_resolver::775653c4df8dd6597ee5627dbf5ea098", "relatedPublications": 0, "date": [""], "title": ["\"Dimerization of a copper(II) compound with a tetradentate diaminodiamide ligand †\""], "relatedDatasets": 2}
23
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::42c6ad87cc1114e06b62366f61b57ff4", "id": {"identifier": "10.6084/m9.figshare.c.3602780.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2fbd3fec74bf153f71f377d05b1a12ac", "id": {"identifier": "10.6084/m9.figshare.c.3602780_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7720eec6792abda6d45815435f9375c5", "id": {"identifier": "10.6084/m9.figshare.c.3602780", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7ec9a7533160b9ede399c25e6ed13837", "id": {"identifier": "10.6084/m9.figshare.c.3602780_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background: Despite an increase in research devoted to primary care attributes, the patient benefits and educational aspects of broad scope practice of primary care physicians (PCPs) have not been well studied, due to a lack of validated measurement in each country. The objective of this study was to develop and validate the Scope of Practice Inventory (SPI) to measure physicians’ scope of practice within the Japanese primary care setting. Methods: The questionnaire was developed in seven phases: 1) item generation, 2) consensus method for necessity of each item, 3) Delphi process for the importance of each item, 4) pilot tests to limit the number of items, 5) preliminary cross-sectional study to examine factor structure and to validate the construct validity, 6) evaluation of internal consistency and intra-class reliability, and 7) evaluation of external validity. To confirm the interpretability of the SPI, the determinants of the SPI using a generalized linear model were evaluated. Results: Among 359 items generated by a focus group, 180 reached a defined consensus on face and content validity after the Delphi process. After deletion of ite ms with Kappa values less than 0.6, 120 items were selected for the preliminary study. The principle component analysis using responses from 451 PCPs eliminated 52 items. The final 68-point SPI had three subdomains: Inpatient care, 25 items; Urgent care and minor procedures, 27 items; and Ambulatory care, 16 items. Internal consistency and test-retest reliability for total SPI and each subdomain revealed acceptable reliability. Male sex, less years since graduation, working in a hospital, sub-urban or rural setting, having remote experience, and having board certification as a PCP were positively associated with higher SPI. Conclusions: We developed a self-administered 68-point scale, the SPI, which had satisfactory validity and reliability. Primary care quality and educational research using SPI are expected to contribute to comprehensive and efficient health care systems in the future.", "author": ["Ichikawa Shuhei", "Takemura Yousuke C.", "Ie Kenya"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12875-015-0357-z"}], "id": "50|dli_resolver::763cff2bf6eb78a5d1208c8aa9699555", "relatedPublications": 0, "date": [""], "title": ["\"Development of a questionnaire to measure primary care physicians’ scope of practice\""], "relatedDatasets": 4}
24
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::fa98ed59380c4614f336e4997d4cbeb5", "id": {"identifier": "10.4232/1.0680", "schema": "url"}}], "abstract": "This paper attempts to explicitly integrate the idea of reference group when measuring relative deprivation. It assumes that in assessing her situation in society an individual compares herself with individuals whose environment can be considered as being similar to hers. By environment we mean the set of people with a similar set of observable characteristics such as human capital, household attributes and location. We therefore propose to measure relative deprivation by comparing the actual income of an individual with the one he could have expected on the basis of the level of these characteristics. We then aggregate these individual comparisons by computing an index of \"distributional change\" that compares, on a non anonymous basis, the distributions of the actual and \"expected\" incomes. At the difference of other approaches to relative deprivation our measure takes into account not only the difference between the actual and \"expected\" individual incomes but also that between the actual and \"expected\" individual ranks. We applied our approach to Moldova, the poorest country in Europe, using a survey which covered a period of six years (from 2000 to 2005). We then observed that our measure of deprivation, when compared to other possible measures of deprivation, had a higher correlation with the answers given by individuals in the survey we used to a question on their assessment of their housing living conditions (a higher number corresponding to a worse subjective situation).", "author": ["Jacques Silber", "Paolo Verme"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::46ad373b6cb3d2b853cca7a54f12ff25"}], "id": "50|dli_resolver::d2592523cf6d2ed728b316207f82e980", "relatedPublications": 0, "date": [""], "title": ["Distributional change, reference groups and the measurement of relative deprivation"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "jel:O15"}, {"scheme": "keyword", "value": "jel:D31"}, {"scheme": "keyword", "value": "jel:D63"}, {"scheme": "keyword", "value": "jel:I32"}, {"scheme": "keyword", "value": "deprivation, reference groups, and inequality."}, {"scheme": "keyword", "value": "Deprivation ; Inequality ; Reference group"}]}
25
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ee87b92d634b902eb56756317a0e722c", "id": {"identifier": "10.5524/review.100814", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dcc794f34c642ff5d68e40e770deafbc", "id": {"identifier": "10.5524/review.100813", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5dfdc135382a8eeadd4b3b86ba0c0624", "id": {"identifier": "10.5524/review.100812", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wilson Michael H.", "Griffiths Marcus", "Pound Michael P.", "Townsend Alexandra J.", "Wells Darren M.", "Atkinson Jonathan A.", "Bulat Adrian", "Murchie Erik H.", "French Andrew P.", "Pridmore Tony P.", "Tzimiropoulos Georgios", "Jackson Aaron S."], "localIdentifier": [{"type": "doi", "id": "10.1093/gigascience/gix083"}], "id": "50|dli_resolver::29317bc627796cdf2a46034a38d3ee40", "relatedPublications": 0, "date": [""], "title": ["Deep machine learning provides state-of-the-art performance in image-based plant phenotyping"], "relatedDatasets": 3}
26
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ed82f26ad82dba3634603a32b8b18ae2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8293992&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::820bcebf7a6fcac2c12a06f633c7e98d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8293992&result=coding_release", "schema": "url"}}], "abstract": "None: The putative DNA polymerase-encoding gene of African swine fever virus has been sequenced. The gene, designated G1207R, is located in the central region of the viral genome, and encodes a protein of 1207 amino acids (aa) with a predicted M(r) of 139,835. The gene is transcribed at both early and late stages of infection into a 4.1-kb RNA. Transcription is initiated at tsp, 8 nucleotides (nt) upstream from the start codon. Open reading frame (ORF) G1207R contains four direct repeats in tandem close to the 3'-end. Each repeat consists of 12 nt, coding for the reiterated sequence, K/NPAG. The deduced aa sequence of G1207R shows significant similarity with DNA polymerases from cellular and viral origin, belonging to the alpha-like family of DNA polymerases. In particular, the G1207R protein presents a colinear arrangement of all the 3'-->5' exonuclease and polymerization highly conserved aa regions characteristic of this group of DNA-dependent DNA polymerases.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8293992"}], "author": ["Rodríguez J F", "Salas M L", "Viñuela E", "Rodríguez J M", "Yáñez R J"], "relatedPublications": 0, "id": "50|r3d100010527::7916e33031f77c250257303c3c16575d", "title": ["The DNA polymerase-encoding gene of African swine fever virus: sequence and transcriptional analysis."], "relatedDatasets": 2}
27
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c0c1f9997ae59de9b7002918ca740f3b", "id": {"identifier": "10.5517/ccdc.csd.cc1nk73k", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>We present a robust approach to prepare conformal Co<sub>3</sub>O<sub>4</sub> nanocoatings on high aspect ratio structures from a new cobalt metalorganic complex.</p>", "author": ["Yu Penmgei", "Büyükyazi Mehtap", "Coll Mariona", "Fischer Thomas", "Mathur Sanjay"], "localIdentifier": [{"type": "doi", "id": "10.1039/c7dt02757e"}], "id": "50|dli_resolver::528ff539c745afad4d943667ab595005", "relatedPublications": 0, "date": [""], "title": ["\"A cobalt(ii)heteroarylalkenolate precursor for homogeneous Co3O4 coatings by atomic layer deposition\""], "relatedDatasets": 1}
28
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a4741fe296197ed71613369ff2798782", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20302924&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e2fbea25395faefdcf206eafdc2ef6d9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20302924&result=coding_release", "schema": "url"}}], "abstract": "None: Among the Solanum genus, Solanum quitoense Lam. (lulo) is a promising species of Neotropical Solanaceae to become a premium crop in international markets. Wild relatives of S. quitoense are a source of desirable characteristics to be exploited for genetic improvement. To enhance the understanding of and access to the genetic diversity in landrace and wild relatives of lulo, we estimated the relative sequence diversity among them and their wild relative Solanum hirtum. With the use of COSII markers, we established that diversity of cultivated lulo (S. quitoense) is significantly lower than that of its wild relative S. hirtum. In the same way, we found that diversity of lulo is similar to that previously reported for tomato, while the diversity of S. hirtum is comparable to that of other wild relatives of cultivated plants. Our results suggest that high variability of some genes associated to abiotic stress response and pathogen resistance has been favored in wild and cultivated lulo plants.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20302924"}, {"type": "doi", "id": "10.1016/j.gene.2010.03.005"}], "author": ["Bedoya-Reina Oscar C", "Barrero Luz S"], "relatedPublications": 0, "id": "50|r3d100010527::8c9ef9ff6ac660db901ee9f68ba73ab5", "title": ["Preliminary assessment of COSII gene diversity in lulo and a relative species: initial identification of genes potentially associated with domestication."], "relatedDatasets": 2}
29
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8ccaba853a066ee9c057dc3e9cd05cd0", "id": {"identifier": "10.3886/icpsr27868.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Lisha, N. E.", "Delucchi, K. L.", "Crano, W. D."], "localIdentifier": [{"type": "icpsr", "id": "113911"}], "relatedPublications": 0, "title": ["Participation in Team Sports as Related to Alcohol and Marijuana Use Growth in Youth [poster]"], "id": "50|r3d100010255::63cae21e7c47368ac67b74be0dd1f0b4"}
30
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::85a5ebf76afb483d5a8c2101f31398ec", "id": {"identifier": "10.17632/c24kn95d42.1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Quigley S.P.", "Gibbs S.J.", "Poppi D.P.", "McLennan S.R.", "Costa D.F.A.", "Sun X.Q.", "Isherwood P."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.anifeedsci.2017.09.003"}], "id": "50|dli_resolver::7ac9c5420f7ec163deb24a7ef5072a67", "relatedPublications": 0, "date": [""], "title": ["\"The inclusion of low quantities of lipids in the diet of ruminants fed low quality forages has little effect on rumen function\""], "relatedDatasets": 1}
31
{"typology": "publication", "publisher": ["Nucleic acids research"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::39bbd3a83a8b60b02778bb7eabf9d4d4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1840677&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3eb48400dd84f6f4b3b42b069b71ccfa", "id": {"identifier": "x60103", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6b3c0f97c8aef207e1f1e85e5378e44c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1840677&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f8aefffb752d117cdf67b86166f99699", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1840677&result=coding_release", "schema": "url"}}], "abstract": "None: The mouse pancreatic ribonuclease gene Rib-1 was isolated from a library of mouse genomic DNA and sequenced. This small gene contains a nontranslated exon of 52 base pairs, an intron of 791 base pairs, and a coding exon of 741 base pairs. Rib-1 transcripts were detected in parotid gland as well as in pancreas. The abundance of the transcripts were approximately 200-fold greater in pancreatic RNA than in parotid RNA. The sites of transcription initiation were mapped by primer extension and ribonuclease protection assays. One major initiation site and several minor initiation sites were identified in pancreatic RNA. Transcription in parotid appears to be initiated from the same sites. Parotid-specific transcripts were not detected. The data suggest that Rib-1 is transcribed in pancreas and parotid from the same promoter. This is in contrast with the mechanism for production of amylase in pancreas and parotid, which is accomplished by tissue specific expression of different gene copies.", "author": ["Koeplin D", "Meisler M H", "Lc, Samuelson", "Howard, G.", "Rm, Schmid", "Mh, Meisler", "Samuelson L C", "Schmid R M", "Koeplin, D.", "Wiebauer K", "Howard G", "Wiebauer, K."], "localIdentifier": [{"type": "pbmid", "id": "1840677"}, {"type": "pmid", "id": "1840677"}], "id": "50|dedup_wf_001::6fcb884133be13c456c1f57435467a3b", "relatedPublications": 0, "date": ["1991-12-01"], "title": ["Isolation of the murine ribonuclease gene Rib-1: structure and tissue specific expression in pancreas and parotid gland."], "relatedDatasets": 4}
32
{"typology": "publication", "publisher": ["Molecular microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::80d32d2470dac3c8a2985027536a429c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17076668&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ea55a90d47069a5dbb8097821eba353d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17076668&result=coding_release", "schema": "url"}}], "abstract": "None: We have previously demonstrated that the reductive carboxylation of 2-oxoglutarate in Hydrogenobacter thermophilus TK-6 is not simply a reversal of the oxidative decarboxylation catalysed by isocitrate dehydrogenase (ICDH). The reaction involves a novel biotin protein (carboxylating factor for ICDH-CFI) and ATP. In this study, we have analysed the ICDH/CFI system responsible for the carboxylation reaction. Sequence analysis revealed a close relationship between CFI and pyruvate carboxylase. Rather unexpectedly, the rate of ATP hydrolysis was greater than that of isocitrate formation or NADH oxidation. Furthermore, ATP hydrolysis catalysed by CFI was dependent on 2-oxoglutarate but not on ICDH, suggesting that a carboxylated product is formed in the absence of ICDH. The product, which was detectable only at low temperatures, was identified as oxalosuccinate. Thus, CFI was confirmed to be a novel enzyme that catalyses the carboxylation of 2-oxoglutarate to form oxalosuccinate, which corresponds to the first step of the reductive carboxylation from 2-oxoglutarate to isocitrate. The CFI-ICDH system may also be present in mammals, where it could play a significant role in modulating central metabolism.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17076668"}], "author": ["Igarashi Yasuo", "Aoshima Miho"], "relatedPublications": 0, "id": "50|r3d100010527::aa7b5a523321908f1b5717bfcfcd3207", "title": ["A novel oxalosuccinate-forming enzyme involved in the reductive carboxylation of 2-oxoglutarate in Hydrogenobacter thermophilus TK-6."], "relatedDatasets": 2}
33
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b165ba85f4316624503a71b7fba90aab", "id": {"identifier": "ak013116", "schema": "ena"}}], "abstract": "", "author": ["Machiko Itoh", "Nobuyuki Takakura", "Masahide Asano", "Kazushi Sugihara", "Masaya Ueno", "Lingyu Kong"], "localIdentifier": [{"type": "pmid", "id": "16287864"}], "id": "50|pubmed______::fe3f74e4d35c95e93f7921b0b995e423", "relatedPublications": 0, "date": ["2005-12-01"], "title": ["PSF1 is essential for early embryogenesis in mice."], "relatedDatasets": 1}
34
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9dfc3b016436a0585df214a54525819f", "id": {"identifier": "10.5517/cc140qzv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "With only a 2.6 A resolution laboratory powder diffraction pattern of the θ phase of Pigment Yellow 181 (P.Y. 181) available, crystal-structure solution and Rietveld refinement proved challenging; especially when the crystal structure was shown to be a triclinic dimethylsulfoxide N-methyl-2-pyrrolidone (1:1:1) solvate. The crystal structure, which in principle has 28 possible degrees of freedom, was determined in three stages by a combination of simulated annealing, partial Rietveld refinement with dummy atoms replacing the solvent molecules and further simulated annealing. The θ phase not being of commercial interest, additional experiments were not economically feasible and additional dispersion-corrected density functional theory (DFT-D) calculations were employed to confirm the correctness of the crystal structure. After the correctness of the structure had been ascertained, the bond lengths and valence angles from the DFT-D minimized crystal structure were fed back into the Rietveld refinement as geometrical restraints (`polymorph-dependent restraints') to further improve the details of the crystal structure; the positions of the H atoms were also taken from the DFT-D calculations. The final crystal structure is a layered structure with an elaborate network of hydrogen bonds.", "author": ["van de Streek Jacco"], "localIdentifier": [{"type": "doi", "id": "10.1107/s2052520615000724"}], "id": "50|dli_resolver::a86f2b41951035d06c1ea65ad0b97267", "relatedPublications": 0, "date": [""], "title": ["\"Structure of Pigment Yellow 181 dimethylsulfoxideN-methyl-2-pyrrolidone (1:1:1) solvate from XRPD + DFT-D\""], "relatedDatasets": 1}
35
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::1e5d22a2db20d1fddb5763b43e715a67", "id": {"identifier": "4jl3", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::cbdc032b9a46cef974cb828ef59091e6", "id": {"identifier": "4jyk", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::4c4301f978ceace46000e60cec2a5bfe", "id": {"identifier": "3loc", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::7990b3bd4477e33ecf1bc45b300b7862", "id": {"identifier": "4gck", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8b6586fb1fa43111efc35262b8fc6188", "id": {"identifier": "4x1e", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::93496e176f5f5caa86b51f7e13566ee8", "id": {"identifier": "1pb6", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8b6586fb1fa43111efc35262b8fc6188", "id": {"identifier": "4x1e", "schema": "pdb"}}], "abstract": "", "title": ["Ligand binding specificity of RutR, a member of the TetR family of transcription regulators in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.fob.2015.01.002"}], "id": "50|elsevier____::b866efc51efcd31172c6f0f05b2d11d7", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 8}
36
{"typology": "publication", "publisher": ["Journal of clinical microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|pubmed______::4a9c6f04b29355fd1d4f762bbbbd243e", "id": {"identifier": "ap010918.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|dli_resolver::6ff9f8e77cbf5141f605e6c1799bbb38", "id": {"identifier": "bx248342.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::862ae6dd4d271e75d97d2e46aa017143", "id": {"identifier": "hm135443", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ffd14214bca7253d5c17f297f926cb88", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20844219&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|pubmed______::bd1241b9ae69918fb388212b22bb5202", "id": {"identifier": "bx842579.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a5a2b4058c5573206a4fde9827c219e0", "id": {"identifier": "hm135442", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bfe7ddcdd9d5b4f9887fdbbec7550531", "id": {"identifier": "hm135444", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::565bdc0a0bcba82f88c43f531e7e4d79", "id": {"identifier": "hm135445", "schema": "ena"}}], "abstract": "None: Identification and characterization of the Mycobacterium tuberculosis strains are important for clinical and therapeutic management of tuberculosis. Real-time PCR with a high-resolution melt assay was found to improve the diagnostic process. The assay includes differentiation between M. tuberculosis and Mycobacterium bovis based on one single-nucleotide polymorphism (SNP) in the narGHJI and oxyR genes and determination of M. bovis based on the region of differences 1 (RD1). This assay correctly identified the 7 tested Mycobacterium reference strains and 52 clinical samples with a sensitivity of 2 pg DNA. This assay will help in prescribing adequate treatment and monitoring disease dynamics.", "author": ["Kifaya Azmi", "Suheir Ereqat", "Azmi Kifaya", "Abedelmajeed Nasereddin", "Mark Spigelman", "Bar-Gal Gila Kahila", "Ziad Abdeen", "Greenblatt Charles L", "Ereqat Suheir", "Greenblatt, Charles L.", "Spigelman Mark", "Qaddomi Sharif E", "Gila Kahila Bar-Gal", "Nasereddin Abedelmajeed", "Qaddomi, Sharif E.", "Abdeen Ziad"], "localIdentifier": [{"type": "doi", "id": "10.1128/jcm.00943-10"}, {"type": "pbmid", "id": "20844219"}, {"type": "pmid", "id": "20844219"}], "id": "50|dedup_wf_001::ecf6f8a9b34b3f9b1cc95674e7612ffd", "relatedPublications": 0, "date": ["2010-09-15"], "title": ["Rapid differentiation of Mycobacterium tuberculosis and M. bovis by high-resolution melt curve analysis."], "relatedDatasets": 8}
37
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5ef12a87a3c7019648ebaa614d0cd74", "id": {"identifier": "10.5517/cc803n0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Brucinium L-glycerate 4.75-hydrate, C 23 H 27 N 2 O 4  + .C 3 H 5 O 4  - -4.75H 2 O, was obtained by racemic resolution of DL-glyceric acid. This is the first report of triclinic crystals containing brucine. The water and L-glycerate anions form tapes built up of pentamers formed by water and carboxy O atoms, and this appears to be the reason for the low symmetry of the crystal.", "author": ["Białońska Agata", "Ciunik Zbigniew", "Popek Tomasz", "Lis Tadeusz"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270104031853"}], "id": "50|dli_resolver::c5ff7428a6379da654fa75f98227115d", "relatedPublications": 0, "date": [""], "title": ["\"Cyclic water pentamers in triclinic crystals of bruciniumL-glycerate\""], "relatedDatasets": 1}
38
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::12454b1bcecbeb4a380bb7aa8ad00863", "id": {"identifier": "10.5517/cc795j6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title complex, [Ru2(C11H9N2)4(H2O)][SbF6]·C2H10O, has a diruthenium(II,III) unit bridged by four PhNpy ligands. There is an axial aqua ligand on the ruthenium(III) atom. The Ru⋯Ru distance is 2.288 (1) A.", "author": ["Gao LiBin", "Zhang Liyi", "Chen Zhongning"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536803011760"}], "id": "50|dli_resolver::dcb875f75089033913aacf75ffbdca8f", "relatedPublications": 0, "date": [""], "title": ["\"Tetrakis(μ2-anilinopyridinato-κ2N:N′)aquadiruthenium(II,III) hexafluoroantimonate diethyl ether solvate\""], "relatedDatasets": 1}
39
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c74e40191fc27c09e241363cdc44ec74", "id": {"identifier": "u32519", "schema": "ena"}}], "abstract": "", "author": ["Ochem, A.", "Falaschi, A.", "Staub, A.", "Costa, M."], "localIdentifier": [{"type": "pmid", "id": "9889278"}], "id": "50|pubmed______::018ae2065f03573e6a9c85e5dd7a528e", "relatedPublications": 0, "date": ["1999-02-01"], "title": ["Human DNA helicase VIII: a DNA and RNA helicase corresponding to the G3BP protein, an element of the ras transduction pathway."], "relatedDatasets": 1}
40
{"typology": "publication", "publisher": ["Journal of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6caa56558d921c4ba29e3e04f402eb03", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17005695&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::48305e86f042ab57b751f735e725b875", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17005695&result=sequence_release", "schema": "url"}}], "abstract": "None: Cytomegaloviruses carry the US22 family of genes, which have common sequence motifs but diverse functions. Only two of the 12 US22 family genes of murine cytomegalovirus (MCMV) are essential for virus replication, but their functions have remained unknown. In the present study, we deleted the essential US22 family genes, m142 and m143, from the MCMV genome and propagated the mutant viruses on complementing cells. The m142 and the m143 deletion mutants were both unable to replicate in noncomplementing cells at low and high multiplicities of infection. In cells infected with the deletion mutants, viral immediate-early and early proteins were expressed, but viral DNA replication and synthesis of the late-gene product glycoprotein B were inhibited, even though mRNAs of late genes were present. Global protein synthesis was impaired in these cells, which correlated with phosphorylation of the double-stranded RNA-dependent protein kinase R (PKR) and its target protein, the eukaryotic translation initiation factor 2alpha, suggesting that m142 and m143 are necessary to block the PKR-mediated shutdown of protein synthesis. Replication of the m142 and m143 knockout mutants was partially restored by expression of the human cytomegalovirus TRS1 gene, a known double-stranded-RNA-binding protein that inhibits PKR activation. These results indicate that m142 and m143 are both required for inhibition of the PKR-mediated host antiviral response.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17005695"}], "author": ["Valchanova Ralitsa S", "Picard-Maureau Marcus", "Budt Matthias", "Brune Wolfram"], "relatedPublications": 0, "id": "50|r3d100010527::3dd534e272097a1d583acabb17a9ddb3", "title": ["Murine cytomegalovirus m142 and m143 are both required to block protein kinase R-mediated shutdown of protein synthesis."], "relatedDatasets": 2}
41
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::38e023a5d9ee6cc8ffd0a21995f60706", "id": {"identifier": "10.3334/cdiac/otg.cdiac_158", "schema": "url"}}], "abstract": "This paper presents a wavelet multiresolution analysis of a time series dataset to study the correlation between the real temperature data and three temperature model reconstructions at different scales. We show that the Mann et.al. model reconstructs the temperature better at all temporal resolutions. We show and discuss the wavelet multiresolution analysis of the Mann's temperature reconstruction for the period from 1400 to 2000 A.D.E.", "author": ["Roberts, Jim", "Scafetta, Nicola", "Imholt, Tim", "Grigolini, Paolo"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od________18::34ac2ffee66a330d7f73f5ba0ead5072"}], "id": "50|dli_resolver::deff8238976bfca887ffaa0cc1ba8390", "relatedPublications": 0, "date": [""], "title": ["Temperature reconstruction analysis"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Physics - Data Analysis, Statistics and Probability"}, {"scheme": "keyword", "value": "Physics - Atmospheric and Oceanic Physics"}]}
42
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f12d6b08478adae26eff8854b00f8fda", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9602172&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4d7a51cdaadc19ac2a53b7f795435f8e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9602172&result=sequence_release", "schema": "url"}}], "abstract": "None: We report the sequences of seven new cytoplasmic intermediate filament (IF) proteins of the cephalochordate Branchiostoma. The eight sequences currently known describe four subfamilies (A, B, C and D). All eight IF proteins show the short-length version of the coil 1b subdomain found in vertebrates and lack the additional 42 residues present in all nuclear lamins and the protostomic IF proteins. Although the lancelet is considered to be the closest relative of the vertebrates, it is difficult to relate its IF subfamilies unambiguously to a particular type I-IV subfamily of vertebrates. C1 and C2 have tail domains with two 64 residue repeats of coiled coil-forming ability, a structural feature unknown for IF proteins from vertebrates or protostomia. The epidermal protein D1 shows only a slightly better identity score with vertebrate type II keratins than with type III proteins, but the D1 gene organization is that of type III proteins. The same holds for A1, A2, B1, B2 and C2 genes, although the latter has an additional and uniquely positioned intron. Antibodies (Ab) raised against recombinant C2 and D1 proteins reveal these proteins in epidermis, some internal epithelia and parts of the spinal cord. The results on exonic sequences, gene organization and expression suggest that Branchiostoma IF proteins may retain a largely archetypal condition, whereas the vertebrates have established the well-known type I-IV IF system.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9602172"}], "author": ["Weber K", "Karabinos A", "Riemer D"], "relatedPublications": 0, "id": "50|r3d100010527::b641e8acab9a687c18df6b50bcb235e5", "title": ["Analysis of eight cDNAs and six genes for intermediate filament (IF) proteins in the cephalochordate Branchiostoma reveals differences in the IF multigene families of lower chordates and the vertebrates."], "relatedDatasets": 2}
43
{"typology": "publication", "publisher": ["GN1 Genesis Network"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::865fd4b580370332fa6bffa9d4e37f44", "id": {"identifier": "10.6084/m9.figshare.5670550.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Canziani Maria Eugênia Fernandes", "Bonato Fabiana Oliveira Bastos"], "localIdentifier": [{"type": "doi", "id": "10.5935/0101-2800.20170033"}], "id": "50|dli_resolver::ca04b98afb6d11c7385164cbee494955", "relatedPublications": 0, "date": [""], "title": ["\"Ventricular arrhythmia in chronic kidney disease patients\""], "relatedDatasets": 1}
44
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4be7797a853235d0231b011dcca719fc", "id": {"identifier": "10.5517/cc1jhf9r", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4768448a06d7395f411a835d0ff2784e", "id": {"identifier": "10.5517/cc1jhf6n", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::37c902c70e57e883eb11619bfd9171fd", "id": {"identifier": "10.5517/cc1jhf7p", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a0d9bd317d8abdbfc3f44e96cc4d6a33", "id": {"identifier": "10.5517/cc1jhf8q", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Treatment of [{Ti(η5-C5Me5)(μ-NH)}3(μ3-N)] (1) with zirconium or hafnium tetrachloride adducts [MCl4(thf)2] affords complexes [Cl3M{(μ3-N)(μ3-NH)2Ti3(η5-C5Me5)3(μ3-N)}] (M = Zr (2), Hf (3)). Titanium chloride complexes [Cl2Ti{(μ3-N)2(μ3-NH)Ti3(η5-C5Me5)3(μ3-N)}] (4) and [(Me2NH)ClTi{(μ3-N)3Ti3(η5-C5Me5)3(μ3-N)}] (5) are obtained by reaction of 1 with [TiCl4−x(NMe2)x] (x = 2, 3). The dimethylamine ligand in 5 is displaced by pyridine to give the analogue complex [(py)2ClTi{(μ3-N)3Ti3(η5-C5Me5)3(μ3-N)}] (6). Treatment of the titanium chloride complexes 4 and 5 with sodium cyclopentadienide or lithium bis(trimethylsilyl)amide reagents leads to the cube-type nitrido derivatives [RTi{(μ3-N)3Ti3(η5-C5Me5)3(μ3-N)}] (R = η5-C5H5 (7), N(SiMe3)2 (8)). The reaction of the zirconium trichloride complex 2 with [Tl(C5H5)] yields exclusively the dichloride-monocyclopentadienyl derivative [(η5-C5H5)Cl2Zr{(μ3-N)(μ3-NH)2Ti3(η5-C5Me5)3(μ3-N)}] (9). However, the treatment of 2 with excess [Na(C5H5)] causes further chloride replacement in 9 and subsequent cyclopentadiene elimination to give [(η5-C5H5)Zr{(μ3-N)3Ti3(η5-C5Me5)3(μ3-N)}] (10) via intermediates [(η5-C5H5)2ClZr{(μ3-N)Ti3(η5-C5Me5)3(μ-NH)2(μ3-N)}] (11) and [(η5-C5H5)ClZr{(μ3-N)2(μ3-NH)Ti3(η5-C5Me5)3(μ3-N)}] (12). Treatment of 2 or 9 with [Mg(C5H5)2] leads to the magnesium derivative [(η5-C5H5)Mg(μ-Cl)2(η5-C5H5)Zr{(μ4-N)(μ3-N)(μ3-NH)Ti3(η5-C5Me5)3(μ3-N)}] (13), which can be visualized as a result of the incorporation of one [Mg(η5-C5H5)Cl] moiety to complex 12. In contrast to the metathesis process with [M(C5H5)x] derivatives and subsequent C5H6 eliminations, the reaction of 2 with potassium pentamethylcyclopentadienide in toluene produces the paramagnetic derivative [K(μ-Cl)3Zr{(μ3-N)(μ3-NH)2Ti3(η5-C5Me5)3(μ3-N)}] (14) and C10Me10. Complex 14 reacts with one equivalent of 18-crown-6 or cryptand-222 to give the molecular complex [(18-crown-6)K(μ-Cl)3Zr{(μ3-N)(μ3-NH)2Ti3(η5-C5Me5)3(μ3-N)}] (15) or the ion pair [K(crypt-222)][Cl3Zr{(μ3-N)(μ3-NH)2Ti3(η5-C5Me5)3(μ3-N)}] (16). The X-ray crystal structures of 2, 8, 13 and 15 have been determined.", "author": ["Caballo Jorge", "Yélamos Carlos", "Mena Miguel", "Greño Maider", "Pérez-Redondo Adrián"], "localIdentifier": [{"type": "doi", "id": "10.1039/c5dt02836a"}], "id": "50|dli_resolver::bfdd10c59ce55d4bbc76d9b759b35908", "relatedPublications": 0, "date": [""], "title": ["\"Homo and heteropolymetallic Group 4 molecular nitrides\""], "relatedDatasets": 4}
45
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::405bf8b149d1f63303e1626438e73083", "id": {"identifier": "261d", "schema": "pdb"}}], "abstract": "The crystal structure of netropsin bound to the decamer d(CGCAATTGCG) has been determined at 2.4 A resolution. This is the first example of a crystal structure of netropsin bound to decamer DNA. The central eight bases of each DNA single-strand base pair with a self-complementary strand to form an octamer B-DNA duplex. These duplexes lie end to end within the unit cell. The terminal 5‘-C and G-3‘ bases are unpaired and interact with the neighboring duplexes via interactions within both the major and minor groove to form base triplet interactions of the type C+−G·C and G*(G·C), respectively. The triplet interaction of the type C+−G·C is known to exist within triplex DNA with the C+ base oriented parallel with the Watson−Crick guanine base to which it hydrogen bonds. The netropsin molecule lies within the minor groove of the octamer duplex and assumes a class I type position, with bifurcated hydrogen-bonding interactions from the amide groups of the netropsin to the A·T base pairs of the minor groove. The netropsin molecule fits within a five base pair long minor groove site by bending of the flexible amidinium group at one end of the drug.", "author": ["Garman Elspeth", "Neidle Stephen", "Nunn Christine M."], "localIdentifier": [{"type": "doi", "id": "10.1021/bi9628228"}], "id": "50|dli_resolver::c83ce424661ae604a2a026c572ffcff5", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure of the DNA Decamer d(CGCAATTGCG) Complexed with the Minor Groove Binding Drug Netropsin†\""], "relatedDatasets": 1}
46
{"typology": "publication", "publisher": ["Journal of molecular biology", "Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0dfc80c3505289eae0a5323b80521c90", "id": {"identifier": "dq890518", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::7985fb8c4e713a899edb7d2995a8f73e", "id": {"identifier": "2j4w", "schema": "pdb"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cbf60c1009c28322e3dca16bb77a4198", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17229439&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::f33d521a3c3802798d2c3ed46a42012f", "id": {"identifier": "2j5l", "schema": "pdb"}}], "abstract": "None: Apical membrane antigen 1 (AMA1) has an important, but as yet uncharacterised, role in host cell invasion by the malaria parasite, Plasmodium. The protein, which is quite conserved between Plasmodium species, comprises an ectoplasmic region, a single transmembrane segment and a small cytoplasmic domain. The ectoplasmic region, which can induce protective immunity in animal models of human malaria, is a leading vaccine candidate that has entered clinical trials. The monoclonal antibody F8.12.19, raised against the recombinant ectoplasmic region of AMA1 from Plasmodium vivax, cross-reacts with homologues from Plasmodium knowlesi, Plasmodium cynomolgi, Plasmodium berghei and Plasmodium falciparum, as shown by immunofluorescence assays on mature schizonts. The binding of F8.12.19 to recombinant AMA1 from both P. vivax and P. falciparum was measured by surface plasmon resonance, revealing an apparent affinity constant that is about 100-fold weaker for the cross-reacting antigen when compared to the cognate antigen. Crystal structure analysis of Fab F8.12.19 complexed to AMA1 from P. vivax and P. falciparum shows that the monoclonal antibody recognises a discontinuous epitope located on domain III of the ectoplasmic region, the major component being a loop containing a cystine knot. The structures provide a basis for understanding the cross-reactivity. Antibody contacts are made mainly to main-chain and invariant side-chain atoms of AMA1; contact antigen residues that differ in sequence are located at the periphery of the antigen-binding site and can be accommodated at the interface between the two components of the complex. The implications for AMA1 vaccine development are discussed.", "author": ["Vulliez-Le Normand Brigitte", "Faure Grazyna", "Thomas Alan W", "Kocken Clemens H.M.", "Bentley Graham A.", "Bentley Graham A", "Igonet Sébastien", "Kocken Clemens H M", "Thomas Alan W.", "Riottot Marie-Madeleine"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2006.12.028"}, {"type": "pbmid", "id": "17229439"}], "id": "50|dedup_wf_001::beff52663f22f98a58c0d1e8f5250692", "relatedPublications": 0, "date": [""], "title": ["\"Cross-reactivity Studies of an Anti-Plasmodium vivax Apical Membrane Antigen 1 Monoclonal Antibody: Binding and Structural Characterisation\""], "relatedDatasets": 3}
47
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::8e2afff48605c614df4b8e007f1a16b1", "id": {"identifier": "3cae", "schema": "pdb"}}], "abstract": "Numerous human disorders are associated with the formation of protein fibrils. The fibril-forming capacity of a protein has been found in recent studies to be determined by a short segment of residues that forms a dual β-sheet, called a steric zipper, in the spine of the fibril. The question arises as to whether a fibril-forming segment, when inserted within the sequence of a globular protein, will invariably cause the protein to form fibrils. Here we investigate this question by inserting the known fibril-forming segment NNQQNY into the globular enzyme, T7 endonuclease I. From earlier studies, we know that in its fibril form, NNQQNY is in an extended conformation. We first found that the inserted NNQQNY stimulates fibril formation of T7 endonuclease I in solution. Thus NNQQNY within T7 endonuclease I can exist in an extended conformation, capable of forming the steric zipper in the core of a fibril. We also found that T7 endonuclease I folds into a decamer that does not form fibrils. We determined the structure of the decamer by X-ray crystallography, finding an unusual oligomer without point group symmetry, and finding that the NNQQNY segments within the decamer adopt two twisted conformations, neither is apparently able to fibrillize. We conclude that twisting of fibril forming sequences from the fully extended conformation, imposed by the context of their placement in proteins, can interfere with fibril formation.", "author": ["Guo Zhefeng", "Eisenberg David"], "localIdentifier": [{"type": "doi", "id": "10.1110/ps.036368.108"}], "id": "50|dli_resolver::bfce0851aed245eab5794daeb06a4dea", "relatedPublications": 0, "date": [""], "title": ["\"The structure of a fibril-forming sequence, NNQQNY, in the context of a globular fold\""], "relatedDatasets": 1}
48
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a874512a8be97f9262676264509d30ad", "id": {"identifier": "10.5517/ccpqfh9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Weber Edwin", "Schwarzer Anke", "Hauptvogel Ines Maria"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807013669"}], "id": "50|dli_resolver::68e580311ab873c10f9bb09ada461108", "relatedPublications": 0, "date": [""], "title": ["\"1-Bromo-2-(bromomethyl)naphthalene\""], "relatedDatasets": 1}
49
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e6bd738b43fb7d2baa777643f3de550", "id": {"identifier": "10.5517/cc6prf1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#This paper reports on several new optically active organometallic [60]fullerene complexes that contain a chiral (+)-DIOP or (−)-DIOP ligand [DIOP = 2,3-O,O′-isopropylidene-2,3-dihydroxy-1,4-bis(diphenylphosphanyl)butane]. The Mo/W complexes mer-[(η2-C60)M(CO)3{(−)-DIOP}] (1, M = Mo; 2, M = W) and mer-[(η2-C60)M(CO)3{(+)-DIOP}] (3, M = Mo; 4, M = W) were synthesized by a photochemical reaction of a mixture of [M(CO)6], (−)-DIOP or (+)-DIOP and C60 in chlorobenzene in 42−51% yields, whereas the Pd/Pt complexes [(η2-C60)M{(−)-DIOP}] (5, M = Pd; 6, M = Pt) were prepared by a thermal reaction of C60 with [M(PPh3)4], followed by in situ treatment of the intermediate [(η2-C60)M(PPh3)2] with (−)-DIOP, in toluene in > 90% yields. All the new complexes 1−6 were fully characterized by elemental analysis, 1H (31P, 13C) NMR, IR, UV/Vis and circular dichroism (CD) spectroscopy. The structure of [(η2-C60)Pt{(−)-DIOP}] (6) was further confirmed by X-ray diffraction techniques. The electrochemical properties of complexes 1, 2, 5 and 6 were studied in dichloromethane solution. Complexes 1 and 2 display the reversible, four-membered, one-electron reduction sequence typical of fullerene ligands, as well as the reversible (in the cyclic voltammetric time scale) one-electron oxidation of the outer metal fragment. Complexes 5 and 6 are less stable to the same electron transfer processes. EPR measurements suggest that in the different electrogenerated monoanions, the added electrons enter the LUMO orbitals partially contributed by the metal fragment. In addition, they confirm that the instability of the reduction intermediates is due to the release of free C60. (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2003)", "author": ["Laschi Franco", "Liu Peng-Chong", "Liu Jin-Ting", "Song Li-Cheng", "Zanello Piero", "Su Fu-Hai", "Wang Guang-Feng", "Hu Qing-Mei", "Fontani Marco"], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200300106"}], "id": "50|dli_resolver::f61bd8dbef1eabb1abb23f08c22eebbe", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, Characterization and Electrochemical Properties of Optically Active 60Fullerene Organotransition Metal Complexesmer-(η2-C60)M(CO)3{(−)-DIOP} (M = Mo, W),mer-(η2-C60)M(CO)3{(+)-DIOP} (M = Mo, W) and (η2-C60)M{(−)-DIOP} (M = Pd, Pt)− Crystal Structure of (η2-C60)Pt{(−)-DIOP}\""], "relatedDatasets": 1}
50
{"publisher": ["Nucleic acids research"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::85c38a6ca2661fa3855bd67ea44a52f2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3317277&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::01200e1150d7495c45690a704088e3db", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3317277&result=coding_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3317277"}], "author": ["Frank R", "Madern D", "Härtlein M"], "relatedPublications": 0, "id": "50|r3d100010527::fef15570f2372fe59e7bf31cb14ed843", "title": ["Nucleotide sequence of Escherichia coli valyl-tRNA synthetase gene valS."], "typology": "publication"}
51
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5964a0af078687023bc2ad0de426df71", "id": {"identifier": "10.6084/m9.figshare.6164585", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f65db2f8006ef1e88e7219c57eb39b8c", "id": {"identifier": "10.6084/m9.figshare.6164585.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f9e8c090e4484392911b49dab91de09a", "id": {"identifier": "10.6084/m9.figshare.6164612.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a78a892a602f70ce03f2c594aa1368c8", "id": {"identifier": "10.6084/m9.figshare.6164621.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::affecf09e9bb94c63aa47af14c663ec1", "id": {"identifier": "10.6084/m9.figshare.6164621", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb4efb5aca57ad1f69fbe7d43a92b27e", "id": {"identifier": "10.6084/m9.figshare.c.4075736", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fd1a59a11dea7022aceff77998491c03", "id": {"identifier": "10.6084/m9.figshare.6164573.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7d50c5cf9e8c0240ad3c9f6b8d04b190", "id": {"identifier": "10.6084/m9.figshare.6164600.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::20b7924b9667e3a1b0cc63204d060ba0", "id": {"identifier": "10.6084/m9.figshare.c.4075736.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::99b4488d89e8e9d48ee884addb5c6ad1", "id": {"identifier": "10.6084/m9.figshare.6164612", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2cee7b02ebbdac9c0970d8952bb335fb", "id": {"identifier": "10.6084/m9.figshare.6164573", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::207062a74d7dc7615ff1583a444ed3b2", "id": {"identifier": "10.6084/m9.figshare.6164600", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Eltanany Marwa", "Lühken Gesine", "Molaee Vahid"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13567-018-0533-y"}], "id": "50|dli_resolver::a2860e479c0b32437f8d9b15dc86219f", "relatedPublications": 0, "date": [""], "title": ["First survey on association of TMEM154 and CCR5 variants with serological maedi-visna status of sheep in German flocks"], "relatedDatasets": 12}
52
{"typology": "publication", "publisher": ["Ovid Technologies (Wolters Kluwer Health)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2acdcb4dec617a1c4cf6da0cc0e42bb5", "id": {"identifier": "10.3886/icpsr06153", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::57555a019060011ae07492599fc1116b", "id": {"identifier": "10.3886/icpsr06153.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The association of alcoholism with antisocial personality is important from a research and a therapeutic standpoint. In a sample of urban black men, it was found that those with antisocial personality had a higher rate of alcoholism than those without. In addition, a family history of problem drinking, low educational level, and excessive irritability were also closely associated with alcoholism. The clinical, genetic, and neurophysiological implications of these findings are discussed. Language: en", "author": ["ROBINS LEE", "RICE JOHN", "Lewis Collins, E."], "localIdentifier": [{"type": "doi", "id": "10.1097/00005053-198503000-00006"}], "id": "50|dli_resolver::d1f205c9ec5f409ccb7ca37e5b18b5b2", "relatedPublications": 0, "date": [""], "title": ["Association of Alcoholism with Antisocial Personality in Urban Men"], "relatedDatasets": 2}
53
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::de8ff7157e0c59e8ded673f8d728df7a", "id": {"identifier": "10.5517/ccdc.csd.cc1nrf2x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::18e688c154b49bdd626378b6b34ca5dd", "id": {"identifier": "10.5517/ccdc.csd.cc1nrggb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e422d2dc257c33ddf6220a33abf5dc03", "id": {"identifier": "10.5517/ccdc.csd.cc1p9w40", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55d09cc0615d1b8e2c4254a7c1faf6c6", "id": {"identifier": "10.5517/ccdc.csd.cc1p9w3z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>In the trigonal CCl<sub>4</sub><italic>quasi</italic>racemic clathrate, space group <italic>R</italic>3, formed from host components <italic>S</italic>-(−)-Dianin's compound, <bold>4</bold>, and its (+)-2<italic>R</italic>,4<italic>R</italic> 2-<italic>nor</italic> methyl analogue, <bold>2</bold>, the unprecedented complete ordering of a C–Cl bond of the guest with respect to the <italic>c</italic>-axial direction and the participation of an unexpected host conformation is reported for the first time.</p>", "author": ["Frampton Christopher S.", "Gall James H.", "MacNicol David D."], "localIdentifier": [{"type": "doi", "id": "10.1039/c7ce01275f"}], "id": "50|dli_resolver::e733fc80590e1b06773cb86150c48df1", "relatedPublications": 0, "date": [""], "title": ["\"Total CCl4 guest alignment in a quasiracemic clathrate closely related to Dianin's compound\""], "relatedDatasets": 4}
54
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a22314559382fb701970fc09fd8a516c", "id": {"identifier": "10.3886/icpsr02038.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Hansen, Ginger L."], "localIdentifier": [{"type": "icpsr", "id": "41007"}], "relatedPublications": 0, "title": ["Equal, is it just a word? A focus on women's sentencing"], "id": "50|r3d100010255::bef5d04dc5acc5a5ccf7a9f24a5d361c"}
55
{"typology": "publication", "publisher": ["Fish & shellfish immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::87a4859658e26cd4f45fe0dda459813b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10938738&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::35e77deceb2da4a89f3ee762ea60641f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10938738&result=coding_release", "schema": "url"}}], "abstract": "None: Although transforming growth factor-beta (TGF-beta) genes have been described in several species of fish, whether an individual fish possesses more than one member of this multigene family has yet to be established. During this study, three DNA fragments were isolated from the plaice (Pleuronectes platessa) by homology cloning. Sequence analysis revealed that each fragment closely resembled a distinct member of the TGF-beta family. Each putative plaice TGF-beta clustered individually with a different TGF-beta subgroup during phylogenetic analysis suggesting that these may be the plaice homologues of vertebrate TGF-beta 1/4/5, -beta 2 or -beta 3. The first direct evidence for the presence of multiple TGF-beta genes in a single fish species is presented.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10938738"}], "author": ["Laing K J", "Secombes C J", "Cunningham C"], "relatedPublications": 0, "id": "50|r3d100010527::6166e6e5ca73d97ccec10e0d39ecbffa", "title": ["Genes for three different isoforms of transforming growth factor-beta are present in plaice (Pleuronectes platessa) DNA."], "relatedDatasets": 2}
56
{"typology": "publication", "publisher": ["Veterinary research"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b34c1a37fc4808207e6e81041c3bafb8", "id": {"identifier": "gu124628", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5100f81be4a103e7c3b67c2f21c7a93d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22136667&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5180718f35d199623e3dc28ad51ef99e", "id": {"identifier": "gu124629", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::478f77a56dd1b1024153348069076452", "id": {"identifier": "gu124615", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6fc0eb053ed318827e775608fa8b63eb", "id": {"identifier": "dq192504", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d75a1593c76b1b0c2e061fd188fd5bcf", "id": {"identifier": "ay120911", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aacdd72e9c242d04dbcf1674f8c8a213", "id": {"identifier": "ab514090", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::24f772168d64ba6e239f3001f46e4f33", "id": {"identifier": "af308600", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7edfcbeee7c6ecf6181276282f55a105", "id": {"identifier": "gu124618", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bbe97214b4717f47616c11e8b1a3ba9b", "id": {"identifier": "gq983359", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5a5fca577d0dbe67cf89b61cf3adf046", "id": {"identifier": "dq192502", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dd7a42bccbb1b9b42b3245594bba6d96", "id": {"identifier": "dq192506", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3593bf77c6336e0ff4baf8fa1ccdec01", "id": {"identifier": "af093490", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::68ba6ae0e4cd3b767a185d3cc468f7d9", "id": {"identifier": "gu124617", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8de57f7b115988d58952cac758cc45fc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22136667&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8584e9819080b493c118abb6af49c8f9", "id": {"identifier": "gu124620", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::94a0ea97b23892b6a1b5b83e29dcb665", "id": {"identifier": "dq192505", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0131f51168f313d5a5ead98658617054", "id": {"identifier": "gu124621", "schema": "ena"}}], "abstract": "None: Feces from 142 animals were collected on 15 farms in the region of Brittany, France. Each sample was directly collected from the rectum of the animal and identified with the ear tag number. Animals were sampled three times, at 5, 15 and 22 weeks of age. After DNA extraction from stool samples, nested PCR was performed to amplify partial 18S-rDNA and 60 kDa glycoprotein genes of Cryptosporidium. The parasite was detected on all farms. One hundred out of 142 calves (70.4%) were found to be parasitized by Cryptosporidium. Amplified fragments were sequenced for Cryptosporidium species identification and revealed the presence of C. parvum (43.8%), C. ryanae (28.5%), and C. bovis (27%). One animal was infected with Cryptosporidium ubiquitum. The prevalence of these species was related to the age of the animal. C. parvum caused 86.7% of Cryptosporidium infections in 5-week-old calves but only 1.7% in 15-week-old animals. The analysis of the results showed that animals could be infected successively by C. parvum, C. ryanae, and C. bovis for the study period. C. parvum gp60 genotyping identifies 6 IIa subtypes of which 74.5% were represented by IIaA15G2R1. This work confirms previous studies in other countries showing that zoonotic C. parvum is the dominant species seen in young calves.", "author": ["Leruste Hélène", "Dei-Cas Eduardo", "Patrice Halama", "Hélène Leruste", "Hammouma-Ghelboun Ourida", "Ourida Hammouma-Ghelboun", "Anne Follet-Dumoulin", "Gabriela Certad", "Follet-Dumoulin Anne", "Eduardo Dei-Cas", "Guyot Karine", "Follet Jérôme", "Jérôme Follet", "Halama Patrice", "Certad Gabriela", "Karine Guyot"], "localIdentifier": [{"type": "pmid", "id": "22136667"}, {"type": "pbmid", "id": "22136667"}, {"type": "doi", "id": "10.1186/1297-9716-42-116"}], "id": "50|dedup_wf_001::e0b0ea689c4ecae81da478a76661deb3", "relatedPublications": 0, "date": ["2011-12-02"], "title": ["Cryptosporidium infection in a veal calf cohort in France: molecular characterization of species in a longitudinal study."], "relatedDatasets": 18}
57
{"typology": "publication", "publisher": ["Marine biotechnology (New York, N.Y.)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::52b1e019369bfce6385f2b703b219ffd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18330643&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c9bb4787209793bcf4e08d39478a81f5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18330643&result=sequence_release", "schema": "url"}}], "abstract": "None: Color morphs of the temperate, nonsymbiotic corallimorpharian Corynactis californica show variation in pigment pattern and coloring. We collected seven distinct color morphs of C. californica from subtidal locations in Monterey Bay, California, and found that tissue- and color-morph-specific expression of at least six different genes is responsible for this variation. Each morph contains at least three to four distinct genetic loci that code for these colors, and one morph contains at least five loci. These genes encode a subfamily of new GFP-like proteins, which fluoresce across the visible spectrum from green to red, while sharing between 75% to 89% pairwise amino-acid identity. Biophysical characterization reveals interesting spectral properties, including a bright yellow protein, an orange protein, and a red protein exhibiting a \"fluorescent timer\" phenotype. Phylogenetic analysis indicates that the FP genes from this species evolved together but that diversification of anthozoan fluorescent proteins has taken place outside of phylogenetic constraints, especially within the Corallimorpharia. The discovery of more examples of fluorescent proteins in a non-bioluminescent, nonsymbiotic anthozoan highlights possibilities of adaptive ecological significance unrelated to light regulation for algal symbionts. The patterns and colors of fluorescent proteins in C. californica and similar species may hold meaning for organisms that possess the visual pigments to distinguish them.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18330643"}, {"type": "doi", "id": "10.1007/s10126-007-9072-7"}], "author": ["Schnitzler Christine E", "McCord Robert", "Matysik Artur", "Haddock Steven H D", "Keenan Robert J", "Christianson Lynne M"], "relatedPublications": 0, "id": "50|r3d100010527::fc5000720cac7783c60fc19670c4464a", "title": ["Spectral diversity of fluorescent proteins from the anthozoan Corynactis californica."], "relatedDatasets": 2}
58
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::60f477aecf14cb1028e53a4019df89f6", "id": {"identifier": "10.5517/ccsbt74", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d682687a3a760160a2389c3e013d55b", "id": {"identifier": "10.5517/ccrmssx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4b2848d6e50f573b959013abd0a0e86f", "id": {"identifier": "10.5517/ccsbt63", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Calixarene-capped Co-32 clusters are constructed by a sodalite Co-24(II) cage and an encapsulated Co-8(III) cube. The spherical units are arranged into three isomeric structures, two of which are stacked by the bcc lattices and the third of which is assembled by the cubic closest packing of the spherical units.", "author": ["Bi Yanfeng", "Wang Xiaofei", "Liao Wuping", "Wang Xiu-Teng", "Gao Song", "Wang Xinwu", "Zhang Hongjie"], "localIdentifier": [{"type": "doi", "id": "10.1021/ja9034939"}], "id": "50|dli_resolver::37d4824fcdd527b43ad94aa02e4cc52c", "relatedPublications": 0, "date": [""], "title": ["\"A {Co32} Nanosphere Supported byp-tert-Butylthiacalix4arene\""], "relatedDatasets": 3}
59
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f64e3d30808551895df8ec67639f1331", "id": {"identifier": "10.6084/m9.figshare.5010839", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2d3ada4fa196cb47ecdc36df3f90eeab", "id": {"identifier": "10.6084/m9.figshare.5010839.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractForest resources conserved at Mt. Kasigau, an Eastern Arc peak in southeastern Kenya, show a complex legacy of unique cultural adaptations influenced by profound effects from outside interventions. We compiled place-name maps, landscape narratives, and semi-structured interviews (2002–2015) to spatially interpret a dynamic history of biogeographical change since early settlement by the Kasigau Taita, influenced by regional trade networks, colonial ‘war-time’ authority, export markets, conservation enterprises, and a persistently growing need for incomes to offset livelihood insecurity. Adaptive co-management, if empowered through local participation, needs to better recognize and account for extra-local influences on livelihood strategies and their ecological effects.", "author": ["Maingi John K.", "Medley Kimberly E.", "Maingi Kenny", "Henkin Michael"], "localIdentifier": [{"type": "doi", "id": "10.1080/19376812.2017.1325757"}], "id": "50|dli_resolver::cbf2715aea83b66924f91c0345f49508", "relatedPublications": 0, "date": [""], "title": ["\"Embedded histories and biogeographic interpretations of forest diversity at Mt. Kasigau, Kenya\""], "relatedDatasets": 2}
60
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6fcdf4fa2904c82e6681490d5548b074", "id": {"identifier": "10.3886/icpsr08929", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::cae88d27aa3a3c48421ba34e20ce70fa", "id": {"identifier": "10.3886/icpsr08929.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The defendant's prior criminal record has been shown to be an important factor in explaining sentencing decisions and in accounting for sentencing disparity. Yet little attention has been paid to the appropriate measurement of this variable. Researchers have not agreed on a common measure, but have used misdemeanor or felony arrests, misdemeanor or felony convictions, prison terms, or some combination of these. This paper examined the impact of various measure of prior record on sentences for male and female defendants convicted of violent and nonviolent crimes. We found that prior incarceration had a strong and consistent impact on sentence severity, but that prior arrest and prior conviction had much weaker effects. We also found that the effect of prior record on judge's decisions to sentence and incarcerate varied by gender and that the choice of a measure influenced conclusions concerning the existence and extent of gender discrimination in sentencing.", "author": ["Welch Susan", "Welch, S.", "Spohn, C.", "Spohn Cassia"], "localIdentifier": [{"type": "doi", "id": "10.1080/07418828700089331"}], "id": "50|dedup_wf_001::20d78a468a5f421ea25090847acc598d", "relatedPublications": 0, "date": [""], "title": ["The Effect of Prior Record in Sentencing Research: An Examination of the Assumption That Any Measure is Adequate"], "relatedDatasets": 2}
61
{"publisher": ["Molecular immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0d6af2ab481bdc6d57850be8a84fc4b5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9307062&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::00c6bb09db2b3f9b341bf2e842ba2672", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9307062&result=coding_release", "schema": "url"}}], "abstract": "None: The human germline Vlambda repertoire consists of about 30 functional genes that have been classified into 10 families on the basis of homologies in nucleotide sequences that encode approximately the first 96 to 104 residues of lambda light chains. One family, termed Vlambda5, is of special interest because the lambda light chain products of these genes have unique structural features. We have now isolated from genomic DNA one member of this family, designated IGLV5-1, using as a molecular probe a partial Vlambda5-germline-gene fragment generated by polymerase chain reaction. IGLV5-1 contains all the requisite elements of a potentially functional gene, including a Vlambda exon with an open reading frame specifying 104 residues. A Vlambda5-related cDNA (ZW) was also cloned from a bone marrow-derived plasma-cell population obtained from a patient with light-chain-associated (AL) amyloidosis. Comparison of the predicted protein sequences encoded by the IGLV5-1-germline gene, cDNA ZW, and three other reported Vlambda5-related cDNAs with those of the deduced or expressed products of the other nine known human Vlambda-gene families revealed that Vlambda5 proteins contain distinctive primary structural features. These include the presence within the second complementarity determining region (CDR2) and the third framework region (FR3) of 11 and 34 amino acids, respectively, rather than the 7 and 32 that occur in the most commonly expressed Vlambda1-, Vlambda2- and Vlambda3-type light chains. Although certain of the Vlambda-gene families encode either an elongated CDR2 or FR3, Vlambda5 proteins are remarkable in that they have additional residues in both regions of the molecule. In this respect, these polypeptides are most similar to surrogate light-chain-associated human and mouse VpreB components that also have these unusual primary structural features. Further, the four additional CDR2 residues and the two-residue FR3 insertion have been found among lambda-type light chains of certain non-mammalian species. The evolutionarily conserved nature of human Vlambda5-related genes and, in particular, the presumably novel tertiary structural effects induced by the unique features of the lambda light chains encoded by these elements suggest that the Vlambda5-gene family has biological and functional importance.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9307062"}], "author": ["Ringelberg C", "Klebig M L", "Weiss D T", "Ch'ang L Y", "Schell M", "Solomon A"], "relatedPublications": 0, "id": "50|r3d100010527::002dc8d146c4e94c11075fc4f7015bf1", "title": ["Identification and characterization of a human Vlambda5 (T1) germline gene that encodes structurally unique lambda light chains."], "typology": "publication"}
62
{"typology": "publication", "publisher": ["Blood"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::01283d36f1a2c6ef4322ab7669ce1e24", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9166829&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d598f75f91b46091f6f149e8d2f68c09", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9166829&result=sequence_release", "schema": "url"}}], "abstract": "None: Mammalian globin gene expression is activated through NF-E2 elements recognized by basic-leucine zipper proteins of the AP-1 superfamily. The specificity of NF-E2 DNA binding is determined by several nucleotides adjacent to a core AP-1 motif, comprising a recognition site for transcription factors of the Maf subfamily. Earlier work proposed that p18(MafK) forms a heterodimer with hematopoietic-specific protein p45 NF-E2 to activate transcription through NF-E2 sites. However, there was no direct evidence that p18(MafK) serves this function in vivo; in fact, mice lacking p18(MafK) have no phenotype. Here we describe a novel cDNA clone that encodes the human homolog of chicken MafG. Human MafG heterodimerizes with p45 NF-E2 and binds DNA with specificity identical to that of purified NF-E2 DNA binding activity. A tethered heterodimer of p45 and MafG is fully functional in supporting expression of alpha- and beta-globin, and in promoting erythroid differentiation in CB3, a p45-deficient mouse erythroleukemia cell line. These results indicate that human MafG can serve as a functional partner for p45 NF-E2, and suggest that the p45/MafG heterodimer plays a role in the regulation of erythropoiesis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9166829"}], "author": ["Kim M J", "Blank V", "Andrews N C"], "relatedPublications": 0, "id": "50|r3d100010527::2f214191962b5bdb7a0d1a0d742b355f", "title": ["Human MafG is a functional partner for p45 NF-E2 in activating globin gene expression."], "relatedDatasets": 2}
63
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f437fb9fe8f866cabba5ff9462f48b64", "id": {"identifier": "10.6084/m9.figshare.5436448.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67f2e93bd775c4fa45100ac909c923e4", "id": {"identifier": "10.6084/m9.figshare.5436448", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Qiao Qianglong", "Zeng Linghan", "Chen Xu", "Stevenson Mark A."], "localIdentifier": [{"type": "doi", "id": "10.1080/0269249x.2017.1371082"}], "id": "50|dli_resolver::cf6646682ed86fec29e2928bcace79d0", "relatedPublications": 0, "date": [""], "title": ["Diatom distribution in an alpine basin (central China) in relation to environmental factors and substrata"], "relatedDatasets": 2}
64
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::12bb23fbd97a59af2c21347c2349bea4", "id": {"identifier": "10.5517/ccsjzr0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C13H9BrO2, the benzene and furan rings form a dihedral angle of 44.35 (14)°. The crystal packing exhibits no significantly short inter­molecular contacts.", "author": ["Li Guang-Jun", "Qin Jian-Chun", "Zhang Ya-Mei", "Gao Jin-Ming"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536809014299"}], "id": "50|dli_resolver::0c5124166e5609dc9e9c1ea21e06a1db", "relatedPublications": 0, "date": [""], "title": ["\"(E)-1-(4-Bromophenyl)-3-(2-furyl)prop-2-en-1-one\""], "relatedDatasets": 1}
65
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::91258a6a0c0397b4ad0bc9c22e23fa86", "id": {"identifier": "aa275288", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d7d8d5ec784bb8743b2b9d89e14f66db", "id": {"identifier": "aa267296", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::be5f7e8cb4a4ea6d1db9c67cb6efcb17", "id": {"identifier": "aa051583", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1dea929b6539ee3fa528422d8fd8f66a", "id": {"identifier": "y07836", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::675d84060bd18742a156e6a7a4f943c6", "id": {"identifier": "aa689977", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2c4ca252c52d95d99f301e9a3eed4c6e", "id": {"identifier": "u42386", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::37f208bf6bd3f18c4df951e81cb16cbc", "id": {"identifier": "l21973", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7df2f87fed5b1bba5cb7cc96d9882ae3", "id": {"identifier": "x03919", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b0bffc90d6929ca9d697dec25ad4c544", "id": {"identifier": "c76791", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f3ad281f40e028af338faea0a4e0280a", "id": {"identifier": "z26580", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f0fc2a2ab05ca16cd020e905f0600dde", "id": {"identifier": "u80932", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::28d1128f501ec38fdd41f4ebeaad5155", "id": {"identifier": "aa166088", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::24b4c45d39b06bf2cca72746421e70b7", "id": {"identifier": "aa174970", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1903b242fee8a96ce3a9d69692c1677f", "id": {"identifier": "af004105", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ce4a1efde5a1a3883b7db208d5127b99", "id": {"identifier": "w78604", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aed735cf152998a8ede56cbbeb7c27e6", "id": {"identifier": "w08016", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3be70ad727134fda9885c39afc326348", "id": {"identifier": "x66032", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f58097af94127ccb1ecb3d4d0f2bb9b6", "id": {"identifier": "m14233", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cb8166ff00859d6cdb8364382d1bd719", "id": {"identifier": "x72310", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9b17a5433347c2e606924763d3189611", "id": {"identifier": "aa050055", "schema": "ena"}}], "abstract": "", "author": ["Isaac Kohane", "Rowitch, David H.", "Qing Zhao", "Alvin Kho", "Anna Marie Kenney", "Dong-in Yuk Di"], "localIdentifier": [{"type": "pmid", "id": "11960025"}], "id": "50|pubmed______::de7389f99af162b5fe34b860e6fac0e6", "relatedPublications": 0, "date": ["2002-04-01"], "title": ["Identification of genes expressed with temporal-spatial restriction to developing cerebellar neuron precursors by a functional genomic approach."], "relatedDatasets": 26}
66
{"typology": "publication", "publisher": ["Biochimica et biophysica acta"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::df6908d8d2fafd547b63d72b4d6e42b3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24361608&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::eef355c4073376a3a3b3b9ad2edeef87", "id": {"identifier": "2w12", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::280a08d60b74e05df9402ab0f92a9ad7", "id": {"identifier": "ef442045.1", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e3f10ee76866086a9ff3607236c439a2", "id": {"identifier": "3k7n", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::141294298cebb6a663601e58ea8dde0f", "id": {"identifier": "ef442046.1", "schema": "ncbi-n"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::55a1805164b098aa8aad7730b4c1d5ba", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24361608&result=coding_release", "schema": "url"}}], "abstract": "BACKGROUND: The venoms of several scorpion species have long been associated with pancreatitis in animal models and humans. Antarease, a Zn-metalloprotease from Tityus serrulatus, is able to penetrate intact pancreatic tissue and disrupts the normal vesicular traffic necessary for secretion, so it could play a relevant role in the onset of acute pancreatitis. METHODS: The cDNA libraries from five different scorpion species were screened for antarease homologs with specific primers. The amplified PCR products were cloned and sequenced. A structural model was constructed to assess the functionality of the putative metalloproteases. A phylogenetic analysis was performed to identify clustering patterns of these venom components. RESULTS: Antarease-like sequences were amplified from all the screened cDNA libraries. The complete sequence of the antarease from T. serrulatus was obtained. The structural model of the putative antarease from Tityus trivittatus shows that it may adopt a catalytically active conformation, sharing relevant structural elements with previously reported metalloproteases of the ADAM family. The phylogenetic analysis reveals that the reported sequences cluster in groups that correlate with the geographical localization of the respective species. CONCLUSIONS: Antareases are ubiquitous to a broad range of scorpion species, where they could be catalytically active enzymes. These molecules can be used to describe the evolution of scorpion venoms under different ecogeographic constrains. GENERAL SIGNIFICANCE: For the first time the complete sequence of the antareases is reported. It is demonstrated that antareases are common in the venom of different scorpion species. They are now proposed as targets for antivenom therapies.", "author": ["Schwartz Elisabeth Ferroni", "Rendón-Anaya Martha", "Possani Lourival Domingos", "Ortiz Ernesto", "Rego Solange Cristina"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbagen.2013.12.012"}, {"type": "pbmid", "id": "24361608"}], "id": "50|dedup_wf_001::27b71858ebcee2ec470377488079116b", "relatedPublications": 0, "date": ["2014"], "title": ["Antarease-like Zn-metalloproteases are ubiquitous in the venom of different scorpion genera"], "relatedDatasets": 8}
67
{"typology": "publication", "publisher": ["Bentham Science Publishers Ltd."], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c38cee3569b68f92796382a57e6636ae", "id": {"identifier": "10.5517/cc12h6tl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::48b3b9c70ae117f07f5686ff37e48103", "id": {"identifier": "10.5517/cc12h6sk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Yang Ping", "Wang Fasong", "Wang Yan", "Gao Hui", "Song Xinjian"], "localIdentifier": [{"type": "doi", "id": "10.2174/1570178611666140609225422"}], "id": "50|dli_resolver::a750498f8b69ba732eb7cd4defadfa2a", "relatedPublications": 0, "date": [""], "title": ["\"Facile Synthesis of Novel N<sup>4</sup>-Substituted 2-(Trifluoromethyl)-tetrahydrobenzothieno 2,3-dpyrimidine Derivatives\""], "relatedDatasets": 2}
68
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6736a77d0b1dfacf2e5b377b64be63b0", "id": {"identifier": "10.5061/dryad.p1r40", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6736a77d0b1dfacf2e5b377b64be63b0", "id": {"identifier": "10.5061/dryad.p1r40", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Summary 1. Neonate survival is a key life history trait, yet remains challenging to measure in wild populations because neonates can be difficult to capture at birth. Estimates of survival from neonates that are opportunistically captured might be inaccurate because some individuals die before sampling, resulting in data that are left truncated. The resulting overestimation of survival rates can further affect ecological inference through biased estimates of covariate effects in survival models, yet is not addressed in most studies of animal survival. Here, we quantify the effects of left truncation on survival estimates and subsequent ecological inference. 2. Vaginal implant transmitters (VITs) enable capture of ungulates at birth, yielding data without left truncation. The effects of left truncation on survival estimation were quantified using age-dependent survival models for VIT and opportunistically captured neonatal deer. Differences in daily survival rates (DSRs) and cumulative survival probability were calculated for the first 70 days of life. In addition, left truncation was simulated by removing fawns that died during the first 1 or 2 days of life from the VIT-caught sample, isolating the effect of left truncation. 3. Cumulative probability of survival during the first 70 days of life was overestimated by 7–23% for fawns caught opportunistically compared with those caught by VIT, depending on model design. Differences in DSRs were large at age 1 day, but had converged by age 30 days. Simulated left truncation resulted in overestimates of survival of up to 31%. Model selection and covariate coefficients were strongly affected by left truncation, producing spurious ecological inference, including changes to sign and/or magnitude of inferred effects of all covariates. 4. We recommend (i) every effort be made to capture neonates; (ii) consistent capture methods, using at least in part non-truncating techniques, be implemented across years and study areas; and (iii) exclusion of left-truncated data from survival estimates until DSRs converge with those calculated from non-truncated data. This work emphasizes the importance of accounting for left truncation in survival estimation for any species with strong age-dependent survival in order to prevent biased conclusions produced by sampling method rather than true ecological effects.", "author": ["Person David K.", "Lindberg Mark S.", "Gilbert Sophie L.", "Hundertmark Kris J."], "localIdentifier": [{"type": "doi", "id": "10.1111/2041-210x.12234"}], "id": "50|dli_resolver::ac3a7e434b822532c507c119bb0dedb0", "relatedPublications": 0, "date": [""], "title": ["\"Dead before detection: addressing the effects of left truncation on survival estimation and ecological inference for neonates\""], "relatedDatasets": 2}
69
{"typology": "publication", "publisher": ["Genome announcements"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a3bb64790e88585e50568e1aacfd3b05", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26358608&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d44874cdf3c4d2b2a376843d4ba1d372", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26358608&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::90fff5a5a3144fe5834d7855a0c0c11c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26358608&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aedd6ab999269d86de872345da5f7684", "id": {"identifier": "cp012027", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::550d38c9f442de475fa0387c604ebe5e", "id": {"identifier": "cp012028", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::335bc9f8e83c19b63d1fbc970d78c68b", "id": {"identifier": "cp012026", "schema": "ena"}}], "abstract": "None: Neisseria gonorrhoeae, the etiological agent that causes the sexually transmitted infection gonorrhea, is a significant public health concern due to the emergence of antimicrobial resistance. We report the complete genome sequences of three reference isolates with varied antimicrobial susceptibility that will aid in elucidating the genetic mechanisms that confer resistance.", "author": ["Jeanine, Abrams A.", "Nicholas, Robert A.", "Trees, David L.", "Nicholas Robert A", "Trees David L", "Jeanine Abrams, A."], "localIdentifier": [{"type": "pbmid", "id": "26358608"}, {"type": "pmid", "id": "26358608"}, {"type": "doi", "id": "10.1128/genomea.01052-15"}], "id": "50|dedup_wf_001::81587d3414e683eee3c5fbef2f5e70f9", "relatedPublications": 0, "date": ["2015-09-10"], "title": ["Complete Genome Sequences of Three Neisseria gonorrhoeae Laboratory Reference Strains, Determined Using PacBio Single-Molecule Real-Time Technology."], "relatedDatasets": 6}
70
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8861f95182d98a96180aa7b95a7b77e5", "id": {"identifier": "10.5517/cc11q5nl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "An open-framework gallium borate with intrinsic photocatalytic activities to water splitting has been discovered. Small inorganic molecules, H3BO3 and H3B3O6, are confined inside structural channels by multiple hydrogen bonds. It is the first example to experimentally show the structural template effect of boric acid in flux synthesis.", "author": ["Zhou Zhengyang", "Cong Rihong", "Yang Jia", "Yang Tao", "Jing Yan", "Sun Junliang", "Gao Wenliang", "Yang Dingfeng", "Lin Jianhua"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic403175w"}], "id": "50|dli_resolver::31e1924a70ded0513e7c096c1320ca56", "relatedPublications": 0, "date": [""], "title": ["\"Open-Framework Gallium Borate with Boric and Metaboric Acid Molecules inside Structural Channels Showing Photocatalysis to Water Splitting\""], "relatedDatasets": 1}
71
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd492f72ca9456b0dd1c92eea1a8a7cf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15375143&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7c8df76ac65bd2629260acd57ecd4792", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15375143&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e36c1220ac2fc603962c87ab440b7e2b", "id": {"identifier": "ay312509", "schema": "ena"}}], "abstract": "None: Analysis of two exopolysaccharide-deficient mutants of Rhizobium leguminosarum, RBL5808 and RBL5812, revealed independent Tn5 transposon integrations in a single gene, designated exo5. As judged from structural and functional homology, this gene encodes a UDP-glucose dehydrogenase responsible for the oxidation of UDP-glucose to UDP-glucuronic acid. A mutation in exo5 affects all glucuronic acid-containing polysaccharides and, consequently, all galacturonic acid-containing polysaccharides. Exo5-deficient rhizobia do not produce extracellular polysaccharide (EPS) or capsular polysaccharide (CPS), both of which contain glucuronic acid. Carbohydrate composition analysis and nuclear magnetic resonance studies demonstrated that EPS and CPS from the parent strain have very similar structures. Lipopolysaccharide (LPS) molecules produced by the mutant strains are deficient in galacturonic acid, which is normally present in the core and lipid A portions of the LPS. The sensitivity of exo5 mutant rhizobia to hydrophobic compounds shows the involvement of the galacturonic acid residues in the outer membrane structure. Nodulation studies with Vicia sativa subsp. nigra showed that exo5 mutant rhizobia are impaired in successful infection thread colonization. This is caused by strong agglutination of EPS-deficient bacteria in the root hair curl. Root infection could be restored by simultaneous inoculation with a Nod factor-defective strain which retained the ability to produce EPS and CPS. However, in this case colonization of the nodule tissue was impaired.", "author": ["Van Brussel Anton A N", "Logman, Trudy J.", "Mu-Yun Gao", "Carlson Russell W", "Laus, Marc C.", "Laus Marc C", "Carlson, Russell W.", "Brussel, Anton A. N.", "Kijne Jan W", "Azadi Parastoo", "Parastoo Azadi", "Logman Trudy J", "Gao Mu-Yun", "Kijne, Jan W."], "localIdentifier": [{"type": "pbmid", "id": "15375143"}, {"type": "pmid", "id": "15375143"}], "id": "50|dedup_wf_001::bddb75b5ef0f071d79ce1091f4e45ee7", "relatedPublications": 0, "date": ["2004-10-01"], "title": ["Involvement of exo5 in production of surface polysaccharides in Rhizobium leguminosarum and its role in nodulation of Vicia sativa subsp. nigra."], "relatedDatasets": 3}
72
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7d4cb2763d17ed5d05a533e08faff117", "id": {"identifier": "10.5517/ccvrx1j", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2de0b9f2fee4e73977b1907dc587e691", "id": {"identifier": "10.5517/ccvrx2k", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A general route for the synthesis of novel NHC stabilized nickel bis(silyl) and nickel hydrido silyl complexes is presented. The reaction of [Ni2(iPr2Im)4(COD)] 1 (iPr2Im = 1,3-di-isopropyl-imidazolin-2-ylidene) with hydrosilanes HnSiR4-n leads to complexes of the type [Ni(iPr2Im)2(SiHn-1R4-n)(H)] or [Ni(iPr2Im)2(SiHn-1R4-n)2].", "author": ["Radius Udo", "Zell Thomas", "Radacki Krzysztof", "Schaub Thomas"], "localIdentifier": [{"type": "doi", "id": "10.1039/c0dt01442g"}], "id": "50|dli_resolver::0b7480e8d136ff71d34dc75604b23790", "relatedPublications": 0, "date": [""], "title": ["\"Si–H Activation of hydrosilanes leading to hydrido silyl and bis(silyl) nickel complexes\""], "relatedDatasets": 2}
73
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::eac8804e3e36fd152ff8d239e5da72a8", "id": {"identifier": "kf285999", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::358ac9d095392a69e9732bd424262399", "id": {"identifier": "gu073316", "schema": "ncbi-n"}}], "abstract": "", "title": ["Identification of a C-type lectin from"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.aspen.2017.03.010"}], "id": "50|elsevier____::b99d56a2afdeaf4fec06a8608bef3f53", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 2}
74
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::0b9899516bea7a78290c222c123bdd5d", "id": {"identifier": "1t3b", "schema": "pdb"}}], "abstract": "Bacterial DsbC proteins are involved in rearranging or reducing mismatched disulfide bonds folding within the periplasm. The X-ray structure of the enzyme from Haemophilus influenzae has been solved and compared with the known structure of the Escherichia coli protein. The proteins act as V-shaped dimers with a large cleft to accommodate substrate proteins. The dimers are anchored by a small N-­terminal domain, but have a flexible linker region which allows the larger C-terminal domain, with its reactive sulfhydryls, to clamp down on substrates. The overall folds are very similar, but the comparison shows a wider range of hinge motions than previously thought. The crystal packing of the H. influenzae protein allows the movement of the N-­terminal domain with respect to the C-terminal domain through motions in the flexible hinge, generating high thermal parameters and unusually high anisotropy in the crystallographic data.", "author": ["Zhang Man", "Monzingo Arthur F.", "Georgiou George", "Segatori Laura", "Robertus Jon D."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0907444904014593"}], "id": "50|dli_resolver::2a7393e2d700154c1f94691cd30971ce", "relatedPublications": 0, "date": [""], "title": ["\"Structure of DsbC fromHaemophilus influenzae\""], "relatedDatasets": 1}
75
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "pubmed______", "datasourceId": ""}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::640224fb49f0e29ad7b1df374b2b5416", "id": {"identifier": "1l0y", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::96a0df72bc45ca4e3b21fd87f9d00bcd", "id": {"identifier": "1ktk", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::cdeb7afab414c32d1c131737bd8f4adb", "id": {"identifier": "1l0x", "schema": "pdb"}}], "abstract": "", "author": ["Ra, Mariuzza", " Karjalainen K", " Li H", "Ej, Sundberg", " Tormo J", "As, Llera", "Jk, Mccormick", "Pm, Schlievert"], "localIdentifier": [{"type": "pubmedid", "id": "12015151"}], "id": "50|dli_resolver::81777f9b12a76dc0d681722237fe883e", "relatedPublications": 0, "date": [""], "title": ["Structures of two streptococcal superantigens bound to TCR beta chains reveal diversity in the architecture of T cell signaling complexes."], "relatedDatasets": 3}
76
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7fea0a39d31bf5a2ae702c26ee025902", "id": {"identifier": "10.3886/icpsr03546.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Durate, Yeda Aparecida Oliveira", "Lima, Fernao D. D.", "Lebrao, Maria L."], "localIdentifier": [{"type": "icpsr", "id": "67617"}], "relatedPublications": 0, "title": ["The contribution of living arrangements in the provision of care for elderly persons with functional impairments in Sao Paulo, Brazil"], "id": "50|r3d100010255::15ddf8173cfab8f1a7a7e0ed98805808"}
77
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::1447df3ffbb203477203d215db597676", "id": {"identifier": "10.3886/icpsr02876", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::44e1b09f8e47643ecd20fefeb04fecf8", "id": {"identifier": "10.3886/icpsr03028.v1", "schema": "url"}}], "abstract": "The relationship between hate group activity and hate crime is theoretically ambiguous. Hate groups may incite criminal behavior in support of their beliefs. On the other hand, hate groups may reduce hate crime by serving as a forum for members to verbally vent their frustrations or as protection from future biased violence. I find that the presence of an active white supremacist hate group chapter is associated with an 18.7 percent higher hate crime rate. White supremacist groups are not associated with the level of anti-white hate crimes committed by non-whites, nor do they form in expectation of future hate crimes by non-whites.", "author": ["Mulholland, Sean E."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::00a78dcb7d7a4fadc9b48529fe15577d"}], "id": "50|dli_resolver::a3c723560be9a9f5f96277e4c2c28307", "relatedPublications": 0, "date": [""], "title": ["Hate Source: White Supremacist Hate Groups and Hate Crime"], "relatedDatasets": 2, "subject": [{"scheme": "keyword", "value": "J15 - Economics of Minorities, Races, Indigenous Peoples, and Immigrants ; Non-labor Discrimination"}, {"scheme": "keyword", "value": "D71 - Social Choice ; Clubs ; Committees ; Associations"}, {"scheme": "keyword", "value": "jel:D71"}, {"scheme": "keyword", "value": "jel:J15"}, {"scheme": "keyword", "value": "jel:K14"}, {"scheme": "keyword", "value": "K14 - Criminal Law"}, {"scheme": "keyword", "value": "hate crime, hate groups, white supremacist"}]}
78
{"typology": "publication", "publisher": ["Development (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fca15aa213b2e62a11e9ab8a86995934", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9310327&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cbaae4d2f28b7452084c70af28ed4d2c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9310327&result=coding_release", "schema": "url"}}], "abstract": "None: Only a few genes have been identified that participate in the developmental pathways which modulate homeotic (HOX) protein specificity or mediate HOX morphogenetic function. To identify more HOX pathway genes, we screened for mutations on loci on the Drosophila second chromosome that interact with the homeotic gene Deformed (Dfd). Genetic and molecular tests on the eight genes isolated in the screen place them in three general categories. Two genes appear to encode trithorax group functions, i.e. they are general activators of Hox gene expression or function. Four genes encode abundant, widely expressed proteins that may be required to mediate Dfd morphogenetic functions in certain tissues, including two genes for collagen IV protein variants. Finally, two of the genes are required for the development of a subset of embryonic Dfd-dependent structures, while leaving many other segmental structures intact. We cloned and characterized one of these two, which we have named apontic (apt). apt is required for the elaboration of dorsal and ventral head structures. It encodes a 484-amino-acid protein with no significant similarity to known protein sequences. The apt transcript pattern is normal in Dfd and Scr mutants, and the Dfd and Scr transcript patterns are normal in apt mutants. We propose that apt acts in parallel to, or as a cofactor with, HOX proteins to regulate homeotic targets in the ventral gnathal region.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9310327"}], "author": ["McGinnis N", "Harding K W", "Martin M M", "McGinnis W", "Gellon G"], "relatedPublications": 0, "id": "50|r3d100010527::f123179a899da6b7b206b9d274c68945", "title": ["A genetic screen for modifiers of Deformed homeotic function identifies novel genes required for head development."], "relatedDatasets": 2}
79
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17d8a895ea0d1a149359789c8f281a3b", "id": {"identifier": "10.5517/ccq6wb3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8d78e20bb10a497fbd7b5061269f0bf9", "id": {"identifier": "10.5517/ccq6wc4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "To explore the photophysics of platinum acetylide chromophores with strong two-photon absorption cross-sections, we have investigated the synthesis and spectroscopic characterization of a series of platinum acetylide complexes that feature highly π-conjugated ligands substituted with π-donor or -acceptor moieties. The molecules (numbered 1-4) considered in the present work are analogs of bis(phenylethynyl)bis(tributylphosphine)platinum(II) complexes. Molecule 1 carries two alkynyl-benzothiazolylfluorene ligands, and molecule 2 has two alkynyl-diphenylaminofluorene ligands bound to the central platinum atom. Compounds 3 and 4 possess two dihexylaminophenyl substituents at their ends and differ by the number of platinum atoms in the oligomer \"core\" (one vs two in 3 and 4, respectively). The ligands have strong effective two-photon absorption cross-sections, while the heavy metal platinum centers give rise to efficient intersystem crossing to long-lived triplet states. Ultrafast transient absorption and emission spectra demonstrate that one-photon excitation of the chromophores produces an S 1  state delocalized across the two conjugated ligands, with weak (excitonic) coupling through the platinum centers. Intersystem crossing occurs rapidly (K isc  ≈10 11  s -1 ) to produce the T 1  state, which is possibly localized on a single conjugated fluorenyl ligand. The triplet state is strongly absorbing (∈ TT  > 5 x 10 4  M -1  cm -1 ), and it is very long-lived (τ > 100 μs). Femtosecond pulses were used to characterize the two-photon absorption properties of the complexes, and all of the chromophores are relatively efficient two-photon absorbers in the visible and near-infrared region of the spectrum (600-800 nm). The complexes exhibit maximum two-photon absorption at a shorter wavelength than 2λ for the one-photon band, consistent with the dominant two-photon transition arising from a two-photon-allowed gerade-gerade transition. Nanosecond transient absorption experiments carried out on several of the complexes with excitation at 803 nm confirm that the long-lived triplet state can be produced efficiently via a sequence involving two-photon excitation to produce S 1 , followed by intersystem crossing to the T 1 .", "author": ["Cooper Thomas M.", "Schanze Kirk S.", "Fleitz Paul A.", "McLean Daniel G.", "Makarov Nikolay S.", "Rogers Joy E.", "Fratini Albert", "Farley Richard", "Drobizhev Mikhail", "Rebane Aleksander", "Slagle Jonathan E.", "Kim Kye-Young", "Hall Benjamin C.", "Krein Douglas M.", "Burke Aaron R."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic700549n"}], "id": "50|dli_resolver::771ddccce90cf48ddd07a39584b09b57", "relatedPublications": 0, "date": [""], "title": ["\"Platinum Acetylide Two-Photon Chromophores\""], "relatedDatasets": 2}
80
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44e9478985b019c4ad46b8f102de409f", "id": {"identifier": "10.5517/ccywxqf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::34033b895404ff9760c90fea6d79c9df", "id": {"identifier": "10.5517/ccywxtj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d97c85310cee0ec497d6f7f880e5f017", "id": {"identifier": "10.5517/ccywxk8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f4bd6db5ac09a5f60b112ab7ea46143", "id": {"identifier": "10.5517/ccywxxm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5e70ac903615c7ff71a7770877f4d806", "id": {"identifier": "10.5517/ccywxl9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::06af5ceb54e1d3cb1f5e38b206723bb7", "id": {"identifier": "10.5517/ccywxzp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a1a9cd4725e65b20c714000a854035e", "id": {"identifier": "10.5517/ccywxj7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1de965a95ecc18af0aa32ec3f20d0a5", "id": {"identifier": "10.5517/ccywxnc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30f37842e00669fc40c7972884740b21", "id": {"identifier": "10.5517/ccywxrg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::afc0df09c2c3246546e7f48a1a96399f", "id": {"identifier": "10.5517/ccywxwl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7f52fb39f7cfb75fea4b8bdc3a80c3a2", "id": {"identifier": "10.5517/ccywxpd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::875d7c0bf98043fb8a1d0419f535edc9", "id": {"identifier": "10.5517/ccywxsh", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66672804dafc8916657ef9c8ca6776c4", "id": {"identifier": "10.5517/ccywxmb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fe227232f04def38b0ff0409dfb36f9b", "id": {"identifier": "10.5517/ccywxyn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1ba3e160f94bb6e416a7b61dfcf93727", "id": {"identifier": "10.5517/ccywxvk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis and structures of fifteen new cobalt complexes containing phosphonate ligands are reported. The compounds also utilize carboxylates and 6-chloro-2-pyridonate (chp) as co-ligands. The majority of the compounds are decametallic: [Co10(chp)12(O3PPh)2(O2CPh)4(H2O)4], [Co10(chp)12(O3PPh)2(O2CtBu)4(H2O)4], [Co10(chp)12(O3PPh)2(O2CPhtBu)4(H2O)4], [Co10(chp)6(O3PCH2Ph)2(O2CPh)8(F)2 (H2O)2(EtOAc)2], [Co10(chp)8(O3PCH2Ph)2(O2CPh)8(F)2(MeCN)2](HNEt3)2, [Co10(chp)6(O3PCH2Ph)2(O2CtBu)8(F)2(H2O)2(MeCOMe)2], [Co10(chp)6(O3PMe)2 (O2CtBu)8(F)2(MeCN)4], [Co10(chp)6(O3PEt)2(O2CPh)8(F)2(MeCN)4], [Co10(chp)6(O3POct)2(O2CPh)8(F)2(MeCN)4], [Co10(chp)8(Hchp)2(O3PCH2Nap) (O2CPh)7(OH)3(H2O)], [Co10(chp)12(O3PPh)2(O2CPh-2-Ph)4(H2O)4] and [Co10(chp)12(O3PMe)2(O2CPh-2-Ph)4(H2O)4]. Two nine-metal cages and one hexametallic cage are also reported: [Co9(chp)9(O3PtBu)(O2CtBu)6(OH)], [Co9(chp)7(O3PCH2Ph)2(O3PCH2Ph)(O2CCPh3)5(OH)(H2O)2(MeCN)] and [Co6(chp)6(Hchp)2(O3PtBu)(O2CPh-2-Ph)3(F)(H2O)](HNEt3)(Cl). Magnetic studies show predominantly anti-ferromagnetic exchange interactions between the cobalt(II) sites, with diamagnetic ground states for most of the compounds studied.", "author": ["Winpenny Richard E. P.", "Teat Simon J.", "Langley Stuart K.", "Helliwell Madeleine"], "localIdentifier": [{"type": "doi", "id": "10.1039/c2dt31612a"}], "id": "50|dli_resolver::cf0edf002d758ddf5e28d85cf7d06eb7", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and characterisation of cobalt(ii) phosphonate cage complexes utilizing carboxylates and pyridonates as co-ligands\""], "relatedDatasets": 15}
81
{"typology": "publication", "publisher": ["BMJ"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae1752047cf5ac30a7707663ab98e3ad", "id": {"identifier": "10.5061/dryad.52mt5", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae1752047cf5ac30a7707663ab98e3ad", "id": {"identifier": "10.5061/dryad.52mt5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Objective To assess the effectiveness of dietary counselling and complementary food supplements on anaemia and stunting prevalence in children aged 6–23 months.#N##N#Design A controlled intervention study with measurements of height and haemoglobin levels, and cross-sectional surveys in August 2012 (baseline), 2013 (mid-term) and 2014 (end-line).#N##N#Setting One intervention county and one control county in rural Qinghai Province, China.#N##N#Intervention Complementary food supplements (containing protein, fat, carbohydrate, vitamin A, B1, B2, B12, D3, folic acid, iron, zinc and calcium) and complementary feeding counselling were given in the intervention county.#N##N#Participants Caregivers and their children aged 6–23 months.#N##N#Primary and secondary outcome measures Effect of the interventions on the prevalence of anaemia (haemoglobin <110 g/L) and stunting (z-score of height-for-age <−2.0) (controlled for differences between the counties), and on infant feeding practices.#N##N#Results The surveys were conducted on 1804, 2187 and 2186 children aged 6–23 months in the intervention county in August 2012, 2013 and 2014, respectively, and 804, 680 and 790 children in the control county, respectively. Between the baseline and end-line surveys, anaemia prevalence decreased more in the intervention county than in the control county (71.1% to 47.8% vs 86.3% to 75.3%, respectively; p<0.0001). There was no difference in the decrease in stunting prevalence between the counties (9.7% to 7.1% vs 17.0% to 15.0%; p=0.7954). The proportions of children given iron-rich or iron-fortified food, introduced to (semi-) solid food at 6–8 months, and given food with minimum dietary diversity increased from 43.2% to 88.8% (p<0.0001), 81.4% to 96% (p=0.0470) and 53.0% to 59.8% (p<0.0001), respectively in the intervention county.#N##N#Conclusions We found much higher anaemia prevalence in poor rural areas of Qinghai Province compared with the national data. Community-based complementary food supplements combined with dietary counselling can improve feeding practices and reduce anaemia prevalence. Future studies should use longer follow-up to assess the effects on stunting.#N##N#Strengths and limitations We included a large number of participants and assessed a combined complementary food supplements and dietary counselling intervention in a poor rural area in China with high anaemia prevalence. Although the study took place in only one intervention county and one control county, we conducted an analysis that controlled for differences between the two counties. Also, although we made significant efforts to train village doctors, their education was not systematically assessed after training and thus their delivery of the interventions may have been variable.#N##N#Trial registration number [ChiCTRPRC12002444][1]; Pre-results.#N##N# [1]: http://www.chictr.org.cn/showproj.aspx?proj=7106", "author": ["Zhang Yanfeng", "Chen Li", "Chang Suying", "Xing Min", "Scherpbier Robert W.", "Wang Wei", "van Velthoven Michelle Helena", "Wu Qiong", "Han Huijun"], "localIdentifier": [{"type": "doi", "id": "10.1136/bmjopen-2016-011234"}], "id": "50|dli_resolver::59e44bcbe575ddd3739d6accc022abb2", "relatedPublications": 0, "date": [""], "title": ["\"Effectiveness of complementary food supplements and dietary counselling on anaemia and stunting in children aged 6–23 months in poor areas of Qinghai Province, China: a controlled interventional study\""], "relatedDatasets": 2}
82
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5fcd0400c3437f6678ddefa56ce84b77", "id": {"identifier": "10.6084/m9.figshare.c.3635174.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e936d89179f6d00fdce4fa5fd892fa80", "id": {"identifier": "10.6084/m9.figshare.c.3635174_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dee1fda47f5a0bff07683802f90d0f77", "id": {"identifier": "10.6084/m9.figshare.c.3635174_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::02e7445a489907b9502f90169e6a31fb", "id": {"identifier": "10.6084/m9.figshare.c.3635174", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Increasing evidence suggests that the immune system has a beneficial role in the progression of amyotrophic lateral sclerosis (ALS) although the mechanism remains unclear. Recently, we demonstrated that motor neurons (MNs) of C57SOD1G93A mice with slow disease progression activate molecules classically involved in the cross-talk with the immune system. This happens a lot less in 129SvSOD1G93A mice which, while expressing the same amount of transgene, had faster disease progression and earlier axonal damage. The present study investigated whether and how the immune response is involved in the preservation of motor axons in the mouse model of familial ALS with a more benign disease course. First, the extent of axonal damage, Schwann cell proliferation, and neuromuscular junction (NMJ) denervation were compared between the two ALS mouse models at the disease onset. Then, we compared the expression levels of different immune molecules, the morphology of myelin sheaths, and the presence of blood-derived immune cell infiltrates in the sciatic nerve of the two SOD1G93A mouse strains using immunohistochemical, immunoblot, quantitative reverse transcription PCR, and rotating-polarization Coherent Anti-Stokes Raman Scattering techniques. Muscle denervation, axonal dysregulation, and myelin disruption together with reduced Schwann cell proliferation are prominent in 129SvSOD1G93A compared to C57SOD1G93A mice at the disease onset, and this correlates with a faster disease progression in the first strain. On the contrary, a striking increase of immune molecules such as CCL2, MHCI, and C3 was seen in sciatic nerves of slow progressor C57SOD1G93A mice and this was accompanied by heavy infiltration of CD8+ T lymphocytes and macrophages. These phenomena were not detectable in the peripheral nervous system of fast-progressing mice. These data show for the first time that damaged MNs in SOD1-related ALS actively recruit immune cells in the peripheral nervous system to delay muscle denervation and prolong the lifespan. On the contrary, the lack of this response has a negative impact on the disease course.", "author": ["Heath Paul R.", "Trolese Maria Chiara", "Shaw Pamela J.", "Bendotti Caterina", "Riva Nilo", "de Vito Giuseppe", "Dina Giorgia", "Piazza Vincenzo", "Cecchi Roberta", "Quattrini Angelo", "Nardo Giovanni"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12974-016-0732-2"}], "id": "50|dli_resolver::d76983824e2adc63a8718a0f200aea64", "relatedPublications": 0, "date": [""], "title": ["\"Immune response in peripheral axons delays disease progression in SOD1G93A mice\""], "relatedDatasets": 4}
83
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::764007c8b4b803063077555ffeadef35", "id": {"identifier": "z50172", "schema": "ena"}}], "abstract": "", "author": ["Schouls, Leo M.", "Bergmans, Anneke M. C.", "Winfried Kern", "Dirk Wagner", "Buiting, Anton G. M.", "Annerose Serr", "Margreet Vos"], "localIdentifier": [{"type": "pmid", "id": "16710989"}], "id": "50|pubmed______::d68b820549641c51d030828118c38dcc", "relatedPublications": 0, "date": ["2006-03-01"], "title": ["\"Mycobacterium tilburgii\" infections."], "relatedDatasets": 1}
84
{"typology": "publication", "publisher": ["FEMS microbiology letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::64f7446797da949ecb7e39c7a38510d6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9453160&result=sequence_release", "schema": "url"}}], "abstract": "None: The insertion sequence ISRm8 was identified by sequence analysis of the cryptic plasmid pRmeGR4b of Sinorhizobium meliloti GR4. ISRm8 is 1451 bp in length and carries 22/24-bp terminal imperfect inverted repeats with seven mismatches and a direct target site duplication of 3 bp. ISRm8 carries a unique open reading frame whose putative protein showed significant similarity to the insertion sequences IS1357 and IS1452, isolated from Methylobacterium sp. and Acetobacter pasteurianus, respectively. Two copies of this IS element were found in strain GR4; one of them is linked to plasmid pRmeGR4b, whereas the other is localized out of the non-pSym plasmids. In S. meliloti field populations ISRm8 shows a limited distribution (50% of the strains tested carry the IS element), with a copy number ranging from 1 to 6.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9453160"}], "author": ["Zekri S", "Toro N"], "relatedPublications": 0, "id": "50|r3d100010527::16504809e76327bc274058530ef0f4cd", "title": ["A new insertion sequence from Sinorhizobium meliloti with homology to IS1357 from Methylobacterium sp. and IS1452 from Acetobacter pasteurianus."], "relatedDatasets": 1}
85
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::480c9e0b50f2954bdbd8263231ebfdbe", "id": {"identifier": "10.5517/cc12xrsj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f415cb8cd13a9a30fb983522677303f8", "id": {"identifier": "10.5517/cc12xrqg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::18b2b103b4edcabf6af0431eda3363da", "id": {"identifier": "10.5517/cc12xrrh", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three silver coordination polymers, [Ag 2 (L)](NO 3 ) 2 (H 2 O) 2  ( 1 ), [Ag(L)](PF 6 ) ( 2 ), and [Ag 2 I 2 L](CH 2 Cl 2 ) ( 3 ), were prepared from AgX (X = NO 3  − , PF 6  − , I − ) and a tetrakis(pyridine)-type linking ligand (L = 1,1,2,2-tetrakis(4-(pyridin-3-yl)phenyl)ethane). Polymers  1  and  2  are homoleptic coordination polymers, whereas polymer  3  is a mixed polymer. Polymer  3  exhibits a rather reversible desorption–resorption behavior of the guest CH 2 Cl 2  molecules. Solid-state photoluminescence spectra of all polymers appear to display ligand-based fluorescence. Compared with the free ligand, polymer  1  exhibits a red shift, whereas polymers  2  and  3  exhibit a blue shift. The final structures and emission properties of the polymers may be attributed to the distinct coordination modes of the ligand and the anion in the starting silver compound.", "author": ["Lee Gang Min", "Lee Soon W."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2014.11.024"}], "id": "50|dli_resolver::c12b990aaddddd37f84b0f37aeebd69a", "relatedPublications": 0, "date": [""], "title": ["\"Silver-tetrapyridyl coordination polymers: Ag2(L)(NO3)2(H2O)2, Ag(L)(PF6), and Ag2I2L(CH2Cl2) {L=1,1,2,2-tetrakis(4-(pyridin-3-yl)phenyl)ethene}\""], "relatedDatasets": 3}
86
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::75b5b3cc931de972c849e7b8431e0e60", "id": {"identifier": "4uv8", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::18d25b6feef41b698da9f707b2692f1e", "id": {"identifier": "4uv9", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::dcbb7101083550942b65a9b1cdce6178", "id": {"identifier": "4uva", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8aeea28426cb329d217e1e0a242c3862", "id": {"identifier": "4uvc", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1b4ce2a71b4f08b9ddd27a1859277a3c", "id": {"identifier": "4uvb", "schema": "pdb"}}], "abstract": "", "author": ["Botrugno Oronza A.", "Tortorici Marcello", "Varasi Mario", "Mai Antonello", "Thaler Florian", "Trifiró Paolo", "Meroni Giuseppe", "Cappa Anna", "Dessanti Paola", "Vianello Paola", "Mercurio Ciro", "Ciossani Giuseppe", "Mattevi Andrea", "Valente Sergio", "Villa Manuela", "Minucci Saverio"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ejmech.2014.08.068"}], "id": "50|dedup_wf_001::5d5978c043374b711c560f920e995370", "relatedPublications": 0, "date": [""], "title": ["Synthesis, biological activity and mechanistic insights of 1-substituted cyclopropylamine derivatives: A novel class of irreversible inhibitors of histone demethylase KDM1A"], "relatedDatasets": 10}
87
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0ea9ed430dd0829fb70202d68de921d5", "id": {"identifier": "10.3886/icpsr06453.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Alvarez, R. Michael", "Bowler, Shaun", "Nagler, Jonathan"], "localIdentifier": [{"type": "icpsr", "id": "1650"}], "relatedPublications": 0, "title": ["Issues, Economics, and the Dynamics of Multiparty Elections: The British 1987 General Election"], "id": "50|r3d100010255::462b142ea1c15d59362926976340fc48"}
88
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e105e4f94d9e3dfe260732254999189", "id": {"identifier": "10.5517/ccxnzj1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A total synthesis of both diastereomers of the originally proposed structure for streptophenazine A (1) has been achieved. However, both synthetic compounds are different from the natural product. Re-examination of NMR data reported for streptophenazine A and a concise total synthesis of both diastereomers of 17 (17a and 17b) led to the structural revision of streptophenazine A to 17b. Asymmetric synthesis of (−)-streptophenazine A was also conducted, and its absolute configuration was determined to be 1′S,2′R.", "author": ["Guaciaro Michael", "Mocek Ursula", "Yang Zhicai", "Morley Tim", "Molino Bruce F.", "Reategui Ricardo", "Jin Xiaomin", "Rhea Joshua"], "localIdentifier": [{"type": "doi", "id": "10.1021/ol202005u"}], "id": "50|dli_resolver::f9874d4f73fa0f94f6a1534bc0b2bc2b", "relatedPublications": 0, "date": [""], "title": ["\"The Revised Structure, Total Synthesis, and Absolute Configuration of Streptophenazine A\""], "relatedDatasets": 1}
89
{"typology": "publication", "publisher": ["Molecular biology of the cell"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6effe6d41770ea0bd101b62b8b6c9e14", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9398674&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::64878396a327ea9edbd299828932b5cd", "id": {"identifier": "m76585", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f2dbc8da0003250c2cd22325b36a4030", "id": {"identifier": "l01038", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f5eefbc74ae36b0d0b1b76360f25e4c1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9398674&result=coding_release", "schema": "url"}}], "abstract": "None: Mitogen-activated protein (MAP) kinases are pivotal components of eukaryotic signaling cascades. Phosphorylation of tyrosine and threonine residues activates MAP kinases, but either dual-specificity or monospecificity phosphatases can inactivate them. The Candida albicans CPP1 gene, a structural member of the VH1 family of dual- specificity phosphatases, was previously cloned by its ability to block the pheromone response MAP kinase cascade in Saccharomyces cerevisiae. Cpp1p inactivated mammalian MAP kinases in vitro and acted as a tyrosine-specific enzyme. In C. albicans a MAP kinase cascade can trigger the transition from the budding yeast form to a more invasive filamentous form. Disruption of the CPP1 gene in C. albicans derepressed the yeast to hyphal transition at ambient temperatures, on solid surfaces. A hyphal growth rate defect under physiological conditions in vitro was also observed and could explain a reduction in virulence associated with reduced fungal burden in the kidneys seen in a systemic mouse model. A hyper-hyphal pathway may thus have some detrimental effects on C. albicans cells. Disruption of the MAP kinase homologue CEK1 suppressed the morphological effects of the CPP1 disruption in C. albicans. The results presented here demonstrate the biological importance of a tyrosine phosphatase in cell-fate decisions and virulence in C. albicans.", "author": ["Röllinghoff, M.", "Meloche S", "Dignard, D.", "Dignard D", "Schröppel, K.", "Makris C", "Röllinghoff M", "Whiteway, M.", "Whiteway M", "Csank, C.", "Dy, Thomas", "Csank C", "Makris, C.", "Schröppel K", "Thomas D Y", "Meloche, S."], "localIdentifier": [{"type": "pbmid", "id": "9398674"}, {"type": "pmid", "id": "9398674"}], "id": "50|dedup_wf_001::b82eb64683abb181759fabdb18e38917", "relatedPublications": 0, "date": ["1997-12-01"], "title": ["Derepressed hyphal growth and reduced virulence in a VH1 family-related protein phosphatase mutant of the human pathogen Candida albicans."], "relatedDatasets": 4}
90
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::51f789d286605efa502826e1e4ce3094", "id": {"identifier": "10.5517/cct4w3x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::add4a00687a12040eb8249b9b2445bc8", "id": {"identifier": "10.5517/cct4w4y", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "abstract The synthesis and anticonvulsant properties of new N-Mannich bases of [7,8-f]benzo-2-aza-spiro[4.5]decane-1,3-diones (5a–h) and [7,8-f]benzo-1,3-diaza-spiro[4.5]decane-2,4-diones (7a–h) weredescribed. Initial anticonvulsant screening was performed using intraperitoneal (ip) maximal electro-shock (MES) and subcutaneous pentylenetetrazole (scPTZ) seizures tests. The neurotoxicity was deter-mined applying the rotarod test. The majority of compounds were effective in the MES or/and scPTZscreen. The quantitative studies showed that several molecules were more potent than phenytoin, usedas reference drug. Selected derivatives were screened in the 6-Hz test and also assessed for potentialactivity against nerve agents using the Pilocarpine Induced Status Prevention model. To explain the pos-sible mechanism of anticonvulsant action, for chosen active derivatives, theirinfluence on voltage-depen-dent Na + channel were tested in vitro. 2010 Elsevier Ltd. All rights reserved. 1. IntroductionThe past decades have demonstrated many attempts to identifythe structural features of compounds crucial for anticonvulsantactivity. It’s well documented that one of the important corefragments of anticonvulsants is defined by nitrogen heteroatomicsystem, usually a cyclic imide, at least of one carbonyl group andphenyl or alkyl groups attached to the heterocyclic system.", "author": ["Szczesio Małgorzata", "Obniska Jolanta", "Pawłowski Maciej", "Kamiński Krzysztof", "Byrtus Hanna", "Karolak-Wojciechowska Janina"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmc.2010.06.064"}], "id": "50|dli_resolver::55c42d627a0130dcf15d05829dcec3ff", "relatedPublications": 0, "date": [""], "title": ["\"Design, synthesis, and anticonvulsant activity of new N-Mannich bases derived from spirosuccinimides and spirohydantoins\""], "relatedDatasets": 2}
91
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5599fbd70b8f8828bcb7bdedeb627b35", "id": {"identifier": "10.17882/42182", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Faure Vincent", "Kawai Yoshimi"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10872-015-0318-0"}], "id": "50|dli_resolver::c9aab2317bfb93e136f7021d8b689c1a", "relatedPublications": 0, "date": [""], "title": ["Heat and salt budgets of the mixed layer around the Subarctic Front of the North Pacific Ocean"], "relatedDatasets": 1}
92
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5fed73c961e9c8145861ca1d47f91bca", "id": {"identifier": "10.5517/cczgcqh", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9204b86c12f60b9182ce386156bcbfb3", "id": {"identifier": "10.5517/cczgctl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5f91bfa3bcd3a5d10217507bd5905110", "id": {"identifier": "10.5517/cczgcpg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1f564a0577f7f8bd23edb1f1c6d11b5", "id": {"identifier": "10.5517/cczgcsk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::82b92f35dcc777baa112704d1be40738", "id": {"identifier": "10.5517/cczgcrj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Five novel compounds {[Cu(CMA)]·0.8H2O}n (1), {[Cu(CMA)(bpy)0.5]·0.5DMF}n (2), {[Cu(CMA)(bpy)(H2O)]·0.5H2O}n (3), {[Cu2(CMA)(DPA)(bpy)2(H2O)]ClO4}n (4) and {[Cu3(CMA)(DPA)(bpy)4(OH)](ClO4)2·3H2O)}n (5) (H2CMA = 3-(carboxymethoxy)-5-methylbenzoic acid, HDPA = 2-(3,5-dimethylphenoxy)acetic acid, bpy = 4,4′-bipyridine) were synthesized and characterized by single crystal X-ray diffraction. Interestingly, the kinds of ligands included in these compounds are different: 1 contains single-ligand CMA2−; 2 and 3 comprise two kinds of ligands (CMA2− and bpy); 4 and 5 cover three kinds of ligands (CMA2−, DPA− and bpy). Structural analyses reveal that 1–3, and 5 are three-dimensional (3D) frameworks, while 4 is a 2D layer. Noteworthily, 1 possesses two types of channels: six-star and hexagonal ones. 3 displays a three-fold interpenetrating 3D framework. The structural diversity of the compounds may have originated from different anions, solvents and temperatures. Variable-temperature magnetic susceptibility measurements were carried out on compounds 1, 2 and 4, and the magnetic properties are dramatically different due to the structural diversities. The magnetic data of 1 shows an antiferromagnetic interaction with J = −54.84 cm−1 estimated from the Bonner–Fisher model. The magnetic data of 2 was least-square fitted to the Blenaey–Bowers equation with J = −131.01 cm−1, indicating the existence of a strong antiferromagnetic interaction between two adjacent Cu2+. The magnetic data of linear tetranuclear structure 4 was best fitted to the expression derived from the Hamiltonian H = −2(2J1S1S2 + J2S1S1*). The best fitting parameters are J1 = −17.48 cm−1 and J2 = −65.26 cm−1, which also indicate an antiferromagnetic interaction. Simultaneously, the magneto-structural relationship was discussed.", "author": ["Shi Peng-Fei", "Zhao Bin", "Shen Bo", "Wan Fan-Fan", "Hou Yin-Ling", "Gao Dong-Liang"], "localIdentifier": [{"type": "doi", "id": "10.1039/c2dt32515b"}], "id": "50|dli_resolver::d99da6b1723df126466834ccd7dcc9f7", "relatedPublications": 0, "date": [""], "title": ["\"Structural diversity and magnetic properties of five copper–organic frameworks containing one-, two-, and three-types of organic ligands\""], "relatedDatasets": 5}
93
{"typology": "publication", "publisher": ["Acta tropica"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cef534109c1dbd4cbee4e2be40fe04f6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1359760&result=sequence_release", "schema": "url"}}], "abstract": "None: We have sequenced single kinetoplast DNA minicircles from three species and part of a minicircle from the fourth major species within the Leishmania braziliensis complex. Alignment of these sequences with each other and with those of other kinetoplastids allowed the selection of a pair of oligonucleotides suitable as primers in a polymerase chain reaction which is highly specific for the Leishmania braziliensis complex. The reaction is capable of detecting less than one femtogramme of kinetoplast DNA. It has been tested with crude specimens from South American leishmaniasis patients, potential wild animal reservoirs and sandfly vectors. The tests indicate that these primers are suitable for diagnosis of leishmaniasis and potentially useful in epidemiological surveys.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1359760"}], "author": ["Barker D C", "de Bruijn M H"], "relatedPublications": 0, "id": "50|r3d100010527::499d89f9bf45ed84b49cb1fae678e118", "title": ["Diagnosis of New World leishmaniasis: specific detection of species of the Leishmania braziliensis complex by amplification of kinetoplast DNA."], "relatedDatasets": 1}
94
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::cf692754feadf553aa30cc6898974db7", "id": {"identifier": "2vda", "schema": "pdb"}}], "abstract": "SUMMARY Recognition of signal sequences by cognate receptors controls the entry of virtually all proteins to export pathways. Despite its importance, this process remains poorly understood. Here, we present the solution structure of a signal peptide bound to SecA, the 204 kDa ATPase motor of the Sec translocase. Upon encounter, the signal peptide forms an a-helix that inserts into a flexible and elongated groove in SecA. The mode of binding is bimodal, with both hydrophobic and electrostatic interactions mediating recognition. The same groove is used by SecA to recognize a diverse set of signal sequences. Impairment of the signal-peptide binding to SecA results in significant translocation defects. The C-terminal tail of SecA occludes the groove and inhibits signal-peptide binding, but autoinhibition is relieved by the SecB chaperone. Finally, it is shown that SecA interconverts between two conformations in solution, suggesting a simple mechanism for polypeptide translocation.", "author": ["Keramisanou Dimitra", "Karamanou Spyridoula", "Economou Anastassios", "Bonvin Alexandre M.J.J.", "Kalodimos Charalampos G.", "Koukaki Marina", "Gelis Ioannis", "Gouridis Giorgos"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cell.2007.09.039"}], "id": "50|dli_resolver::17e3a6fd6dd139fc1bcfbd08efdda51a", "relatedPublications": 0, "date": [""], "title": ["\"Structural Basis for Signal-Sequence Recognition by the Translocase Motor SecA as Determined by NMR\""], "relatedDatasets": 1}
95
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0f0c7c67fea550519b11b68809dcba7a", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::18132f1e17c1271d6e6e2ff720922301", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2ac75335ad7b75c5f9449355ed2b927a", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::905401ce942a7a70518163ea0161ab51", "id": {"identifier": "10.6084/m9.figshare.c.3884041", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::47e58d6089aad92154f5bae6f572ce2f", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fcf5949e65b07f30c27803dd08abdae6", "id": {"identifier": "10.6084/m9.figshare.c.3884041.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b99920324634a1d9c4215fe67d4a4466", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f679e0483c95b4453f12519c6a5a695f", "id": {"identifier": "10.6084/m9.figshare.c.3884041_d3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wilks Angela", "Huang Weiliang"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12866-017-1112-5"}], "id": "50|dli_resolver::d5a3d8ee4ea1ac0e6a69915f59a6af7b", "relatedPublications": 0, "date": [""], "title": ["\"A rapid seamless method for gene knockout in Pseudomonas aeruginosa\\n        \""], "relatedDatasets": 8}
96
{"typology": "publication", "publisher": ["Molecular and cellular endocrinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0b7bd58bd43bdb2179e46e411700940d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1338725&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ec91db133a86b1b6db6d9d897324a826", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1338725&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d9ce75f9522c48e62f889dfc74307a33", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1338725&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cec6564f11371cabec50c378892d479a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1338725&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3f555ca3f24c909ca12daeb6e69cda53", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1338725&result=coding_release", "schema": "url"}}], "abstract": "None: We have isolated a bovine prolactin (bPRL) receptor cDNA from an endometrial cDNA library, which predicts a 557 amino acid transmembrane protein similar to the long forms of other characterized prolactin receptors. The predicted cytoplasmic domain is slightly truncated primarily by a stop codon located 36 codons 5' from the stop utilized in the human hepatic transcript. When expressed in COS cells, this cDNA was shown to encode a protein which bound bovine placental lactogen (bPL) and bPRL with nearly equal affinity (KD for bPL, 2.03 x 10(-10) M; bPRL, 3.07 x 10(-10) M). Northern analysis demonstrated multiple transcripts, with maternal liver, corpus luteum, intestine, endometrium and fetal liver containing a major transcript of about 3.8 kb, and maternal corpus luteum and endometrium, a second sized transcript of apparently equal abundance of 4.4 kb. This difference did not appear to be within the coding region. Primer extension analysis of maternal hepatic and endometrial transcripts revealed considerable heterogeneity. Examination of the distribution of prolactin and growth hormone receptor transcripts at mid-pregnancy by semi-quantitative reverse transcriptase polymerase chain reaction showed that both are widespread in bovine fetal and placental tissues. This isolation of bovine prolactin receptor cDNA, and description of receptor distribution will facilitate study of the action of the placental and pituitary members of this gene family during pregnancy.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1338725"}], "author": ["Kessler M A", "Scott P", "Schuler L A"], "relatedPublications": 0, "id": "50|r3d100010527::de70d52a77edabd527ecbf40ed706dae", "title": ["Molecular cloning of the bovine prolactin receptor and distribution of prolactin and growth hormone receptor transcripts in fetal and utero-placental tissues."], "relatedDatasets": 5}
97
{"typology": "publication", "publisher": ["PeerJ"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2bab542db8598e5b23af4a389ceb1d23", "id": {"identifier": "10.7287/peerj.239v0.1/reviews/2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::86ccc9e4b30c297981fa13aec9786d2b", "id": {"identifier": "10.7287/peerj.239v0.1/reviews/1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "State of the art high-throughput technologies allow comprehensive experimental studies of organism metabolism and induce the need for a convenient presentation of large heterogeneous datasets. Especially, the combined analysis and visualization of data from different high-throughput technologies remains a key challenge in bioinformatics. We present here the MarVis-Graph software for integrative analysis of metabolic and transcriptomic data. All experimental data is investigated in terms of the full metabolic network obtained from a reference database. The reactions of the network are scored based on the associated data, and sub-networks, according to connected high-scoring reactions, are identified. Finally, MarVis-Graph scores the detected sub-networks, evaluates them by means of a random permutation test and presents them as a ranked list. Furthermore, MarVis-Graph features an interactive network visualization that provides researchers with a convenient view on the results. The key advantage of MarVis-Graph is the analysis of reactions detached from their pathways so that it is possible to identify new pathways or to connect known pathways by previously unrelated reactions. The MarVis-Graph software is freely available for academic use and can be downloaded at: http://marvis.gobics.de/marvis-graph.", "author": ["Gatz Christiane", "Feussner Ivo", "Meinicke Peter", "Landesfeind Manuel", "Feussner Kirstin", "Thurow Corinna", "Kaever Alexander"], "localIdentifier": [{"type": "doi", "id": "10.7717/peerj.239"}], "id": "50|dli_resolver::52dbf01e98fa7d8b4f82955b4bc0ccae", "relatedPublications": 0, "date": [""], "title": ["\"Integrative study ofArabidopsis thalianametabolomic and transcriptomic data with the interactive MarVis-Graph software\""], "relatedDatasets": 2}
98
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::19999f213166d852764abbbed9882556", "id": {"identifier": "fj550089", "schema": "ncbi-n"}}], "abstract": "", "title": ["Large kelp-rafted rocks as potential dropstones in the Southern Ocean"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.margeo.2017.07.016"}], "id": "50|elsevier____::db83501b489764426c0be607301fc8cd", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 1}
99
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c789be3863e2eae02eed20dfa2905819", "id": {"identifier": "10.6084/m9.figshare.c.3803614_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4299b5f26ed9a0a31baeb64069e8f3be", "id": {"identifier": "10.6084/m9.figshare.c.3803614", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::47f4ebfc29aef0e126042ce837c5b30a", "id": {"identifier": "10.6084/m9.figshare.c.3803614.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d575e680f1729169810085258162ae35", "id": {"identifier": "10.6084/m9.figshare.c.3803614_d1.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Shaw Sara", "Greenhalgh Trisha", "A’Court Christine"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12872-017-0594-2"}], "id": "50|dli_resolver::1a6315695273f3327867ac1b2114778b", "relatedPublications": 0, "date": [""], "title": ["\"Understanding heart failure; explaining telehealth – a hermeneutic systematic review\""], "relatedDatasets": 4}
100
{"typology": "publication", "publisher": ["Journal of virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::77142bd0dd8ac7845454a9239efc18c1", "id": {"identifier": "z97730", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1a8649175cec8adb92a9bad05e0c5b49", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9343198&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::17777cda3cce45fe665c9e8b03fd30be", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9343198&result=sequence_release", "schema": "url"}}], "abstract": "None: The NS5B protein of the hepatitis C virus (HCV) is an RNA-dependent RNA polymerase (RdRp) (S.-E. Behrens, L. Tomei, and R. De Francesco, EMBO J. 15:12-22, 1996) that is assumed to be required for replication of the viral genome. To further study the biochemical and structural properties of this enzyme, an NS5B-hexahistidine fusion protein was expressed with recombinant baculoviruses in insect cells and purified to near homogeneity. The enzyme was found to have a primer-dependent RdRp activity that was able to copy a complete in vitro-transcribed HCV genome in the absence of additional viral or cellular factors. Filter binding assays and competition experiments showed that the purified enzyme binds RNA with no clear preference for HCV 3'-end sequences. Binding to homopolymeric RNAs was also examined, and the following order of specificity was observed: poly(U) > poly(G) > poly(A) > poly(C). An inverse order was found for the RdRp activity, which used poly(C) most efficiently as a template but was inactive on poly(U) and poly(G), suggesting that a high binding affinity between polymerase and template interferes with processivity. By using a mutational analysis, four amino acid sequence motifs crucial for RdRp activity were identified. While most substitutions of conserved residues within these motifs severely reduced the enzymatic activities, a single substitution in motif D which enhanced the RdRp activity by about 50% was found. Deletion studies indicate that amino acid residues at the very termini, in particular the amino terminus, are important for RdRp activity but not for RNA binding. Finally, we found a terminal transferase activity associated with the purified enzyme. However, this activity was also detected with NS5B proteins with an inactive RdRp, with an NS4B protein purified in the same way, and with wild-type baculovirus, suggesting that it is not an inherent activity of NS5B.", "author": ["Körner F", "Herian U", "Bartenschlager, R.", "Körner, F.", "Lohmann V", "Herian, U.", "Lohmann, V.", "Bartenschlager R"], "localIdentifier": [{"type": "pmid", "id": "9343198"}, {"type": "pbmid", "id": "9343198"}], "id": "50|dedup_wf_001::714157fa2d83c99e1b6df83b0c2819ae", "relatedPublications": 0, "date": ["1997-11-01"], "title": ["Biochemical properties of hepatitis C virus NS5B RNA-dependent RNA polymerase and identification of amino acid sequence motifs essential for enzymatic activity."], "relatedDatasets": 3}
101
{"typology": "publication", "publisher": ["Pleiades Publishing Ltd"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::85ad1e4cd247b56372ea2e23601527c4", "id": {"identifier": "10.5517/cc1132ks", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9204234ac8b1bb55fd074649042f63ff", "id": {"identifier": "10.5517/cc1132lt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Crystal structures of two S-alkylated complexes generated from the reaction of iodoacetamide and iodoethanol with an air and moisture sensitive high spin Ni(II) pentacoordinate triaminodithiolate complex, 1 are determined by X-ray structure analysis. Crystals of complex 2, [NiC16H31N5O2S2]I2, are triclinic, sp. gr. \\(P\\bar 1\\), Z = 2. Crystals of complex 3, [NiC16H28N3O2S2]I2, are monoclinic, sp. gr. P21/c, Z = 4. Structures of complexes 2 and 3 are very similar: one of the S-acetamide (2) or S-ethanol (3) groups coordinates to the Ni center through the oxygen atom forming N3S2O hexacoordination; the other group remains unbound to the Ni and left dangling. Crystal packing shows that complexes 2 and 3 interact with the iodide counterions, and that only complex 2 interact with neighboring molecules; some of these close intermolecular contacts include H-bonding interactions.", "author": ["Chohan B. S."], "localIdentifier": [{"type": "doi", "id": "10.1134/s1063774513080014"}], "id": "50|dli_resolver::c6f9ba38b46a6220c4a87912f0f244ca", "relatedPublications": 0, "date": [""], "title": ["\"Alkylation of a bioinspired high spin Ni(II)N3S2 complex with bifunctional reagents\""], "relatedDatasets": 2}
102
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [{"relationSemantic": "isCitedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8e6140e721bc3f57b8a407c2504730d6", "id": {"identifier": "10.5281/zenodo.830905", "schema": "doi"}}, {"relationSemantic": "isCitedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d9251ffe4f51a699ec29ccf08fdbd59", "id": {"identifier": "10.5281/zenodo.830906", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bowman Thomas E."], "localIdentifier": [{"type": "doi", "id": "10.2307/1547891"}], "id": "50|dli_resolver::890b19f98e46d1e10be88817b9f7fe8e", "relatedPublications": 0, "date": [""], "title": ["Stalking the Wild Crustacean: the Significance of Sessile and Stalked Eyes in Phylogeny"], "relatedDatasets": 2}
103
{"typology": "publication", "publisher": ["Animal genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c2ef5266a872f9d85c214a6fb42072fa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8161016&result=sequence_release", "schema": "url"}}], "abstract": "None: Ten (TG)n positive clones, isolated from an equine genomic library and sequenced, contained 12-19 uninterrupted TG repeats. Primers for polymerase chain reaction (PCR) were synthesized and nine of these (TG)n loci (HTG7-15) were successfully amplified and utilized in this study together with five previously reported equine microsatellite loci (HTG2-6). The PCR products were analysed by polyacrylamide gel electrophoresis followed by automated laser fluorescence detection or autoradiography. All microsatellites showed polymorphism and stable Mendelian inheritance. Differences in microsatellite variability between horse breeds were detected. A linkage analysis comprising HTG2-15, one coat colour gene and 16 genetic blood markers enabled addition of HTG2 to linkage group U2 and a new linkage group (U6) was established comprising the loci HTG7 and HTG12. Close linkage was excluded within a set of eight microsatellites. The estimated probability of exclusion in four breeds for a parentage test based on these eight loci varied between 0.96 and 0.99.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8161016"}], "author": ["Eriksson S", "Andersson L", "Marklund S", "Sandberg K", "Ellegren H"], "relatedPublications": 0, "id": "50|r3d100010527::7454c4d3e681018ad0ebea7d56a56afe", "title": ["Parentage testing and linkage analysis in the horse using a set of highly polymorphic microsatellites."], "relatedDatasets": 1}
104
{"typology": "publication", "publisher": ["Carcinogenesis"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::128408de790a10408707299c468231e8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10383892&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4e54f4a3e0cb61a463f1db485021a1d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10383892&result=sequence_release", "schema": "url"}}], "abstract": "None: The aflatoxin B1 (AFB1) aldehyde metabolite of AFB1 may contribute to the cytotoxicity of this hepatocarcinogen via protein adduction. Aflatoxin B1 aldehyde reductases, specifically the NADPH-dependent aldo-keto reductases of rat (AKR7A1) and human (AKR7A2), are known to metabolize the AFB1 dihydrodiol by forming AFB1 dialcohol. Using a rat AKR7A1 cDNA, we isolated and characterized a distinct aldo-keto reductase (AKR7A3) from an adult human liver cDNA library. The deduced amino acid sequence of AKR7A3 shares 80 and 88% identity with rat AKR7A1 and human AKR7A2, respectively. Recombinant rat AKR7A1 and human AKR7A3 were expressed and purified from Escherichia coli as hexa-histidine tagged fusion proteins. These proteins catalyzed the reduction of several model carbonyl-containing substrates. The NADPH-dependent formation of AFB1 dialcohol by recombinant human AKR7A3 was confirmed by liquid chromatography coupled to electrospray ionization mass spectrometry. Rabbit polyclonal antibodies produced using recombinant rat AKR7A1 protein were shown to detect nanogram amounts of rat and human AKR7A protein. The amount of AKR7A-related protein in hepatic cytosols of 1, 2-dithiole-3-thione-treated rats was 18-fold greater than in cytosols from untreated animals. These antibodies detected AKR7A-related protein in normal human liver samples ranging from 0.3 to 0.8 microg/mg cytosolic protein. Northern blot analysis showed varying levels of expression of AKR7A RNA in human liver and in several extrahepatic tissues, with relatively high levels in the stomach, pancreas, kidney and liver. Based on the kinetic parameters determined using recombinant human AKR7A3 and AFB1 dihydrodiol at pH 7.4, the catalytic efficiency of this reaction (k2/K, per M/s) equals or exceeds those reported for other enzymes, for example cytochrome P450s and glutathione S-transferases, known to metabolize AFB1 in vivo. These findings indicate that, depending on the extent of AFB1 dihydrodiol formation, AKR7A may contribute to the protection against AFB1-induced hepatotoxicity.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10383892"}], "author": ["Sutter T R", "Primiano T", "Knight L P", "Groopman J D", "Kensler T W"], "relatedPublications": 0, "id": "50|r3d100010527::da51ace88a8afe843d81bc3ff3d75afb", "title": ["cDNA cloning, expression and activity of a second human aflatoxin B1-metabolizing member of the aldo-keto reductase superfamily, AKR7A3."], "relatedDatasets": 2}
105
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f102d17929ff15503434f2fef14067b0", "id": {"identifier": "10.5517/cc13vvtm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fadc82f2e40cba8c00b8a719b57f6f2f", "id": {"identifier": "10.5517/cc13vvvn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6eb6ff72c852403b79b48ca039d97d0d", "id": {"identifier": "10.5517/cc13vvwp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::35b519245b6f7d934152949586a5f714", "id": {"identifier": "10.5517/cc13vvxq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Haloarenes undergo direct borylation using amine:BCl3:AlCl3 in the ratio of 1:1:2. After esterification the pinacol boronate esters are isolated in good yield with regioselectivity controlled by steric and electronic effects.", "author": ["Ingleson Michael J.", "Ayuso Carrillo Josue", "Del Grosso Alessandro"], "localIdentifier": [{"type": "doi", "id": "10.1039/c4cc10153g"}], "id": "50|dli_resolver::995c4d989cb7bc845d43851c868522cb", "relatedPublications": 0, "date": [""], "title": ["\"Regioselective electrophilic borylation of haloarenes\""], "relatedDatasets": 4}
106
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dcbe48d95d53e2c66d1d515b54141891", "id": {"identifier": "aaf39550", "schema": "ncbi-p"}}], "abstract": "", "title": ["Protective immunity against mouse upper genital tract pathology correlates with high IFNγ but low IL-17 T cell and anti-secretion protein antibody responses induced by replicating chlamydial organisms in the airway"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.vaccine.2011.10.059"}], "id": "50|elsevier____::593a964ebc1c518542525e284d52bdb3", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 1}
107
{"typology": "publication", "publisher": ["International journal of biological sciences"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f7b07787245069760d6810c05d9566c4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23289015&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8b82a07cf16c56f8330df3a1391b263e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23289015&result=sequence_release", "schema": "url"}}], "abstract": "None: Pine wilt disease (PWD) caused by the pine wood nematode (PWN), Bursaphelenchus xylophilus, is one of the most devastating diseases of Pinus spp. The PWN was therefore listed as one of the most dangerous forest pests in China meriting quarantine. Virulence of the PWN is closely linked with the spread of PWD. However, main factors responsible for the virulence of PWNs are still unclear. Recently epiphytic bacteria carried by PWNs have drawn much attention. But little is known about the relationship between endophytic bacteria and virulence of B. xylophilus. In this research, virulence of ten strains of B. xylophilus from different geographical areas in six provinces of China and four pine species were tested with 2-year-old seedlings of Pinus thunbergii. Endophytic bacteria were isolated from PWNs with different virulence to investigate the relationship between the bacteria and PWN virulence. Meanwhile, the carbon metabolism of endophytic bacteria from highly and low virulent B. xylophilus was analyzed using Biolog plates (ECO). The results indicated that ten strains of PWNs showed a wide range of virulence. Simultaneously, endophytic bacteria were isolated from 90% of the B. xylophilus strains. The dominant endophytic bacteria in the nematodes were identified as species of Stenotrophomonas, Achromobacter, Ewingella, Leifsonia, Rhizobium, and Pseudomonas using molecular and biochemical methods. Moreover, S. maltophilia, and A. xylosoxidans subsp. xylosoxidans were the predominant strains. Most of the strains (80%) from P. massoniana contained either S. maltophilia, A. xylosoxidans, or both species. There was a difference between the abilities of the endophytic bacteria to utilize carbon sources. Endophytic bacteria from highly virulent B. xylophilus had a relatively high utilization rate of carbohydrate and carboxylic acids, while bacteria from low virulent B. xylophilus made better use of amino acids. In conclusion, endophytic bacteria widely exist in B. xylophilus from different pines and areas; and B. xylophilus strains with different virulence possessed various endophytic bacteria and diverse carbon metabolism which suggested that the endophytic bacteria species and carbon metabolism might be related with the B. xylophilus virulence.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.7150/ijbs.5071"}, {"type": "pbmid", "id": "23289015"}], "author": ["Tian Xiao-Jing", "Ding Xiao-Lei", "Ye Jian-Ren", "Yuan Wei-Min", "Fan Ben", "Fang Xin", "Wu Xiao-Qin"], "relatedPublications": 0, "id": "50|r3d100010527::5ccce5dd6b176efc9349b10ba9f87cb4", "title": ["Specific and functional diversity of endophytic bacteria from pine wood nematode Bursaphelenchus xylophilus with different virulence."], "relatedDatasets": 2}
108
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::660b4db0e33886d55d3b6b5d0d3c02ee", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3683556&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bed74be4663f8d3b8e0152a084a4ce67", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3683556&result=sequence_release", "schema": "url"}}], "abstract": "None: Pattern formation in the Drosophila embryo requires the concerted expression of maternal and zygotic genes. At least nineteen genes, twelve of which are maternally expressed, are involved in the establishment of dorsal-ventral polarity. Mutations in any one of these genes result in distinct alterations of cell fates and in the formation of an abnormal dorsal-ventral pattern. Mutants of the 'dorsal group', eleven of the maternal genes, have a common recessive phenotype similar to that described for dorsal, in that cells located at ventral and lateral positions assume dorsal fates and ventral structures fail to develop. Thus the dorsal group gene products may be involved in the establishment of a gradient of positional information along the dorsal-ventral axis. We have cloned snail (sna), a zygotic gene, whose expression is essential for the correct specification of dorsal-ventral pattern. In this report, we present evidence that the complementary DNA-deduced protein product of sna contains five copies of a nucleic acid-binding finger motif previously identified in two transcription factors, and in the protein product of several putative regulatory genes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3683556"}], "author": ["Boulay J L", "Dennefeld C", "Alberga A"], "relatedPublications": 0, "id": "50|r3d100010527::b24db7c56d7084db8531b38296291e41", "title": ["The Drosophila developmental gene snail encodes a protein with nucleic acid binding fingers."], "relatedDatasets": 2}
109
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::d70f7edb3290fff65f1f60fae3a60f94", "id": {"identifier": "10.3886/icpsr01011.v1", "schema": "url"}}], "abstract": "This paper analyzes the implications of effective taxation of labor for profits and, hence, the location decision of a multinational enterprise. We set up a stylized partial equilibrium model and, presuming that worker effort is a function of net wages, assume that a higher employee-borne tax burden reduces effort. In turn, this raises a firm's production costs and reduces efficiency. Accordingly, we show that a higher employee-borne income tax negatively influences a multinational's profit by reducing manager effort. Furthermore, we compile data on personal income tax profiles for 49 economies and the year 2002. We decompose tax profiles into the component borne by employers and that borne by employees. We then determine effective tax rates for employees across four centiles of the distribution of gross wages: 33, 100, 167, and 500 percent of the average, following the OECD's Taxing Wages Approach. Apart from describing features of the personal income tax data, we use them to shed light on their role for bilateral foreign direct investment (FDI) stocks among the economies considered. Not surprisingly, personal income tax rates turn out relatively less important than profit tax rates for bilateral FDI stocks. The employee-borne part of labor taxes determines bilateral FDI significantly different from zero: both a higher employee-borne tax rate on average wages and, in particular, an increase in the progression from the average wage to five times the average wage is less conducive to headquarters location and, hence, reduces a country's bilateral outward FDI stocks.", "author": ["Radulescu, Doina Maria", "Egger, Peter"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::c71fc607f40f97ce285969164c273365"}], "id": "50|dli_resolver::1007b82a73467b13b458251f38dd35d8", "relatedPublications": 0, "date": [""], "title": ["Labour Taxation and Foreign Direct Investment"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Direktinvestition"}, {"scheme": "keyword", "value": "labour taxation"}, {"scheme": "keyword", "value": "F21"}, {"scheme": "keyword", "value": "jel:F23"}, {"scheme": "keyword", "value": "jel:J30"}, {"scheme": "keyword", "value": "F23"}, {"scheme": "keyword", "value": "jel:F21"}, {"scheme": "keyword", "value": "Standortwahl"}, {"scheme": "keyword", "value": "J3"}, {"scheme": "keyword", "value": "effort"}, {"scheme": "keyword", "value": "H24"}, {"scheme": "keyword", "value": "J22"}, {"scheme": "keyword", "value": "OECD-Staaten"}, {"scheme": "keyword", "value": "foreign direct investment"}, {"scheme": "keyword", "value": "labour taxation, effort, foreign direct investment, multinational firms"}, {"scheme": "keyword", "value": "multinational firms"}, {"scheme": "keyword", "value": "Lohnsteuer"}, {"scheme": "keyword", "value": "ddc:330"}, {"scheme": "keyword", "value": "Steuerbelastung"}, {"scheme": "keyword", "value": "Multinationales Unternehmen"}, {"scheme": "keyword", "value": "jel:H24"}, {"scheme": "keyword", "value": "jel:J22"}, {"scheme": "keyword", "value": "Leistungsmotivation"}, {"scheme": "keyword", "value": "Gewinn"}]}
110
{"typology": "publication", "publisher": ["Virology journal"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fde3b095a9f8289704055056c7f9ed4c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24468270&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c5d8fa52558955e27ddf352a864301b3", "id": {"identifier": "kf787095", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5eb252455bf0d310580613fa3a32a4bd", "id": {"identifier": "hq317387", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::744e867155ba2a8557d841480cdc873c", "id": {"identifier": "kf787094", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9c571dcc0e7da9f986303f8be964b5b2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24468270&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Multi-resistant Achromobacter xylosoxidans has been recognized as an emerging pathogen causing nosocomially acquired infections during the last years. Phages as natural opponents could be an alternative to fight such infections. Bacteriophages against this opportunistic pathogen were isolated in a recent study. This study shows a molecular analysis of two podoviruses and reveals first insights into the genomic structure of Achromobacter phages so far. METHODS: Growth curve experiments and adsorption kinetics were performed for both phages. Adsorption and propagation in cells were visualized by electron microscopy. Both phage genomes were sequenced with the PacBio RS II system based on single molecule, real-time (SMRT) technology and annotated with several bioinformatic tools. To further elucidate the evolutionary relationships between the phage genomes, a phylogenomic analysis was conducted using the genome Blast Distance Phylogeny approach (GBDP). RESULTS: In this study, we present the first detailed analysis of genome sequences of two Achromobacter phages so far. Phages JWAlpha and JWDelta were isolated from two different waste water treatment plants in Germany. Both phages belong to the Podoviridae and contain linear, double-stranded DNA with a length of 72329 bp and 73659 bp, respectively. 92 and 89 putative open reading frames were identified for JWAlpha and JWDelta, respectively, by bioinformatic analysis with several tools. The genomes have nearly the same organization and could be divided into different clusters for transcription, replication, host interaction, head and tail structure and lysis. Detailed annotation via protein comparisons with BLASTP revealed strong similarities to N4-like phages. CONCLUSIONS: Analysis of the genomes of Achromobacter phages JWAlpha and JWDelta and comparisons of different gene clusters with other phages revealed that they might be strongly related to other N4-like phages, especially of the Escherichia group. Although all these phages show a highly conserved genomic structure and partially strong similarities at the amino acid level, some differences could be identified. Those differences, e.g. the existence of specific genes for replication or host interaction in some N4-like phages, seem to be interesting targets for further examination of function and specific mechanisms, which might enlighten the mechanism of phage establishment in the host cell after infection.", "author": ["Johannes Wittmann", "Brigitte Dreiseikelmann", "Dreiseikelmann Brigitte", "Rohde Manfred", "Manfred Rohde", "Rohde Christine", "Christine Rohde", "Bunk Boyke", "Wittmann Johannes", "Meier-Kolthoff, Jan P.", "Boyke Bunk", "Meier-Kolthoff Jan P"], "localIdentifier": [{"type": "pmid", "id": "24468270"}, {"type": "pbmid", "id": "24468270"}, {"type": "doi", "id": "10.1186/1743-422x-11-14"}], "id": "50|dedup_wf_001::b1302ca7763ca4c1ca9494bc614e67f5", "relatedPublications": 0, "date": ["2014-01-27"], "title": ["First genome sequences of Achromobacter phages reveal new members of the N4 family."], "relatedDatasets": 5}
111
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a36f22c2c562cb2d1eb31353fb4cab9", "id": {"identifier": "10.5517/cczxmyf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title two-dimensional coordination polymer, {[Cu2(C9H3O6)(OH)(C10H8N2)2]·3H2O}n, each of the two independent CuII atoms is coordinated by a bridging OH group, two O atoms from two benzene-1,3,5-tri­carboxyl­ate (L) ligands and two N atoms from a 2,2- bi­pyridine (bipy) ligand in a distorted square-pyramidal geometry. Each L ligand coordinates four CuII atoms, thus forming a polymeric layer parallel to the bc plane with bipy molecules protruding up and down. The lattice water mol­ecules involved in O—H⋯· O hydrogen bonding are situated in the inner part of each layer. The crystal packing is consolidated by π–π inter­actions between the aromatic rings of bipy ligands from neigbouring layers [inter­centroid distance = 3.762 (3) A].", "author": ["Abuhmaiera Ramadan G.", "Treish Fathia A.", "El-kaheli Mohamed N.", "El-mehdawi Ramadan M.", "Guerri Annalisa", "Bazzicalupi Carla", "Ben Younes Mufida M."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536814013877"}], "id": "50|dli_resolver::323ff78bf011457cec523d6361f9d18e", "relatedPublications": 0, "date": [""], "title": ["\"Poly(μ4-benzene-1,3,5-tricarboxylato-κ4O1:O1′:O2:O3)bis(2,2-bipyridine-κ2N,N′)(μ2-hydroxido)dicopper(II) trihydrate\""], "relatedDatasets": 1}
112
{"typology": "publication", "publisher": ["Pensoft Publishers"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8a23d6ab21b63ab192aa3b4607dd017", "id": {"identifier": "10.15468/mauwy1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Peng Xianjin", "Wang Cheng"], "localIdentifier": [{"type": "doi", "id": "10.3897/zookeys.464.8403"}], "id": "50|dli_resolver::48f303b8b40e8f9b07042a8c24c63f8c", "relatedPublications": 0, "date": [""], "title": ["Three species of Hitobia Kamura, 1992 (Araneae, Gnaphosidae) from south-west China"], "relatedDatasets": 1}
113
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::9446f089514b99d712d350471b10f1fd", "id": {"identifier": "10.3886/icpsr20520.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Hollander, Paul"], "localIdentifier": [{"type": "icpsr", "id": "68627"}], "relatedPublications": 0, "title": ["New insights: A review of Ruben Rumbaut's 'transformations: 'The post immigrant generation in age of diversity'"], "id": "50|r3d100010255::77af475d9c7a303e215448a870ccbaac"}
114
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6c081a7a17ff89ff24b9f96c70dfb9eb", "id": {"identifier": "dq339686", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5921b2eefbc8549eb0997423039fa943", "id": {"identifier": "dq339646", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5918277ec5f36f0e841c4827da41518b", "id": {"identifier": "dq339694", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0206c9b722ce47306a3fa7c629080f31", "id": {"identifier": "dq339669", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ccfc5dbaf096fc8f00d645efc03707f9", "id": {"identifier": "dq339644", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::94daabe7a8484c6fdce400bacb79e6b2", "id": {"identifier": "dq339667", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::de3390a105ef964d89a338718629052d", "id": {"identifier": "dq339654", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a7c5831d0f052601b4c12585f341a409", "id": {"identifier": "dq339693", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::effd5da609265df36a0351fd542eac23", "id": {"identifier": "dq339649", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3afb3be86ba56c31240b617f7df698f7", "id": {"identifier": "dq339685", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::33f99251a63870ac4784b52c9a07e3d2", "id": {"identifier": "dq339680", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bc22d0e62f3aaf1497ad122b018ca71f", "id": {"identifier": "dq339682", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::19cb2da43f35547e2d367eae9fd641cc", "id": {"identifier": "dq339663", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c6c07ca1e5ad807bfb0f8c7ec8eaf6c6", "id": {"identifier": "dq339658", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c2648a6e77232f0fa9f296b062e6a6af", "id": {"identifier": "dq339651", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::94c6151e94dc1655ea2d6bc4319ff21e", "id": {"identifier": "dq339664", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::283bc4ba319e52bc8f1a44f2a0c0dfd7", "id": {"identifier": "dq339674", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0ffc1eb557caeed4557221f4fa42f5c2", "id": {"identifier": "dq339641", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a50a3088eacb7f7d4aba5f420de9c672", "id": {"identifier": "dq339642", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1d6b9ee70a2f0da34d7555d066e670da", "id": {"identifier": "dq339653", "schema": "ena"}}], "abstract": "", "author": ["Evans, Jay D.", "Tamieka-Nicole Armstrong"], "localIdentifier": [{"type": "pmid", "id": "16551367"}], "id": "50|pubmed______::4b3865e29569633366da2cf3e57e8f35", "relatedPublications": 0, "date": ["2006-03-21"], "title": ["Antagonistic interactions between honey bee bacterial symbionts and implications for disease."], "relatedDatasets": 60}
115
{"typology": "publication", "publisher": ["Molecular phylogenetics and evolution"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::da4be3e158abcefd97d68a6c50ac6df2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26850687&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::147b6eb09a817dbbbca851d0bb02a400", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26850687&result=noncoding_release", "schema": "url"}}], "abstract": "None: Wood-decaying fungi are essential components of degradation systems in forest ecosystems. However, their species diversity and ecological features are largely unknown. Three methods are commonly used to investigate fungal diversity: fruiting body collection, culturing, and environmental DNA analysis. Because no single method fully characterises fungal diversity, complementary approaches using two or more methods are required. However, few studies have compared the different methods and determined the best way to characterise fungal diversity. To this end, we investigated wood-decomposing Dacrymycetes (Agaricomycotina, Basidiomycota) using a complementary approach combining fruiting body collection, culturing, and environmental DNA analysis, thereby offering an effective approach for investigating the diversity of saprotrophic mushrooms. Fruiting body collection, culturing, and environmental DNA analysis detected 11, 10, and 16 operational taxonomic units (OTUs; 25 OTUs in total) and identified three, seven, and seven novel lineages, respectively. The three methods were complementary to each other to detect greater Dacrymycetes diversity. The culturing and environmental DNA analysis identified three early-diverging lineages that were not identified in the fruiting body collection suggesting that diverse lineages lacking observable fruiting bodies remain undiscovered. Such lineages may be important to understand Dacrymycetes evolution. To detect early branches of Dacrymycetes more efficiently, we recommend a combined approach consisting of a primary environmental DNA survey to detect novel lineages and a secondary culture survey to isolate their living mycelia. This approach would be helpful for identifying otherwise-undetectable lineages, and could thus uncover missing links that are important for understanding the evolution of mushroom-forming fungi.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26850687"}, {"type": "doi", "id": "10.1016/j.ympev.2016.01.015"}], "author": ["Uno Kunihiko", "Hosaka Kentaro", "Shirouzu Takashi", "Hosoya Tsuyoshi"], "relatedPublications": 0, "id": "50|r3d100010527::e12214411fd5e2dadc5b0490f860c5cf", "title": ["Early-diverging wood-decaying fungi detected using three complementary sampling methods."], "relatedDatasets": 2}
116
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b903baf232804d90a75e2ce7a46fe034", "id": {"identifier": "10.5517/cc6m813", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The stoichiometric reaction of NiCl2·6H2O with sodium 4-imidazoleacetate Na(IA) in absolute MeOH yields blue crystals of Ni(IA)2·4H2O·2MeOH (1). This product decomposes rapidly in air, losing two MeOH molecules and producing Ni(IA)2·4H2O (2). Compound (1) when left in the mother liquor, slowly recrystallizes forming [Ni(IA)2(MeOH)2] (3), which is stable in air and suitable for single crystal X-ray diffraction studies. These crystals consist of slightly distorted octahedral coordination units in which the carboxylic oxygen, imidazole N3 nitrogen and the MeOH oxygen atoms act as coordination centers. The i.r. features, due to MeOH molecules, were employed to characterize the compounds studied. The reflectance spectrum of (3) was interpreted on the basis of octahedral and tetragonal symmetry of the NiO4N2 chromophore.", "author": ["Głowiak Tadeusz", "Drożdżewski Piotr", "Pawlak Barbara"], "localIdentifier": [{"type": "doi", "id": "10.1023/a:1025471710528"}], "id": "50|dli_resolver::8ae99f79f56497e435e799fcbb686109", "relatedPublications": 0, "date": [""], "relatedDatasets": 1}
117
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a84e6c093ad0cca6a3032dbf3a6e7676", "id": {"identifier": "dq479427", "schema": "ncbi-n"}}], "abstract": "", "title": ["Development of an endoplasmic reticulum calcium sensor based on fluorescence resonance energy transfer"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.snb.2017.03.083"}], "id": "50|elsevier____::889476d6510791c2e2b5fc4f2674a08c", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 1}
118
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ab08da67dca4522d25e9896a67b29940", "id": {"identifier": "10.3886/icpsr02258.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Schramka, Gregory D."], "localIdentifier": [{"type": "icpsr", "id": "35420"}], "relatedPublications": 0, "title": ["The relationship between client characteristics and retention in a metropolitan drug treatment center (DTC)"], "id": "50|r3d100010255::1743ef210b474f305a445f7b9870c2ff"}
119
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::12eac31b2d2fac1e1b0e899d686c1876", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3753747&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::642da1f62c51b9f2129a8636147b9121", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3753747&result=sequence_release", "schema": "url"}}], "abstract": "None: Acetylcholinesterase, an essential enzyme of the nervous system, rapidly terminates the action of acetylcholine released into the synapse. Acetylcholinesterase is also found (in lower abundance) in extrajunctional areas of muscle and nerve and on erythrocyte membranes. Hydrodynamic analyses of the native enzyme and characterization of its dissociated subunits have revealed multiple enzyme forms which can be divided into two classes: dimensionally asymmetric forms which are usually found within the synapse and contain a collagen-like structural subunit disulphide-linked to the catalytic subunits; and globular forms which appear to be widely distributed on the outer surface of cell membranes. Both forms have been characterized in the ray Torpedo californica and, although their catalytic behaviours seem to be identical, they differ slightly in amino-acid composition, peptide maps and reactivity with certain monoclonal antibodies. Here, we report the complete amino-acid sequence of an acetylcholinesterase inferred from the sequence of a complementary DNA clone. The 575-residue protein shows significant homology with the C-terminal portion of thyroglobulin.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3753747"}], "author": ["Newton M", "Camp S", "Schumacher M", "Friedmann T", "Maulet Y", "Taylor P", "MacPhee-Quigley K", "Taylor S S"], "relatedPublications": 0, "id": "50|r3d100010527::1dbd935160329c7a718160e2999ea1f2", "title": ["Primary structure of Torpedo californica acetylcholinesterase deduced from its cDNA sequence."], "relatedDatasets": 2}
120
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::r3d100010255", "datasourceName": "ICPSR"}], "relatedUnknown": 0, "externalRels": [], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "localIdentifier": [{"type": "icpsr", "id": "7145"}], "author": ["Corcoran, Mary"], "relatedPublications": 0, "id": "50|r3d100010255::829585b30f8a35c511ed74fee908243f", "title": ["Measurement Error in Status Attainment Models"], "relatedDatasets": 1}
121
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::00bda02dff7e0379a1eaabf31eea4a20", "id": {"identifier": "10.5517/ccr0yc1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e13f519a070894d4f7090c0111b93b3c", "id": {"identifier": "10.5517/ccnqbvj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e47c9117a562aab661e7065a3d2dcf21", "id": {"identifier": "10.5517/ccnqbwk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Chancellor Christopher J.", "Olmstead Marilyn M.", "Beavers Christine M.", "Balch Alan L.", "Thorn Adrienne A."], "localIdentifier": [{"type": "doi", "id": "10.1021/cg070643r"}], "id": "50|dli_resolver::977d0fffc041864eec032de0b8c5003a", "relatedPublications": 0, "date": [""], "title": ["\"Bilayer Packing of Amphiphilic Cationic Fullerenes in Crystalline Salts: Models for Self-Assembled Nanostructures\""], "relatedDatasets": 3}
122
{"typology": "publication", "publisher": ["Biotechnology letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a0ef9d85a46959e3818e54b4227e7fbf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21671091&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0d9f1d5b807f1a96d2930462708c33f1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21671091&result=sequence_release", "schema": "url"}}], "abstract": "None: The main toxicity mechanism of Lysinibacillus sphaericus, which is used in the control of mosquitoes, is its binary toxin produced during sporulation; additionally the Mtx1, Mtx2 and Mtx 3 toxins are expressed in vegetative cells. Mosquito larvicidal potency of the S-layer protein that is expressed in vegetative cells has been determined. The protein is similar to other S-layer proteins of mosquitocidal L. sphaericus strains. The LC50 values of the S-layer protein of the L. sphaericus OT4b25, OT4b26, and III(3)7 strains against third-instar larvae of Culex quinquefasciatus were 8.7, 24 and 0.68 μg/ml, respectively. To our knowledge this is the first study showing the mosquito larvicidal potency of the S-layer protein from Lysinibacillus sphaericus.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s10529-011-0666-9"}, {"type": "pbmid", "id": "21671091"}], "author": ["Lozano Lucía C", "Dussán Jenny", "Ayala Juan A"], "relatedPublications": 0, "id": "50|r3d100010527::8dcf421c84d3449ed64eac99937ddbed", "title": ["Lysinibacillus sphaericus S-layer protein toxicity against Culex quinquefasciatus."], "relatedDatasets": 2}
123
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4a5da6d0b2277a0411be93027466e38d", "id": {"identifier": "10.5517/ccqgc5p", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::344fd36e4dd191cfbd9d99dfd6fe0b74", "id": {"identifier": "10.5517/ccqgc6q", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The molecules of 2-amino-4,6-bis[N-methyl-N-(4-methylphenyl)amino]pyrimidine-5-carbaldehyde, C21H23N5O, (I), and 2-amino-4-(indolin-1-yl)-6-methoxypyrimidine-5-carbaldehyde, C14H14N4O2, (II), which crystallizes with Z′ = 2 in the space group P, exhibit polarized electronic structures. Molecules of (I) are linked by a combination of N—H...O, C—H...O and C—H...π(arene) hydrogen bonds into a three-dimensional framework structure, while those of (II) are linked into sheets by a combination of two N—H...O hydrogen bonds and one N—H...π(arene) hydrogen bond.", "author": ["Trilleras Jorge", "Low John N.", "Cobo Justo", "Marchal Antonio", "Glidewell Christopher"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270107048809"}], "id": "50|dli_resolver::d0b1dc2197e22876f1327391528973a1", "relatedPublications": 0, "date": [""], "title": ["\"A three-dimensional hydrogen-bonded framework in 2-amino-4,6-bisN-methyl-N-(4-methylphenyl)aminopyrimidine-5-carbaldehyde and hydrogen-bonded sheets in 2-amino-4-(indolin-1-yl)-6-methoxypyrimidine-5-carbaldehyde\""], "relatedDatasets": 2}
124
{"typology": "publication", "publisher": ["Journal of microbiology (Seoul, Korea)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0b690a696331b93cfda7fd6bd2f4273b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21717335&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::634088a9405e710a0d39b034b69f63fa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21717335&result=coding_release", "schema": "url"}}], "abstract": "None: The reducing polyketide synthases found in filamentous fungi are involved in the biosynthesis of many drugs and toxins. Lichens produce bioactive polyketides, but the roles of reducing polyketide synthases in lichens remain to be clearly elucidated. In this study, a reducing polyketide synthase gene (U1PKS3) was isolated and characterized from a cultured mycobiont of Usnea longissima. Complete sequence information regarding U1PKS3 (6,519 bp) was obtained by screening a fosmid genomic library. A U1PKS3 sequence analysis suggested that it contains features of a reducing fungal type I polyketide synthase with β-ketoacyl synthase (KS), acyltransferase (AT), dehydratase (DH), enoyl reductase (ER), ketoacyl reducatse (KR), and acyl carrier protein (ACP) domains. This domain structure was similar to the structure of ccRadsl, which is known to be involved in resorcylic acid lactone biosynthesis in Chaetomium chiversii. The results of phylogenetic analysis located U1PKS3 in the clade of reducing polyketide synthases. RT-PCR analysis results demonstrated that UIPKS3 had six intervening introns and that UIPKS3 expression was upregulated by glucose, sorbitol, inositol, and mannitol.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s12275-011-0362-4"}, {"type": "pbmid", "id": "21717335"}], "author": ["Cheong Yong Hwa", "Joshi Yogesh", "Hur Jae-Seoun", "Wang Yi", "Koh Young Jin", "Kim Jung A"], "relatedPublications": 0, "id": "50|r3d100010527::4d277b8c78f6fe0bfcd4d5ee982ab77b", "title": ["Isolation and characterization of a reducing polyketide synthase gene from the lichen-forming fungus Usnea longissima."], "relatedDatasets": 2}
125
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf0719d230c87ac06186aae0666c83bd", "id": {"identifier": "10.5517/ccdc.csd.cc1zsdv0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lin Hou-Wen", "Yang Fan", "Tang Jie", "Sun Fan", "Wang Shu-Ping", "Yang Zhong-Zhen", "Tang Wei-Zhuo", "Cheng Chun-Wei", "Wu Wei"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.jnatprod.7b01006"}], "id": "50|dli_resolver::ce37eef2dbb7a456f0fd8d32e4cab221", "relatedPublications": 0, "date": [""], "title": ["Imidazole Alkaloids and Their Zinc Complexes from the Calcareous Marine Sponge Leucetta chagosensis"], "relatedDatasets": 1}
126
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8ac6cd28b9c0b4a854b78d430dc1ae47", "id": {"identifier": "10.5517/ccdc.csd.cc1llntn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc14235d8172340e1491e2667a0bf086", "id": {"identifier": "10.5517/ccdc.csd.cc1llp40", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8c96aa7ff2827192dfb0dfcdc89d20d7", "id": {"identifier": "10.5517/ccdc.csd.cc1llp62", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0aa3ed5765d79a0b514d82c51a578544", "id": {"identifier": "10.5517/ccdc.csd.cc1llp95", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44f58c4e0fc817bdeafff2c06e39751c", "id": {"identifier": "10.5517/ccdc.csd.cc1llp1x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d29fa5f40236807ee079aff4fd6f7b38", "id": {"identifier": "10.5517/ccdc.csd.cc1llpb6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bcab3be0dfc999e6384f109c37cae985", "id": {"identifier": "10.5517/ccdc.csd.cc1llnys", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30272126681c6b609b6e1054c2672223", "id": {"identifier": "10.5517/ccdc.csd.cc1llpc7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::871a42b634557c9bdd35f63c0df41096", "id": {"identifier": "10.5517/ccdc.csd.cc1llnvp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6e890f6cf23834c44d2697482c5203bc", "id": {"identifier": "10.5517/ccdc.csd.cc1llnzt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::03414a264ce07d08e1f413884867d56b", "id": {"identifier": "10.5517/ccdc.csd.cc1llp0w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b875c4f32067bf1478246304ed2bd287", "id": {"identifier": "10.5517/ccdc.csd.cc1llp3z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c0a80a83081a5dc6040752f8a7961e2c", "id": {"identifier": "10.5517/ccdc.csd.cc1llnwq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d932cf27703ef6217fb4aae2c5e08590", "id": {"identifier": "10.5517/ccdc.csd.cc1llp51", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17136219788bf008e2e5c2b997871f3d", "id": {"identifier": "10.5517/ccdc.csd.cc1llp84", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3e4d1f425b20d4ae78c76257f7d4b894", "id": {"identifier": "10.5517/ccdc.csd.cc1llnxr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f963f9fb3f811bedcf2f67d8d335dfb4", "id": {"identifier": "10.5517/ccdc.csd.cc1llp2y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6de9856687a95be15f6fa6533b2b9fda", "id": {"identifier": "10.5517/ccdc.csd.cc1llnsm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::78a3e5f90e4a0b0fefd113d3c32dd5f4", "id": {"identifier": "10.5517/ccdc.csd.cc1llp73", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Dange Deepak", "Boutland Aaron J.", "Stasch Andreas", "Maron Laurent", "Jones Cameron"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201604362"}], "id": "50|dli_resolver::af3ece4c47ff380dacdcf56c5491c1f9", "relatedPublications": 0, "date": [""], "title": ["\"Two-Coordinate Magnesium(I) Dimers Stabilized by Super Bulky Amido Ligands\""], "relatedDatasets": 19}
127
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::9446f089514b99d712d350471b10f1fd", "id": {"identifier": "10.3886/icpsr20520.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Serdarevic, Mirsad"], "localIdentifier": [{"type": "icpsr", "id": "86360"}], "relatedPublications": 0, "title": ["Mediating Effects of Parenting on Immigrant Youth Educational and Psychological Outcomes"], "id": "50|r3d100010255::7d9e9dace0e5c2452195069dfaed8b3d"}
128
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::99393e91287f543feed49e362a9836f6", "id": {"identifier": "m32638", "schema": "ena"}}], "abstract": "", "author": ["Wu, M.", "Js, Kao"], "localIdentifier": [{"type": "pmid", "id": "2349113"}], "id": "50|pubmed______::4701e3423c9bc949fda47d65dc3861e6", "relatedPublications": 0, "date": ["1990-05-01"], "title": ["The sequence of the plastid encoded rpl22 protein in marine macroalgae, Gracilaria tenuistipitata."], "relatedDatasets": 1}
129
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::91e7f1b5fc25eff262235a066caf0219", "id": {"identifier": "5b5l", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::5cc687bebb53ba8529c9a8198cbefb81", "id": {"identifier": "4tx1", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::b6861dce5add9fb7a5564844332b0794", "id": {"identifier": "5b5s", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::937430c56549dd10289b3ffbdc81f25e", "id": {"identifier": "3x0h", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::d7369d877b78cc9a5bc60eb9d8281a8c", "id": {"identifier": "4k7j", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::54a8081efd7be65bd02a2adc98300d66", "id": {"identifier": "3cl5", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::329eec73c8d218e3526abc8eea1da65b", "id": {"identifier": "1wab", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::d3a90c0eb4e75e3583f191128c201498", "id": {"identifier": "2vpt", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::38850b442ddc6cd2875318700d66a943", "id": {"identifier": "bap90856", "schema": "ncbi-p"}}], "abstract": "", "title": ["Crystal structure of an acetyl esterase complexed with acetate ion provides insights into the catalytic mechanism"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2016.06.093"}], "id": "50|elsevier____::4401c0a554cf106c9dbfb574cf31788b", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 14}
130
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::65a8125337183d1fd566282cbb484fb7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21685274&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|pubmed______::de2f4576033522253d29ab0b73efb461", "id": {"identifier": "cp002329", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::68a8918ecca89d4b07a482a1bf63fcf8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21685274&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c12461bbde36a7d444ae0b400dbcb316", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21685274&result=study", "schema": "url"}}], "abstract": "None: Mycobacteriosis is on the increase. Nontuberculous mycobacteria (NTM) are resistant to most antituberculosis drugs naturally. We determined the complete genome sequence of a novel NTM strain, JDM601, of the Mycobacterium terrae complex, which was isolated from a patient with tuberculosis-like disease and with various antibiotic resistances.", "author": ["Sun Zhan-Qiang", "Zhuo-Yang Zhang", "Jun-Wei Zhao", "Wen Zi-Lu", "Hong-Hai Wang", "Sun Qing-Wen", "Song Yan-Zheng", "Zhang Zhuo-Yang", "Wang Zi-Ling", "Guo Xiao-Kui", "Zhang Shu-Lin", "Wang Hong-Hai", "Zi-Lu Wen", "Qing-Wen Sun", "Yan-Zheng Song", "Xiao-Kui Guo", "Zhao Jun-Wei", "Zhao-Qin Zhu", "Zhu Zhao-Qin", "Zhan-Qiang Sun", "Zi-Ling Wang", "Shu-Lin Zhang"], "localIdentifier": [{"type": "pbmid", "id": "21685274"}, {"type": "doi", "id": "10.1128/jb.05291-11"}, {"type": "pmid", "id": "21685274"}], "id": "50|dedup_wf_001::8466429106d804a72fb5b9ef98af93a4", "relatedPublications": 0, "date": ["2011-06-17"], "title": ["Complete genome sequence of a novel clinical isolate, the nontuberculous Mycobacterium strain JDM601."], "relatedDatasets": 4}
131
{"typology": "publication", "publisher": ["Parasitology research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d15eb355b49cded0d71e2423bec81077", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17048002&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f39003574a081ac5506047f378522671", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17048002&result=noncoding_release", "schema": "url"}}], "abstract": "None: We studied six species of lice from three of the four suborders of lice. These lice were infected with Wolbachia bacteria from supergroups A and F. This is the first report of an infection of supergroup F Wolbachia in lice. To date, Wolbachia from supergroup F have been found in filarial nematodes, Mansonella spp., and, rarely, in insects. We inferred the phylogeny of the Wolbachia from lice and representatives of all Wolbachia supergroups, with nucleotide sequences from the small subunit ribosomal RNA gene (SSU rRNA). There was no evidence of congruence between the taxon of louse and the Wolbachia bacteria that infect lice. There is no evidence that Wolbachia and their louse hosts co-evolved at least at the level of Wolbachia supergroups. We propose a novel mechanism for the horizontal transfer of Wolbachia between different species of lice from birds: transfer of Wolbachia during phoresis by hippoboscid flies.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17048002"}], "author": ["Covacin Catherine", "Barker Stephen C"], "relatedPublications": 0, "id": "50|r3d100010527::ee0f691bb71c1a5cd249afdd836e9a28", "title": ["Supergroup F Wolbachia bacteria parasitise lice (Insecta: Phthiraptera)."], "relatedDatasets": 2}
132
{"typology": "publication", "publisher": ["Neuroreport"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5c829746b16c3cf8deb7057f98494d48", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10424669&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3e1409c875e733a678b52c398870c5a3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10424669&result=coding_release", "schema": "url"}}], "abstract": "None: The cDNAs for glyceraldehyde-3-phosphate dehydrogenase (GAPDH; EC 1.2.1.12) were cloned from cerebellar neurons undergoing age-induced apoptosis and/or healthy cells. COS-7 cells were transfected with the isolated GAPDH cDNAs using to the Lipofectamine method. Assessment of cell death in this paradigm was performed by monitoring the co-transfected luciferase activities and the characterization of cell death was examined by the DNA fragmentation assay and Hoechst dye nuclear staining. These observations show that over-expression of GAPDH occurring from both cDNAs robustly induces apoptotic death in the transfected COS-7 cell cultures. Confocal-immunocytochemical studies using this GAPDH-specific monoclonal antibody revealed that nuclear translocation of overexpressed GAPDH is a primary apoptotic event. Our results directly demonstrate that over-expressed GAPDH functions as a 'killing protein' in apoptosis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10424669"}], "author": ["Tsuchiya K", "Ishitani R", "Tajima H", "Kondo K", "Katsube N", "Yamada M"], "relatedPublications": 0, "id": "50|r3d100010527::7254b01502c13f80de3842992b4eb0f5", "title": ["Over-expression of GAPDH induces apoptosis in COS-7 cells transfected with cloned GAPDH cDNAs."], "relatedDatasets": 2}
133
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8bb9a802aea35152fea42ce1d00f9bc3", "id": {"identifier": "3onw", "schema": "pdb"}}], "abstract": "Abstract GoLoco motif proteins bind to the inhibitory Gi subclass of G-protein α subunits and slow the release of bound GDP; this interaction is considered critical to asymmetric cell division and neuro-epithelium and epithelial progenitor differentiation. To provide protein tools for interrogating the precise cellular role(s) of GoLoco motif/Gαi complexes, we have employed structure-based protein design strategies to predict gain-of-function mutations that increase GoLoco motif binding affinity. Here, we describe fluorescence polarization and isothermal titration calorimetry measurements showing three predicted Gαi1 point mutations, E116L, Q147L, and E245L; each increases affinity for multiple GoLoco motifs. A component of this affinity enhancement results from a decreased rate of dissociation between the Gα mutants and GoLoco motifs. For Gαi1Q147L, affinity enhancement was seen to be driven by favorable changes in binding enthalpy, despite reduced contributions from binding entropy. The crystal structure of Gαi1Q147L bound to the RGS14 GoLoco motif revealed disorder among three peptide residues surrounding a well defined Leu-147 side chain. Monte Carlo simulations of the peptide in this region showed a sampling of multiple backbone conformations in contrast to the wild-type complex. We conclude that mutation of Glu-147 to leucine creates a hydrophobic surface favorably buried upon GoLoco peptide binding, yet the hydrophobic Leu-147 also promotes flexibility among residues 511–513 of the RGS14 GoLoco peptide.", "author": ["Muller Robin E.", "Kimple Adam J.", "Miley Michael J.", "Siderovski David P.", "Sammond Deanne W.", "Willard Francis S.", "Machius Mischa", "Bosch Dustin E.", "Kuhlman Brian"], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m110.190496"}], "id": "50|dli_resolver::f1d6452abf772f4e3a6c19750491c467", "relatedPublications": 0, "date": [""], "title": ["\"Structural Determinants of Affinity Enhancement between GoLoco Motifs and G-Protein α Subunit Mutants\""], "relatedDatasets": 1}
134
{"typology": "publication", "publisher": ["Biology of reproduction"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b901a059fc8395b3051455be2db83c3e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12672658&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::819e71a465ffc88e3c076d710b0acc32", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12672658&result=coding_release", "schema": "url"}}], "abstract": "None: We isolated cDNA clones for the novel actin-like proteins T-ACTIN 1 and T-ACTIN 2, which are expressed specifically in the mouse testis. These clones were from a subtracted cDNA library that was enriched for haploid germ cell-specific cDNAs. The mRNA sizes and deduced molecular masses of t-actin 1/mACTl7b and t-actin 2/mACTl7a were 2.2 kilobases (kb) and 1.8 kb, and Mr 43.1 x 10(3) and Mr 47.2 x 10(3), respectively. The two deduced amino acid sequences had 60% homology, and they had approximately 40% homology with other actins. The T-ACTINs contained some of the conserved regions seen in other actins. Although the cellular locations of these two proteins are quite different (T-ACTIN-1 was found in the cytoplasm and T-ACTIN-2 was located in the nucleus), the expression of their proteins and mRNAs is controlled during development and limited during spermiogenesis. In contrast, only T-ACTIN-2 was present in sperm heads and tails. These results suggest that T-ACTINs play important roles in sperm function and in the specific morphogenesis of spermatozoa during spermiogenesis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12672658"}], "author": ["Nishimune Yoshitake", "Tadokoro Yuko", "Tanaka Hiromitsu", "Yomogida Kentaro", "Egydio de Carvalho Carlos", "Iguchi Naoko"], "relatedPublications": 0, "id": "50|r3d100010527::8f0edc21a595b8865da7314d982ac3fb", "title": ["Novel actin-like proteins T-ACTIN 1 and T-ACTIN 2 are differentially expressed in the cytoplasm and nucleus of mouse haploid germ cells."], "relatedDatasets": 2}
135
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b76b2ed9aa32690040f34da4bb19a518", "id": {"identifier": "aanu01128648.1", "schema": "ena"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ba40bf9197d64db347e1cea37ca31be2", "id": {"identifier": "aanu01128648.1", "schema": "ncbi-wgs"}}], "abstract": "", "author": ["Mei-Yun Zhang", "Jingjing Li", "Yu Zhang", "Dimitrov, Dimiter S.", "Tingting Yuan", "Yanping Wang", "Emily Streaker"], "localIdentifier": [{"type": "pmid", "id": "21807049"}, {"type": "doi", "id": "10.1016/j.vaccine.2011.07.046"}], "id": "50|dedup_wf_001::1d5a1b279dbb60b03ee1f2430ff51bfe", "relatedPublications": 0, "date": ["2011-07-30"], "title": ["Putative rhesus macaque germline predecessors of human broadly HIV-neutralizing antibodies: differences from the human counterparts and implications for HIV-1 vaccine development."], "relatedDatasets": 2}
136
{"typology": "publication", "publisher": ["Journal of animal science"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::308420f51504db8cc7aec84836c724c6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18407985&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3d6bbf5104a75e2961a30aeb114c5a5d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18407985&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d41d59926c9908ebfd79aaa7dde08269", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18407985&result=read_experiment", "schema": "url"}}], "abstract": "None: Adipose triglyceride lipase (ATGL) was recently identified and described as a major novel triglyceride lipase in animals. In this study, we aimed to study the tissue-specific and developmental expression pattern of porcine ATGL (pATGL) and the effect of resveratrol (RES) on expression of pATGL in vitro. The full-length cDNA sequence of pATGL was 1,958 bp (accession no. EF583921), with a 1,458-bp open reading frame encoding a 486-AA protein (the predicted molecular mass of 53.2 kDa, accession no. ABS58651). Comparison of the deduced AA sequence with the bovine, mouse, rat, dog, and human adipose triglyceride lipase showed 87, 84, 83, 81, and 80% similarity, respectively. Furthermore, the pATGL was highly expressed in porcine adipose tissue, to a lesser degree in kidney, heart, and muscle, and least but detectable in brain. In s.c. adipose tissue, pATGL mRNA was low at birth (1 kg of BW) and then increased, reaching a maximal value at 20 kg of BW (approximately 8 wk old; P < 0.01). In peritoneal and omental adipose tissue, the greatest expression of pATGL was observed at 40 kg of BW (approximately 12 wk old). In vitro, exposure of cultured adipocytes to 40 and 80 muM RES for 24 h increased the mRNA levels of pATGL by 95.3% (P < 0.05) and 146.8% (P < 0.01), respectively. Accordingly, lipid accumulation was decreased by 25.7% (P < 0.05) and 60.8% (P < 0.01), respectively. When treated with RES for 48 h, the mRNA levels of pATGL were increased by 104.1% (P < 0.05) and 163.1% (P < 0.01), respectively. As expected, lipid accumulation was decreased by 9.7% (P > 0.05) and 29.0% (P < 0.05), respectively. These results add to our understanding of the role of pATGL in adipose tissue development and as a potential target for regulating fat deposition and meat quality.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.2527/jas.2007-0659"}, {"type": "pbmid", "id": "18407985"}], "author": ["Liu J", "Guo J", "Feng J", "Wu T", "Wang Y", "Xu Z", "Shan T"], "relatedPublications": 0, "id": "50|r3d100010527::4ae07cfa9bbc1b5002cfaa144e404676", "title": ["Porcine adipose triglyceride lipase complementary deoxyribonucleic acid clone, expression pattern, and regulation by resveratrol."], "relatedDatasets": 3}
137
{"typology": "publication", "publisher": ["Studies in mycology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::09065710cad810dbf0036e0f561ac000", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27872508&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::52ba21a5636936547fd871312bff2fb8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27872508&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9fac204e50e3e505c64b39119b68f18b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27872508&result=noncoding_release", "schema": "url"}}], "abstract": "None: A multigene analysis of a combined ITS-LSU-SSU-rpb2-tef1 sequence data matrix was applied to infer the phylogenetic position of the genus Thyridaria in the Pleosporales. The generic type of Thyridaria, T. broussonetiae (syn. T. incrustans), is situated in a clade currently named Roussoellaceae, which becomes a synonym of Thyridariaceae. However, Thyridaria rubronotata does not belong to this clade, but is here recognised as Cyclothyriella rubronotata in its own family Cyclothyriellaceae. The Thyridariaceae contain the genera Thyridaria, Roussoella, Roussoellopsis, Neoroussoella and the new genus Parathyridaria. Roussoella acaciae is combined in Thyridaria and Roussoella percutaenea in Parathyridaria. Ohleria modesta and an additional new thyridaria-like genus, Hobus, are found to represent isolated lineages with unresolved phylogenetic affinites within the Pleosporales. For Ohleria the new family Ohleriaceae is established. Melanomma fuscidulum belongs to Nigrograna, and three new species are described in this genus. A strain named Biatriospora marina clusters with Nigrograna. Based on the newly recognised species in Nigrograna, morphology and ecology do in no way correlate among these genera, therefore we erect the new family Nigrogranaceae for Nigrograna and recommend to discontinue the use of the family name Biatriosporaceae until fresh material of B. marina becomes available for sequencing.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "27872508"}], "author": ["Voglmayr H", "Jaklitsch W M"], "relatedPublications": 0, "id": "50|r3d100010527::6fbb4b38e4d1d645abcfe1b989a27635", "title": ["Hidden diversity in Thyridaria and a new circumscription of the Thyridariaceae."], "relatedDatasets": 3}
138
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9317bb74d77cba3092305be588c0987b", "id": {"identifier": "10.3886/icpsr07896.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b1042d83fb4874231e5534b49ff668cb", "id": {"identifier": "10.3886/icpsr06961.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b9b7cf95e87bbe470957aaa1b73a4be0", "id": {"identifier": "10.3886/icpsr06961", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9317bb74d77cba3092305be588c0987b", "id": {"identifier": "10.3886/icpsr07896.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b1042d83fb4874231e5534b49ff668cb", "id": {"identifier": "10.3886/icpsr06961.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4c8459e53a3a061c7e589ec6cf44d926", "id": {"identifier": "10.3886/icpsr07896", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2d4510f5a97135a16785f50eba19bb1b", "id": {"identifier": "10.3886/icpsr07896.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two nationally representative cohorts—from the National Educational Longitudinal Study (NELS) and High School and Beyond (HSB)—were used to examine the effects of generation and duration of residence on students’ performance on standardized tests over a two-year period. In multivariate models, generational status predicts variation in students’ performance on baseline (sophomore) tests, with effects stronger for the later age cohort (NELS) than for the earlier age cohort (HSB). With regard to the trajectory of achievement, generational status has a greatly reduced role for both cohorts. The best predictors of the trajectory of achievement are not those that are based on nativity per se, but those that reflect the social environment experienced in the United States (i.e., ethnicity and family’s socioeconomic status).", "author": ["Glick Jennifer E.", "White Michael J.", "White, Michael J.", "Glick, Jennifer E."], "localIdentifier": [{"type": "doi", "id": "10.1353/dem.2003.0034"}], "id": "50|dedup_wf_001::d1643d535013ba46cdd1a5cde68a3b07", "relatedPublications": 0, "date": [""], "title": ["The Academic Trajectories of Immigrant Youths: Analysis Within and Across Cohorts"], "relatedDatasets": 7}
139
{"typology": "publication", "publisher": ["The EMBO journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3fa485e4703d465767eb5736e97f2b21", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2249652&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::273c6bbaa8b20648ac12d141ac8a6e35", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2249652&result=coding_release", "schema": "url"}}], "abstract": "None: Among the best characterized non-classical mouse major histocompatibility antigens are the Qa-2 molecules. These proteins can serve as targets for allogenic cytotoxic T cells and as signal transducing molecules. They are structurally similar to H-2 transplantation antigens in their N-terminal and beta 2-microglobulin binding domains but differ at their C-termini. While the H-2 antigens span the cell membrane, the Qa-2 molecules are attached to the cell surface via phospholipid anchors. The genetic information encoding this attachment is contained in exon 5. In concanavalin A activated splenocytes the expression of membrane bound Qa-2 antigens declines and, simultaneously, soluble forms of Qa-2 molecules are secreted. We demonstrate here that the soluble Qa-2 polypeptides are translated from alternatively spliced mRNAs lacking exon 5, while the membrane forms are encoded by the full-size transcripts. In cultured cells the alternative splicing of the Qa-2 message is induced by T-cell activation splicing of the Qa-2 message is induced by T-cell activation with concanavalin A. The canonical mRNA encoding the membrane form of Qa-2 predominates in unstimulated mouse tissues but the cultured cell lines, like activated T cells, express enhanced levels of the truncated mRNA. In some cell lines almost all Qa-2 transcripts lack exon 5. For example, in L cells, mRNAs encoding soluble Qa-2 molecules are at least 10 times more abundant than Qa-2 transcripts encoding phospholipid anchored antigens. These findings are discussed in terms of potential functions of membrane bound and secreted Qa-2 molecules.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2249652"}], "author": ["Stroynowski I", "Lewis K D", "Hood L E", "Ulker N"], "relatedPublications": 0, "id": "50|r3d100010527::6e4e14038e6750fb40a8e47b0bb3f054", "title": ["Activated T cells transcribe an alternatively spliced mRNA encoding a soluble form of Qa-2 antigen."], "relatedDatasets": 2}
140
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d8636839af0078124bed70ababa2abd4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7961903&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::871d793472775ea99c0c49e621d04b83", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7961903&result=sequence_release", "schema": "url"}}], "abstract": "None: In order to facilitate structure-function studies of the glucagon receptor by site-directed mutagenesis, we have designed and synthesized a gene for the rat glucagon receptor. The gene codes for the native 485-amino-acid protein but contains 91 unique restriction sites. To characterize gene expression, a highly specific, high affinity antipeptide antibody was prepared against the receptor. The synthetic gene was expressed in transiently transfected monkey kidney (COS-1) cells. COS cells expressing the synthetic receptor gene bound glucagon with affinity and specificity similar to that of hepatocytes containing native receptor. The transfected COS cells also showed increased intracellular cAMP levels in response to glucagon. The functional role of an aspartic acid residue in the NH2-terminal tail of the receptor was tested by site-directed mutagenesis. This site in the related growth hormone releasing factor receptor was shown to be responsible for the little mouse (lit) genetic defect that results in mice of small size with hypoplastic pituitary glands. Mutant glucagon receptors with amino acid replacements of Asp64 were expressed at normal levels in COS cells but failed to bind glucagon. These results indicate that amino acid Asp64 may play a key role in glucagon binding to receptor.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7961903"}], "author": ["Kim H N", "Sakmar T P", "Carruthers C J", "Unson C G"], "relatedPublications": 0, "id": "50|r3d100010527::0b0a00a85569a81624f6319a70a407c9", "title": ["Synthesis and expression of a gene for the rat glucagon receptor. Replacement of an aspartic acid in the extracellular domain prevents glucagon binding."], "relatedDatasets": 2}
141
{"typology": "publication", "publisher": ["Virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6c1d24f42f250a425bc0ccdb87a65b32", "id": {"identifier": "eu785961", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::9ce37af140ea017e8383e14a6de801fb", "id": {"identifier": "k03455", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6d4c613c1f6307bea0460d3b89dc3799", "id": {"identifier": "eu785944", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::06b75d00bf46742dcdfb595039d78233", "id": {"identifier": "dq366661", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5ffda7c000559a971370a099556c8834", "id": {"identifier": "dq366659", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e45e75e00cced21070e812e27bdc8170", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19272628&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b2b897a51b27d60e8c440cade26a3759", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19272628&result=sequence_release", "schema": "url"}}], "abstract": "None: HIV is capable of frequent genetic exchange through recombination. Despite the pandemic spread of HIV-1 recombinants, their times of origin are not well understood. We investigate the epidemic history of a HIV-1 circulating recombinant form (CRF) by estimating the time of the recombination event that lead to the emergence of CRF33_01B, a recently described recombinant descended from CRF01_AE and subtype B. The gag, pol and env genes were analyzed using a combined coalescent and relaxed molecular clock model, implemented in a Bayesian Markov chain Monte Carlo framework. Using linked genealogical trees we calculated the time interval between the common ancestor of CRF33_01B and the ancestors it shares with closely related parental lineages. The recombination event that generated CRF33_01B (t(rec)) occurred sometime between 1991 and 1993, suggesting that recombination is common in the early evolutionary history of HIV-1. The proof-of-concept approach provides a new tool for the investigation of HIV molecular epidemiology and evolution.", "author": ["Takebe Yutaka", "Ng Kee Peng", "Kamarulzaman Adeeba", "Parker Joe", "Tee Kok Keng", "Pybus Oliver G"], "localIdentifier": [{"type": "pbmid", "id": "19272628"}, {"type": "doi", "id": "10.1016/j.virol.2009.02.020"}], "id": "50|dedup_wf_001::4120e0f359522b1ddd3ecce3ea8af22d", "relatedPublications": 0, "date": ["2009"], "title": ["Estimating the date of origin of an HIV-1 circulating recombinant form"], "relatedDatasets": 8}
142
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::b7c7781e264170080bcb8923717d1669", "id": {"identifier": "10.3886/icpsr07629.v2", "schema": "url"}}], "abstract": "This paper uses time series data from Syria for the period 1965 to 1997 to test the aid and ¡°Dutch disease¡± hypothesis. We employ the relatively new approach to cointegration, known as the Auto Regressive Distributed Lag (ARDL) approach. We find no support for this hypothesis neither in the long run nor in the short run. On the contrary, our results indicate that foreign aid flows are associated with depreciation of the real exchange rate. The main policy implication, based on the long run results, is that Syria can continue to receive aid without fears of impairing its export competitiveness.", "author": ["Ouattara, B.", "Issa, H."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::97eaefda9fa992bb0b216027b5c6b906"}], "id": "50|dli_resolver::85a8446fe0eadf3d766e379449a3131f", "relatedPublications": 0, "date": [""], "title": ["FOREIGN AID FLOWS AND REAL EXCHANGE RATE: EVIDENCE FROM SYRIA"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "jel:C32"}, {"scheme": "keyword", "value": "Aid Flows, Dutch Disease, Real Exchange Rate, Cointegration, Error Correction, Syria"}, {"scheme": "keyword", "value": "jel:F35"}]}
143
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::20873e4734d99adb1b152d5b5254d423", "id": {"identifier": "10.5517/cc118zjt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title salt, (C6H14N)2[Sn(C2O4)Cl4], was obtained as a by-product from the reaction between 2C6H14N+·C2O42−·1.5H2O and SnCl2·2H2O. The cyclo­hexyl­ammonium cation has a chair conformation. The complex anion consists of an oxalate anion chelating the SnCl4 moiety, resulting in a distorted octa­hedral coordination sphere of the SnIV atom with the O atoms in equatorial cis positions. In the crystal, cations and anions are linked through N—H⋯O and N—H⋯Cl inter­actions into a layered arrangement parallel to (100).", "author": ["Sarr Modou", "Plasseraud Laurent", "Diasse-Sarr Aminata", "Diallo Waly", "Cattey Hélène"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536813019284"}], "id": "50|dli_resolver::3db3f0738332c2c12509114fca8cf43f", "relatedPublications": 0, "date": [""], "title": ["\"Bis(cyclohexylammonium) tetrachlorido(oxalato)stannate(IV)\""], "relatedDatasets": 1}
144
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2f2057536f5291b70d7ee5be40d42a2e", "id": {"identifier": "10.3886/icpsr09681.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Manton, Kenneth G.", "Dowd E."], "localIdentifier": [{"type": "icpsr", "id": "44186"}], "relatedPublications": 0, "title": ["Models for forecasting chronic disease processes in adult and elderly populations: Effects of stochasticity"], "id": "50|r3d100010255::e5d540a602d62172f1656ea6b3e9f9e0"}
145
{"typology": "publication", "publisher": ["Veterinary parasitology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1bcc6026d4675f0d30e89c750f85214d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18819752&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1991ccba18868375d3675a459c75089d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18819752&result=noncoding_release", "schema": "url"}}], "abstract": "None: A cross-sectional survey was conducted to estimate the prevalence of Echinococcus multilocularis and E. granulosus infections in domestic dogs and cats from Germany and other European countries. Faecal samples of 21,588 dogs and 10,650 cats routinely submitted to a private veterinary laboratory between June 2004 and June 2005 were examined using the ZnSO(4)-NaCl flotation method. Taeniid eggs were detected in 54 (0.25%) and 37 (0.34%) of the canine and feline faecal samples, respectively. Taeniid eggs were separated and subjected to a DNA preparation and a modified two-step PCR for the detection of Echinococcus spp. based on mitochondrial 12S rRNA genes. PCR products from Echinococcus-negative but cestode-positive reactions were cloned and sequenced to determine the Taenia species. E. multilocularis DNA was specifically amplified in 43 (0.24%) and 25 (0.23%) of the samples from dogs and cats, respectively. E. granulosus DNA was not detected in any sample, while, E. multilocularis-positive samples were detected in dogs from Germany only, those of cats originated from Germany, Denmark and The Netherlands. The prevalence of E. multilocularis egg-positive canine samples was significantly higher in southern (0.35%) than in northern Germany (0.13%). In contrast, no significant regional difference was observed in cats from Germany. Taeniid eggs from Echinococcus-negative samples and from a few samples with macroscopically detected Taenia sp. proglottids were identified as eggs of T. crassiceps (n=8), T. martis, T. serialis, T. polyacantha, T. taeniaeformis and T. pisiformis in dogs (n=1 of each) and T. taeniaeformis (n=11) in cats. The spectrum of cestodes detected in domestic dogs and cats indicate the consumption of small rodents as infection source. The high proportion of E. multilocularis-positive samples, suggest domestic dogs and cats as a possible source of E. multilocularis infection for humans.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.vetpar.2008.07.030"}, {"type": "pbmid", "id": "18819752"}], "author": ["Pantchev Nikola", "Bauer Christian", "Gawlowska Sandra", "Vrhovec Majda Globokar", "Dyachenko Viktor"], "relatedPublications": 0, "id": "50|r3d100010527::bc84da0704e5ed795ecf99e2c1002f13", "title": ["Echinococcus multilocularis infections in domestic dogs and cats from Germany and other European countries."], "relatedDatasets": 2}
146
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7619ac01bb59f024ffaef358170b7b5c", "id": {"identifier": "10.17632/bn5nb2r3g5.1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Delefortrie Samuël", "De Smedt Philippe", "Hanssens Daan"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jappgeo.2018.03.003"}], "id": "50|dli_resolver::cb885658e43c11dad570689921ee11d3", "relatedPublications": 0, "date": [""], "title": ["Low signal-to-noise FDEM in-phase data: Practical potential for magnetic susceptibility modelling"], "relatedDatasets": 1}
147
{"typology": "publication", "publisher": ["Japan Society for Analytical Chemistry"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a256b8d02e8faedd9f201cf0919fe58", "id": {"identifier": "10.5517/ccnxydw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, (C26H23N)3·CHCl3, was synthesized by the reaction of trityl bromide with m-toluidine in chloroform and crystalized in the trigonal R3 space group (Z = 6) with the one molecule of chloroform, and with a = 20.765(5), b = 20.765(5), c = 24.924(5)A, α = β = 90°, γ = 120°, V = 9307(4)A3, Z = 6 and Dx = 1.250 Mg m-3. A least-squares refinement gave a residual index of R = 0.065 for 3540 observed reflections. Three phenyl rings of the title compound are at angles of 60.39(13), 74.10(14) and 70.17(13)° to the six-membered ring of the planar aminophenol group. The dihedral angles between three phenyl rings are 73.60(16), 87.80(15) and 56.52(15)°.", "author": ["Demirtas, I.", "Çelik, I.", "Ersanli, C. C.", "Akkurt, M."], "localIdentifier": [{"type": "doi", "id": "10.2116/analscix.23.x231"}], "id": "50|dli_resolver::b09dca239796c03f32686b8570c07e15", "relatedPublications": 0, "date": [""], "title": ["\"Crystal and Molecular Structure of N-Trityl-m-aminophenol Chloroform Solvate\""], "relatedDatasets": 1}
148
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6bcaf65b473abfc9877554f41315eb09", "id": {"identifier": "10.5517/ccdc.csd.cc10vyxq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1e7c4dcfec3464284aa0ea6fb04ce8d", "id": {"identifier": "10.5517/ccdc.csd.cczwr7t", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14930b08f59d0eac6c908027f107f7a7", "id": {"identifier": "10.5517/ccqtw9p", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reactions of potassium salts of the dithiocarbamates L {where L = pyrazolyldithiocarbamate (L1), 3,5-dimethylpyrazolyldithiocarbamate (L2), or indazolyldithiocarbamate (L3)} with the gold precursors [AuCl(PPh3)], [Au2Cl2(dppe)], [Au2Cl2(dppp)], or [Au2Cl2(dpph)] lead to the new gold(I) complexes [AuL(PPh3)] (1–3), [Au2L2(dppe)] (4–6), [(Au2L2)(dppp)] (7–9), and [Au2(L)2(dpph)] (10–12) {where dppe = 1,2-bis(diphenylphosphino)ethane, dppp = 1,3-bis(diphenylphosphino)propane, and dpph = 1,6-bis(diphenylphosphino)hexane}. These gold compounds were characterized by a combination of NMR and infrared spectroscopy, microanalysis, and mass spectrometry; and in selected cases by single-crystal X-ray crystallography. Compounds 4–6, which have dppe ligands, are unstable in solution for prolonged periods, with 4 readily transforming to the Au18 cluster [Au18S8(dppe)6]Cl2 (4a) in dichloromethane. Compounds 1–3 and 7–12 are all active against human cervical epithelioid carcinoma (HeLa) cells, but the most active compounds are 10 and 11, with IC50 values of 0.51 μM and 0.14 μM, respectively. Compounds 10 and 11 are more selective toward HeLa cells than they are toward normal cells, with selectivities of 25.0 and 70.5, respectively. Further tests, utilizing the 60-cell-line Developmental Therapeutics Program at the National Cancer Institute (U.S.A.), showed 10 and 11 to be active against nine other types of cancers.", "author": ["Keter Frankline K.", "Guzei Ilia A.", "Zyl Werner E. van", "Nell Margo", "Darkwa James"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic4025926"}], "id": "50|dli_resolver::ac161608ad4d90ecd36cb51d37f063c0", "relatedPublications": 0, "date": [""], "title": ["\"Phosphinogold(I) Dithiocarbamate Complexes: Effect of the Nature of Phosphine Ligand on Anticancer Properties\""], "relatedDatasets": 3}
149
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::6d10eaa66fa48ddbf32a5d3602963fd9", "id": {"identifier": "4a17", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::f2ab5ab40d20841d922abba141221041", "id": {"identifier": "1hr0", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c1d3d567bfc8184981cdf22368da8b2b", "id": {"identifier": "3v11", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e92ba293795bde0c9e05c7cf6b222dd2", "id": {"identifier": "1zo3", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c09d75f11e935aa693c972e0dcbcc652", "id": {"identifier": "2wdl", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::516e7f56e44e363225d4e1c097bee11a", "id": {"identifier": "2wrn", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::69accb8951d003424f31db9f8ddde5e7", "id": {"identifier": "1zo1", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::247584e7ed9ae06d7361df9ee8019317", "id": {"identifier": "3u5e", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ba19ee2ceb6e375ea038001b33c8ba60", "id": {"identifier": "2ful", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::374dc2d306dd185879c34aba95a45e4f", "id": {"identifier": "2qmu", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::9c11d86c0921ab5787ef17719991c8dc", "id": {"identifier": "2xzm", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::be04a63522864749612c24c365edb8dc", "id": {"identifier": "2wdk", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::a2ea81c2e3ea9d53476e5e8156f19fea", "id": {"identifier": "3u5d", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::08723056f7f970f32ed767f94a3beb42", "id": {"identifier": "1d7q", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::d4d48ea71d984dbe00ebeb8925ebeaae", "id": {"identifier": "4a19", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::7340c3c138330caf0f721aca150bb55c", "id": {"identifier": "1b23", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::7575213cd3a38048b897eeef1b68dbfd", "id": {"identifier": "3u5b", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c27a47091abb5624722219c4dd56e47d", "id": {"identifier": "1g7s", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::5e4c7b53bf9486a96abdf54006506e80", "id": {"identifier": "1g7t", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::594aa9f28e220b86680eff1a3d7a3a88", "id": {"identifier": "3u5c", "schema": "pdb"}}], "abstract": "", "title": ["Structural insights into eukaryotic ribosomes and the initiation of translation"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.sbi.2012.07.010"}], "id": "50|elsevier____::88d3ddbcb9eede356c9b39681c17a8b0", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 37}
150
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b4e82ff0c3e39249d4cb71e9159ac501", "id": {"identifier": "10.15468/l0gr8q", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6add033605b55f3c1d832f93725233b7", "id": {"identifier": "10.5281/zenodo.227141", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::04e82db37b1f4ea5f7b2ecb855ecbade", "id": {"identifier": "10.15468/yz9pub", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6799af468771bf50fb31dfdda9637b5", "id": {"identifier": "10.5281/zenodo.227144", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2d2265646e7d4917eabcd605940ae338", "id": {"identifier": "10.5281/zenodo.227145", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::22781e3149bc36a5ecb42ce90efb79f6", "id": {"identifier": "10.5281/zenodo.227143", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::10bc65fe6b414972beabf2a6766e6137", "id": {"identifier": "10.5281/zenodo.227142", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["WANG YING-YONG", "TAKEUCHI HIROHIKO", "ZHU GUANG-XIANG", "ZHAO ER-MI"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3765.5.5"}], "id": "50|dli_resolver::d5eedd3b3d32efadc7c5f7d81d57f8dd", "relatedPublications": 0, "date": [""], "title": ["<strong>A new species of the genus <em>Rhabdophis</em> Fitzinger, 1843 (Squamata: Colubridae) from Guangdong Province, southern China</strong>"], "relatedDatasets": 12}
151
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2adaf300b213f69b36f732e2edc751e3", "id": {"identifier": "u00735", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04e2a5b6fe9687de7956e575a456f931", "id": {"identifier": "ay597011", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::72f2a53063666509f4071d4b1bd4fc02", "id": {"identifier": "ay700211", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8b46e3a26b54953d349cab3c77bdf119", "id": {"identifier": "aj311317", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::50190517cbb136b18ebcded883fb35ab", "id": {"identifier": "ay278741", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::63d935c5dfd0f0b55e8db436b7a40e2d", "id": {"identifier": "aj271965", "schema": "ena"}}], "abstract": "", "author": ["Lili Kuo", "Masters, Paul S."], "localIdentifier": [{"type": "pmid", "id": "23449786"}], "id": "50|pubmed______::7fef245f009edbff23763f8e19665e48", "relatedPublications": 0, "date": ["2013-02-28"], "title": ["Functional analysis of the murine coronavirus genomic RNA packaging signal."], "relatedDatasets": 6}
152
{"typology": "publication", "publisher": ["The ISME journal"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1f3223eb42a3a63f836f04d8832d96d5", "id": {"identifier": "kc603770", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c96728bcb460e75d31fdd95a0aec6cb8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24152713&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ede1f1a384ea3ce3d4ccc6d8b2919260", "id": {"identifier": "kc603846", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1552e438620db3d674fb118351fe1483", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24152713&result=coding_release", "schema": "url"}}], "abstract": "None: Molecular fossils of 2-methylhopanoids are prominent biomarkers in modern and ancient sediments that have been used as proxies for cyanobacteria and their main metabolism, oxygenic photosynthesis. However, substantial culture and genomic-based evidence now indicates that organisms other than cyanobacteria can make 2-methylhopanoids. Because few data directly address which organisms produce 2-methylhopanoids in the environment, we used metagenomic and clone library methods to determine the environmental diversity of hpnP, the gene encoding the C-2 hopanoid methylase. Here we show that hpnP copies from alphaproteobacteria and as yet uncultured organisms are found in diverse modern environments, including some modern habitats representative of those preserved in the rock record. In contrast, cyanobacterial hpnP genes are rarer and tend to be localized to specific habitats. To move beyond understanding the taxonomic distribution of environmental 2-methylhopanoid producers, we asked whether hpnP presence might track with particular variables. We found hpnP to be significantly correlated with organisms, metabolisms and environments known to support plant-microbe interactions (P-value<10(-6)); in addition, we observed diverse hpnP types in closely packed microbial communities from other environments, including stromatolites, hot springs and hypersaline microbial mats. The common features of these niches indicate that 2-methylhopanoids are enriched in sessile microbial communities inhabiting environments low in oxygen and fixed nitrogen with high osmolarity. Our results support the earlier conclusion that 2-methylhopanoids are not reliable biomarkers for cyanobacteria or any other taxonomic group, and raise the new hypothesis that, instead, they are indicators of a specific environmental niche.", "author": ["Welander, Paula V.", "Summons Roger E", "Newman, Dianne K.", "Coleman Maureen L", "Ricci, Jessica N.", "Newman Dianne K", "Spear John R", "Welander Paula V", "Coleman, Maureen L.", "Ricci Jessica N", "Sessions Alex L", "Summons, Roger E.", "Sessions, Alex L.", "Spear, John R."], "localIdentifier": [{"type": "doi", "id": "10.1038/ismej.2013.191"}, {"type": "pbmid", "id": "24152713"}, {"type": "pmid", "id": "24152713"}], "id": "50|dedup_wf_001::3bab3b936a01432d94e2a96d6502b611", "relatedPublications": 0, "date": ["2013-10-24"], "title": ["Diverse capacity for 2-methylhopanoid production correlates with a specific ecological niche."], "relatedDatasets": 4}
153
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e72ea3bc65ce5f012b644bf4735ad243", "id": {"identifier": "10.6084/m9.figshare.c.2087759", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::684e4d7bce8bd7ca3f03eb2a6a21c6b4", "id": {"identifier": "10.6084/m9.figshare.1477985", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5f7edcb42050d60b2e2651182dd5fcfb", "id": {"identifier": "10.6084/m9.figshare.c.2087759.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractThe crude extract of an endophytic fungus isolated from Syzygium cordatum and identified as Fusarium proliferatum showed 100% cytotoxicity against the brine shrimp Artemia salina at 100 μg/mL. Seven coloured, biologically active metabolites – including ergosta-5,7,22-trien-3β-ol, nectriafurone-8-methyl ether, 9-O-methyl fusarubin, bostrycoidin, bostrycoidin-9-methyl ether and 8-hydroxy-5,6-dimethoxy-2-methyl-3-(2-oxo-propyl)-1,4-naphthoquinone– were isolated from the extract.", "author": ["van Ree Teunis", "Silima Beauty", "Gryzenhout Marieka", "Dame Zerihun T."], "localIdentifier": [{"type": "doi", "id": "10.1080/14786419.2015.1053089"}], "id": "50|dli_resolver::997dd0e748d5238daa260877c2924ab3", "relatedPublications": 0, "date": [""], "title": ["\"Bioactive compounds from the endophytic fungusFusarium proliferatum\""], "relatedDatasets": 3}
154
{"typology": "publication", "publisher": ["Zoological science"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2688cb8a4607faad036fdd50716b4961", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12499674&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f17186c3686906d12807a91eba73a989", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12499674&result=noncoding_release", "schema": "url"}}], "abstract": "None: Phylogenetic relationships of the genus Cuora sensu lato (Cuora sensu stricto and Cistoclemmys) and other testudinoid genera were inferred from variations in 882 base positions of mitochondrial 12S and 16S rRNA genes. Results yielded a robust support to the monophyly of a group (Cuora group) consisting of Cuora sensu lato and the monotypic Pyxidea. Within the Cuora group, the continental Cuora (sensu stricto) and the two subspecies of Ci. flavomarginata constituted two well-supported monophyletic groups. Distinctly small interspecific genetic distances in the former groups suggested that in the continent speciations in Cuora took place much later than the primary divergences in the Cuora group, or speciations in other related genera, such as Mauremys. Our analyses failed to provide a substantial support to the monophyly of any other combinations of taxa within the Cuora group, including Cuora in broad and strict senses, and Cistoclemmys as consisting of Ci. galbinifrons and Ci. flavomarginata. Besides these, our results also suggested the non-monophyly for the Batagurinae and the Geoemydinae, and sister relationships of the Bataguridae with Testudinidae rather than with the Emydidae.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12499674"}], "author": ["Hirayama Ren", "Yasukawa Yuichirou", "Ota Hidetoshi", "Honda Masanao"], "relatedPublications": 0, "id": "50|r3d100010527::5bc72126a343d629859d05fc1f682d98", "title": ["Phylogenetic relationships of the Asian box turtles of the genus Cuora sensu lato (Reptilia: Bataguridae) inferred from mitochondrial DNA sequences."], "relatedDatasets": 2}
155
{"typology": "publication", "publisher": ["Systematic and applied microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::106dadb729643544d53b6508598ef46d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26597454&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c1c95373e6cb06fb2b5eb0fa653c35e6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26597454&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c205ea4ce22b71fe40378daa8066af2b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26597454&result=noncoding_release", "schema": "url"}}], "abstract": "None: Three strains, namely L3B39(T), L3D16, and L1E9, were obtained while studying the cultivable rhizosphere bacteria of saline tolerant pokkali rice, at Kerala, India. The novel strains were negative for many plant growth promoting plate assays such as phytohormone and siderophore production, 1-aminocyclopropane-1-carboxylate (ACC) deaminase and growth in nitrogen free agar medium but found to utilize malic acid, citrate, D-glucose, L-arabinose, and D-maltose, important components of the plant root exudates, indicating that they are normal plant rhizosphere residents without yet known benefits to the plant. The 16S rRNA gene analysis placed these strains in the genus Vogesella, forming a separate branch independent of the previously described type strains of this genus in all tree making algorithms applied. Vogesella perlucida DS-28(T) was the type strain with highest 16S rRNA sequence similarity (97.59%). DNA-DNA hybridization values among these novel strains were above 85% andthat with Vogesella perlucida LMG 24214(T) was below 50%. Phenotypically, the novel strains can be differentiated from Vogesella perlucida LMG 24214(T) by many characters such as NaCl tolerance, growth temperature, and utilization of L-arabinose, D-maltose, and citrate. These novel strains contain C16:1ω6c/C16:1ω7c and C16:0 as major fatty acids, ubiquinone Q-8 as the major respiratory quinone, and phosphatidylethanolamine and phosphatidylglycerol as major polar lipids. Based on the results obtained from the polyphasic taxonomic approach we conclude that the strains belong to a novel Vogesella species for which the name Vogesella oryzae sp.nov. is proposed. The type strain is L3B39(T) (= LMG 28272(T)=DSM 28780(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26597454"}, {"type": "doi", "id": "10.1016/j.syapm.2015.10.003"}], "author": ["Tanaka Naoto", "Lang Elke", "Rameshkumar N"], "relatedPublications": 0, "id": "50|r3d100010527::292e289c9dc70304aae78e49d2b4c7dc", "title": ["Description of Vogesella oryzae sp. nov., isolated from the rhizosphere of saline tolerant pokkali rice."], "relatedDatasets": 3}
156
{"typology": "publication", "publisher": ["Development (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::122636894729c702b8902b34517ad047", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15229173&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bb20282383d45c3dacf98c9739637b67", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15229173&result=coding_release", "schema": "url"}}], "abstract": "None: STYLOSA (STY) in Antirrhinum and LEUNIG (LUG) in Arabidopsis control the spatially correct expression of homeotic functions involved in the control of floral organ identity. We show here that the sty mutant also displays alteration in leaf venation patterns and hypersensitivity towards auxin and polar auxin transport inhibitors, demonstrating that STY has a more general role in plant development. STY and LUG are shown to be orthologues that encode proteins with structural relation to GRO/TUP1-like co-repressors. Using a yeast-based screen we found that STY interacts with several transcription factors, suggesting that STY, like GRO/TUP1, forms complexes in vivo. Proteins of the YABBY family, characterised by containing a partial HMG domain, represent a major group of such interactors. In vivo association of STY with one of the YABBY proteins, GRAMINIFOLIA (GRAM), is supported by enhanced phenotypic defects in sty gram double mutants, for instance in the control of phyllotaxis, floral homeotic functions and organ polarity. Accordingly, the STY and GRAM protein and mRNA expression patterns overlap in emerging lateral organ primordia. STY is expressed in all meristems and later becomes confined to the adaxial domain and (pro)vascular tissue. This pattern is similar to genes that promote adaxial identity, and, indeed, STY expression follows, although does not control, adaxial fate. We discuss the complex roles of STY and GRAM proteins in reproductive and vegetative development, performed in part in physical association but also independently.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15229173"}], "author": ["Efremova Nadia", "Golz John F", "Castillo Rosa", "Schwarz-Sommer Zsuzsanna", "Saedler Heinz", "Tietz Olaf", "Rubiera Roger", "Navarro Cristina", "Kuckenberg Markus"], "relatedPublications": 0, "id": "50|r3d100010527::4b40749328c00c44edb0075fe5eac7f4", "title": ["Molecular and genetic interactions between STYLOSA and GRAMINIFOLIA in the control of Antirrhinum vegetative and reproductive development."], "relatedDatasets": 2}
157
{"typology": "publication", "publisher": ["Fungal genetics and biology : FG & B"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9988b1c930b58b453ce291ab8196d25a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9344631&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b577b34e557c7ff045d753c23484078f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9344631&result=coding_release", "schema": "url"}}], "abstract": "None: A protein with characteristic properties of a fungal hydrophobin (CoH1) was isolated from the monokaryotic stage of the basidiomycete Coprinus cinereus. A cosmid clone containing the corresponding gene (coH1) was identified using a cDNA probe derived by RT-PCR. Hybridization and sequence analysis identified a second gene, coH2, just 4.1 kb downstream of coH1 encoding a hydrophobin (CoH2) with 64% sequence identity. Both coH1 and coH2 are subject to developmental regulation. They are expressed in vegetative monokaryotic cells but not in the asexual oidia produced on the surface of monokaryons. Transcripts of the genes were barely detected in dikaryotic mycelium and were absent from fruit bodies. Loss of aerial growth due to a mutation known as oid-1 was correlated with lack of both hydrophobins.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9344631"}], "author": ["Casselton L A", "Halsall J R", "Asgeirsdóttir S A"], "relatedPublications": 0, "id": "50|r3d100010527::72d735bde4d8327fa6b0e606e46d0131", "title": ["Expression of two closely linked hydrophobin genes of Coprinus cinereus is monokaryon-specific and down-regulated by the oid-1 mutation."], "relatedDatasets": 2}
158
{"typology": "publication", "publisher": ["Springer Nature", "BMC genomics"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e1f6f916125506c26c91f1884083460d", "id": {"identifier": "10.6084/m9.figshare.c.3665659.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b8ac129561596c9d158972857a422334", "id": {"identifier": "10.6084/m9.figshare.c.3665659_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::04f7bd63de8f3d61886d54fd1da063f9", "id": {"identifier": "10.6084/m9.figshare.c.3665659", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ab015a1e28b6d5439c8aac94f2c3f008", "id": {"identifier": "10.6084/m9.figshare.c.3665659_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5aaca47ed9ea2793fdb96cb87dc781e7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=28086791&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::76fa4b4f8f479b4109280a2f0ad3edab", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=28086791&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::99f9e5ac8b925d7fa9d0dedff28a15a3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=28086791&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cd182272c1a4bf0102df32d8ab265677", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=28086791&result=read_study", "schema": "url"}}], "abstract": "BACKGROUND: Various insect species have been added to genomic databases over the years. Thus, researchers can easily obtain online genomic information on invertebrates and insects. However, many incorrectly annotated genes are included in these databases, which can prevent the correct interpretation of subsequent functional analyses. To address this problem, we used a combination of dry and wet bench processes to select functional genes from public databases. RESULTS: Enolase is an important glycolytic enzyme in all organisms. We used a combination of dry and wet bench processes to identify functional enolases in the silkworm Bombyx mori (BmEno). First, we detected five annotated enolases from public databases using a Hidden Markov Model (HMM) search, and then through cDNA cloning, Northern blotting, and RNA-seq analysis, we revealed three functional enolases in B. mori: BmEno1, BmEno2, and BmEnoC. BmEno1 contained a conserved key amino acid residue for metal binding and substrate binding in other species. However, BmEno2 and BmEnoC showed a change in this key amino acid. Phylogenetic analysis showed that BmEno2 and BmEnoC were distinct from BmEno1 and other enolases, and were distributed only in lepidopteran clusters. BmEno1 was expressed in all of the tissues used in our study. In contrast, BmEno2 was mainly expressed in the testis with some expression in the ovary and suboesophageal ganglion. BmEnoC was weakly expressed in the testis. Quantitative RT-PCR showed that the mRNA expression of BmEno2 and BmEnoC correlated with testis development; thus, BmEno2 and BmEnoC may be related to lepidopteran-specific spermiogenesis. CONCLUSIONS: We identified and characterized three functional enolases from public databases with a combination of dry and wet bench processes in the silkworm B. mori. In addition, we determined that BmEno2 and BmEnoC had species-specific functions. Our strategy could be helpful for the detection of minor genes and functional genes in non-model organisms from public databases.", "author": ["Toyoda Atsushi", "Nojima Yosui", "Bono Hidemasa", "Iwabuchi Kikuo", "Tabunoki Hiroko", "Fujiyama Asao", "Ito Katsuhiko", "Yokoyama Takeshi", "Nakazato Takeru", "Sato Ryoichi", "Kikuchi Akira"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12864-016-3455-y"}, {"type": "pbmid", "id": "28086791"}], "id": "50|dedup_wf_001::cff9e29b6d76ae70ce1e5f94267b9f5c", "relatedPublications": 0, "date": [""], "title": ["Identification of functional enolase genes of the silkworm Bombyx mori from public databases with a combination of dry and wet bench processes."], "relatedDatasets": 8}
159
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::92b49c81751763bf9e4f153a5514721f", "id": {"identifier": "10.6084/m9.figshare.c.3614948_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38c60f6bdb88b3a2db797312204b89bb", "id": {"identifier": "10.6084/m9.figshare.c.3614948", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b05a24fb04acc876234088870670d8f9", "id": {"identifier": "10.6084/m9.figshare.c.3614948.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3a388b854152204020da4a98b12ac8a9", "id": {"identifier": "10.6084/m9.figshare.c.3614948_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Hereditary spastic paraplegias (HSP), a group of genetically heterogeneous neurological disorders with more than 56 documented loci (SPG1-56), are described either as uncomplicated (or pure), or complicated where in addition to spasticity and weakness of lower extremeties, additional neurological symptoms are present, including dementia, loss of vision, epilepsy, mental retardation and ichthyosis. We identified a large consanguineous family of Indian descent with four affected members with childhood onset HSP (SPG54), presenting with upper and lower limb spasticity, mental retardation and agenesis of the corpus callosum.", "author": ["Alrayes Nuha", "Jelani Musharraf", "Nasir Jamal", "Ahmad Saleem", "Bakur Khadijah", "Mohamoud Hussein Sheikh Ali", "Vadgama Nirmal", "Al-Aama Jumana Yousuf", "Simpson Michael"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13104-015-1227-4"}], "id": "50|dli_resolver::796acc5147132a12f8438edfb65cfcac", "relatedPublications": 0, "date": [""], "title": ["\"Truncating mutation in intracellular phospholipase A1 gene (DDHD2) in hereditary spastic paraplegia with intellectual disability (SPG54)\""], "relatedDatasets": 4}
160
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::986814b63f3d21d310bc6e2c74bbf4dc", "id": {"identifier": "aa393017", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5b77fccdb186a283e60422136c4584e5", "id": {"identifier": "aa142215", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6fd5ad17883aa0d1879271426f0ccfd6", "id": {"identifier": "aa263279", "schema": "ena"}}], "abstract": "", "author": ["Frand, A. R.", "Kaiser, C. A.", "Chen, E. J.", "Chitouras, E."], "localIdentifier": [{"type": "pmid", "id": "9819400"}], "id": "50|pubmed______::7fd3b1ea495758049f00c391f716481f", "relatedPublications": 0, "date": ["1998-12-01"], "title": ["A link between secretion and pre-mRNA processing defects in Saccharomyces cerevisiae and the identification of a novel splicing gene, RSE1."], "relatedDatasets": 3}
161
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [{"relationSemantic": "isCitedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::20f35396b28d0c295c70f8e13814752e", "id": {"identifier": "10.5281/zenodo.259007", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Crespi Bernie", "Simon Chris", "Beckenbach Andrew", "Flook Paul", "Liu Hong", "Frati Francesco"], "localIdentifier": [{"type": "doi", "id": "10.1093/aesa/87.6.651"}], "id": "50|dli_resolver::015ef76247c7ab3c346a5c6b8980fd70", "relatedPublications": 0, "date": [""], "title": ["Evolution, Weighting, and Phylogenetic Utility of Mitochondrial Gene Sequences and a Compilation of Conserved Polymerase Chain Reaction Primers"], "relatedDatasets": 1}
162
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::1f2e601245c372d49aaa38df63a512e5", "id": {"identifier": "2liw", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::3373439e0aed6ef73c07f3e0fd775153", "id": {"identifier": "2liu", "schema": "pdb"}}], "abstract": "Polyketide synthases (PKS) and non-ribosomal peptide synthetases (NRPS) are large multidomain proteins present in microorganisms that produce bioactive compounds. Curacin A is such a bioactive compound with potent anti-proliferative activity. During its biosynthesis the growing substrate is bound covalently to an acyl carrier protein (ACP) that is able to access catalytic sites of neighboring domains for chain elongation and modification. While ACP domains usually occur as monomers, the curacin A cluster codes for a triplet ACP (ACPI-ACPII-ACPIII) within the CurA PKS module. We have determined the structure of the isolated holo ACPI and show that the ACPs are independent of each other within this tri-domain system. In addition, we have determined the structure of the 3-hydroxyl-3-methylglutaryl-loaded holo-ACPI, which is the substrate for the unique halogenase (Hal) domain embedded within the CurA module. We have identified the interaction surface of both proteins using mutagenesis and MALDI-based identification of product formation. Amino acids affecting product formation are located on helices II and III of ACPI and form a contiguous surface. Since the CurA Hal accepts substrate only when presented by one of the ACPs within the ACPI-ACPII-ACPIII tri-domain, our data provide insight into the specificity of the chlorination reaction.", "author": ["Dötsch Volker", "Tufar Peter", "Pader Irina", "Gottstein Daniel", "Walsh Christopher T.", "Güntert Peter", "Busche Alena", "Ripin Nina", "Sherman David H.", "Gu Liangcai", "Eisman Eli B.", "Hein Christopher", "Löhr Frank"], "localIdentifier": [{"type": "doi", "id": "10.1021/cb200352q"}], "id": "50|dli_resolver::8aa85a0e7bc8c31b3a4df7ea8ec56d86", "relatedPublications": 0, "date": [""], "title": ["\"Characterization of Molecular Interactions between ACP and Halogenase Domains in the Curacin A Polyketide Synthase\""], "relatedDatasets": 2}
163
{"typology": "publication", "publisher": ["Anaerobe"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e0ea8178d893985726fafe694ddb18bd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16701516&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4d2bda1c52382b31264bbb52e0659140", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16701516&result=noncoding_release", "schema": "url"}}], "abstract": "None: Seven obligately anaerobic, Gram-positive, rod-shaped, spore-forming organisms isolated from human faecal specimens were characterized using phenotypic and molecular taxonomic methods. Strains of the unidentified bacterium used carbohydrates as fermentable substrates, producing acetic acid, isovaleric acid and phenylacetic acid (PAA) as the major products of glucose metabolism, and possessed a G +C content of approximately 29.8 mol%. Comparative 16S rRNA gene sequencing showed that the 7 strains were genetically highly related to each other (displaying >99.5% sequence similarity) and represent a previously unknown sub-line within the Clostridium Cluster XI. The closest described species to the novel bacterium is Clostridium glycolicum, although a 16S rRNA sequence divergence of 4% demonstrates that they represent different species. Genomic DNA-DNA pairing studies confirmed the separateness of the unknown species and C. glycolicum (30.6% similarity between the proposed type strain of the novel species, WAL 16138, and C. glycolicum ATCC 14880(T)). Based on morphologic, phenotypic and phylogenetic evidence, it is therefore proposed that the unknown bacterium be classified as C. bartlettii sp. nov. The type strain of C. bartlettii is WAL 16138(T) (= ATCCBAA-827(T)=CCUG48940(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16701516"}], "author": ["Finegold S M", "McTeague M", "Liu C X", "Summanen P", "Song Y L"], "relatedPublications": 0, "id": "50|r3d100010527::9d0769cf0d3968a5a692a9d36e2645b2", "title": ["Clostridium bartlettii sp. nov., isolated from human faeces."], "relatedDatasets": 2}
164
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::77c6f4a0c85fcafe067ed49ff8ea8d1a", "id": {"identifier": "ef591979", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::45614078097a2ae6fe6572443bd3c638", "id": {"identifier": "dq415957", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2052f4f8337679bf93e86121ebd61cb8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18268319&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f17556d64145fb85020967d86c361ca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18268319&result=sequence_release", "schema": "url"}}], "abstract": "None: Vascular dysfunction has been reported in human cases of anthrax, in mammalian models of Bacillus anthracis, and in animals injected with anthrax toxin proteins. To examine anthrax lethal toxin effects on intact blood vessels, we developed a zebrafish model that permits in vivo imaging and evaluation of vasculature and cardiovascular function. Vascular defects monitored in hundreds of embryos enabled us to define four stages of phenotypic progression leading to circulatory dysfunction. We demonstrated increased endothelial permeability as an early consequence of toxin action by tracking the extravasation of fluorescent microspheres in toxin-injected embryos. Lethal toxin did not induce a significant amount of cell death in embryonic tissues or blood vessels, as shown by staining with acridine orange, and endothelial cells in lethal toxin-injected embryos continued to divide at the normal rate. Vascular permeability is strongly affected by the VEGF/vascular permeability factor (VPF) signaling pathway, and we were able to attenuate anthrax lethal toxin effects with chemical inhibitors of VEGFR function. Our study demonstrates the importance of vascular permeability in anthrax lethal toxin action and the need for further investigation of the cardiovascular component of human anthrax disease.", "author": ["Barker Adam P", "Zeller René", "Bolcome, Robert E.", "Joanne Chan", "John, Collier R.", "Bolcome Robert E", "Barker, Adam P.", "Sullivan, Sarah E.", "René Zeller", "Sullivan Sarah E", "John Collier, R.", "Chan Joanne"], "localIdentifier": [{"type": "pbmid", "id": "18268319"}, {"type": "pmid", "id": "18268319"}, {"type": "doi", "id": "10.1073/pnas.0712195105"}], "id": "50|dedup_wf_001::55c1e43492559752d3dad17ba7c6e9a4", "relatedPublications": 0, "date": ["2008-02-11"], "title": ["Anthrax lethal toxin induces cell death-independent permeability in zebrafish vasculature."], "relatedDatasets": 4}
165
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1ca60335a5896a38408273fc8a9bfe30", "id": {"identifier": "10.5517/cc56z2d", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction of cobalt nitrate hexahydrate with 4,4 ′ -bipyridine (BPY) under hydrothermal conditions produced a new cationic pocket-like coordination polymer built by mixed double-hydrogen-bonded and coordinated 4,4 ′ -bipyridine rectangular-grid with inclusion species, and this material has been fabricated into metal–organic nanofibers by electrospinning.", "author": ["Abboud Khalil A.", "Ison Ana", "Norman Christine", "Lu Jack Y."], "localIdentifier": [{"type": "doi", "id": "10.1016/s1387-7003(01)00248-9"}], "id": "50|dli_resolver::55fdf2d6c912d45a390195e0a76d0af2", "relatedPublications": 0, "date": [""], "title": ["\"Crystal engineering of an inclusion coordination polymer with cationic pocket-like structure and its property to form metal–organic nanofibers\""], "relatedDatasets": 1}
166
{"typology": "publication", "publisher": ["Genomics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3f8efc1c74f4c5204ccf053e9b1a41c3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11350117&result=sequence_release", "schema": "url"}}], "abstract": "None: Human rDNA forms arrays on five chromosome pairs and is homogenized by concerted evolution through recombination and gene conversion (loci RNR1, RNR2, RNR3, RNR4, RNR5, OMIM: 180450). Homogenization is not perfect, however, so that it becomes possible to study its efficiency within genes, within arrays, and between arrays by measuring and comparing DNA sequence variation. Previous studies with randomly cloned genomic DNA fragments showed that different parts of the gene evolve at different rates but did not allow comparison of rDNA sequences derived from specific chromosomes. We have now cloned and sequenced rDNA fragments from specific acrocentric chromosomes to (1) study homogenization along the rDNA and (2) compare homogenization within chromosomes and between homologous and nonhomologous chromosomes. Our results show high homogeneity among regulatory and coding regions of rDNA on all chromosomes, a surprising homogeneity among adjacent distal non-rDNA sequences, and the existence of one to three very divergent intergenic spacer classes within each array.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11350117"}], "author": ["Sylvester J E", "Gonzalez I L"], "relatedPublications": 0, "id": "50|r3d100010527::b53ee245882beec708d3d2d9dcd6be5b", "title": ["Human rDNA: evolutionary patterns within the genes and tandem arrays derived from multiple chromosomes."], "relatedDatasets": 1}
167
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::33195e5096c884c0bf8f1310eb77cacc", "id": {"identifier": "10.5517/cc4zlb0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::99857c3fe6bdd0189a44fc60943791c6", "id": {"identifier": "10.5517/cc4zl9z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two new polyamine ligands 2,9-bis(2-methylaminoethylaminomethyl)phenanthroline (L3) and 6,6′-bis(2-methylaminoethylaminomethyl)-2,2′-bipyridyl (L4) have been synthesized. L3 and L4 contain respectively a phenanthroline and a bipyridyl unit bearing two N-methylethylenediamine side-arms. Their co-ordination properties toward CuII were studied by means of potentiometric, calorimetric, UV-vis spectroscopic and electrochemical measurements and compared with those of macrocyclic ligands with similar molecular architecture (L1 and L2). The macrocyclic ligands give only mononuclear complexes, while the acyclic ligands form mono- and bi-nuclear complexes in aqueous solution, due to their higher flexibility. Considering the mononuclear complexes, the analysis of the thermodynamic parameters for copper(II) co-ordination shows that the complexes with the acyclic ligands are mainly stabilized by the entropic change. On the contrary, the enthalpic term gives a more favourable contribution to the formation of the complexes with the macrocyclic ligands. This different behaviour is discussed in terms of ligand rigidity and ligand and metal desolvation. The crystal structure of the [CuL3]2+ complex shows the metal to be six-co-ordinated, with a rather unusual geometry, enveloped inside the ligand cleft and almost co-ordinatively saturated and shielded from solvent molecules. At the same time the two heteroaromatic nitrogens are weakly bound to the metal.", "author": ["Paoletti Piero", "Masotti Andrea", "Ciattini Samuele", "Navon Nadav", "Valtancoli Barbara", "Bazzicalupi Carla", "Giorgi Claudia", "Bencini Andrea", "Meyerstein Dan"], "localIdentifier": [{"type": "doi", "id": "10.1039/b002102o"}], "id": "50|dli_resolver::53b8403e63d0a305a8f3dea9d470c646", "relatedPublications": 0, "date": [""], "title": ["\"Copper-(II) and -(I) co-ordination by hexa-amine ligands of different rigidities. A thermodynamic, structural and electrochemical investigation †\""], "relatedDatasets": 2}
168
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::df1a48074584c393bc67821a304b160a", "id": {"identifier": "xp_005211044.1", "schema": "ncbi-p"}}], "abstract": "", "title": ["Bovine A20 gene overexpression during bovine viral diarrhea virus-1 infection blocks NF-κB pathway in MDBK cells"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.dci.2017.07.019"}], "id": "50|elsevier____::184022ec852f7cfe3b817eed1d5b8cbf", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 1}
169
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::916fbd5e01ce4f534bcaef452ad74d66", "id": {"identifier": "am157175.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9f2cc7efd9c5da9ffd322480571d4e83", "id": {"identifier": "ay184478.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d3fd80d46a5bf18c6c37a4204ba4be5d", "id": {"identifier": "x16415.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3298aed744fbed8c57b51b2f3a35ae7c", "id": {"identifier": "ay912055", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aee1d846fa121513116a7be7a4033ebd", "id": {"identifier": "aj243957.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::532f4a10e9cddc502482ada6b179008f", "id": {"identifier": "ay912058.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7ff19b04edac165ee5597bdbe0f8cbb5", "id": {"identifier": "ay912056.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c705257ef212253a2dc3ed08191cc1c4", "id": {"identifier": "ay028309.2", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2e63765a2920e7a9d5292d7ef97f5765", "id": {"identifier": "m92280.1", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c6a5a169a11b7357c79b10fc6c4e5a6d", "id": {"identifier": "y09851.2", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::51e50ad7b57385d0d885ae910a324215", "id": {"identifier": "ay912057.1", "schema": "genbank"}}], "abstract": "", "title": ["Use of reverse transcription loop-mediated isothermal amplification for the detection of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jviromet.2006.08.014"}], "id": "50|elsevier____::3a88d29215c2231c639ebbccfeb0e84e", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 11}
170
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dc077e034641e4ea1b80028f3050bea4", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zpl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ff6d162850cbf2a9350cd4b0f2f1f464", "id": {"identifier": "10.5517/ccdc.csd.cc1p83rt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7fe43c3e232e9bdde57bc190b2617c42", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zlh", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3fc58dc078df74875df2cef46678a832", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zkg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd25a2877ca374f55af9a0aa078d9524", "id": {"identifier": "10.5517/ccdc.csd.cc1p8054", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::af4cf7a2f262c025cd3d1882bea068e5", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zsp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::53881fc66f4c7a5ff126e690af66001e", "id": {"identifier": "10.5517/ccdc.csd.cc1p8043", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4c1f354284043c4f47f56779017c9719", "id": {"identifier": "10.5517/ccdc.csd.cc1p8414", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f782d7c4222eb0be24f6afa853a1d4ef", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zyv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1506b4de13e1e0f7dd4e22edae3a946c", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zvr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d4678f4ddab59ed727f82a806d00a6b", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zmj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6124e69a3bf196c3d7870c094d0d1a99", "id": {"identifier": "10.5517/ccdc.csd.cc1p7ztq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d2df9a5d11ac84bfaaf9388044e8c020", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zrn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a63b3d3d02e4061c5accb8db9d01246e", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zxt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c2ae8f224508f6ea19b77b43a44dc1d2", "id": {"identifier": "10.5517/ccdc.csd.cc1p7zqm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a60c1e16899b600a5f984198a22e8ee2", "id": {"identifier": "10.5517/ccdc.csd.cc1p83wy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::002605dfab1f8d65ccd7c54da6264b6d", "id": {"identifier": "10.5517/ccdc.csd.cc1p83vx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Sakurai Fumie", "Khutia Anupam", "Fujita Makoto", "Kikuchi Takashi"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201704176"}], "id": "50|dli_resolver::c489a98454dd3d9d658b225421289a71", "relatedPublications": 0, "date": [""], "title": ["\"X-ray Structure Analysis of N-Containing Nucleophilic Compounds by the Crystalline Sponge Method\""], "relatedDatasets": 17}
171
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bcd017815a10820bb155217848becdbf", "id": {"identifier": "10.5517/ccz7ftf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two are better than one: The diazaperopyrenium dication acts as both a viologen-like electron-poor and an electron-rich guest, resulting in the formation of a 1:2 complex with cucurbit[8]uril. This chameleonic binding facilitates deaggregation of the dications from aqueous solutions, leading to an increase in the fluorescence quantum yield of the diazaperopyrenium dication.", "author": ["Kurutz Josh W.", "Sarjeant Amy A.", "Kikuchi Takashi", "Ke Chenfeng", "Hartlieb Karel J.", "Basuray Ashish N.", "Forgan Ross S.", "Jacquot de Rouville Henri-Pierre", "Fraser, Stoddart J."], "localIdentifier": [{"type": "doi", "id": "10.1002/ajoc.201200187"}], "id": "50|dli_resolver::aea559c217c742fae449291b0b6cc89d", "relatedPublications": 0, "date": [""], "title": ["\"Chameleonic Binding of the Dimethyldiazaperopyrenium Dication by Cucurbit8uril\""], "relatedDatasets": 1}
172
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c47318d54a1bd97808c19064ef35f383", "id": {"identifier": "l35256", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cf00e22200f415d2a91c15193756dde4", "id": {"identifier": "u18766", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b109139c7cbbb44e80318ebeda73f45e", "id": {"identifier": "d14638", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3b82bd6cd48d1258558f51eef8680774", "id": {"identifier": "l39122", "schema": "genbank"}}], "abstract": "", "title": ["Specific and quantitative detection of PCR products from"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.mimet.2006.12.009"}], "id": "50|elsevier____::1fa1cf2cf6e479c6769951a22ed9345b", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 4}
173
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::004cc8342b26ff707c1bcbca8d8c8fd9", "id": {"identifier": "10.5517/cc6fmw3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bc8070ed1b95fa446a4f4fd910631cf0", "id": {"identifier": "10.5517/ccsr2k4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The preparation and detailed characterizations of the high-spin seven-coordinate complexes [M(κ 7 N-L)](ClO 4 ) 2  (M = Mn (II), Fe(II); L = N,N,N',N'-tetrakis(2-pyridylmethyl)-2,6-bis(aminomethyl)pyridine) are described. The X-ray crystal structures reveal seven-coordinate metal complex ions. Consideration of continuous shape measures reveals that the coordination environments about the metal ions are better described as having (C s ) face-capped trigonal prismatic symmetry than (C 2 ) pentagonal bipyramidal symmetry. The (S=5/2) Mn(II) species shows complicated X-band electron paramagnetic resonance (EPR) spectra and broad, unrevealing  1 H NMR spectra. In contrast, the (S=2) Fe(II) complex is EPR-silent and shows completely interpretable  1 H NMR spectra containing the requisite number of paramagnetically shifted peaks in the range δ+150 to ―60. The  13 C NMR spectra are likewise informative. Variable-temperature  1 H NMR spectra show coalescences and decoalescences indicative of an intramolecular process that pairwise-exchanges the nonequivalent pyridylmethyl \"arms\" of the two bis(pyridylmethyl)amine (bpa) domains. A suite of NMR techniques, including T 1  relaxation measurements and variable-temperature  1 H― 1 H correlation spectroscopy,  1 H― 1 H total correlation spectroscopy,  1 H― 1 H nuclear Overhauser effect spectroscopy/exchange spectroscopy, and  1 H― 13 C heteronuclear multiple-quantum coherence experiments, has been used to assign the NMR spectra and characterize the exchange process. Analysis of the data from these experiments yields the following thermodynamic parameters for the exchange: ΔH ‡  = 53.6 ± 2.8 kJ mol ―1 , ΔS ‡  = ―10.0 ± 9.8 J K ―1  mol ―1 , and ΔG ‡  (298 K) = 50.6 kJ mol ―1 . Density functional theory (B3LYP) calculations have been used to explore the energetics of possible mechanistic pathways for the underlying fluxional process. The most plausible mechanism found involves dissociation of a pyridylmethyl arm to afford a strained six-coordinate species followed by rebinding of the arm in a different position to afford a new seven-coordinate transition state in which the pyridylmethyl arms within each bpa domain are essentially equivalent; the calculated energy barrier for this process is 53.5 kJ mol ―1 , in good agreement with the observations.", "author": ["Taylor Ivan", "Lonnon David G.", "Colbran Stephen B.", "Ball Graham E.", "Craig Donald C."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic900233d"}], "id": "50|dli_resolver::6859d6a25c9fa203103cee91c8d7024b", "relatedPublications": 0, "date": [""], "title": ["\"Fluxionality in a Paramagnetic Seven-Coordinate Iron(II) Complex: A Variable-Temperature, Two-Dimensional NMR and DFT Study\""], "relatedDatasets": 2}
174
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d8a45c0da51f8fbd20ed1d1f1a64e1d4", "id": {"identifier": "10.6084/m9.figshare.5632663.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Guibert Cyril", "Leclerc Lara", "Sarry Gwendoline", "Pourchez Jérémie", "Bitounis Dimitrios", "Vergnon Jean-Michel", "Forest Valérie"], "localIdentifier": [{"type": "doi", "id": "10.1080/17435390.2017.1406170"}], "id": "50|dli_resolver::93b830b4973a5451f352947c3ad35dbf", "relatedPublications": 0, "date": [""], "title": ["Metal load assessment in patient pulmonary lavages: towards a comprehensive mineralogical analysis including the nano-sized fraction"], "relatedDatasets": 1}
175
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2c8bf8e778e2529ce084b2f55656a8ef", "id": {"identifier": "ay763504", "schema": "genbank"}}], "abstract": "", "title": ["LvGroucho and nuclear β-catenin functionally compete for Tcf binding to influence activation of the endomesoderm gene regulatory network in the sea urchin embryo"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ydbio.2004.12.023"}], "id": "50|elsevier____::2afa86fe75908af52c1d02c861684d1d", "relatedPublications": 0, "date": ["2005"], "relatedDatasets": 1}
176
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2a93e7b1071b5539a823c00f53c1fdfa", "id": {"identifier": "10.3886/icpsr23862.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Waters, Nicole L.", "Lee, Cynthia"], "localIdentifier": [{"type": "icpsr", "id": "115242"}], "relatedPublications": 0, "title": ["A verdict on the reporters: The representativeness and accuracy of commercially published jury verdict reports"], "id": "50|r3d100010255::e01c248bc33336b594fe1021697ce8cc"}
177
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3c9b862e677d7364f7d59c1c1214956a", "id": {"identifier": "x69761", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3f7a9826fa84d1393065a5db161c6f6f", "id": {"identifier": "x69760", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::171b97c98d71de1960bda7694b337cce", "id": {"identifier": "x03821", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::349895afa1b584f793f7e9b9e818cafd", "id": {"identifier": "x04334", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::344dfc936a1b100669532dc9b2266ebc", "id": {"identifier": "x96847", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e6c9db45714e5f9963cbdf0a7cbfc59c", "id": {"identifier": "x69759", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5a7ce37f0995a04c10a63f081e2d68f2", "id": {"identifier": "x61097", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::228d60fd3edb48f00d1c3810405eabc6", "id": {"identifier": "x13711", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::45fd2f71e638f0e825417126cf2381fc", "id": {"identifier": "x04333", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fedaa4b1ef644cec313bd04dcd6ca5e9", "id": {"identifier": "x12988", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fcb0b2f65b4937986797675fcc4cb7d0", "id": {"identifier": "x05985", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::40ecf6bda830b9d606c44de09bbb65b6", "id": {"identifier": "x12990", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e57b04ce62f75c47c3fd390aad0e12a2", "id": {"identifier": "x12989", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c8031d590e21030af89cbf5ae1d94f8c", "id": {"identifier": "x05986", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3296db30995f78e299651263113f2779", "id": {"identifier": "m21356", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::af8a4ce255107e58750a729e841b8689", "id": {"identifier": "x12987", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ee75db82177145210856f3d0ea49ed87", "id": {"identifier": "y00322", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::19f1b1f4821ec71bf9a79c7d14ecc70c", "id": {"identifier": "x69763", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::18c484d0afea5fffba8623b57e99f415", "id": {"identifier": "x05984", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b8ffe62fd7ad510717d9d9e9ed279f63", "id": {"identifier": "x73236", "schema": "ena"}}], "abstract": "<p>Abstract</p> <p>Background</p> <p>Evolutionary processes in gene regulatory regions are major determinants of organismal evolution, but exceptionally challenging to study. We explored the possibilities of evolutionary analysis of phylogenetic footprints in 5'-noncoding sequences (NCS) from 27 ribulose-1,5-bisphosphate carboxylase small subunit (<it>rbcS</it>) genes, from three dicot families (Brassicaceae, Fabaceae and Solanaceae).</p> <p>Results</p> <p>Sequences of up to 400 bp encompassing proximal promoter and 5'-untranslated regions were analyzed. We conducted phylogenetic footprinting by several alternative methods: generalized Lempel-Ziv complexity (<it>C</it><sub><it>LZ</it></sub>), multiple alignments with DIALIGN and ALIGN-M, and the MOTIF SAMPLER Gibbs sampling algorithm. These tools collectively defined 36 conserved blocks of mean length 12.8 bp. On average, 12.5 blocks were found in each 5'-NCS. The blocks occurred in arrays whose relative order was absolutely conserved, confirming the existence of 'conserved modular arrays' in promoters. Identities of half of the blocks confirmed past <it>rbcS </it>research, including versions of the I-box, G-box, and GT-1 sites such as Box II. Over 90% of blocks overlapped DNase-protected regions in tomato 5'-NCS. Regions characterized by low <it>C</it><sub><it>LZ </it></sub>in sliding-window analyses were also frequently associated with DNase-protection. Blocks could be assigned to evolutionary hierarchies based on taxonomic distribution and estimated age. Lineage divergence dates implied that 13 blocks found in all three plant families were of Cretaceous antiquity, while other family-specific blocks were much younger. Blocks were also dated by formation of multigene families, using genome and coding sequence information. Dendrograms of evolutionary relations of the 5'-NCS were produced by several methods, including: cluster analysis using pairwise <it>C</it><sub><it>LZ </it></sub>values; evolutionary trees of DIALIGN sequence alignments; and cladistic analysis of conserved blocks.</p> <p>Conclusion</p> <p>Dicot 5'-NCS contain conserved modular arrays of recurrent sequence blocks, which are coincident with functional elements. These blocks are amenable to evolutionary interpretation as hierarchies in which ancient, taxonomically widespread blocks can be distinguished from more recent, taxon-specific ones.</p>", "author": ["Donnison Iain S", "Scott Ian M", "Donnison, Iain S.", "Weeks Katie E", "Scott, Ian M.", "Chuzhanova, Nadia A.", "Weeks, Katie E.", "Chuzhanova Nadia A"], "localIdentifier": [{"type": "pmid", "id": "17407546"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::bf4b80274d9ab26c7ba1418f7c3bb185"}, {"type": "doi", "id": "10.1186/1471-2148-7-51"}], "id": "50|dedup_wf_001::6b8bf2fbad334f73c2c9bdef5de0751b", "relatedPublications": 0, "date": ["2007-04-02"], "title": ["Evolutionary hierarchies of conserved blocks in 5-noncoding sequences of dicot rbcS genes."], "relatedDatasets": 32, "subject": [{"scheme": "keyword", "value": "Biology (General)"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "QH301-705.5"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "QH359-425"}, {"scheme": "keyword", "value": "DOAJ:Biology and Life Sciences"}, {"scheme": "keyword", "value": "Evolution"}, {"scheme": "keyword", "value": "DOAJ:Biology"}, {"scheme": "keyword", "value": "Research Article"}]}
178
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2f5ca3acb43bff43647dff431a002757", "id": {"identifier": "10.6084/m9.figshare.c.3295472.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bbb64671137fb5ca69432eae75bc0d50", "id": {"identifier": "10.6084/m9.figshare.c.3295472", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Dispersal is a key determinant of the spatial distribution and abundance of populations, but human-made fragmentation can create barriers that hinder dispersal and reduce population viability. This study presents a modeling framework based on dispersal kernels (modified Laplace distributions) that describe stream fish dispersal in the presence of obstacles to passage. We used mark–recapture trials to quantify summer dispersal of brook trout (Salvelinus fontinalis) in four streams crossed by a highway. The analysis identified population heterogeneity in dispersal behavior, as revealed by the presence of a dominant sedentary component (48–72% of all individuals) characterized by short mean dispersal distance (<10 m), and a secondary mobile component characterized by longer mean dispersal distance (56–1086 m). We did not detect evidence of barrier effects on dispersal through highway crossings. Simulation of various plausible scenarios indicated that detectability of barrier effects was strongly dependent on...", "author": ["Rodríguez Marco A.", "Pépino Marc", "Magnan Pierre"], "localIdentifier": [{"type": "doi", "id": "10.1890/11-1866.1"}], "id": "50|dli_resolver::14802077e99175cdd6376a0b9ab4f35b", "relatedPublications": 0, "date": [""], "title": ["\"Fish dispersal in fragmented landscapes: a modeling framework for quantifying the permeability of structural barriers\""], "relatedDatasets": 2}
179
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::010e642ce26b1b66caf442d30caa0e0a", "id": {"identifier": "ae016823", "schema": "ncbi-n"}}], "abstract": "", "title": ["Lp95, a novel leptospiral protein that binds extracellular matrix components and activates e-selectin on endothelial cells"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jinf.2009.07.010"}], "id": "50|elsevier____::6aadf1e3acc8766214a18a87d90c051c", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 1}
180
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aad457c6cd705157cb5f65bf711523d6", "id": {"identifier": "10.5517/cc89fpn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30017b8bb70589e52c2123d5df916491", "id": {"identifier": "10.5517/cc89fqp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Five enantiopure palladacycles containing palladium bonded to a stereogenic carbon and an N-coordinated oxindole were synthesized by the reaction of alkenyl aryl triflates 2 and 9 with Pd(0) bisphosphine complexes. Two palladacyclic complexes, 3β and 10α, were characterized by single-crystal X-ray crystallography. The reactivity of neutral palladacycles 3β and 10β was studied in detail. These unusual palladium alkyls, which have three accessible β-hydrogens, are thermally stable at temperatures as high as 120 °C. At higher temperature, or at room temperature in the presence of weak acids, these complexes epimerize at the stereogenic carbon bonded to palladium. The mechanism of the acid-promoted epimerization was studied in detail. During this epimerization, cationic palladium alkyls 13/14 and 33 and cationic palladium hydride alkene complexes 31 and 32 are in rapid equilibrium.", "author": ["Burke Brenda J.", "Overman Larry E."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja045047p"}], "id": "50|dli_resolver::9caf7c1a4b94b97c72471a543f6a48f0", "relatedPublications": 0, "date": [""], "title": ["\"Enantioselective Synthesis of Six-Membered Palladacycles Having Metal-Bound Stereogenic Carbons:  Isolation and Reactivity of Palladacycles Containing Readily Accessible β-Hydrogens\""], "relatedDatasets": 2}
181
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::18712f41f3364bb9ac469145c1a66f72", "id": {"identifier": "10.5517/ccv88p1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, Cs3[Cr(C2O4)3]·2H2O, has been synthesized for the first time and the spatial arrangement of the cations and anions is compared with those of the other members of the alkali metal series. The structure is built up of alternating layers of either the d or l enantiomers of [Cr(oxalate)3]3−. Of note is that the distribution of the [Cr(oxalate)3]3− enantiomers in the Li+, K+ and Rb+ tris(oxalato)chromates differs from those of the Na+ and Cs+ tris(oxalato)chromates, and also differs within the corresponding BEDT-TTF [bis(ethylenedithio)tetrathiafulvalene] conducting salts. The use of tris(oxalato)chromate anions in the crystal engineering of BEDT-TTF salts is discussed, wherein the salts can be paramagnetic superconductors, semiconductors or metallic proton conductors, depending on whether the counter-cation is NH4+, H3O+, Li+, Na+, K+, Rb+ or Cs+. These materials can also be superconducting or semiconducting, depending on the spatial distribution of the d and l enantiomers of [Cr(oxalate)3]3−.", "author": ["Christian Anthony", "Akutsu Hiroki", "Martin Lee"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270110014861"}], "id": "50|dli_resolver::e24d4bd0bb0b8376672637b918d859d7", "relatedPublications": 0, "date": [""], "title": ["\"Tricaesium tris(oxalato-κ2O1,O2)chromate(III) dihydrate\""], "relatedDatasets": 1}
182
{"typology": "publication", "publisher": ["Applied and environmental microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1817246c08bd7fb3584c089665f5afd2", "id": {"identifier": "m32021", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6ec0beff0161da90647b08f1b907afe8", "id": {"identifier": "aj006307", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a04eecaa49c39ad402786c55ff9bfaca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9797264&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4901049bec2ecea8a6e3109f0e7efe9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9797264&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c77caf13ed5a49a6126c5bbf0c385b05", "id": {"identifier": "af027407", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0c25343cf5cd6a04317c1e50edc6ad34", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9797264&result=sequence_release", "schema": "url"}}], "abstract": "None: Complete metabolism of chlorinated benzenes is not a feature that is generally found in aerobic bacteria but is thought to be due to a novel recombination of two separate gene clusters. Such a recombination could be responsible for adaptation of a natural microbial community in response to contamination with synthetic chemicals. This hypothesis was tested in a chlorobenzene (CB)-contaminated aquifer. CB-degrading bacteria from a contaminated site were characterized for a number of years by examining a combination of growth characteristics and DNA-DNA hybridization, PCR, and DNA sequence data. The genetic information obtained for the CB pathway of the predominant microorganism, Ralstonia sp. strain JS705, revealed a unique combination of (partially duplicated) genes for chlorocatechol degradation and genes for a benzene-toluene type of aromatic ring dioxygenase. The organism was detected in CB-polluted groundwater by hybridizing colonies cultivated on low-strength heterotrophic media with probes for the CB pathway. Southern hybridizations performed to determine the organization of the CB pathway genes and the 16S ribosomal DNA indicated that CB-degrading organisms isolated from different wells at the site were identical to JS705. Physiological characterization by the Biolog test system revealed some differences. The genes for the aromatic ring dioxygenase and dihydrodiol dehydrogenase of JS705 were detected in toluene and benzene degraders from the same site. Our results suggest that recent horizontal gene transfer and genetic recombination of existing genes between indigenous microorganisms were the mechanisms for evolution of the catabolic pathway. Evolution of the CB pathway seems to have created the capacity for natural attenuation of CB at the contaminated site.", "author": ["Jc, Spain", "Nishino ", "Werlen, C.", "Sf, Nishino", "Jr, Meer", "Spain ", "Werlen "], "localIdentifier": [{"type": "pmid", "id": "9797264"}, {"type": "pbmid", "id": "9797264"}], "id": "50|dedup_wf_001::6e64ea08ddf13708263d17b0133066f6", "relatedPublications": 0, "date": ["1998-11-01"], "title": ["Evolution of a pathway for chlorobenzene metabolism leads to natural attenuation in contaminated groundwater"], "relatedDatasets": 6}
183
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::620be65d2c3c0759615927315362fd34", "id": {"identifier": "10.6084/m9.figshare.c.4112576.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1068c27fe851df423bddff9376bf4072", "id": {"identifier": "10.6084/m9.figshare.6350273.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cea407dda67f3a2f52ffd4bbafb6194f", "id": {"identifier": "10.6084/m9.figshare.c.4112576", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2d2cc3b92ca94c75f9fb84380e010f6b", "id": {"identifier": "10.6084/m9.figshare.6350273", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ali Zulfiqar", "Rana Iqrar Ahmad", "Khan Abdus Salam", "Shamsi Imran Haider", "Saddique Muhammad Abu Bakar"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12284-018-0226-1"}], "id": "50|dli_resolver::337e1df84e949cdd63784a65b5d6febb", "relatedPublications": 0, "date": [""], "title": ["Inoculation with the endophyte Piriformospora indica significantly affects mechanisms involved in osmotic stress in rice"], "relatedDatasets": 4}
184
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d31c97ec98db724f71ae56acba884b4a", "id": {"identifier": "10.5517/cc13j896", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2147d3fdd6bdec8f91aca3f2067ba676", "id": {"identifier": "10.5517/cc13j8b7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Fukunaga Hiroki", "Miyasaka Hitoshi"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201410057"}], "id": "50|dli_resolver::1c326fbb3b92445c10716c2944e99586", "relatedPublications": 0, "date": [""], "title": ["\"Magnet Design by Integration of Layer and Chain Magnetic Systems in a π-Stacked Pillared Layer Framework\""], "relatedDatasets": 2}
185
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::379188fc3a37e363b6af92837e0757a5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15377663&result=sequence_release", "schema": "url"}}], "abstract": "None: The cauda epididymidis functions in the storage and protection of mature, fertile spermatozoa. We previously identified a region-specific secretory glycoprotein (termed HEP64) of the hamster proximal cauda epididymidis that specifically bound and coated the nonviable, but not the viable, spermatozoa within the epididymal lumen. In this study we employed expression screening of a hamster epididymal cDNA library to obtain the full-length sequence of HEP64 and to identify it as the fibrinogen-like protein fgl2. Northern blot analysis demonstrated that fgl2 mRNA is highly expressed by the proximal cauda epididymidis in comparison to other hamster tissues examined, and, in situ hybridization analysis of the epididymis revealed that fgl2 mRNA exhibited a region- and principal cell-specific expression pattern. Immunohistochemistry confirmed the association of fgl2 with abnormal spermatozoa in the cauda epididymidis and revealed smaller fgl2-containing particles. Immunoelectron microscopy revealed that fgl2 was distributed throughout an amorphous, \"death cocoon,\" complex assembled onto abnormal spermatozoa and that the smaller fgl2 aggregates consisted of the amorphous material with embedded sperm fragments, organelles, and membrane vesicles. A protocol was developed to isolate an enriched death cocoon fraction. SDS-PAGE and microsequence analyses revealed that the Mr 64,000 fgl2 monomer was assembled into two disulfide-linked oligomers of Mr 260,000 and 280,000. These data demonstrate that the epididymis possesses a specific mechanism to identify and envelop defective spermatozoa with a protein complex containing the fibrinogen-like protein fgl2. We propose that this represents an important protective mechanism not only to shield the viable sperm population from potentially deleterious enzymes released by dying spermatozoa but also to prevent the release of sperm proteins that could initiate an immune response if they escaped the epididymal environment.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15377663"}], "author": ["Winfrey Virginia P", "Melner Michael H", "Olson Gary E", "NagDas Subir K"], "relatedPublications": 0, "id": "50|r3d100010527::b577312871216b8ad3e9f3578eadee45", "title": ["Region-specific expression and secretion of the fibrinogen-related protein, fgl2, by epithelial cells of the hamster epididymis and its role in disposal of defective spermatozoa."], "relatedDatasets": 1}
186
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 27, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3ce96d04b82a5cc19f14d61cf7850ff8", "id": {"identifier": "np_060758.2", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4e4b3053299bfad47502ee12872d7528", "id": {"identifier": "np_036462.2", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::612e8e73963c5b8dc1995fbe0b639bb0", "id": {"identifier": "nm_006268.4", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3c5d7c2588b2951b0c961377a13f3fb9", "id": {"identifier": "np_989662.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d5c22ff0580389270d8993946ad542b8", "id": {"identifier": "np_001128627.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::135675c8d7faab2cf2cf087bf6ff4007", "id": {"identifier": "np_006259.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3f8db5f3aca91fb416601a204477772c", "id": {"identifier": "np_001267471.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dbcc1e3162a40c5afb09d5c722678ccc", "id": {"identifier": "np_001007153.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7927390ada5c91f80e9d544e324ff724", "id": {"identifier": "xp_002808108.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d94759ffa08abf081407cc219b7699e2", "id": {"identifier": "np_001184101.1", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::58f27f09474c7cfa7c8def50c2c7dcce", "id": {"identifier": "np_006757.2", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::29e92daf28bd549074d00b278f01c5e9", "id": {"identifier": "np_035392.1", "schema": "ncbi-p"}}], "abstract": "", "title": ["Mutations in the BAF-Complex Subunit"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ajhg.2018.01.014"}], "id": "50|elsevier____::763c84777b659b7ee478833bb98146cc", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 12}
187
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f5f9f3de1d6bcee4f7c2ed5e853e43e9", "id": {"identifier": "10.5517/cc50w23", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::00f4d3ea3f0c74b0624f94885d3d0ebb", "id": {"identifier": "10.5517/cc50vzz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::41712076c1b1d61a9f62e57db5f92985", "id": {"identifier": "10.5517/cc50w12", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ec9a05cd452ecbd3e26d91a0803f0843", "id": {"identifier": "10.5517/cc50w01", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The complex 12+ which has two pendant 4-pyridyl substituents may be viewed as a metal-containing analogue of 4,4′-bipyridine. The complex undergoes N-alkylation reactions with a variety of alkylating agents to give more highly functionalised tetracationic complexes which may be termed metalloviologens by analogy with viologens. These complexes may also be prepared by alkylation of the free ligands and subsequent coordination of the pendant quaternised ligand. Structural studies have established that the N-alkylated complexes possess the correct spatial characteristics for the preparation of metallocycles analogous to known cyclic bis(4,4′-bipyridinium) species which possess useful molecular recognition properties.", "author": ["Neuburger Markus", "Tocher Derek A.", "Housecroft Catherine E.", "Schofield Emma", "Zehnder Margareta", "Raithby Paul R.", "Constable Edwin C.", "Zimmermann Yves", "Phillips David", "Sparr Emma"], "localIdentifier": [{"type": "doi", "id": "10.1039/b000940g"}], "id": "50|dli_resolver::635ce3a55e8be9381101f8792c373960", "relatedPublications": 0, "date": [""], "title": ["\"Development of supramolecular structure through alkylation of pendant pyridyl functionality\""], "relatedDatasets": 4}
188
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b642cbfde524e103a5425b5a5ceaa021", "id": {"identifier": "10.1594/pangaea.875551", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2635f4dc14fa6922b68c4d1080e58d70", "id": {"identifier": "10.1594/pangaea.875550", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fa03483c04193023fdb169bda7e6617f", "id": {"identifier": "10.1594/pangaea.875549", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e12c3f716d534e7f775cacadd26c740", "id": {"identifier": "10.1594/pangaea.875545", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::74447b6cf906893c0e558658a027f993", "id": {"identifier": "10.1594/pangaea.875552", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b2e2708a173738911a45cd419da48464", "id": {"identifier": "10.1594/pangaea.875547", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ba9f21befb32ea826426a727ae4f00f0", "id": {"identifier": "10.1594/pangaea.875548", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b47688e4572316432b5bb38bd314e014", "id": {"identifier": "10.1594/pangaea.875543", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N#[1] This study examines the role of aqueous secondary organic aerosol formation in the North American Sonoran Desert as a result of intense solar radiation, enhanced moisture, and biogenic volatile organic compounds (BVOCs). The ratio of water-soluble organic carbon (WSOC) to organic carbon (OC) nearly doubles during the monsoon season relative to other seasons of the year. When normalized by mixing height, the WSOC enhancement during monsoon months relative to preceding dry months (May–June) exceeds that of sulfate by nearly a factor of 10. WSOC:OC and WSOC are most strongly correlated with moisture parameters, temperature, and concentrations of O3 and BVOCs. No positive relationship was identified between WSOC or WSOC:OC and anthropogenic tracers such as CO over a full year. This study points at the need for further work to understand the effect of BVOCs and moisture in altering aerosol properties in understudied desert regions.", "author": ["Wang Zhen", "Betterton Eric A.", "Sorooshian Armin", "Arellano Avelino", "Youn Jong-Sang", "Wonaschütz Anna"], "localIdentifier": [{"type": "doi", "id": "10.1002/grl.50644"}], "id": "50|dli_resolver::5dedef243f3784f05caa78023cfd5605", "relatedPublications": 0, "date": [""], "title": ["\"Evidence of aqueous secondary organic aerosol formation from biogenic emissions in the North American Sonoran Desert\""], "relatedDatasets": 8}
189
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::42fdfa8a47673ac81c6aa675b8e0b312", "id": {"identifier": "fj009574", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::915ddfd4d039a94608e2c0e111f1f9ea", "id": {"identifier": "eu725457", "schema": "genbank"}}], "abstract": "", "title": ["Fermentative hydrogen production by two novel strains of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijhydene.2009.06.079"}], "id": "50|elsevier____::c7100c3d56bcc2b1f45de14e1f4ea453", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 2}
190
{"typology": "publication", "publisher": ["Japan Society for Analytical Chemistry"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::700448e3fcb76d49a2c6916edb90904f", "id": {"identifier": "10.5517/cc8szjj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gnecco, Dino", "Ortíz, Benjamín", "Concepción, Lozada M.", "Enríquez, Raúl G.", "Reynolds, William F.", "Lobato, Carlos E.", "Soriano-García, Manuel"], "localIdentifier": [{"type": "doi", "id": "10.2116/analscix.20.x167"}], "id": "50|dli_resolver::a9818ca8d4f9626631cbaf4d29a0f48d", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure of {Acetic acid 4-7-(4-acetoxy-3-methoxyphenyl)-3,5-dioxoheptyl-2-methoxy ester-03.05}-boron difluoride: A Boron Complex of Acetylated Tetrahydrocurcumin Derivative\""], "relatedDatasets": 1}
191
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b3eb72213c303edff12f05a57c898a42", "id": {"identifier": "10.5517/cc92f2v", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title complex, C21H21N, crystallizes in space group P, with Z = 6. The N atom is sp2-hybridized. The geometry of each of the three independent mol­ecules is unremarkable. The interaction of the three mol­ecules is discussed.", "author": ["Rohani Sohrab", "Jennings Michael", "Manifar Touraj"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536805007488"}], "id": "50|dli_resolver::a9a98f14fbd06723f3cce326e32c3f21", "relatedPublications": 0, "date": [""], "title": ["\"N-(3-Methylphenyl)-N,N-bis(4-methylphenyl)amine\""], "relatedDatasets": 1}
192
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b1b072c48fd7ff39825a48b7a9e097fe", "id": {"identifier": "nc_001802.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a41def9d666fe8baf871b39a611f041b", "id": {"identifier": "nc_000067.5", "schema": "ncbi-n"}}], "abstract": "", "title": ["Models of chronic kidney disease"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ddmod.2010.08.002"}], "id": "50|elsevier____::dd419b3ee57736f2a29c135595bb71b5", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 2}
193
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6ea816f1cb4cb77bd3e0c7fb43f0dafc", "id": {"identifier": "10.5517/cc7v85h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d8f1e46f27636ef31dc95f654b5ba48e", "id": {"identifier": "10.5517/cc7v84g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14a541f58b9567b305408c598c208fb5", "id": {"identifier": "10.5517/cc7v86j", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The lithium derivative Li(THE)C(SiMe 3 ) 2 (SiMe 2 C 5 H 4 N-2) (1) reacted with AlCl 3  or Me 2 AlCl to give, respectively, the monomeric compounds AlCl 2 C(SiMe 3 ) 2 (SiMe 2 C 5 H 4 N-2) (2a) and AlMe 2 C(Sime 2 ) 2 (SiMe 2 C S H 4 N-2) (2b). The product from reaction with commercially available GaBr 3  was the analytically pure monomeric heterocycle GaBr(OH)C(Sime 3 ) 2 (SiMe 2 C 5 H 4 N-2) (3), indicating that the starting halide had been partially hydrolysed before use. The reaction between 1 and commercially available InCl 3 gave a homogenous white solid [InCl(μ-X)C(SiMe3) 2 (SiMe 2 C 5 H 4 N-2)] 2  (4) with X = Cl (59%) or OH (41%). The X-ray crystal structures of 2a, 3, and 4 have been determined.", "author": ["David, Smith J.", "Hitchcock Peter B.", "Howson James", "Hill Michael S.", "Eaborn Colin"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jorganchem.2004.08.029"}], "id": "50|dli_resolver::56f572353084b1def6e9babe5af034b5", "relatedPublications": 0, "date": [""], "title": ["\"Organometallic compounds of Group 13 elements containing the ligand C(SiMe3)2(SiMe2C5H4N-2)\""], "relatedDatasets": 3}
194
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e9154cf23c76c9d006f981296d90485", "id": {"identifier": "10.5517/ccb0ljf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C21H12Cl3N3O3·C4H9O, the six-membered heterocyclic ring lies on a threefold rotation axis and adopts a planar conformation. The mol­ecule exhibits a propeller-like shape. The acetone solvent mol­ecule is disordered.", "author": ["Luo Yan-Ping", "Zhou Hong-Bin"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536806000365"}], "id": "50|dli_resolver::71a705f641455021a08198e8017048f4", "relatedPublications": 0, "date": [""], "title": ["\"1,3,5-Tris(4-chlorophenyl)-1,3,5-triazinane-2,4,6-trione acetone solvate\""], "relatedDatasets": 1}
195
{"typology": "publication", "publisher": ["Japan Society for Analytical Chemistry"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b56c85b3b6152cffef8ac77e9960bdd2", "id": {"identifier": "10.5517/ccztscx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Rajnikant ", "Gupta, Vivek K.", "Singh, Kuldeep", "Sachar, Renu", "Sharma, Neerupama"], "localIdentifier": [{"type": "doi", "id": "10.2116/xraystruct.29.19"}], "id": "50|dli_resolver::9056d97909429a73e5046642282dd015", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure of Bis(O-propyldithiocarbonato-^|^kappa;2S,S^|^prime;)(3,5-lutidine-^|^kappa;N)nickel(II)\""], "relatedDatasets": 1}
196
{"typology": "publication", "publisher": ["Nucleic acids research"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1e8e652d71f4739e4822c7a7677ef779", "id": {"identifier": "d30813", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::667cf9c345de48b3886b7050c202ae2e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7937080&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::55dd0b40f4ecc5d364a76022020a1ed1", "id": {"identifier": "d30812", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8b8de892ddd02017d9fd9bc1900b6f68", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7937080&result=coding_release", "schema": "url"}}], "abstract": "None: We have cloned and sequenced the lasR gene, which is involved in the transcriptional activation of several pathogenic factors, from Pseudomonas aeruginosa IFO3455 and PA103. These clones were predicted to be an open reading frame of 239 amino acids as reported for the PAO1 strain. There is only a single base change resulting in an amino acid exchange from M145 (PAO1) to I (IFO3455). PA103 DNA differs with PAO1 DNA in two bases resulting in only a single amino acid substitution from R179 to W. When the IFO3455 LasR was expressed in a PA103 strain which is known to be LasR defective, proteinase gene activation was detected, however, when PA103 LasR was expressed, no enhancement was measurable. From these results, it appears that the amino acid substitution of R179 to W inactivated LasR activity. This substitution is located in the highly conserved sequence found in many transcription factors, including sigma factors, and may disrupt amphipathic alpha-helix, predicted for the 176 to 189 region, which precedes the putative helix-turn-helix DNA binding motif. We presumed that these three helices may contribute to specific DNA binding.", "author": ["Ishiwata, T.", "Kurata, M.", "Ishiwata T", "You Z", "Okuda K", "Fukushima J", "Kurata M", "Okuda, K.", "Fukushima, J.", "You, Z."], "localIdentifier": [{"type": "pmid", "id": "7937080"}, {"type": "pbmid", "id": "7937080"}], "id": "50|dedup_wf_001::fefab307dd0fcc986408aa6acfc776ad", "relatedPublications": 0, "date": ["1994-09-01"], "title": ["Intracellular receptor-type transcription factor, LasR, contains a highly conserved amphipathic region which precedes the putative helix-turn-helix DNA binding motif."], "relatedDatasets": 4}
197
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5e6440c94030abc639e4c8748140a0b6", "id": {"identifier": "10.6084/m9.figshare.5792922.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cb4ec9fa125cdf8ac6d3f263e73e1594", "id": {"identifier": "10.6084/m9.figshare.5792961.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b1980f5fd32e1b1a752d52e7993a68b9", "id": {"identifier": "10.6084/m9.figshare.5792994.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0a036c893b4539e9d35be36bd7c2c692", "id": {"identifier": "10.6084/m9.figshare.c.3978003.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ccc7391b8208cca31e94616964514a7c", "id": {"identifier": "10.6084/m9.figshare.5792919.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d122db205da98516a7bd97a4d0363f6d", "id": {"identifier": "10.6084/m9.figshare.c.3978003", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5312ea5b82eb5ad9a0bb5bf3574118dc", "id": {"identifier": "10.6084/m9.figshare.5792970.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ruggeri Marco", "Astori Giuseppe", "Perbellini Omar", "Rodeghiero Francesco", "Rotta Gianluca", "Bernardi Martina", "Sella Sabrina", "Amati Eliana", "Chieregato Katia"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13287-017-0755-3"}], "id": "50|dli_resolver::7adb48acc4ee76d58036fd7c50a561c8", "relatedPublications": 0, "date": [""], "title": ["High-throughput immunophenotypic characterization of bone marrow- and cord blood-derived mesenchymal stromal cells reveals common and differentially expressed markers: identification of angiotensin-converting enzyme (CD143) as a marker differentially expressed between adult and perinatal tissue sources"], "relatedDatasets": 7}
198
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 5, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::29fdc15e5e6e395f817bc16e3cce0732", "id": {"identifier": "s71779", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d7333540f535dd735cd679cd77738dfb", "id": {"identifier": "aad28176", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0929ecda4ed9800465ea5fada6986016", "id": {"identifier": "af200323", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::200e569e0321edb8ac97cd1c17c590ed", "id": {"identifier": "u81287", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c64e48cdc9a031bb69b0166d564fb601", "id": {"identifier": "aj002894", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a39befd1443d62be0aa0aaaa3d15bbf0", "id": {"identifier": "af310215", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cf5aa31ddace67b7d22c5aeef278be01", "id": {"identifier": "aal06943", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::190df10ebc54c2bca7859c076961beb4", "id": {"identifier": "aab07749", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e07ccefa301e6318f31bb7f21dc5cdb3", "id": {"identifier": "aaf31403", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::10c616c97450ab54c5526a3ab40a1ff7", "id": {"identifier": "aab65412", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::07fed4bb8064619bd584ffb2ecb887c6", "id": {"identifier": "aj002893", "schema": "genbank"}}], "abstract": "", "title": ["Salinity- and ABA-induced up-regulation and light-mediated modulation of mRNA encoding glycine-rich RNA-binding protein from"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0006-291x(02)02050-8"}], "id": "50|elsevier____::8de6976d84f16e5dd5aabe12071cf763", "relatedPublications": 0, "date": ["2002"], "relatedDatasets": 11}
199
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::38e023a5d9ee6cc8ffd0a21995f60706", "id": {"identifier": "10.3334/cdiac/otg.cdiac_158", "schema": "url"}}], "abstract": "<p>Abstract</p> <p>Background</p> <p>A time series of 4 consecutive years of measurements of the partial pressure of CO<sub>2 </sub>(pCO<sub>2</sub>) in the Scheldt estuarine plume is used here to estimate net ecosystem production (NEP).</p> <p>Results</p> <p>NEP in the Scheldt estuarine plume is estimated from the temporal changes of dissolved inorganic carbon (DIC). The strong seasonal variations of NEP are consistent with previous reports on organic carbon dynamics in the area. These variations are related to successive phytoplankton blooms that partly feed seasonally variable heterotrophy the rest of the year. On an annual time scale the Scheldt estuarine plume behaves as a net heterotrophic system sustained with organic carbon input from the Scheldt inner estuary and the Belgian coast. During one of the years of the time-series the estuarine plume behaved annually as a net autotrophic system. This anomalous ecosystem metabolic behaviour seemed to result from a combination of bottom-up factors affecting the spring phytoplankton bloom (increased nutrient delivery and more favourable incoming light conditions). This net autotrophy seemed to lead to a transient aa accumulation of organic carbon, most probably in the sediments, that fed a stronger heterotrophy the following year.</p> <p>Conclusion</p> <p>The present work highlights the potential of using pCO<sub>2 </sub>data to derive detailed seasonal estimates of NEP in highly dynamic coastal environments. These can be used to determine potential inter-annual variability of NEP due to natural climatic oscillations or due to changes in anthropogenic impacts.</p>", "author": ["Ruddick Kevin", "Borges Alberto V", "Delille Bruno", "Schiettecatte Laure-Sophie"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::b1da88123982ebf9f21a27a1dce1cc74"}, {"type": "doi", "id": "10.1186/1472-6785-8-15"}], "id": "50|dedup_wf_001::0c288b8788aeda9072c2f0a7dd0778fc", "relatedPublications": 0, "date": [""], "title": ["Net ecosystem production and carbon dioxide fluxes in the Scheldt estuarine plume"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "DOAJ:Ecology"}, {"scheme": "keyword", "value": "QH301-705.5"}, {"scheme": "keyword", "value": ": Sciences de la terre & géographie physique [G02] [Physique, chimie, mathématiques & sciences de la terre]"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "Ecology"}, {"scheme": "keyword", "value": "QH540-549.5"}, {"scheme": "keyword", "value": "Biology (General)"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "DOAJ:Earth and Environmental Sciences"}, {"scheme": "keyword", "value": ": Earth sciences & physical geography [G02] [Physical, chemical, mathematical & earth Sciences]"}, {"scheme": "keyword", "value": "DOAJ:Biology and Life Sciences"}, {"scheme": "keyword", "value": "DOAJ:Biology"}, {"scheme": "keyword", "value": "Research Article"}]}
200
{"typology": "publication", "publisher": ["Environmental microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::158ed9d54e917020972258477a29a07d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16817927&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c0896e490ac4709bba2f60a4c8c4ce06", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16817927&result=sequence_release", "schema": "url"}}], "abstract": "None: The current study describes the development of the porcine microbiota and its metabolic activities during the neonatal and weaning period. Using 16S rRNA-based approaches, we first analysed the ileal and colonic microbiota of neonatal piglets at days 2, 5 and 12 after birth. To further investigate the effect of weaning at 3 weeks of age, 19-day-old piglets (n = 64) were randomly allocated into two groups. Half of the piglets remained with their sows throughout the study, while the remaining piglets were weaned. As revealed by sequence analysis of 16S rRNA gene amplicons, the samples of 2-day-old piglets harboured a consortium of bacteria related to Escherichia coli, Shigella flexneri, Lactobacillus sobrius, Lactobacillus reuteri and Lactobacillus acidophilus. Moreover, species-specific real-time polymerase chain reaction assays unveiled that L. sobrius and L. reuteri predominated in the ileal samples of the neonatal and unweaned piglets with population levels up to 7 x 10(8) cells per gram of lumen content. Following weaning, however, these two lactobacilli were detected at significantly lower levels (< 10(3)) in the ileal samples. Furthermore, a shift in composition and metabolic activities of the predominant microbiota, and emergence of clostridia and E. coli, were encountered in the intestinal samples of the piglets after the early post-weaning period.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16817927"}], "author": ["Smidt Hauke", "Awati Ajay A", "Miller Bevis G", "Jones Philip", "Stokes Christopher R", "de Vos Willem M", "Konstantinov Sergey R", "Akkermans Antoon D L", "Williams Barbara A"], "relatedPublications": 0, "id": "50|r3d100010527::9c2bc97d19b3322d61ad7b47f1235f11", "title": ["Post-natal development of the porcine microbiota composition and activities."], "relatedDatasets": 2}
201
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::47a0078da9554e72c5a1441e03d5357b", "id": {"identifier": "a29539", "schema": "genbank"}}], "abstract": "", "title": ["Synthesis of 3,5-bis(2-indolyl)pyridine and 3-[(2-indolyl)-5-phenyl]pyridine derivatives as CDK inhibitors and cytotoxic agents"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmc.2008.03.034"}], "id": "50|elsevier____::c31c2419cda4aa1aba8af23720161f41", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 1}
202
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7f320a81490fefb7a20eeeb1acabb9ab", "id": {"identifier": "10.5517/cc46dl9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract   (−)6 aR ,11 aR -Dihydro-3-hydroxy-9,10-dimethoxy-6 H -benzofuro[3,2 c ] [1]-benzopyran (10-methoxymedicarpin), (+)-(2,3,4,-trimethoxyphenyl)-2,3-dihydro-7-hydroxy-4 H -1-benzopyran (7-hydroxy-2′,3′,4′-trimethoxyisoflavan) and (+)-(2,3,4-trimethoxy-5-hydroxyphenyl)-2,3-dihydro-7-hydroxy-4 H -1-benzopyran (7,5′-dihydroxy-2′,3′,4′-trimethoxyisoflavan) were isolated for the first time from dried  Medicago sativa  hay. Structural assignments were based on  1 H NMR and mass spectra, X-ray crystallography, and optical rotations.", "author": ["Barnekow David E.", "Spencer Gayland F.", "Plattner Ronald D.", "Clardy Jon", "Brinen Linda S.", "Jones Barry E."], "localIdentifier": [{"type": "doi", "id": "10.1016/0031-9422(91)83483-2"}], "id": "50|dli_resolver::d24a80546b6ed65e79eb45c1bf5b9fb9", "relatedPublications": 0, "date": [""], "title": ["\"A pterocarpan and two isoflavans from alfalfa\""], "relatedDatasets": 1}
203
{"typology": "publication", "publisher": ["Current biology : CB", "Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dcbc3354b2d94db81e4c78b2b245db11", "id": {"identifier": "10.5061/dryad.qd19h", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dcbc3354b2d94db81e4c78b2b245db11", "id": {"identifier": "10.5061/dryad.qd19h", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dcbc3354b2d94db81e4c78b2b245db11", "id": {"identifier": "10.5061/dryad.qd19h", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd9e2d659ef4b952e431afa298b15c5e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23583553&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4b5660c5ae8a002c733c368cbcd69c31", "id": {"identifier": "jx456275", "schema": "ncbi-n"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::898c127661817d632603ffc751f40838", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23583553&result=coding_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3ec4c61e93172897e2d3ce5bfa22f79f", "id": {"identifier": "jx456346", "schema": "ncbi-n"}}], "abstract": "None: Succulent water storage is a prominent feature among plants adapted to arid zones, but we know little about how succulence evolves and how it is integrated into organs already tasked with multiple functions. Increased volume in succulent leaves, for example, may result in longer transport distances between veins and the cells that they supply, which in turn could negatively impact photosynthesis. We quantified water storage in a group of 83 closely related species to examine the evolutionary dynamics of succulence and leaf venation. In most leaves, vein density decreased with increasing succulence, resulting in significant increases in the path length of water from veins to evaporative surfaces. The most succulent leaves, however, had a distinct three-dimensional (3D) venation pattern, which evolved 11-12 times within this small lineage, likely via multiple developmental pathways. 3D venation \"resets\" internal leaf distances, maintaining moderate vein density in extremely succulent tissues and suggesting that the evolution of extreme succulence is constrained by the need to maintain an efficient leaf hydraulic system. The repeated evolution of 3D venation decouples leaf water storage from hydraulic path length, facilitating the evolutionary exploration of novel phenotypic space.", "author": ["Edwards Erika J.", "Matthew, Ogburn R.", " matthew, Ogburn R.", "Edwards Erika J"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cub.2013.03.029"}, {"type": "pbmid", "id": "23583553"}], "id": "50|dedup_wf_001::4e87f54274930b0a37122c1606a0036d", "relatedPublications": 0, "date": [""], "title": ["Repeated Origin of Three-Dimensional Leaf Venation Releases Constraints on the Evolution of Succulence in Plants"], "relatedDatasets": 8}
204
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::12ce346aec7ce3ea848d634bcf3ce2b9", "id": {"identifier": "3p66", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::54c676b0de58af5c765d1bb8226295a6", "id": {"identifier": "3p64", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::e567cc90665d319cb2a6be6f97a4bd4e", "id": {"identifier": "3p65", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::56cfeb33a88c64fe42ac17f87b0806d6", "id": {"identifier": "3p68", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::2f6f7706106c1e4b39e8a6446e2ec020", "id": {"identifier": "3p4z", "schema": "pdb"}}], "abstract": "Gold nanoparticles are useful in biomedical applications due to their distinct optical properties and high chemical stability. Reports of the biogenic formation of gold colloids from gold complexes has also led to an increased level of interest in the biomineralization of gold. However, the mechanism responsible for biomolecule-directed gold nanoparticle formation remains unclear due to the lack of structural information about biological systems and the fast kinetics of biomimetic chemical systems in solution. Here we show that intact single crystals of lysozyme can be used to study the time-dependent, protein-directed growth of gold nanoparticles. The protein crystals slow down the growth of the gold nanoparticles, allowing detailed kinetic studies to be carried out, and permit a three-dimensional structural characterization that would be difficult to achieve in solution. Furthermore, we show that additional chemical species can be used to fine-tune the growth rate of the gold nanoparticles.", "author": ["House Stephen", "Yang Limin", "Lu Yi", "Robinson Howard", "Robertson Ian M.", "Wang Zidong", "Tan Li Huey", "Zuo Jian-Min", "Zhang Jiong", "Wei Hui", "Hou Changjun", "Gao Yi-Gui", "Xing Hang"], "localIdentifier": [{"type": "doi", "id": "10.1038/nnano.2010.280"}], "id": "50|dli_resolver::cc17b4ad870689382e6b766be7a748d1", "relatedPublications": 0, "date": [""], "title": ["\"Time-dependent, protein-directed growth of gold nanoparticles within a single crystal of lysozyme\""], "relatedDatasets": 5}
205
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6be795c52820aaebdecb70954dcd663", "id": {"identifier": "10.5517/ccws32t", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ye Jinxing", "Li Wenjun", "Jin Zhichao", "Yang Juanjuan", "Liang Xinmiao"], "localIdentifier": [{"type": "doi", "id": "10.1021/ol102256v"}], "id": "50|dli_resolver::f7d535cb8c8a9e7b1d475d8c637cab33", "relatedPublications": 0, "date": [""], "title": ["\"Enantioselective Michael Reaction of α-Alkyl-β-keto Esters and Enones under Multifunctional Catalysis\""], "relatedDatasets": 1}
206
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d32ae601acf40ddb57fbc17efce815eb", "id": {"identifier": "10.5517/ccrt61s", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C15H14N2O4, has two crystallographically independent mol­ecules in the asymmetric unit. In both mol­ecules, the nitro and the two meth­oxy substituents are coplanar with the benzene rings to which they are attached. The benzene rings are nearly coplanar, with dihedral angles between the two benzene rings of 10.39 (8) and 5.95 (8)° in the two mol­ecules. The two independent mol­ecules in the asymmetric unit are rotated with respect to each other such that the dihedral angles between equivalent benzene rings are 49.11 (8) and 63.93 (8)°. In the crystal structure, inter­molecular C—H⋯O hydrogen-bond contacts and a weak C—H⋯π inter­action are observed.", "author": ["Gençaslan Mustafa", "Büyükgüngör Orhan", "Aye Malihe", "Akkurt Mehmet", "Jarrahpour Ali Asghar"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808034193"}], "id": "50|dli_resolver::b23534816fae321409481ff56a9d36b9", "relatedPublications": 0, "date": [""], "title": ["\"3,4-Dimethoxy-N-(3-nitrobenzylidene)aniline\""], "relatedDatasets": 1}
207
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::413ce3408299e73b910623925862a09c", "id": {"identifier": "10.5517/ccnv4tf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The structure of the title compound, [Co(C12H8N2)2(H2O)2](H2PO4)(NO3)·2H2O, is built up from layers of complex [Co(C12H8N2)2(H2O)2]2+ cations and phosphate units parallel to (010), delimiting a-axis tunnels in which the nitrate anions and the water mol­ecules are located. The mol­ecular structure is stabilized by inter­molecular hydrogen bonds and weak π–π stacking inter­actions.", "author": ["Abdelhak Jawher", "Namouchi Cherni Saoussen", "Driss Ahmed", "Zid Mohamed Faouzi"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536806023221"}], "id": "50|dli_resolver::bf7161b47802789a54478c87a9e75331", "relatedPublications": 0, "date": [""], "title": ["\"Diaquabis(1,10-phenanthroline-κ2N,N′)cobalt(II) dihydrogenphosphate nitrate dihydrate\""], "relatedDatasets": 1}
208
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "pubmed______", "datasourceId": ""}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::5c309247ccc11eff68eeb624221ad770", "id": {"identifier": "1c09", "schema": "pdb"}}], "abstract": "", "author": ["Ae, Burden", " Kang C.", "Mk, Eidsness", "Ka, Richie", "Dm, Kurtz", " Beard B", "Ra, Scott", "Et, Smith", " Ichiye T", " Min T"], "localIdentifier": [{"type": "pubmedid", "id": "10555962"}], "id": "50|dli_resolver::7ac7ab1808b1a4ae31352053596d0c98", "relatedPublications": 0, "date": [""], "title": ["Modulation of the redox potential of the [Fe(SCys)(4)] site in rubredoxin by the orientation of a peptide dipole."], "relatedDatasets": 1}
209
{"typology": "publication", "publisher": ["Pleiades Publishing Ltd"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e492676bb0c4756ed895515a67a4cada", "id": {"identifier": "10.5517/cc146fkb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The new organic chloride salt incorporating an aromatic primary amine with a chiral functional group, (S)-α-methylbenzylammonium), has been synthesized by slow evaporation method at room temperature. The crystals are trigonal with non-centrosymmetric sp. gr. R3. The crystal packing is determined by N–H···Cl hydrogen bonds and C–H···π interactions between the aromatic rings of the organic moieties, resulting in supramolecular architecture.", "author": ["Mhiri T.", "Naїli H.", "Bataille T.", "Ben Salah A. M."], "localIdentifier": [{"type": "doi", "id": "10.1134/s1063774515070032"}], "id": "50|dli_resolver::55d2384e8066006b14de5ae79ee4f882", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and crystal structure of a chiral aromatic amine chloride salt (C8H12N)Cl\""], "relatedDatasets": 1}
210
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::d227ad610a8b77e129420c28f956ecdf", "id": {"identifier": "10.3886/icpsr01247.v1", "schema": "url"}}], "abstract": "This paper reviews selected aspects of economic relations between the EU and Russia, focusing on the impact that the last two waves of EU enlargement have had on Russia, as well as the role of the euro in Russia. The analysis suggests that if EU enlargement has had any diversion effects on trade between the EU and Russia at all, they have been minimal, while robust growth in both the EU and Russia, as well as high oil and gas prices, has boosted trade. Likewise, FDI to and from Russia has increased, with the direct impact of enlargement again difficult to disentangle from other factors. Use of the euro by Russian residents and authorities in international transactions has increased, albeit at an uneven pace. While, in general, the US dollar remains the major foreign currency used by Russian residents, the euro has gained importance as an anchor and reserve currency in Russian exchange rate policies. This has happened in the context of an overall monetary policy strategy aiming at a gradual shift from an exchange rate-oriented monetary policy to inflation targeting. JEL Classification: F14, F15, F21, F36.", "author": ["Polanski, Zbigniew", "Winkler, Adalbert"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::50887caeca95a726a2e284e34008a14f"}], "id": "50|dli_resolver::4dafbb4410ee23773d41e9397926cfda", "relatedPublications": 0, "date": [""], "title": ["Russia, EU enlargement and the euro"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "international currencies."}, {"scheme": "keyword", "value": "F21"}, {"scheme": "keyword", "value": "Reservewährung"}, {"scheme": "keyword", "value": "F14"}, {"scheme": "keyword", "value": "F36"}, {"scheme": "keyword", "value": "EU-Staaten"}, {"scheme": "keyword", "value": "F15"}, {"scheme": "keyword", "value": "EU-Mitgliedschaft"}, {"scheme": "keyword", "value": "Euro"}, {"scheme": "keyword", "value": "foreign direct investment"}, {"scheme": "keyword", "value": "Auslandsinvestition"}, {"scheme": "keyword", "value": "Russland"}, {"scheme": "keyword", "value": "Internationale Wirtschaftsbeziehungen"}, {"scheme": "keyword", "value": "Economic integration, trade diversion, foreign direct investment, international currencies."}, {"scheme": "keyword", "value": "Handelseffekt"}, {"scheme": "keyword", "value": "ddc:330"}, {"scheme": "keyword", "value": "Economic integration"}, {"scheme": "keyword", "value": "trade diversion"}]}
211
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::00bfac49c6016a3fa2a109e936dfff27", "id": {"identifier": "j04064", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ec60f6f40a60814806bbf277c115f420", "id": {"identifier": "m33197", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4cce95c16edc901469a24a04512e9433", "id": {"identifier": "aj519495", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::75109b72f6a6d43876de16af54f38192", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=14634001&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::494b87beae2c1e0b31e09ece975778fa", "id": {"identifier": "m10901", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::654bec7173e33e60843651e01e906673", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=14634001&result=sequence_release", "schema": "url"}}], "abstract": "None: Laminin-1 (alpha1beta1gamma1), a basement membrane (BM) constituent, has been associated with differentiation processes and also with malignant progression. In the intestinal tissue, the alpha1 chain is expressed and secreted in the subepithelial BM during the developmental period; in the adult rodent tissue, it is restricted to the BM of the dividing cells. To understand how laminin alpha1 chain expression is regulated, we cloned and characterized a 2-kb promoter region of the Lama1 mouse gene. Analysis of the promoter was conducted in the Caco2-TC7 intestinal epithelial cells by transient transfection of serially deleted and site-directed mutated promoter constructs, by electrophoretic mobility shift assays, and expression of selected transcription factors. We determined that a proximal region, which includes an Sp1-binding GC box and a Krüppel-like element, was important for the promoter activity. This region is conserved between the human and mouse genes. Interestingly, two Krüppel-like factors KLF4 and KLF5 exhibit opposing effects on the Lama1 promoter activity that are decreased and increased, respectively, in the intestinal epithelial cells. These data corroborate the complementary expression of KLF4 and KLF5 along the intestinal crypt-villus axis and the parallel expression of KLF5 and laminin alpha1 chain in the crypt region. Finally, we showed that glucocorticoids stimulate the promoter activity. This study is the first characterization of the Lama1 promoter; we identified regulatory elements that may account for the expression pattern of the endogenous protein in the mouse intestine.", "author": ["Klein Annick", "Lefebvre Olivier", "Bolcato-Bellemin Anne-Laure", "Annick Klein", "Simon-Assmann Patricia", "Yang, Vincent W.", "Michèle Kedinger", "Anne-Laure Bolcato-Bellemin", "Patricia Simon-Assmann", "Kedinger Michèle", "Piccinni, Silvia A.", "Olivier Lefebvre", "Piccinni Silvia A", "Yang Vincent W"], "localIdentifier": [{"type": "pmid", "id": "14634001"}, {"type": "pbmid", "id": "14634001"}], "id": "50|dedup_wf_001::6413eed4b50f1918f035b8d5e9b47f09", "relatedPublications": 0, "date": ["2003-11-21"], "title": ["Kruppel-like factors regulate the Lama1 gene encoding the laminin alpha1 chain."], "relatedDatasets": 6}
212
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::35348379be50461910d3e8770b0204f6", "id": {"identifier": "x52743", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bf87ffa71b9acfbb634cc99b1b8b9e6e", "id": {"identifier": "x52744", "schema": "ena"}}], "abstract": "", "author": ["Adám, E.", "Kolar, C.", "Nagy, F.", "Schäfer, E."], "localIdentifier": [{"type": "pmid", "id": "7892242"}], "id": "50|pubmed______::6dc13c926e54ac7c97daadb786fa24dc", "relatedPublications": 0, "date": ["1995-03-01"], "title": ["Expression of tobacco genes for light-harvesting chlorophyll a/b binding proteins of photosystem II is controlled by two circadian oscillators in a developmentally regulated fashion."], "relatedDatasets": 2}
213
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bdf87d54622c22490738f10530b16809", "id": {"identifier": "10.5517/ccqdbcs", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, [Sn4(C7H7)8(CH3O)2(C7H7O3S)2O2], contains the well known structural unit of four organotin units linked by O-atom bridges into a ladder-type centrosymmetric tetra­mer. The SnIV atoms are coordinated in distorted SnC2O3 trigonal–bipyramidal geometries.", "author": ["Yang Jin", "Li Shun-Li", "Han Ting-Ting"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807052804"}], "id": "50|dli_resolver::7401f7da7bb5777be4bd4523193faff7", "relatedPublications": 0, "date": [""], "title": ["\"Octabenzyldi-μ2-methanolato-di-μ3-oxido-bis(p-toluenesulfonato)tetratin(IV)\""], "relatedDatasets": 1}
214
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::15af7cbca64e5e2bcece0cbb656e9fac", "id": {"identifier": "10.5517/cc5h5jb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Iminium ions derived from (S)-5-phenylmorpholin-2-one 1 undergo diastereoselective Strecker reactions using copper(I) cyanide and anhydrous hydrochloric acid; the major adducts may be degraded to D-α-amino acids.", "author": ["Drew Michael G. B.", "Vickers Richard J.", "Harwood Laurence M.", "Hughes David J."], "localIdentifier": [{"type": "doi", "id": "10.1039/b104052a"}], "id": "50|dli_resolver::2f3fd1357b5919e58614012e498e3666", "relatedPublications": 0, "date": [""], "title": ["\"Diastereocontrolled Strecker reaction using (S)-5-phenylmorpholin-2-one\""], "relatedDatasets": 1}
215
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::36215013366896844c71fe74519fddd1", "id": {"identifier": "10.6084/m9.figshare.c.3635420_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::136da3d639d67e113ad4c353b7840cc4", "id": {"identifier": "10.6084/m9.figshare.c.3635420_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c2960f4dd28f18ee0cc2f5408674c928", "id": {"identifier": "10.6084/m9.figshare.c.3635420", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cd1a258f17210a6940d88c5538bc3169", "id": {"identifier": "10.6084/m9.figshare.c.3635420.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Glioblastoma is a highly lethal neoplasm that frequently recurs locally after radiotherapy, and most of these recurrences originate from near the irradiated target field. In the present study, we identified the effects of radiation on glioma invasion and p53, TIMP-2, and MMP-2 expression through in vitro and in vivo experiments.", "author": ["Li Song-Yuan", "Jang Woo-Youl", "Wen Min", "Li Chun-Hao", "Lim Sa-Hoe", "Jung Shin", "Park In-Ho", "Pei Jian", "Ryu Hyang-Hwa"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13014-015-0475-8"}], "id": "50|dli_resolver::ecb6473143d3ae8f33608a09de413aad", "relatedPublications": 0, "date": [""], "title": ["\"Sublethal dose of irradiation enhances invasion of malignant glioma cells through p53-MMP 2 pathway in U87MG mouse brain tumor model\""], "relatedDatasets": 4}
216
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d608c7cc01c15bf91dc6ee0fe8003ad", "id": {"identifier": "10.5517/cc8d04s", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c5bbf8a276acfa1c74013c814ffb65e8", "id": {"identifier": "10.5517/cc8d05t", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Novel dinuclear cyclometallated palladium complexes [{Pd(µ-NCO)(C⁁N)}2], containing asymmetric imidato –NCO– bridging units have been synthesised [C⁁N = 7,8-benzoquinolyl; –NCO–#R##N##TAB##TAB##TAB##TAB#= succinimidate (1c), phthalimidate (2c) or maleimidate (3c)]. The reaction of these complexes, and the previously reported analogous imidate precursors containing a phenylazophenyl (1a–3a) or 2-pyridylphenyl (1b–3b) backbone, with tertiary phosphines provides novel mononuclear N-bonded imidate derivatives of the general formula [Pd(C⁁N)(imidate)(L)]#R##N##TAB##TAB##TAB##TAB#[L = PPh3, P(4-F-C6H4)3 or P(4-MeO-C6H4)3]. The single crystal structures of [Pd(azb)(phthalimidate)(P(4-MeO-C6H4)3)]#R##N##TAB##TAB##TAB##TAB#(9a) and [Pd(bzq)(phthalimidate)(PPh3)]#R##N##TAB##TAB##TAB##TAB#(7c) have been established. Dinuclear complexes (1a–3a, 1b–3b, 1c–3c) demonstrate outstanding thermal stability in the solid-state, as shown by thermoanalytical techniques. A marked influence of bridging imidate groups on the initial decomposition temperature is observed. The dinuclear and mononuclear derivatives are shown to be active catalysts/precatalysts for the Suzuki–Miyaura cross-coupling reactions of aryl bromides with aryl boronic acids, and the Sonogashira reactions of aryl halides with phenyl acetylene (in the presence and absence of Cu(I) salts). The conversions appear to be dependent, to some extent, on the type of imidate ligand, suggesting a role for these pseudohalides in the catalytic cycle in both cross-coupling processes. Lower catalyst loadings in ‘copper-free’ Sonogashira cross-couplings favour higher turnover frequencies. We have further determined that these catalysts may be recycled using a poly(ethylene oxide)#R##N##TAB##TAB##TAB##TAB#(PEO)/methanol solvent medium in Suzuki–Miyaura cross-coupling. Once the reaction is complete, product extraction into a hexane/diethyl ether mixture (1 ∶ 1, v/v) gives cross-coupled products in good yields (with purity > 95%). The polar phase can then be re-used several times without appreciable loss of catalytic activity.", "author": ["Pérez José", "López Gregorio", "Lee Adam F.", "García Luis", "Pérez Eduardo", "Serrano José Luis", "Kapdi Anant R.", "Sánchez Gregorio", "Fairlamb Ian J. S."], "localIdentifier": [{"type": "doi", "id": "10.1039/b413886d"}], "id": "50|dli_resolver::e5c5bb94d6e94f31987c5fd2df894a0a", "relatedPublications": 0, "date": [""], "title": ["\"Mono- and binuclear cyclometallated palladium(ii) complexes containing bridging (N,O-) and terminal (N-) imidate ligands: Air stable, thermally robust and recyclable catalysts for cross-coupling processes\""], "relatedDatasets": 2}
217
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7caaa9df2f345ead15ece2fea3b3b1a0", "id": {"identifier": "m86713", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f21e45bb3f1a286bc700b7b7c05c0f75", "id": {"identifier": "u12984", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6dee7839fe79ca92d54b5a9d2efab72f", "id": {"identifier": "l11009", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ee2b81ee0059ebe93a3e81d800ea084a", "id": {"identifier": "x61239", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::07a9e2a14968e9fc84bf2aa207ec8ddf", "id": {"identifier": "z21953", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cd6ea30af982c814f0e0bdecc6b3d5d2", "id": {"identifier": "x61996", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::92a960ae4eaf6f56fe9cdf55e13ff020", "id": {"identifier": "s61968", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bcc1c258196fe6cdecf1500ae519f025", "id": {"identifier": "u04846", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::acd61e1a432858eb30105918040376a2", "id": {"identifier": "x76688", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::20daaa36b33e505106c7377761f80313", "id": {"identifier": "x16944", "schema": "ena"}}], "abstract": "", "author": ["Ga, Zavyalova", "Da, Chapman", "Tv, Chernovskaya", "Av, Karlyshev", "Vp, Zavyalov", "Iv, Dudich", "Macintyre, S.", "Am, Vasiliev", "Av, Zavialov", "Vm, Abramov"], "localIdentifier": [{"type": "pmid", "id": "10198004"}], "id": "50|pubmed______::eaa3acc913fcbf1fe7855c2a2e8be727", "relatedPublications": 0, "date": ["1999-04-01"], "title": ["Structural and functional significance of the FGL sequence of the periplasmic chaperone Caf1M of Yersinia pestis."], "relatedDatasets": 10}
218
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::477c184f727159865f2d150552930cab", "id": {"identifier": "af482758", "schema": "genbank"}}], "abstract": "", "title": ["Modified vaccinia virus Ankara can activate NF-κB transcription factors through a double-stranded RNA-activated protein kinase (PKR)-dependent pathway during the early phase of virus replication"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virol.2009.06.012"}], "id": "50|elsevier____::ce830e28ae90c2abeaefafe8bfe5bd70", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 2}
219
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c7ad1059a7b3b9649608f77b459277d6", "id": {"identifier": "10.5517/ccqfrrm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b6bdb3154b77428edb153493aa01963b", "id": {"identifier": "10.5517/ccqfrpk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e7f1223b46c2826c6aaf7621ec42e921", "id": {"identifier": "10.5517/ccqfrql", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Porosity and chirality are two of the most important properties for materials in the chemical and pharmaceutical industry. Inorganic microporous materials such as zeolites have been widely used in ion-exchange, selective sorption/separation and catalytic processes. The pore size and shape in zeolites play important roles for specific applications(1-3). Chiral inorganic microporous materials are particularly desirable with respect to their possible use in enantioselective sorption, separation and catalysis(4). At present, among the 179 zeolite framework types reported, only three exhibit chiral frameworks(5-7). Synthesizing enantiopure, porous tetrahedral framework structures represents a great challenge for chemists. Here, we report the silicogermanates SU-32 (polymorph A), SU-15 (polymorph B) (SU, Stockholm University) and a hypothetical polymorph C, all built by different stacking of a novel building layer. Whereas polymorphs B and C are achiral, each crystal of polymorph A exhibits only one hand and has an intrinsically chiral zeolite structure. SU-15 and SU-32 are thermally stable on calcination.", "author": ["Shi Lei", "Kritikos Mikael", "Zou Xiaodong", "Tang Liqiu", "Yue Huijuan", "Mink Janos", "Ojuva Arto", "Lee Bao-Lin", "Bell Robert G.", "Bacsik Zoltán", "Bonneau Charlotte", "Sun Junliang"], "localIdentifier": [{"type": "doi", "id": "10.1038/nmat2169"}], "id": "50|dli_resolver::db59ed85c182e0e1ad8c2b9329470f90", "relatedPublications": 0, "date": [""], "title": ["\"A zeolite family with chiral and achiral structures built from the same building layer\""], "relatedDatasets": 3}
220
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::564daf19d30d31bd8aee2d04837ca89d", "id": {"identifier": "10.6084/m9.figshare.c.3876088.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::860105635c3298cad80ae27d81e0da0a", "id": {"identifier": "10.6084/m9.figshare.c.3876088", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Weiss Daniel J.", "Cameron Ewan", "Smith David L.", "Bhatt Samir", "Flaxman Seth R.", "Gething Peter W."], "localIdentifier": [{"type": "doi", "id": "10.1098/rsif.2017.0520"}], "id": "50|dli_resolver::a9d87e25dae28e659996b4774dfc6771", "relatedPublications": 0, "date": [""], "title": ["\"Improved prediction accuracy for disease risk mapping using Gaussian process stacked generalization\""], "relatedDatasets": 2}
221
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ee71f57da464ce1dd738baaacf6bbb2b", "id": {"identifier": "10.3886/icpsr06036.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::65b324112e20e65fe1b43413eb686cf0", "id": {"identifier": "10.3886/icpsr06036", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ee71f57da464ce1dd738baaacf6bbb2b", "id": {"identifier": "10.3886/icpsr06036.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This article addresses approaches to working with families where violence is the norm. As an extremely sensitive subject and potentially volatile situation in therapy, it is important to understand the limitations and risks involved in treating families in which there is a history of violence.", "author": ["Houston, Irene S.", "Houston Irene S.", "Rotter, Joseph C.", "Rotter Joseph C."], "localIdentifier": [{"type": "doi", "id": "10.1177/1066480799071009"}], "id": "50|dedup_wf_001::acf218acf6f60497dd82daa2d70a6aed", "relatedPublications": 0, "date": [""], "title": ["Treating Family Violence: Risks and Limitations"], "relatedDatasets": 3}
222
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::89d50cd89dc9da2e4bbb974e220e4f7c", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4214e99b8a3ddde99c2f27cb3fa80cd8", "id": {"identifier": "10.6084/m9.figshare.c.3628964", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8bf198d31d750354cf768945f98a9992", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3fd3419592c6e42747084e6f9bcb137a", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d734ad8b10b7552b7dd643d4253139be", "id": {"identifier": "10.6084/m9.figshare.c.3628964.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9f5c2f6ec282b94a7fe2b950be080998", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::631f1b6dc6be534021e3e9cf0d2e7397", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::58166d577c3860c395aa10cdebf1d81d", "id": {"identifier": "10.6084/m9.figshare.c.3628964_d3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Attention deficit hyperactivity disorder (ADHD) is a prevalent and multifactorial neuropsychiatric disorder in the human population worldwide. Complex etiology and clinical heterogeneity have challenged the research, diagnostics and treatment of the disease. Hyperactive and impulsive behaviour has also been observed in dogs, and they could offer a physiologically relevant model for human ADHD. As a part of our ongoing study to understand the molecular etiology of canine anxiety traits, this study was aimed to pilot an approach to identify metabolic biomarkers in canine ADHD-like behaviours for research, diagnostics and treatment purposes.", "author": ["Lehtonen Marko", "Puurunen Jenni", "Sulkama Sini", "Araujo Cesar", "Lohi Hannes", "Tiira Katriina", "Hanhineva Kati"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12993-016-0112-1"}], "id": "50|dli_resolver::33d4a72bfe5dfbdc2783651f48c6e826", "relatedPublications": 0, "date": [""], "title": ["\"A non-targeted metabolite profiling pilot study suggests that tryptophan and lipid metabolisms are linked with ADHD-like behaviours in dogs\""], "relatedDatasets": 8}
223
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::aa99a11e3a64965692f3fa87c8ecea20", "id": {"identifier": "m73218", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3eb96653c45d47e0b8fc7bc2b11f6179", "id": {"identifier": "af030878", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::baabb627d2f9d3b540d65c027ef31d08", "id": {"identifier": "ef206691", "schema": "ncbi-n"}}], "abstract": "", "title": ["A novel member of the family"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virusres.2011.03.019"}], "id": "50|elsevier____::8d5900e84b1078c12814cde91fda5766", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 3}
224
{"typology": "publication", "publisher": ["The Journal of general virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::850c61cecee051d6af2e459ef4dc36ee", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2838575&result=sequence_release", "schema": "url"}}], "abstract": "None: Five cosmids containing inserts that comprise the complete genome of the multicapsid nuclear polyhedrosis virus of Orgyia pseudotsugata were mapped with four restriction enzymes (Bg/II, ClaI, SstI, XhoI). From these cosmid maps, composite maps of the complete genome were constructed for each restriction enzyme. A region containing repeats of the sequence GGC downstream of the polyhedrin gene was used to probe the genome. It cross-hybridized with a region which, upon sequence analysis, was found to be a highly repetitive GC-rich region of nearly 500 nucleotides. The two GC-rich regions appeared to be evolutionarily unrelated.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2838575"}], "author": ["Nesson M H", "Rohrmann G F", "Chen D D", "Beaudreau G S"], "relatedPublications": 0, "id": "50|r3d100010527::c27c28a48db891b0877113049e2d67b6", "title": ["The genome of the multicapsid baculovirus of Orgyia pseudotsugata: restriction map and analysis of two sets of GC-rich repeated sequences."], "relatedDatasets": 1}
225
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fef8e2b00d745bb0620738e85395717f", "id": {"identifier": "10.5517/cc8ksj3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, [Nd(C6H4NO2)3(C12H8N2)2(H2O)2]·3H2O, consists of a mononuclear [Nd(C6H4NO2)3(C12H8N2)2(H2O)2] mol­ecule and three uncoordinated water mol­ecules. The NdIII atom is nine-coordinate through coordination by the O atoms of three nicotinate groups, four N atoms of two phenanthroline mol­ecules and two water mol­ecules in a tricapped trigonal prismatic coordination geometry. The mononuclear mol­ecule and solvent water mol­ecule are linked by hydrogen bonds to form a layer framework.", "author": ["Liu Fu-Chen", "Wang Xiu-Li"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536804025383"}], "id": "50|dli_resolver::984bed1c8b93d822b7e578529feab74e", "relatedPublications": 0, "date": [""], "title": ["\"Diaquatris(nicotinato-κO)bis(1,10-phenanthroline-κ2N,N′)neodymium(III) trihydrate\""], "relatedDatasets": 1}
226
{"typology": "publication", "publisher": ["Genome announcements"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3dedf68774437d168d5e3810cf7414af", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24558235&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::19a014920343ebe28fe5adf6072be009", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24558235&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f50383819a07e4087f432432b3218686", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24558235&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f2fed5a4f08745bba090a18de787cbb0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24558235&result=sequence_release", "schema": "url"}}], "abstract": "None: Burkholderia caribensis MBA4 was isolated from soil for its ability to utilize 2-haloacid. An inducible haloacid operon, encoding a dehalogenase and a permease, is mainly responsible for the biotransformation. Here, we report the draft genome sequence of this strain.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1128/genomea.00047-14"}, {"type": "pbmid", "id": "24558235"}], "author": ["Tsang Jimmy S H", "Pan Yanling", "Kong Ka Fai"], "relatedPublications": 0, "id": "50|r3d100010527::2a2ec26ef4f705ada03fbb9387841de0", "title": ["Draft Genome Sequence of the Haloacid-Degrading Burkholderia caribensis Strain MBA4."], "relatedDatasets": 4}
227
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5312c2784cee76c0711b53f139c752b0", "id": {"identifier": "10.5517/ccdc.csd.cc1lrz4g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::37e59aac5b3852f4b30761fa8303f8f1", "id": {"identifier": "10.5517/ccdc.csd.cc1lrz5h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ba4c52c172f199fac3fc2839a06494ab", "id": {"identifier": "10.5517/ccdc.csd.cc1lrz3f", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three new mononuclear cobalt(III) complexes, [Co(L 1 ) 2 ]ClO 4 ·2H 2 O ( 1 ) {HL 1  = 2((2(2-hydroxyethylamino)ethylimino)methyl)-6-methoxyphenol}, [Co(L 2 )(acna)(N 3 )] ( 2 ) {HL 2  = 2((2(2-hydroxyethylamino)ethylimino)methyl)-6-ethoxyphenol, Hacna = 2-acetyl-1-naphthol} and [Co(L 3 )(bzan)(N 3 )] ( 3 ) {HL 3  = 1((2(diethylamino)ethylimino)methyl)naphthalen-2-ol, Hbzan = 1-benzoylacetone} were prepared and characterized by elemental and spectral analysis. The structures of all complexes were confirmed by single crystal X-ray analyses. Weak noncovalent interactions lead to the formation of extended supra-molecular assemblies in them. Both complexes  2  and  3  may be used as moderate catalyst for the oxidation of 2-aminophenol to 2-aminophenoxazine-3-one.", "author": ["Ghosh Kousik", "Chattopadhyay Shouvik", "Harms Klaus"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2016.10.027"}], "id": "50|dli_resolver::adca541cd69b20734eebbb19ac68f2e8", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, characterization and phenoxazinone synthase mimicking activity of cobalt(III) Schiff base complexes\""], "relatedDatasets": 3}
228
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9a94f8dc3c6c2ed7e8be8c09f972586c", "id": {"identifier": "10.5517/ccznr1d", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::93ba4da8f854b5cac1cf957db991c4e6", "id": {"identifier": "10.5517/ccznr3g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0f0ab1207cfc7fef7c95edac90c6867e", "id": {"identifier": "10.5517/ccznr2f", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two novel N-phosphonoethylcarboxypyridines were prepared via nucleophilic substitution of two carboxypyridines (namely, 4-carboxypyridine, or isonicotinic acid, and 3-carboxypyridine, or nicotinic acid) with diethyl-2-bromoethylphosphonate in water. Two zirconium derivatives of these acids were obtained under mild solvothermal conditions, and their structures were solved from powder X-ray diffraction (PXRD) data. The zirconium derivative containing the isonicotinic moiety (1), with formula ZrF2(HF)(O3PCH2CH2NC5H4CO2), has a one-dimensional (1D) chain structure in which the carboxypyridine groups are placed in the external part of the inorganic chain constituted of zirconium octahedra and phosphonic tetrahedra, whereas the zirconium derivative containing the nicotinic moiety (2), with formula ZrF2(O3PCH2CH2NC5H4CO2), has a hybrid layered structure in which zirconium octhaedra and phosphorus tetrahedra form a new structural archetype, with a C–O group coordinating the zirconium atoms. 1 underwent a high tem...", "author": ["Sassi Paola", "Taddei Marco", "Geppi Marco", "Costantino Ferdinando"], "localIdentifier": [{"type": "doi", "id": "10.1021/cg301042y"}], "id": "50|dli_resolver::e836fb0e98592ed1221dad089c9d769f", "relatedPublications": 0, "date": [""], "title": ["\"Multitechnique Experimental Insight on an Unusual Crystal-to-Crystal High Temperature Solid State Reaction in Zirconium Carboxypyridinephosphonates: From One-Dimensional Chains to Two-Dimensional Hybrid Layers Through HF Elimination\""], "relatedDatasets": 3}
229
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::222ea22d7cb38ddaf3658aa5ca8ab188", "id": {"identifier": "10.5517/ccdc.csd.cc1m6fx5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b36e48ce7ef5fdea4b8d12784759b1b9", "id": {"identifier": "10.5517/ccdc.csd.cc1m6fy6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Isoliquiritigenin (ISL) is an abundant dietary flavonoid with numerous pharmacological activities. However, isoliquiritigenin is poorly absorbed by the body which limits its clinical usage. Cocrystallization has attracted attention recently as a means of modifying unfavourable physicochemical properties of compounds. Herein, we report the synthesis of two new cocrystals of ISL: isoliquiritigenin–nicotinamide (ISL–NIC) and isoliquiritigenin–isonicotinamide (ISL–INM). To our knowledge, this is the first report of flavonoid cocrystals from a compound with a chalcone structure. The cocrystals are characterized by various techniques, including powder X-ray diffraction, Raman spectroscopy, differential scanning calorimetry and thermogravimetric analysis. Through single-crystal X-ray diffraction analysis, we investigate the crystal packing and intermolecular interactions of ISL cocrystals. The binary phase diagrams of ISL and the conformers are constructed for understanding the thermal behaviors of physical mixtures upon heating. Pharmacokinetic studies show that both of the ISL cocrystals outperform the pure form of ISL and its monohydrate with increases in bioavailabilities.", "author": ["Cai Baochang", "Cai Ting", "Huang Yuting", "Ruan Sida", "Xu Jia", "Chi Zongliang", "Qin Kunming"], "localIdentifier": [{"type": "doi", "id": "10.1039/c6ce01809b"}], "id": "50|dli_resolver::c5652fe7307c44763a7e5a6e3b73f885", "relatedPublications": 0, "date": [""], "title": ["\"Cocrystals of isoliquiritigenin with enhanced pharmacokinetic performance\""], "relatedDatasets": 2}
230
{"typology": "publication", "publisher": ["Journal of immunology (Baltimore, Md. : 1950)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d0b73ff37a235199c8a64c9ec897dd9b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8376769&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::150898bc645c7b189acd3f6e3d27a7b9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8376769&result=coding_release", "schema": "url"}}], "abstract": "None: The primary repertoire of B and T cells is established by V(D)J recombination. Two closely linked genes, RAG-1 and RAG-2, are essential for this process, and have been identified in mice, humans, and chickens. To study lymphocyte development in Xenopus laevis, we have characterized RAG-1 and RAG-2 in this species and examined their patterns of expression. Degenerate oligonucleotides, based on the known highly conserved RAG-1 sequences, were used to amplify, by the polymerase chain reaction, a segment of Xenopus RAG-1 from genomic DNA. A product of expected size was obtained and used to identify a genomic clone that contained the complete coding region of RAG-1 (1045 codons), and approximately the 3'-half of the coding region of RAG-2. The coding regions of RAG-1 and RAG-2 each lie on a single exon, are in opposite transcriptional orientation, and are separated by approximately 6 kb. The sequence of the remainder of RAG-2 was determined by PCR amplification of genomic DNA, with primers based on sequence analysis of RAG-2 cDNA clones. The predicted Xenopus RAG-1 protein is 71% identical in amino acid sequence to the sequences of each of the mouse, human, and chicken proteins; from position 392 to 1012 the identity is 88%. The coding region of Xenopus RAG-2 (520 codons) is somewhat less conserved among the different species. Tissue-specific expression of Xenopus RAG-1 and RAG-2 was examined both by Northern blotting and by a reverse transcription-polymerase chain reaction assay. In juvenile frogs, the highest levels of RAG-1 and RAG-2 expression were observed in the thymus, with lower levels in liver and spleen, and even lower levels in the kidneys. In adults, the thymus and bone marrow were found to be the principal sites of expression of both genes. RAG-2, but not RAG-1, was expressed in oocytes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8376769"}], "author": ["Greenhalgh P", "Steiner L A", "Olesen C E"], "relatedPublications": 0, "id": "50|r3d100010527::825fba0069bce0a0928b8caae4b05d04", "title": ["Characterization and expression of recombination activating genes (RAG-1 and RAG-2) in Xenopus laevis."], "relatedDatasets": 2}
231
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "ICPSR", "dnetId": "60|dedup_wf_001::c37868a1e4c5f9d2238a75272495e0c7", "id": {"identifier": "10.3886/icpsr21661.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bf6a3596fc396be76c43941bdc1a199e", "id": {"identifier": "10.3886/icpsr21661.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::82f06bb5f0e9cfcd54223110657d997a", "id": {"identifier": "10.3886/icpsr21661", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28ca16353d24a0fc503a407926e48bcb", "id": {"identifier": "10.3886/icpsr21661.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|dedup_wf_001::c37868a1e4c5f9d2238a75272495e0c7", "id": {"identifier": "10.3886/icpsr21661.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In September 1999, over 3000 Australian students in 115 schools representing all schooling sectors participated in the Australian component of the IEA Civic Education study. In this paper, the focus in particular is on Australian students’ democratic values and on their attitudes towards participation and social action. The results suggest that while Australian students have a well-developed set of democratic values, they adopt a passive rather than an active style of engaging in conventional citizenship activities. They will participate formally through voting and they will pursue issues where they see some community benefit but they do not see themselves exercising an effective presence in the formal political system. The implications of these results are discussed in relation to the characteristics of citizens needed in a democratic society and the role that schools can play in adopting curriculum and pedagogy that will engage young people in the development of their civic knowledge.", "author": ["Mellor, Suzanne", "Kennedy Kerry, J.", "Mellor Suzanne", "Kennedy, Kerry J."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijer.2004.07.002"}], "id": "50|dedup_wf_001::5a8f918b22db473f7578e76c0c505b94", "relatedPublications": 0, "date": [""], "title": ["Australian Students’ democratic values and attitudes towards participation: indicators from the IEA civic education study"], "relatedDatasets": 5}
232
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::50b6cc168366edfdcb12682f3444611f", "id": {"identifier": "af183408", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a0f6e0f729478ec61f82497583fb4bdc", "id": {"identifier": "af265211", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f9b6c95c3c33791c93326ceda93797d3", "id": {"identifier": "aj277403", "schema": "ncbi-n"}}], "abstract": "", "title": ["Unique features of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.micres.2009.09.004"}], "id": "50|elsevier____::caf3cbf7f2309e1e5618339359a6001a", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 3}
233
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::cbba8463186187a6a4af337ce2efc811", "id": {"identifier": "10.6073/aa/knb-lter-cdr.62015.113", "schema": "url"}}], "abstract": "La matière organique (MO) remplit de multiples fonctions dans les systèmes agro-pastoraux ouest-africains. Or l'offre en ressource organique y diminue depuis plusieurs décennies. Afin d'estimer la viabilité d'un terroir agro-pastoral dans le sud du Sénégal, les bilans (stocks et flux) du carbone (C), de l'azote (N) et du phosphore (P ; assimilable seulement dans le sol et noté POD) y ont donc été établis.<br />Le terroir choisi était organisé en auréoles, avec une intensification croissante des pratiques de la périphérie (auréole de brousse) vers le village (champs de case).<br />Les stocks dans le système sol-plante étaient de 54,7 tC, 2,63 tN et 43,5 kgP ha-1 dans les jachères âgées, soit des croîts respectifs de 97, 29 et 251 % par rapport aux cultures de brousse (l'augmentation ayant lieu essentiellement dans la biomasse végétale). Les stocks mesurés dans le sol des champs de case étaient supérieurs à ceux des cultures de brousse, essentiellement dans l'horizon 0-10 cm. Cependant, la faible réponse globale des stocks de carbone des sols sableux à la jachère et à la fumure ne peut être interprétée qu'en réévaluant le rôle bio-thermodynamique joué par le carbone dans l'intégrité des agroécosystèmes locaux.<br />Les stocks moyens sur le terroir contrôlables par l'homme furent estimés à 29,7 tC, 1,52 tN and 28,6 kgP ha-1 en 1997. Le carbone était stocké surtout dans le sol. Elevage, récoltes et collecte de bois ont représenté respectivement 59, 27 et 14 % des prélèvements de carbone dans le terroir. Grâce à eux, des flux importants de carbone ont été établis vers les champs de case (3,8 tC ha-1 an-1), et les pertes minérales globales ont été estimées à 4 kgN et 1 kgP ha-1 an-1. Le terroir était donc proche de l'équilibre minéral.<br />Mais selon la dynamique démographique actuelle, la perte de carbone pourrait atteindre 0,38 tC ha-1 an-1, et la demande en carbone doubler durant les 30 prochaines années. Sans intensification des pratiques, ceci remettrait en cause la viabilité du système.", "author": ["Manlay, Raphaël"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::df61544879f5b6c57d1f175ec56b90d6"}], "id": "50|dli_resolver::f1954df0abf628563a5a3fde4793dc50", "relatedPublications": 0, "date": [""], "title": ["Dynamique de la matière organique à l'échelle d'un terroir agro-pastoral de savane ouest-africaine (Sud-Sénégal)"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "PHOSPHORE"}, {"scheme": "keyword", "value": "MATIERE ORGANIQUE"}, {"scheme": "keyword", "value": "Carbone"}, {"scheme": "keyword", "value": "STOCK ORGANIQUE"}, {"scheme": "keyword", "value": "PARCELLE"}, {"scheme": "keyword", "value": "TRANSFERT D'ECHELLE"}, {"scheme": "keyword", "value": "TERROIR"}, {"scheme": "keyword", "value": "JACHERE"}, {"scheme": "keyword", "value": "Elevage"}, {"scheme": "keyword", "value": "Plante"}, {"scheme": "keyword", "value": "AZOTE"}, {"scheme": "keyword", "value": "Biomasse"}, {"scheme": "keyword", "value": "EVOLUTION DES SOLS SOUS CULTURE"}, {"scheme": "keyword", "value": "Racine"}, {"scheme": "keyword", "value": "Fertilité"}, {"scheme": "keyword", "value": "Terroir agro-pastoral"}, {"scheme": "keyword", "value": "Jachère"}, {"scheme": "keyword", "value": "SYSTEME DE PRODUCTION"}, {"scheme": "keyword", "value": "Matière organique"}, {"scheme": "keyword", "value": "Phosphore"}, {"scheme": "keyword", "value": "[SDU.STU] Sciences of the Universe [physics]/Earth Sciences"}, {"scheme": "keyword", "value": "Flux"}, {"scheme": "keyword", "value": "Azote"}, {"scheme": "keyword", "value": "FERTILITE DU SOL"}, {"scheme": "keyword", "value": "AGROPASTORALISME"}, {"scheme": "keyword", "value": "SAVANE"}, {"scheme": "keyword", "value": "Fumier"}, {"scheme": "keyword", "value": "FUMURE"}, {"scheme": "keyword", "value": "VILLAGE"}, {"scheme": "keyword", "value": "Sol"}, {"scheme": "keyword", "value": "SOL"}, {"scheme": "keyword", "value": "CYCLE CULTURAL"}, {"scheme": "keyword", "value": "Tropiques"}, {"scheme": "keyword", "value": "Sénégal"}, {"scheme": "keyword", "value": "BIOMASSE"}, {"scheme": "keyword", "value": "CARBONE"}, {"scheme": "keyword", "value": "Stock"}, {"scheme": "keyword", "value": "DEVELOPPEMENT DURABLE"}]}
234
{"typology": "publication", "publisher": ["American Physical Society (APS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::caada02397480254c492b15bea19f2ac", "id": {"identifier": "10.17182/hepdata.25980", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::da2024fced93abc6fbd497c36ad0c0d4", "id": {"identifier": "10.17182/hepdata.25980.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Negative pion spectra emitted in the reactions of 775 MeV/nucleon [sup 139]La+[sup 12]C and [sup 139]La+[sup 139]La reactions have been measured in coincidence with the projectile fragments using the HISS spectrometer at the Bevalac. Prominent peaks near the beam velocity were observed in the pion spectra. Position and widths of the peaks were studied as a function of the sum charge'' of projectile fragments which is a good measure of impact parameter; the smaller the sum charge,'' the smaller the impact parameter. The peak position down shifts with the smaller sum charge.'' The pion peak is wider in the transverse than in the longitudinal direction, possibly mirroring the velocity dispersions of projectile fragments in the early stage of reactions.", "author": ["Shida Y.", "Crowe K. M.", "Kobayashi T.", "Yamakawa O.", "Bistirlich J. A.", "Y-W, Xu", "Tanihata I.", "Rasmussen J. O.", "Humanic T. J.", "Justice M.", "Hashimoto O.", "Nagamiya S.", "Nakayama K.", "Yoshikawa N.", "Hamagaki H."], "localIdentifier": [{"type": "doi", "id": "10.1103/physrevc.49.420"}], "id": "50|dli_resolver::4b698a763235ff11e78b15c644f044b3", "relatedPublications": 0, "date": [""], "title": ["\"Projectile rapidity pions in 775 MeV/nucleonLa139+12C andLa139+139La reactions\""], "relatedDatasets": 2}
235
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf10e388f1811a412d46aa0125638ac5", "id": {"identifier": "10.5517/cc9lv7y", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title crystal structure, [Cu(NCS)2(C7H8N4)2]n, comprises one-dimensional chains propagating in the a-axis direction. The CuII atoms, which have crystallographic 2/m site symmetry, are coordinated by six N atoms from four 1,1′-methyl­enedi-1H-imidazole ligands and two NCS− anions, giving a slightly disorted octa­hedral coordination geometry. The 1,1′-methyl­enedi-1H-imidazole ligand adopts a bis-monodentate bridging mode, linking the CuII atoms.", "author": ["Dong Gui-Ying", "Cui Guang-Hua", "Ribas Joan"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536806004843"}], "id": "50|dli_resolver::548d07b9eb4d9389318c63516ec9faa5", "relatedPublications": 0, "date": [""], "title": ["\"catena-Polybis(isothiocyanato-κN)copper(II)bis(μ-1,1′-methylenedi-1H-imidazole-κN3:κN3′)\""], "relatedDatasets": 1}
236
{"typology": "publication", "publisher": ["PeerJ"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8d4dcbc9233468f0216b17f0962816cb", "id": {"identifier": "10.7287/peerj.1025v0.1/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::69331c19d832c8a6b8b97f8db5aa9da1", "id": {"identifier": "10.7287/peerj.1025v0.1/reviews/3", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::781662270ccaab6b43f5620927535d5d", "id": {"identifier": "10.7287/peerj.1025v0.2/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dc577939b05f0056d2d87c2e1d2dc599", "id": {"identifier": "10.7287/peerj.1025v0.2/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::484e852ddefd49d61f2929f219c67db0", "id": {"identifier": "10.7287/peerj.1025v0.1/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0f86900e05d2e0f9ac6d901150a7a834", "id": {"identifier": "10.7287/peerj.1025v0.3/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c318628c0c9e51ff879a03b6b22b7101", "id": {"identifier": "10.7287/peerj.1025v0.3/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c9b2f462b2f954f0f21a1ff85b23ab04", "id": {"identifier": "10.7287/peerj.1025v0.2/reviews/3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "As more and more prokaryotic sequencing takes place, a method to quickly and accurately analyze this data is needed. Previous tools are mainly designed for metagenomic analysis and have limitations; such as long runtimes and significant false positive error rates. The online tool GenomePeek (edwards.sdsu.edu/GenomePeek) was developed to analyze both single genome and metagenome sequencing files, quickly and with low error rates. GenomePeek uses a sequence assembly approach where reads to a set of conserved genes are extracted, assembled and then aligned against the highly specific reference database. GenomePeek was found to be faster than traditional approaches while still keeping error rates low, as well as offering unique data visualization options.", "author": ["Edwards Robert A.", "McNair Katelyn"], "localIdentifier": [{"type": "doi", "id": "10.7717/peerj.1025"}], "id": "50|dli_resolver::e04780f8d04c3f910f6706494775bd8e", "relatedPublications": 0, "date": [""], "title": ["\"GenomePeek—an online tool for prokaryotic genome and metagenome analysis\""], "relatedDatasets": 8}
237
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a25b8831ff6377445127d02bde3802b0", "id": {"identifier": "dq074693.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Native recombinant kisspeptin can induce"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cbpb.2016.05.002"}], "id": "50|elsevier____::355754af268b7d3e034164b4971e64d7", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 1}
238
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::6d70a9dd75b0b4fdf3a116f8b195b03f", "id": {"identifier": "10.3886/icpsr22410.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Madondo, Kumbirai"], "localIdentifier": [{"type": "icpsr", "id": "118947"}], "relatedPublications": 0, "title": ["Contextualizing the Health Belief Model and the Social Epidemiology Theories in the Study of AIDS in Malawi"], "id": "50|r3d100010255::53eca98342fbba9ea1678972415a9dcc"}
239
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2c212d1c82995a7eb6954e7580d8809f", "id": {"identifier": "10.5517/ccsm1jy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "An efficient anionic bicyclization of tryptamine-derived Zincke aldehydes forms the basis for a three-step route to the tetracyclic ABCE core of many Strychnos, Aspidosperma, and Iboga alkaloids. This powerful reaction is showcased in a five-step synthesis of the Strychnos alkaloid norfluorocurarine from tryptamine and pyridine.", "author": ["Vanderwal Christopher D.", "Martin David B. C."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja900640v"}], "id": "50|dli_resolver::01e87395311b59c01620797bf3f7ed0a", "relatedPublications": 0, "date": [""], "title": ["\"Efficient Access to the Core of theStrychnos,AspidospermaandIbogaAlkaloids. A Short Synthesis of Norfluorocurarine\""], "relatedDatasets": 1}
240
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c78691104bcfd5f091ccb14ebfb22f5b", "id": {"identifier": "10.5517/cc6ykd2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The molybdenum nitrido complex 15NMo[N(R)Ar]3#R##N#(where R = C(CD3)2CH3, Ar = 3,5-C6H3Me2) reacted with the anhydride of trifluoroacetic acid at room temperature to afford the correspondent organonitrogen compound in almost quantitative yield without the necessity of using additional reagents to achieve the C–N coupling.", "author": ["Henderickx Huub", "de Vries Koen", "Spoel Jan van der", "Kwakkenbos Gerard", "Peters Alexander"], "localIdentifier": [{"type": "doi", "id": "10.1039/b305774g"}], "id": "50|dli_resolver::6b869146566bb26ca52555f5ebd7c6c7", "relatedPublications": 0, "date": [""], "title": ["\"Direct formation of an organonitrogen compound from a molybdenum nitrido species\""], "relatedDatasets": 1}
241
{"typology": "publication", "publisher": ["Bioscience, biotechnology, and biochemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6208d47640e6fc3f363059f15965db97", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27299394&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8589f1b7e382dad6fb84d24d44ad6496", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27299394&result=sequence_release", "schema": "url"}}], "abstract": "None: Polar orange pigments were extracted from the cultured cells of marine bacterium strain SD-212 and purified by chromatographic methods. The structures of two new trihydroxy-keto-carotenoids, (2R,3S,3'S)-2-hydroxyastaxanthin (1) and (2R,3S,3'R)-2-hydroxyadonixanthin (2) were determined by means of spectral methods. Known carotenoids (3S,2'R,3'R)-erythroxanthin (3), (2R,3S',2' R,3'S)-2,3,2',3'-tetrahydroxy-β,β-carotene-4,4'-dione (4), (2R,3S,2'R,3'R)-2,3,2',3'-tetrahydroxy-β,β-caroten-4-one (5), (3S,3'S)-astaxanthin (6), and (3S,3'R)-adonixanthin (7) were also isolated.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1271/bbb.60.200"}, {"type": "pbmid", "id": "27299394"}], "author": ["Shizuri Y", "Izumida H", "Yokoyama A", "Miki W"], "relatedPublications": 0, "id": "50|r3d100010527::dab2bed8bf4ed1c573e15ba1503c5545", "title": ["New Trihydroxy-keto-carotenoids Isolated from an Astaxanthin-producing Marine Bacterium."], "relatedDatasets": 2}
242
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8a3e2e038b571a9f644ddd299b7ee7ec", "id": {"identifier": "fj355920", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1a9e674fac662c28ebf96b68a3842fc5", "id": {"identifier": "jq765412", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f27a250e998d29cfb31fa7758b00cae7", "id": {"identifier": "jx416228", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::712d04ccb08f965a1ce9f4d1b550a030", "id": {"identifier": "kc588948", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8bb2c110dfe172af9787100d959f1b37", "id": {"identifier": "eu553489", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f23052c4fa7e01562df5632f807995a7", "id": {"identifier": "kc588947", "schema": "ncbi-n"}}], "abstract": "", "title": ["A real-time RT-qPCR assay for the detection of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jviromet.2017.03.004"}], "id": "50|elsevier____::b1f9a34ad40eec4c8e6f98433aa78a02", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 6}
243
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b6e489f02954d218708cb1772a010e8a", "id": {"identifier": "10.5517/ccdc.csd.cc1mt4l5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf5d0c9f0b5a65a2a29769f0b6fb78d4", "id": {"identifier": "10.5517/ccdc.csd.cc1mt4q9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0f6d8c16fa690786abe86c190f6e46c3", "id": {"identifier": "10.5517/ccdc.csd.cc1mt5cz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The strong Lewis acid Al(C6F5)3, in combination with a strong Lewis base N-heterocyclic olefin (NHO), cooperatively promotes the living ring-opening (co)polymerization of lactones, represented by δ-valerolactone (δ-VL) and e-caprolactone (e-CL) in this study. Medium to high molecular weight linear (co)polyesters (Mw up to 855 kg/mol) are achieved, and most of them exhibit narrow molecular weight distributions (Đ as low as 1.02). Detailed investigations into the structures of key reaction intermediates, kinetics, and polymer structures have led to a polymerization mechanism, in that initiation involves nucleophilic attack of the Al(C6F5)3-activated monomer by NHO to form a structurally characterized zwitterionic, tetrahedral intermediate, followed by its ring-opening to generate active zwitterionic species. In the propagation cycle, this ring-opened zwitterionic species and its homologues attack the incoming monomer activated by Al(C6F5)3 to generate the tetrahedral intermediate, followed by the rate-deter...", "author": ["Wang Qianyi", "Zhang Yuetao", "-X, Chen Eugene Y.", "Zhao Wuchao", "He Jianghua"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.macromol.6b02398"}], "id": "50|dli_resolver::a1cefafec4e4aa8cd0e7b5dbb41cadfe", "relatedPublications": 0, "date": [""], "title": ["\"Living Ring-Opening Polymerization of Lactones byN-Heterocyclic Olefin/Al(C6F5)3Lewis Pairs: Structures of Intermediates, Kinetics, and Mechanism\""], "relatedDatasets": 3}
244
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b8b77d6b64e735002d04567ca2cb0990", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653219&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c33407759aa7dcf4bada9b87a878bf38", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653219&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::04ff16a95c6037460e5f058eb616b0fd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653219&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d8357ef9864ffe4f0058e7b122fb2c1e", "id": {"identifier": "m67475", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5159fcf199ecee2bd1d009ca5aa103c0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653219&result=coding_release", "schema": "url"}}], "abstract": "None: A family of repetitive elements from the cyanobacterium Anabaena sp. strain PCC 7120 was identified through the proximity of one element to the psbAI gene. Four members of this seven-member family were isolated and shown to have structures characteristic of bacterial insertion sequences. Each element is approximately 1,200 bp in length, is delimited by a 30-bp inverted repeat, and contains two open reading frames in tandem on the same DNA strand. The four copies differ from each other by small insertions or deletions, some of which alter the open reading frames. By using a system designed to trap insertion elements, one of the elements, denoted IS895, was shown to be mobile. The target site was not duplicated upon insertion of the element. Two other filamentous cyanobacterial strains were also found to contain sequences homologous to IS895.", "author": ["Se, Curtis", "Ja, Martin", "Weislo L J", "Cai, Y.", "Alam, J.", "Lj, Weislo", "Cai Y", "Alam J", "Jm, Vrba", "Vrba J M", "Martin J A", "Curtis S E"], "localIdentifier": [{"type": "pbmid", "id": "1653219"}, {"type": "pmid", "id": "1653219"}], "id": "50|dedup_wf_001::05c9b76c38020f395d48c6f3487922a9", "relatedPublications": 0, "date": ["1991-09-01"], "title": ["Characterization of the IS895 family of insertion sequences from the cyanobacterium Anabaena sp. strain PCC 7120."], "relatedDatasets": 5}
245
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::406300f2ddbf1a7edc8b7b9173ef0639", "id": {"identifier": "10.5517/cc13n7tt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c710cda739beef55325e90050c3fc138", "id": {"identifier": "10.5517/cc13n7ss", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Four novel organosilicon compounds of Bath-n (n = 1–4), where Bath-1 = 4,7-diphenyl-2-(4-(trimethylsilyl)phenyl)-1,10-phenanthroline, Bath-2 = 4,7-diphenyl-2-(4-(dimethylphenylsilyl)phenyl)-1,10-phenanthroline, Bath-3 = 4,7-diphenyl-2-(4-(methyldiphenylsilyl)phenyl)-1,10-phenanthroline, Bath-4 = 4,7-diphenyl-2-(4-(triphenylsilyl)phenyl)-1,10-phenanthroline, respectively, were designed and synthesized. The photoluminescent (PL) spectra of Bath-n (n = 1–4) mainly locate at ca. 380 nm and present aggregation-induced emission enhancement character in the H2O/THF mixture. Furthermore, the PL intensity (IPL) of Bath-3@MCM-41 composite could linearly respond to the fraction of O2 (fO) in the O2/N2 medium as fO ≤ 60 v%, while its IPL can be 84.1% quenched in pure O2 referenced to the IPL in pure N2. At last, the geometries of the ground states of Bath-n (n = 1–4) were also simulated by the density functional theory to explore the character of the frontier molecular orbitals of Bath-n (n = 1–4).", "author": ["Si Zhenjun", "Fan Wei", "Chen Cong", "Xu Yazhou", "Wan Yuchun", "Wang Dianwei"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.dyepig.2015.10.018"}], "id": "50|dli_resolver::b1f7a2309433fd6345964f0d5e1c6acf", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and property studies of novel Bath derivatives containing organosilyl groups with aggregation-induced emission enhancement and optical O2 sensoring characters\""], "relatedDatasets": 2}
246
{"typology": "publication", "publisher": ["Japanese journal of medical science & biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ee7424d68cc34b5007ff09c36050072c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1291763&result=sequence_release", "schema": "url"}}], "abstract": "None: We used polymerase chain reaction (PCR) to amplify a segment, about 560 base pairs (bp), of HIV-1 gag DNA prepared from peripheral blood mononuclear cells of a seropositive Taiwanese pair of mother and infant. TM-1 and TC-1 clones of PCR-amplified DNA derived from the mother and infant, respectively, showed a 94.5% homology with each other. However, the TM-1 and TC-1 sequences exhibited lower degrees of homology, i.e. only 85.1% and 85.8%, respectively, with the corresponding gag segment of a North American HIV-1 subtype (HXB2), and 86.4% and 87.0%, respectively, with that of a Zairean HIV-1 subtype (Z2Z6). The divergence of TM-1 and TC-1 sequences from those of HXB2 and Z2Z6 is particularly prominent in the first (5' proximal) 200 bp of the cloned DNA segment, involving transitions more frequently than transversions. Two additional clones TM-2 and TC-2 derived from the mother and infant were sequenced for the first 200 bp. These four clones showed a high degree of homology (94.7-97.5%) among themselves, providing an evidence for transmission of the virus from the mother to the infant. These findings show the epidemiological value of PCR, and indicate the presence of a gag subtype of HIV-1 which is distinct from both the North American and Zairean subtypes according to the phylogenetic tree constructed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1291763"}], "author": ["Chang K S", "Guo H G"], "relatedPublications": 0, "id": "50|r3d100010527::9e8c3c8178e44ad9d1aa8f63df3ff8c7", "title": ["A vertically transmitted HIV-1 gag-subtype variant detected in Taiwan."], "relatedDatasets": 1}
247
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::cdf5e3469234f90efaedfce2b72c6910", "id": {"identifier": "10.3886/icpsr08256.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Neogi, Ranjini"], "localIdentifier": [{"type": "icpsr", "id": "119582"}], "relatedPublications": 0, "title": ["Three Essays on Housing Affordability and Housing Supply Regulation Dynamics"], "id": "50|r3d100010255::88ca860840b43ed23f31589c14982d67"}
248
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::0d876a8cc30d76029c76a5e1860ac999", "id": {"identifier": "4mb5", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::f11d2002b1a5f980dddd70e9eb9b1933", "id": {"identifier": "4mb3", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::8862321c2da5f8cb71e64e1e6c2cb65f", "id": {"identifier": "4mb4", "schema": "pdb"}}], "abstract": "The four-domain structure of chitinase 60 from Moritella marina (MmChi60) is outstanding in its complexity. Many glycoside hydrolases, such as chitinases and cellulases, have multi-domain structures, but only a few have been solved. The flexibility of the hinge regions between the domains apparently makes these proteins difficult to crystallize. The analysis of an active-site mutant of MmChi60 in an unliganded form and in complex with the substrates NAG4 and NAG5 revealed significant differences in the substrate-binding site compared with the previously determined complexes of most studied chitinases. A SAXS experiment demonstrated that in addition to the elongated state found in the crystal, the protein can adapt other conformations in solution ranging from fully extended to compact.", "author": ["Vorgias Constantinos E.", "Malecki Piotr H.", "Svergun Dmitri I.", "Rypniewski Wojciech", "Petoukhov Maxim V."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1399004713032264"}], "id": "50|dli_resolver::1b2f6cd598c3d0b70237e2d47503c9e0", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structures of substrate-bound chitinase from the psychrophilic bacteriumMoritella marinaand its structure in solution\""], "relatedDatasets": 3}
249
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::ff15d6ac0324fd0a81cc468c5f8fd0a1", "id": {"identifier": "10.3886/icpsr09586.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::ff15d6ac0324fd0a81cc468c5f8fd0a1", "id": {"identifier": "10.3886/icpsr09586.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d9a408d019c7806b7c6b9345a83998d6", "id": {"identifier": "10.3886/icpsr09586", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Detailed interview data from 250 male narcotic addicts attending methadone maintenance treatment centers in Baltimore and New York City were used to confirm and extend previous findings regarding the frequency of nonnarcotic drug abuse among relevant addict subgroups. Consistent with earlier results, abuse of nonnarcotic drugs in general, and particularly cocaine, was higher during periods of addiction than during periods of nonaddiction. Overall, marijuana and cocaine were the two main drugs of abuse, but variations were present according to addiction status period, city, and ethnic group membership. Relationships between cocaine use and specific types of criminal activity were also examined. It was found that there were high associations between cocaine use and several different kinds of crime.", "author": ["Nurco David N.", "Ball, John C.", "Ball John C.", "Kinlock, Timothy W.", "Kinlock Timothy W.", "Nurco, David N.", "Hanlon, Thomas E.", "Hanlon Thomas E."], "localIdentifier": [{"type": "doi", "id": "10.1016/0010-440x(88)90060-0"}], "id": "50|dedup_wf_001::24e5d62947fa96a42d80acc6073f3518", "relatedPublications": 0, "date": [""], "title": ["Nonnarcotic drug use over an addiction career—A study of heroin addicts in Baltimore and New York City"], "relatedDatasets": 3}
250
{"typology": "publication", "publisher": ["The Plant journal : for cell and molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2bbe08aefad91c95bfde8a842561bb9a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15447655&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ab9b3ce2d5b3120adbacc37aba8aefbf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15447655&result=sequence_release", "schema": "url"}}], "abstract": "None: (S)-Norcoclaurine synthase (NCS) (EC 4.2.1.78) catalyzes the condensation of 3,4-dihydroxyphenylethylamine (dopamine) and 4-hydroxyphenylacetaldehyde (4-HPAA) as the first committed step in the biosynthesis of benzylisoquinoline alkaloids such as morphine, sanguinarine, and berberine, in plants. A molecular clone encoding NCS was isolated from a meadow rue (Thalictrum flavum ssp. glaucum) cell suspension culture cDNA library. Heterologous expression of the NCS cDNA, truncated to remove a putative signal peptide, produced a recombinant protein with NCS activity. Recombinant NCS showed sigmoidal saturation kinetics for dopamine (Hill coefficient=1.98), hyperbolic saturation kinetics for 4-HPAA (Km of 700 microm), and pH and temperature optima of 7.0 and 40 degrees C, respectively, all similar to the purified, plant-derived enzyme. NCS exhibits 28-38% identity, and putative structural homology, with the Bet v 1 allergen and pathogenesis-related (PR)10 protein families. NCS also displays 35% identity with the enzyme (HYP1) responsible for hypericin biosynthesis in St John's wort (Hypericum perforatum). The novel catalytic functions of NCS and HYP1 define a new class of plant secondary metabolic enzymes within the Bet v 1 and PR10 protein families. Weaker homology was also detected between NCS and proteins identified in the latex of Papaver somniferum (opium poppy), and in Arabidopsis thaliana. A family of three to five NCS genes is abundantly expressed in the rhizome, followed by petioles and roots of T. flavum. NCS transcripts were localized to the immature endodermis and pericycle in roots, and the protoderm of leaf primordia in rhizomes; thus, the sites of NCS gene expression and berberine accumulation are temporally and spatially separated in roots and rhizomes respectively.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15447655"}], "author": ["Samanani Nailish", "Liscombe David K", "Facchini Peter J"], "relatedPublications": 0, "id": "50|r3d100010527::f85c19c394c54b463234219ef2126552", "title": ["Molecular cloning and characterization of norcoclaurine synthase, an enzyme catalyzing the first committed step in benzylisoquinoline alkaloid biosynthesis."], "relatedDatasets": 2}
251
{"typology": "publication", "publisher": ["Cambridge University Press (CUP)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d170a7cd408943cb6875df03215c244", "id": {"identifier": "10.3886/icpsr04667.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a06c92577e906eaf1cb50dfb9d3d2331", "id": {"identifier": "10.3886/icpsr04667.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b5b041684db3c0634c05c11a8dba1b93", "id": {"identifier": "10.3886/icpsr29761.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1c46d1176d705c5c7aefb35c1b29bf8e", "id": {"identifier": "10.3886/icpsr29761", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17a210a56b8e81e89cf9530c11e1c5f9", "id": {"identifier": "10.3886/icpsr29761.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17a210a56b8e81e89cf9530c11e1c5f9", "id": {"identifier": "10.3886/icpsr29761.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f77d7a87b87bf6b1a37e72b0300e576a", "id": {"identifier": "10.3886/icpsr04667", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a06c92577e906eaf1cb50dfb9d3d2331", "id": {"identifier": "10.3886/icpsr04667.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background. Little is known about how the views of the public are related to self-stigma among people with mental health problems. Despite increasing activity aimed at reducing mental illness stigma, there is little evidence to guide and inform specific anti-stigma campaign development and messages to be used in mass campaigns. A better understanding of the association between public knowledge, attitudes and behaviours and the internalization of stigma among people with mental health problems is needed. Method. This study links two large, international datasets to explore the association between public stigma in 14 European countries (Eurobarometer survey) and individual reports of self-stigma, perceived discrimination and empowerment among persons with mental illness (n=1835) residing in those countries (the Global Alliance of Mental Illness Advocacy Networks (GAMIAN) study). Results. Individuals with mental illness living in countries with less stigmatizing attitudes, higher rates of help- seeking and treatment utilization and better perceived access to information had lower rates of self-stigma and perceived discrimination and those living in countries where the public felt more comfortable talking to people with mental illness had less self-stigma and felt more empowered. Conclusions. Targeting the general public through mass anti-stigma interventions may lead to a virtuous cycle by disrupting the negative feedback engendered by public stigma, thereby reducing self-stigma among people with mental health problems. A combined approach involving knowledge, attitudes and behaviour is needed ; mass interventions that facilitate disclosure and positive social contact may be the most effective. Improving availability of information about mental health issues and facilitating access to care and help-seeking also show promise with regard to stigma.", "author": ["Evans-Lacko S.", "Evans-Lacko, S.", "Brohan, E.", "Mojtabai R.", "Thornicroft, G.", "Brohan E.", "Thornicroft G.", "Mojtabai, R."], "localIdentifier": [{"type": "doi", "id": "10.1017/s0033291711002558"}], "id": "50|dedup_wf_001::e6271920b3c62d4b493c08c859aeddeb", "relatedPublications": 0, "date": [""], "title": ["Association between public views of mental illness and self-stigma among individuals with mental illness in 14 European countries"], "relatedDatasets": 8}
252
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::b296a8340e6badd8e36c3794bd12fc26", "id": {"identifier": "2ba1", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::aac78b650a88ebbbccc86e94bb017d83", "id": {"identifier": "2ba0", "schema": "pdb"}}], "abstract": "Exosomes emerge as central 3′→5′ RNA processing and degradation machineries in eukaryotes and archaea. We determined crystal structures of two 230 kDa nine subunit archaeal exosome isoforms. Both exosome isoforms contain a hexameric ring of RNase phosphorolytic (PH) domain subunits with a central chamber. Tungstate soaks identified three phosphorolytic active sites in this processing chamber. A trimer of Csl4 or Rrp4 subunits forms a multidomain macromolecular interaction surface on the RNase-PH domain ring with central S1 domains and peripheral KH and zinc-ribbon domains. Structural and mutational analyses suggest that the S1 domains and a subsequent neck in the RNase-PH domain ring form an RNA entry pore to the processing chamber that only allows access of unstructured RNA. This structural framework can mechanistically unify observed features of exosomes, including processive degradation of unstructured RNA, the requirement for regulatory factors to degrade structured RNA, and leftover tails in rRNA trimming.", "author": ["Wenig Katja", "Hopfner Karl-Peter", "Büttner Katharina"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.molcel.2005.10.018"}], "id": "50|dli_resolver::4c1609b06f0e0ef2f4e7b6e393aeeacd", "relatedPublications": 0, "date": [""], "title": ["\"Structural Framework for the Mechanism of Archaeal Exosomes in RNA Processing\""], "relatedDatasets": 2}
253
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d78857fb42098982e842b251670d0ca0", "id": {"identifier": "jf781162", "schema": "ncbi-n"}}], "abstract": "", "title": ["The interaction of Rotavirus A pig/China/NMTL/2008/G9P[23] VP6 with cellular beta-actin is required for optimal RV replication and infectivity"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.vetmic.2016.11.008"}], "id": "50|elsevier____::5a4be266b0aa42b7561c2217c00c4707", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 1}
254
{"typology": "publication", "publisher": ["Pest management science"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cd304dd21368e5811adae92b6a10f556", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16688790&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::de492fc79218c1997e53388f7f41405a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16688790&result=sequence_release", "schema": "url"}}], "abstract": "None: The cytochrome b (cyt b) gene structure was characterized for different agronomically important plant pathogens, such as Puccinia recondita f sp tritici (Erikss) CO Johnston, P graminis f sp tritici Erikss and Hennings, P striiformis f sp tritici Erikss, P coronata f sp avenae P Syd & Syd, P hordei GH Otth, P recondita f sp secalis Roberge, P sorghi Schwein, P horiana Henn, Uromyces appendiculatus (Pers) Unger, Phakopsora pachyrhizi Syd & P Syd, Hemileia vastatrix Berk & Broome, Alternaria solani Sorauer, A alternata (Fr) Keissl and Plasmopara viticola (Berk & Curt) Berlese & de Toni. The sequenced fragment included the two hot spot regions in which mutations conferring resistance to QoI fungicides may occur. The cyt b gene structure of these pathogens was compared with that of other species from public databases, including the strobilurin-producing fungus Mycena galopoda (Pers) P Kumm, Saccharomyces cerevisiae Meyer ex Hansen, Venturia inaequalis (Cooke) Winter and Mycosphaerella fijiensis Morelet. In all rust species, as well as in A solani, resistance to QoI fungicides caused by the mutation G143A has never been reported. A type I intron was observed directly after the codon for glycine at position 143 in these species. This intron was absent in pathogens such as A alternata, Blumeria graminis (DC) Speer, Pyricularia grisea Sacc, Mycosphaerella graminicola (Fuckel) J Schröt, M fijiensis, V inaequalis and P viticola, in which resistance to QoI fungicides has occurred and the glycine is replaced by alanine at position 143 in the resistant genotype. The present authors predict that a nucleotide substitution in codon 143 would prevent splicing of the intron, leading to a deficient cytochrome b, which is lethal. As a consequence, the evolution of resistance to QoI fungicides based on G143A is not likely to evolve in pathogens carrying an intron directly after this codon.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16688790"}], "author": ["Garibaldi Angelo", "Grasso Valeria", "Gisi Ulrich", "Palermo Simona", "Sierotzki Helge"], "relatedPublications": 0, "id": "50|r3d100010527::edc7ac56ce0f751c42af58127749f0e5", "title": ["Cytochrome b gene structure and consequences for resistance to Qo inhibitor fungicides in plant pathogens."], "relatedDatasets": 2}
255
{"typology": "publication", "publisher": ["JSTOR"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1a8e415b450de95b56b99882ffc6de7d", "id": {"identifier": "10.1594/pangaea.863695", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2c71bf8249863699c9967a9f923d762a", "id": {"identifier": "10.1594/pangaea.863692", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e402849ce144eafb69fd8a196eed2d7f", "id": {"identifier": "10.1594/pangaea.863689", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Smol John P.", "Paul, Jasinski J. P.", "Ruhland Kathleen", "Warner Barry G."], "localIdentifier": [{"type": "doi", "id": "10.2307/1552448"}], "id": "50|dli_resolver::24721a3f9cb9b52b39896ebc8d4739ff", "relatedPublications": 0, "date": [""], "title": ["\"Response of Diatoms and Other Siliceous Indicators to the Developmental History of a Peatland in the Tiksi Forest, Siberia, Russia\""], "relatedDatasets": 3}
256
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::228ac45da435dcd34269aa3f4d014967", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22307507&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b6e33a3be567756e6bc681b12586f70e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22307507&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bb114d6b66ea70dba9d6b49bdff5afa7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22307507&result=read_study", "schema": "url"}}], "abstract": "None: A novel bacterial strain, YC7001(T), was isolated from the rhizosphere soil of rice collected at Jinju, Korea, and was characterized using a polyphasic approach. Cells of strain YC7001(T) were Gram-negative-staining, yellow-pigmented, rod-shaped, aerobic, heterotrophic and non-motile. Strain YC7001(T) grew optimally at 25-30 °C, pH 5.0-8.0 and degraded gelatin, cellulose and chitin. Phylogenetic analyses based on 16S rRNA gene sequences indicated that strain YC7001(T) belonged to the genus Chitinophaga in the family Chitinophagaceae. The most closely related species were Chitinophaga sancti NBRC 15057(T) (96.9%), Chitinophaga ginsengisoli Gsoil 052(T) (95.9%), Chitinophaga pinensis DSM 2588(T) (95.7%), Chitinophaga filiformis IFO 15056(T) (95.7%) and Chitinophaga niabensis JS13-10(T) (95.0%). The DNA-DNA relatedness value of strain YC7001(T) with C. sancti NBRC 15057(T) was 15.2 ± 0.6%. Strain YC7001(T) contained MK-7 as the major menaquinone and homospermidine as the major polyamine. The major fatty acids of strain YC7001(T) were C(15:0) iso, C(16:1)ω5c and C(17:0) iso 3-OH. The polar lipids were phosphatidylethanolamine, unknown aminolipids and unknown lipids. The total genomic DNA G+C content was 41.3 mol%. On the basis of phenotypic, chemotaxonomic and phylogenetic analyses, strain YC7001(T) represents a novel species of the genus Chitinophaga, in the family Chitinophagaceae, for which the name Chitinophaga oryziterrae sp. nov. is proposed. The type strain is YC7001(T) ( = KACC 14533(T) = JCM 16595(T)).", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1099/ijs.0.036442-0"}, {"type": "pbmid", "id": "22307507"}], "author": ["Jeon Che Ok", "Park Tae Soon", "Chung Eu Jin", "Chung Young Ryun"], "relatedPublications": 0, "id": "50|r3d100010527::793066ae79ecf28025c5f8fb10ccf766", "title": ["Chitinophaga oryziterrae sp. nov., isolated from the rhizosphere soil of rice (Oryza sativa L.)."], "relatedDatasets": 3}
257
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f7abe913fad484975ac20d815632ef12", "id": {"identifier": "10.5517/ccpbdbq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::08fd9c03ad5a96541a3ddfdc5a6d9e06", "id": {"identifier": "10.5517/ccpbdjx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a03a0e661185c82219d079a77019f84d", "id": {"identifier": "10.5517/ccpbdgv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8eb3e6548f3be848462b6e22b8d9d180", "id": {"identifier": "10.5517/ccpbdcr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ab6363ed5eb53f48f966ce3ec89f8929", "id": {"identifier": "10.5517/ccpbdhw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::02b1b32ead5311054f8fd35856022b5b", "id": {"identifier": "10.5517/ccpbdft", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5b2fb86115df89987ba21e47babc8bf7", "id": {"identifier": "10.5517/ccpbdds", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#CO2 fixation and transformation by metal complexes continuously receive attention from the viewpoint of carbon resources and environmental concerns. We found that the dinuclear copper(II) cryptate [Cu2L1](ClO4)4 (1; L1=N[(CH2)2NHCH2(m-C6H4)CH2NH-(CH2)2]3N) can easily take up atmospheric CO2 even under weakly acidic conditions at room temperature and convert it from bicarbonate into carbonate monoesters in alcohol solution. The compounds [Cu2L1(μ-O2COH)](ClO4)3 (2), [Cu2L1(μ-O2COR)](ClO4)3 (3: R=CH3; 4: R=C2H5; 5: R=C3H7; 6: R=C4H9; 7: R=C5H11; 8: R=CH2CH2OH), [Cu2L1(μ-O2CCH3)](ClO4)3 (9), and [Cu2L1(OH2)(NO3)](NO3)3 (10) were characterized by IR spectroscopy and ESI-MS. The crystal structures of 2–6 and 10 were studied by single-crystal X-ray diffraction analysis. On the basis of the crystal structures, solution studies, and DFT calculations, a possible mechanism for CO2 fixation and transformation is given.", "author": ["Chen Jia-Mei", "Feng Xiao-Long", "Wei Wei", "Lu Tong-Bu"], "localIdentifier": [{"type": "doi", "id": "10.1002/asia.200700042"}], "id": "50|dli_resolver::93d587730e946383dd80c8a40e89fef3", "relatedPublications": 0, "date": [""], "title": ["\"CO2 Fixation and Transformation by a Dinuclear Copper Cryptate under Acidic Conditions\""], "relatedDatasets": 7}
258
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8d7433544d4f87e8fe97f99f10cf05f6", "id": {"identifier": "3ba6", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::b62f0a2e4caa4cd06df506e7789b4189", "id": {"identifier": "3b9r", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::b62f0a2e4caa4cd06df506e7789b4189", "id": {"identifier": "3b9r", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::eb5a5209dac1a8ce008173f3636a4b77", "id": {"identifier": "3b9b", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8d7433544d4f87e8fe97f99f10cf05f6", "id": {"identifier": "3ba6", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::eb5a5209dac1a8ce008173f3636a4b77", "id": {"identifier": "3b9b", "schema": "pdb"}}], "abstract": "The sarcoplasmic reticulum Ca2+-ATPase, a P-type ATPase, has a critical role in muscle function and metabolism. Here we present functional studies and three new crystal structures of the rabbit skeletal muscle Ca2+-ATPase, representing the phosphoenzyme intermediates associated with Ca2+ binding, Ca2+ translocation and dephosphorylation, that are based on complexes with a functional ATP analogue, beryllium fluoride and aluminium fluoride, respectively. The structures complete the cycle of nucleotide binding and cation transport of Ca2+-ATPase. Phosphorylation of the enzyme triggers the onset of a conformational change that leads to the opening of a luminal exit pathway defined by the transmembrane segments M1 through M6, which represent the canonical membrane domain of P-type pumps. Ca2+ release is promoted by translocation of the M4 helix, exposing Glu 309, Glu 771 and Asn 796 to the lumen. The mechanism explains how P-type ATPases are able to form the steep electrochemical gradients required for key functions in eukaryotic cells.", "author": ["Nissen Poul", "Winther Anne-Marie Lund", "Oxvig Claus", "Picard Martin", "Preben, Morth J.", "Olesen Claus", "Møller Jesper Vuust", "Gyrup Claus"], "localIdentifier": [{"type": "doi", "id": "10.1038/nature06418"}], "id": "50|dli_resolver::0462f50e0be4c9412f9ed1f2d59ec376", "relatedPublications": 0, "date": [""], "title": ["\"The structural basis of calcium transport by the calcium pump\""], "relatedDatasets": 6}
259
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::85ee0a2f2f560b945d907abcd2ab924c", "id": {"identifier": "10.6084/m9.figshare.c.3988716.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8dd8e100b27c5d7cb8c1e8818ef34b2f", "id": {"identifier": "10.6084/m9.figshare.c.3988716.v2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6ab4282dbb3f41cf1749dfec3d858c3e", "id": {"identifier": "10.6084/m9.figshare.c.3988716", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hörandl Elvira", "Speijer Dave"], "localIdentifier": [{"type": "doi", "id": "10.1098/rspb.2017.2706"}], "id": "50|dli_resolver::18ac47ef5de6e631e2cfa349c5d9949f", "relatedPublications": 0, "date": [""], "title": ["How oxygen gave rise to eukaryotic sex"], "relatedDatasets": 3}
260
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b734266b83af763d29e11aabce80d223", "id": {"identifier": "10.5517/ccv15st", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4af20731b14c8d7836000c14d9187e6", "id": {"identifier": "10.5517/ccv15rs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f9e2fe6ea652595d717df5c7e3a381aa", "id": {"identifier": "10.5517/ccv15qr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a24d4eaa9cb67309575c9f7e01f97fb", "id": {"identifier": "10.5517/ccs66y3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The influence of substituents on the properties of tri- and hexafluorinated alcohols derived from 2,2,2-trifluoroethanol (TFE) and 1,1,1,3,3,3-hexafluoro-2-propanol (HFIP) was examined. Measurements of specific solvent−solute interactions revealed that H-bond donation (HBD) of fluorinated alcohols is sensitive to the steric hindrance of the OH group, whereas their Bronsted acidity is dependent only on the number of fluorine atoms. For hexafluorinated alcohols (HFAs), their association with amines characterized by X-ray diffraction showed that the balance between HBD and acidity is influenced by their structure. Moreover, the ability of HFAs to donate H-bonds is exerted in synclinal (sc), synperiplanar (sp), and also antiperiplanar (ap) conformations along the C−O bond. Comparison of the effects of fluorinated alcohols as promoting solvents in three reactions is reported. The positive correlation between rate constants and H-bonding donation ability for sulfide oxidation and imino Diels−Alder reaction brin...", "author": ["Legros Julien", "Laurence Christian", "Bonnet-Delpon Danièle", "Crousse Benoit", "Nicolet Pierre", "Slawin Alexandra M. Z.", "Vuluga Daniela"], "localIdentifier": [{"type": "doi", "id": "10.1021/jo1023816"}], "id": "50|dli_resolver::070d2c106a849d37aecc08573ac3fbcd", "relatedPublications": 0, "date": [""], "title": ["\"Influence of the Structure of Polyfluorinated Alcohols on Brønsted Acidity/Hydrogen-Bond Donor Ability and Consequences on the Promoter Effect\""], "relatedDatasets": 4}
261
{"typology": "publication", "publisher": ["Plasmid"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4cd28510e5c8271aa4c3e4ccac8b67f8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8029329&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::97a75c8b7781a96cc01db0402e6c77b1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8029329&result=coding_release", "schema": "url"}}], "abstract": "None: pAD1 is a hemolysin/bacteriocin plasmid originally identified in Enterococcus faecalis DS16. It encodes a mating response to a peptide sex pheromone, cAD1, secreted by recipient bacteria. Once pAD1 is acquired, production of the pheromone ceases--a trait related in part to a determinant designated traB. Here we report the nucleotide sequence of traB and the position of several transposon insertions resulting in the characteristic self-induction phenotype. The deduced product has a mass of 43.7 kDa with the C-terminal third consisting primarily of hydrophobic amino acid residues.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8029329"}], "author": ["An F Y", "Clewell D B"], "relatedPublications": 0, "id": "50|r3d100010527::dc7648b360fbea7b2a81ac5cf5a72abc", "title": ["Characterization of the determinant (traB) encoding sex pheromone shutdown by the hemolysin/bacteriocin plasmid pAD1 in Enterococcus faecalis."], "relatedDatasets": 2}
262
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::b7c7781e264170080bcb8923717d1669", "id": {"identifier": "10.3886/icpsr07629.v2", "schema": "url"}}], "abstract": "The monetary authorities in East Asian countries have been strengthening their regional monetary cooperation since the Asian Currency Crisis in 1997. In this paper, we propose a deviation measurement for coordinated exchange rate policies in East Asia to enhance the monetary authorities' surveillance process for their regional monetary cooperation. We estimate an AMU (Asian Monetary Unit) as a weighted average of East Asian currencies according to the method to calculate the ECU used under the EMS before introducing the euro into some EU countries. We consider four types of AMU, which are based on trade volume, nominal GDP, GDP measured at PPP, and international reserves. After choosing both the AMUs based on GDP measured at PPP weight and trade weight from a viewpoint of stability of the AMU value in terms of a currency basket composed of the US dollar and the euro, we calculate the deviation indicators from the benchmark rates for each of the East Asian currencies. We compare both nominal and real deviation indicators by taking into account inflation rate differentials. The real deviation indicator should be adequate for surveillance over effects of exchange rate policy on real economy while the nominal one can be frequently watched in real time.", "author": ["Junko Shimizu", "Eiji Ogawa"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______645::f468bdc3e200dee583752168a2ab9939"}], "id": "50|dli_resolver::09e0bebfaa603be5a011ea4ebf62189b", "relatedPublications": 0, "date": [""], "title": ["A Deviation Measurement for Coordinated Exchange Rate Policies in East Asia"], "relatedDatasets": 1}
263
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "", "dnetId": "60|dedup_wf_001::66fb87b158fc7c7154bc0196d17c1dbd", "id": {"identifier": "nm_057090", "schema": "genbank"}}], "abstract": "We report that artemin, a member of the glial cell line-derived neurotrophic factor family of ligands, is oncogenic for human mammary carcinoma. Artemin is expressed in numerous human mammary carcinoma cell lines. Forced expression of artemin in mammary carcinoma cells results in increased anchorage-independent growth, increased colony formation in soft agar and in three-dimensional Matrigel, and also promotes a scattered cell phenotype with enhanced migration and invasion. Moreover, forced expression of artemin increases tumor size in xenograft models and leads to highly proliferative, poorly differentiated and invasive tumors. Expression data in Oncomine indicate that high artemin expression is significantly associated with residual disease after chemotherapy, metastasis, relapse and death. Artemin protein is detectable in 65% of mammary carcinoma and its expression correlates to decreased overall survival in the cohort of patients. Depletion of endogenous artemin with small interfering RNA, or antibody inhibition of artemin, decreases the oncogenicity and invasiveness of mammary carcinoma cells. Artemin is therefore oncogenic for human mammary carcinoma, and targeted therapeutic approaches to inhibit artemin function in mammary carcinoma warrant consideration.", "author": ["Pandey V", "Lobie P E", "Liu D X", "Fielder G C", "Perry J K", "Kang J", "Qian P X", "Wu Z S", "Zhu T", "Mei B"], "localIdentifier": [{"type": "doi", "id": "10.1038/onc.2009.66"}], "id": "50|dli_resolver::92a26d885ffbdf031c3600ac737da1f4", "relatedPublications": 0, "date": [""], "title": ["\"Artemin is oncogenic for human mammary carcinoma cells\""], "relatedDatasets": 1}
264
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b958c0846fdb681418385a0d16493be3", "id": {"identifier": "10.5517/cc68wkw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3d6f8f04e6d22a6c200698b34e7c8b71", "id": {"identifier": "10.5517/cc68wjv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::81ed962319ecc6f3b73ab0e854e33295", "id": {"identifier": "10.5517/cc68wq1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9e3bfe5785d256953f437e7f7a28858b", "id": {"identifier": "10.5517/cc68wmy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a1419b16950518cfcc20cd67d7a6bc3", "id": {"identifier": "10.5517/cc68wnz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::81dc8b59fdb6e371dffa4f14e5e55f31", "id": {"identifier": "10.5517/cc68wp0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a55d4466df627854d0bfa1846e5e4f85", "id": {"identifier": "10.5517/cc68wht", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::05c315c19b94920c87c043c043f4b5ed", "id": {"identifier": "10.5517/cc68wlx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reactions of a phosphavinyl Grignard reagent, [CyPC(But)MgCl(OEt2)], Cy=cyclohexyl, with a variety of group 15 halide compounds in a number of stoichiometries have been investigated. When the Grignard reagent is reacted with Ph2PCl or CyPCl2, Cy=cyclohexyl, in a 1∶1 and 2∶1 stoichiometry respectively, the 1,3-diphosphapropene, Ph2PC(But)PCy, and triphosphabicyclo[2.1.0]pentane compound, CyP{C2(But)2P2Cy2}, are formed. The 2∶1 and 3∶1 reactions of the Grignard reagent with either PCl3 or AsCl3 lead to the strained triphospha- and arsadiphosphabicyclo[1.1.1]pentanes, ButC{μ-P(Cy)}2{μ-ECl}CBut, E=P#R##N#or As in moderate yield. The related 1∶1 reaction of the Grignard reagent with PCl3 affords two products, a phosphino-substituted phosphorus ylide, Cl2PC(But)P(Cy)(Cl)2, and a tetraphosphabicyclo[2.1.1]hexane, ButC{μ-P(Cl)P(Cy)}{μ-P(Cy)}{μ-P(Cl)}CBut, the mechanism of formation of which is discussed. An analogous 1∶1 reaction of the Grignard reagent with SbCl3 led to an unusual heterocyclic compound, (Cl2Sb)(But)CSb(Cl)C(But)P(Cl)(Cy)P(Cy), which quantitatively decomposes in solution to yield the known 1,2-dihydro-1,2-diphosphete, P2(Cy)2C2(But)2. All prepared compounds have been crystallographically#R##N#characterised.", "author": ["Richards Anne F.", "Junk Peter C.", "Jones Cameron", "Waugh Mark"], "localIdentifier": [{"type": "doi", "id": "10.1039/b204663f"}], "id": "50|dli_resolver::9721acd33dd213ce09ce5d42afe131ee", "relatedPublications": 0, "date": [""], "title": ["\"The interaction of phosphavinyl Grignard reagents with group 15 halides: synthesis and structural characterisation of novel heterocyclic and heterocage compounds\""], "relatedDatasets": 8}
265
{"typology": "publication", "publisher": ["Walter de Gruyter GmbH"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9aa3f770861dc7be18db776d75c86e10", "id": {"identifier": "10.5517/ccdc.csd.cc1ncx97", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Xu Wen-Chang", "Qi De-Qiang", "You Jin-Zong", "Huang Xu-Wen", "Tong Sheng-Yue", "Zhang Yi-Ping", "Li Tang-Qi"], "localIdentifier": [{"type": "doi", "id": "10.1515/ncrs-2016-0268"}], "id": "50|dli_resolver::e028cb7fc4c034cf413fd0550ffe7f07", "relatedPublications": 0, "date": [""], "title": ["Crystal structure of methyl 1-(4-fluorobenzyl)-3-phenyl-1H-pyrazole-5-carboxylate, C18H15FN2O2"], "relatedDatasets": 1}
266
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::475d7c8da36b4eb1b6cc56ce70edf7ec", "id": {"identifier": "10.3886/icpsr04186.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Troiano, Richard P.", "Ainsworth, Barbara E.", "Tudor-Locke, Catrine", "Washington, Tracy L."], "localIdentifier": [{"type": "icpsr", "id": "104394"}], "relatedPublications": 0, "title": ["Linking the American Time Use Survey (ATUS) and the compendium of physical activities: Methods and rationale"], "id": "50|r3d100010255::b74a3691fd3547b511a2922195d1eaa8"}
267
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::93860f7ce6ddcb39f78a044b3c5d88cf", "id": {"identifier": "10.6084/m9.figshare.6504074", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bee4a1caeb42a8a8aaaa941766fc0f80", "id": {"identifier": "10.6084/m9.figshare.6504074.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Silva K.F.", "Frazílio F.O.", "Jardim P.H.A.", "Santos L.M.", "Azuaga L.B.S.", "Albuquerque V. B.", "Silva A.M."], "localIdentifier": [{"type": "doi", "id": "10.1590/1678-4162-9812"}], "id": "50|dli_resolver::72dd64ee7a32a254cfca7005d2200b43", "relatedPublications": 0, "date": [""], "title": ["Bloqueio do plexo braquial em um tamanduá-mirim (Tamandua tetradactyla) utilizando estimulador de nervos periféricos: relato de caso"], "relatedDatasets": 2}
268
{"typology": "publication", "publisher": ["American Physical Society (APS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0541e91e4a8ed1826d2ed5046d59fb90", "id": {"identifier": "10.17182/hepdata.20447.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::738d1a91fe3448e9b8377ec3468a9537", "id": {"identifier": "10.17182/hepdata.20447", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A search for supersymmetric electron production via the reaction e/sup +/e/sup -/..-->..e/sup + -/gamma-tildee/sup - +/ followed by the decay e/sup - +/..-->..e/sup - +/gamma-tilde has been performed with the MAC detector at the electron-positron storage ring PEP. No candidates were found in a sample corresponding to an integrated luminosity of 36.4 pb/sup -1/. For a massless gamma-tilde this corresponds to a lower limit on the e mass of 22.4 GeV/c/sup 2/ at 95% confidence level.", "author": ["Blume H. T.", "Maruyama T.", "Lynch H. L.", "Zdarko R. W.", "Prepost R.", "Kaye H. S.", "Wald H. B.", "Clearwater S. H.", "Johnson J. R.", "Rosenberg L. J.", "Smith J. G.", "Piccolo M.", "Shambroom W. D.", "Ronga F.", "Hurst R. B.", "De Sangro R.", "Meyer O. A.", "Marini A.", "Lee H. Y.", "Read A. L.", "Venutti J. P.", "von Goeler E.", "Groom D. E.", "Coombes R. W.", "Goderre G. P.", "Rich K.", "Wiser D. E.", "Fernandez E.", "Weinstein Roy", "Ford W. T.", "Chadwick G. B.", "Lau K. H.", "Delfino M. C.", "Lavine T. L.", "Gettner M. W.", "Moromisato J. H.", "Leedy R. E.", "Ritson D. M.", "Heltsley B. K.", "Michalowski S. J.", "Messner R. L.", "Peruzzi I.", "Band H. R.", "Ash W. W.", "Loh E. C."], "localIdentifier": [{"type": "doi", "id": "10.1103/physrevlett.52.22"}], "id": "50|dli_resolver::056b40d6d3b2470b47ee232354513405", "relatedPublications": 0, "date": [""], "title": ["\"Search for Singly Produced Supersymmetric Electrons ine+e−Interactions\""], "relatedDatasets": 2}
269
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2f2057536f5291b70d7ee5be40d42a2e", "id": {"identifier": "10.3886/icpsr09681.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Tolley, H. D.", "Manton, Kenneth G."], "localIdentifier": [{"type": "icpsr", "id": "43635"}], "relatedPublications": 0, "title": ["Assessing Health Care Costs in the Elderly"], "id": "50|r3d100010255::e6baf6c2999f2bd55eac7761436d60d9"}
270
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::78ef4e1ed15c3806614bfefdd753b48b", "id": {"identifier": "dq075464", "schema": "genbank"}}], "abstract": "", "title": ["Characterisation of the marsupial-specific"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.gene.2005.08.003"}], "id": "50|elsevier____::37dd3931472338c16a5f7ee754fbaf07", "relatedPublications": 0, "date": ["2005"], "relatedDatasets": 1}
271
{"typology": "publication", "publisher": ["European journal of pharmacology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::63118394c15a644000fe11896ba49ed9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9652372&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::18ff4ad481357e76570d84480a279681", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9652372&result=sequence_release", "schema": "url"}}], "abstract": "None: Kinin receptors are classified as B1 and B2 based upon agonist and antagonist potencies and cloning and expression studies. Using sequences from human and rat bradykinin B2 receptors, polymerase chain reaction (PCR) was utilized to isolate cDNA from guinea pig lung. The receptor obtained is predicted to have 372 amino acids and shares > 80% sequence homology with human, rat, rabbit and mouse B2 receptors. In competition binding experiments in Chinese hamster ovary (CHO-K1) cells in which the guinea pig cDNA was expressed, [3H]bradykinin was displaced by kinin receptor ligands with an order of potency consistent with a B2 subtype. In CHO cells expressing the guinea pig receptor, bradykinin caused a concentration 45Ca2+ efflux. A B1 receptor agonist, desArg9-bradykinin, also caused 45Ca2+ efflux but with a potency several orders of magnitude lower than bradykinin. Curiously, several B1 and B2 receptor antagonists induced 45Ca2+ efflux, indicating that this receptor may be coupled differently in CHO cells than in native tissues.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9652372"}], "author": ["Farmer S G", "Powell S J", "Graham A", "Wilkins D E"], "relatedPublications": 0, "id": "50|r3d100010527::f85f7009bb5036cc49a82067440b6198", "title": ["Cloning, sequencing and functional expression of a guinea pig lung bradykinin B2 receptor."], "relatedDatasets": 2}
272
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a525a8b4fe3a681fc702eea15a045b89", "id": {"identifier": "10.5061/dryad.c6qj0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a525a8b4fe3a681fc702eea15a045b89", "id": {"identifier": "10.5061/dryad.c6qj0", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Galan, M.", "Ribas Salvador, A.", "-L, Poulle M.", "Guivier, E.", "Voutilainen, L.", "Xuéreb, A.", "Henttonen, H.", "Charbonnel, N.", "Cosson, J. F.", "Chaval, Y."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1365-294x.2011.05199.x"}], "id": "50|dli_resolver::91dc70a340e5d72b092102c35e96331f", "relatedPublications": 0, "date": [""], "title": ["Landscape genetics highlights the role of bank vole metapopulation dynamics in the epidemiology of Puumala hantavirus"], "relatedDatasets": 2}
273
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3ba80c8d9534a0942407dda175586997", "id": {"identifier": "10.5517/cc1k8rtd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Stereospecific α-amination has been accomplished via addition of N-phenyltriazolinedione (PhTAD) to the allylic position of dihydropyrroles. The aim of this study is to evaluate new PhTAD derivatives of biologically active bicyclic dihydropyrroles. Ene reaction was accomplished via addition of PhTAD to the allylic position to react with syn and anti diastereomers for α-amination. The α-amination depends on the stereochemistry, proceeding faster with syn than anti diastereoisomers. Steric hindrance from sulfide substituent slows down the transformation. Although the results are in accordance with an ene reaction followed by 1,3-shift of the urazole moiety, deuteration at the allylic position by simply stirring the diastereoisomeric dihydropyrroles in MeOD revealed a [1,3-H] shift. The stereospecificity of the transformation is attributed to steric hindrance during the allylic transposition step.", "author": ["Georgiou Dimitra", "Gul Melek", "Dernektsi Eleni", "Szafert Sławomir", "Elemes Yiannis", "Pelit Emel", "Lis Tadeusz", "Oikonomou Kosmas"], "localIdentifier": [{"type": "doi", "id": "10.1007/s11164-016-2681-x"}], "id": "50|dli_resolver::361cd52570878e5a25c1f3e6d3465f59", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of PhTAD-substituted dihydropyrrole derivatives via stereospecific C–H amination\""], "relatedDatasets": 1}
274
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c6350009614287b784e700afa36bd89d", "id": {"identifier": "10.5517/ccrlssw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The isolated cyclopentadiene moiety in a fullerene multi-adduct derivative reacts readily with dienophiles to form [4 + 2] cycloaddition products.", "author": ["Gan Liangbing", "Yao Jiayao", "Xiao Zuo", "Zhang Wen-Xiong", "Zhang Jianxin", "Yang Xiaobing"], "localIdentifier": [{"type": "doi", "id": "10.1039/b817300a"}], "id": "50|dli_resolver::3c7085217500f11bcc2a465cb3555efd", "relatedPublications": 0, "date": [""], "title": ["\"Switched role of fullerene in the Diels–Alder reaction: facile addition of dienophiles to the conjugated fullerenediene moiety\""], "relatedDatasets": 1}
275
{"typology": "publication", "publisher": ["Emerging infectious diseases"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aa613fd49563c03d1a16b15dcc71962a", "id": {"identifier": "u03396", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::712c0256e2b21f77120628d042d29eb1", "id": {"identifier": "d45192", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::90cfb9428d452ba21bbf50d3df50daa5", "id": {"identifier": "u42299", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7c6083849c3679e372b11ef2db6b0548", "id": {"identifier": "u42284", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6ac7040efec227b104849484f0614639", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16032795&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b832178567537e8ffcfe6a1bb9a0bf51", "id": {"identifier": "u28503", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::74dc080656dacd6e05dd3f85611fcc2c", "id": {"identifier": "ay536513", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::559bd7c93cbce8204ec2da944bc18eac", "id": {"identifier": "l46688", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7a4c4340d3d64e0012ddf4b6fe0a8ad7", "id": {"identifier": "u42292", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e75ed4e25a0288a9b4df18899c73ffe1", "id": {"identifier": "ay668955", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71284a154c44f6050eda5e9eb9b555d6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16032795&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::21c89854d9ae03b084477c9e9ef1deae", "id": {"identifier": "ay668956", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ba113bf657e89f20c595d6b6d77a35ba", "id": {"identifier": "u23211", "schema": "ena"}}], "abstract": "", "author": ["Barbour Alan G", "Barbour, Alan G.", "Bunikis Jonas", "Jonas Bunikis"], "localIdentifier": [{"type": "pbmid", "id": "16032795"}, {"type": "pmid", "id": "16032795"}], "id": "50|dedup_wf_001::8502cd84f35584dc5c3531bc6e8f7df9", "relatedPublications": 0, "date": ["2005-07-01"], "title": ["Third Borrelia species in white-footed mice."], "relatedDatasets": 13}
276
{"typology": "publication", "publisher": ["Science (New York, N.Y.)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::aba31e30412db51d214ba326687d81cd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1546313&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b6e921237dfac27e6ae9c60a41288660", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1546313&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::53cb85b7168fcecf47f44822a614e6d8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1546313&result=sequence_release", "schema": "url"}}], "abstract": "None: The yeast transcription factor IIA (TFIIA), a component of the basal transcription machinery of RNA polymerase II and implicated in vitro in regulation of basal transcription, is composed of two subunits of 32 and 13.5 kilodaltons. The genes that encode these subunits, termed TOA1 and TOA2, respectively, were cloned. Neither gene shares obvious sequence similarity with the other or with any other previously identified genes. The recombinant factor bound to a TATA binding protein-DNA complex and complemented yeast and mammalian in vitro transcription systems depleted of TFIIA. Both the TOA1 and TOA2 genes are essential for growth of yeast.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1546313"}], "author": ["Ranish J A", "Hahn S", "Lane W S"], "relatedPublications": 0, "id": "50|r3d100010527::b4147b40de96007ab225ef13c9f8c331", "title": ["Isolation of two genes that encode subunits of the yeast transcription factor IIA."], "relatedDatasets": 3}
277
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::043b509c0b2c7507871316d2edcb38c7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21515703&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::43f817192bf16dc235f4e1436dc1dcbb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21515703&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::32c9c18ef47992a3999360a9f1de33d1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21515703&result=noncoding_release", "schema": "url"}}], "abstract": "None: An aerobic, Gram-reaction-negative, chemo-organotrophic bacterium, designated strain SSW-35(T), was isolated from seawater in Jeju, Republic of Korea. Cells were motile, short rods; colonies were circular, smooth, convex, translucent and beige in colour. No diffusible pigment formed on any of the media tested. The bacterium grew at 4-30 °C and pH 7.1-10.1. Phylogenetic analysis based on 16S rRNA gene sequences showed that the organism was related to members of the genus Loktanella, its closest recognized relatives being Loktanella rosea Fg36(T) (98.1% sequence similarity) and Loktanella maricola DSW-18(T) (97.8%). Levels of 16S rRNA gene similarity between strain SSW-35(T) and other recognized species of the genus Loktanella were all <97%. Polar lipid analysis revealed the presence of diphosphatidylglycerol, phosphatidylcholine, phosphatidylethanolamine, phosphatidylglycerol and an unknown lipid as major components, as well as small amounts of two unknown phospholipids. The predominant ubiquinone was Q-10. The major cellular fatty acid was C(18:1) (summed feature 7), and the 3-hydroxy fatty acids detected were C(12:1) 3-OH and C(10:0) 3-OH. The genomic DNA G+C content was 55.0 mol%. In DNA-DNA hybridization experiments, the relatedness values between strain SSW-35(T) and the type strains of the phylogenetically closest recognized species were all <11%. On the basis of the phenotypic and genotypic characteristics, phylogenetic analysis and DNA-DNA relatedness, a novel species, Loktanella tamlensis sp. nov., is proposed. The type strain is SSW-35(T) (=KCTC 12722(T)=JCM 14020(T)).", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1099/ijs.0.029462-0"}, {"type": "pbmid", "id": "21515703"}], "author": ["Lee Soon Dong"], "relatedPublications": 0, "id": "50|r3d100010527::63aadb47034bb62ad95a2049068a887d", "title": ["Loktanella tamlensis sp. nov., isolated from seawater."], "relatedDatasets": 3}
278
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6a41462517ca2dc99c6d8592d591fe65", "id": {"identifier": "ab086256", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c19dc22944fec878ec9f517d9310d28c", "id": {"identifier": "af445798", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1b6a883636b92fae4f4dec686ea9eb43", "id": {"identifier": "ay684274", "schema": "ena"}}], "abstract": "", "author": ["Eom, Keeseon S.", "Woon-Mok Sohn", "Duk-Young Min", "Han-Jong Rim", "Jong-Yil Chai", "Bounnaloth Insisiengmay", "Hyeong-Kyu Jeon", "Tai-Soon Yong"], "localIdentifier": [{"type": "pmid", "id": "24327790"}], "id": "50|pubmed______::46d715919ad931b6304e58bc2845d383", "relatedPublications": 0, "date": ["2013-10-31"], "title": ["Human neurocysticercosis case and an endemic focus of Taenia solium in Lao PDR."], "relatedDatasets": 3}
279
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f1ef658e54b54fc6f02c23d82f9a886", "id": {"identifier": "10.5281/zenodo.241893", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2e6cd35e55d3b1ad86974aa673bfefbf", "id": {"identifier": "10.5281/zenodo.241894", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2c7577340215a5f040bfd870c05c249a", "id": {"identifier": "10.15468/3ohc7o", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::954ededef3cd075914a76e7f608b29dd", "id": {"identifier": "10.5281/zenodo.241895", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["GUZMÁN ALI ABADALLAN", "JOYA DANIEL CHIRIVI"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3920.3.6"}], "id": "50|dli_resolver::31b20df364b896c2b3b6f412d6efa763", "relatedPublications": 0, "date": [""], "title": ["<p><strong>The first troglomorphic species of the genus <em>Phrynus</em> Lamarck, 1801 </strong><strong>(Amblypygi: Phrynidae) from Mexico</strong></p>"], "relatedDatasets": 7}
280
{"typology": "publication", "publisher": ["The Journal of experimental medicine"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d6746e4a0b2dbe39ac4ba1a723ca0625", "id": {"identifier": "u66670", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::652082b4d4e34b1be32a48655b68bf81", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8996246&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c275b0b68b444a72e51ede0bd35b229b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8996246&result=sequence_release", "schema": "url"}}], "abstract": "None: The chemokines are a large family of cytokines that control the recruitment of leukocytes in immune and inflammatory responses. We describe the isolation of a novel murine CC chemokine that, based on its biological and structural features, we have named monocyte chemoattractant protein (MCP)-5. MCP-5 mapped to the CC chemokine cluster on mouse chromosome 11 and was most closely related to human MCP-1 in structure (66% amino acid identity). Purified recombinant MCP-5 protein was a potent chemoattractant for peripheral blood monocytes, was only weakly active on eosinophils at high doses, and was inactive on neutrophils. MCP-5 induced a calcium flux in peripheral blood mononuclear cells, but not in purified murine eosinophils or neutrophils. Consistent with these results, MCP-5 induced a calcium flux in human embryonic kidney (HEK)-293 cells transfected with human and murine CCR2, a CC chemokine receptor expressed on monocytes. MCP-5 did not induce a calcium flux in HEK-293 cells transfected with CCR1, CCR3, or CCR5. Constitutive expression of MCP-5 mRNA was detected predominantly in lymph nodes, and its expression was markedly induced in macrophages activated in vitro and in vivo. Moreover, MCP-5 expression was up-regulated in the lungs of mice following aerosolized antigen challenge of sensitized mice, and during the host response to infection with Nippostrongylus brasiliensis. These data indicate that MCP-5 is a novel and potent monocyte active chemokine that is involved in allergic inflammation and the host response to pathogens.", "author": ["Luster A D", "Luster, A. D.", "Maclean, J. A.", "MacLean J A", "Charo, I. F.", "Charo I F", "Sarafi, M. N.", "Garcia-Zepeda, E. A.", "Sarafi M N", "Garcia-Zepeda E A"], "localIdentifier": [{"type": "pbmid", "id": "8996246"}, {"type": "pmid", "id": "8996246"}], "id": "50|dedup_wf_001::7af9899de665e613d6fb168cacf726aa", "relatedPublications": 0, "date": ["1997-01-01"], "title": ["Murine monocyte chemoattractant protein (MCP)-5: a novel CC chemokine that is a structural and functional homologue of human MCP-1."], "relatedDatasets": 3}
281
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d630164701cde19e9b07f4608fa6e703", "id": {"identifier": "10.3886/icpsr21600.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::fa38ea483d6f8291d8bdec394ac7b523", "id": {"identifier": "10.3886/icpsr21600.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::267c09351444a5a157fa5287cdac0f96", "id": {"identifier": "10.3886/icpsr21600.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e80f7f14ed6fad42ab28d02d9a88f51b", "id": {"identifier": "10.3886/icpsr21600", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e162c517492eef25a32f53cec118a29f", "id": {"identifier": "10.3886/icpsr21600.v8", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f337827f73cea4f4a6f20c858ad9e02c", "id": {"identifier": "10.3886/icpsr21600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0cf8920131ed3eea73f6408b8583d49f", "id": {"identifier": "10.3886/icpsr21600.v12", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70d6882f3169233bb1ad43a84e28d7f7", "id": {"identifier": "10.3886/icpsr21600.v16", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28a3412c29a2306e5d203de6c378dbfb", "id": {"identifier": "10.3886/icpsr21600.v17", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9b18ac1e3ea85d16f60a93c0d2e483a", "id": {"identifier": "10.3886/icpsr21600.v9", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f171c2a1960d31465add13ad1f33ec1", "id": {"identifier": "10.3886/icpsr21600.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a69ee5d7ecef8ae3fef5937176d8c311", "id": {"identifier": "10.3886/icpsr21600.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4c0fbfa638556ba7720fb78af702dfb", "id": {"identifier": "10.3886/icpsr21600.v15", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::737f244d9c185769364109fe221798c6", "id": {"identifier": "10.3886/icpsr21600.v14", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d0c84333f54ff90e6f28541bebad0553", "id": {"identifier": "10.3886/icpsr21600.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a120efbf0f79add2d697d34218cee452", "id": {"identifier": "10.3886/icpsr21600.v10", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9b9fcca0e0096eca4a1262c77425f5c3", "id": {"identifier": "10.3886/icpsr21600.v13", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9bd0ff2c7326c2543ea73288ae1087c", "id": {"identifier": "10.3886/icpsr21600.v6", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Despite mounds of evidence to suggest that neighborhood structural factors predict violent behavior, almost no attention has been given to how these influences work synergistically (i.e., interact) with an individual’s genetic propensity toward violent behavior. Indeed, two streams of research have, heretofore, flowed independently of one another. On one hand, criminologists have underscored the importance of neighborhood context in the etiology of violence. On the other hand, behavioral geneticists have argued that individual-level genetic propensities are important for understanding violence. The current study seeks to integrate these two compatible frameworks by exploring gene–environment interactions (GxE). Two GxEs were examined and supported by the data (i.e., the National Longitudinal Study of Adolescent Health). Using a scale of genetic risk based on three dopamine genes, the analysis revealed that genetic risk had a greater influence on violent behavior when the individual was also exposed to nei...", "author": ["Barnes J. C.", "Jacobs Bruce A."], "localIdentifier": [{"type": "doi", "id": "10.1177/0886260512448847"}], "id": "50|dli_resolver::fc7b34b04fe07423dd780ba8f237bd2d", "relatedPublications": 0, "date": [""], "title": ["Genetic Risk for Violent Behavior and Environmental Exposure to Disadvantage and Violent Crime"], "relatedDatasets": 19}
282
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9317bb74d77cba3092305be588c0987b", "id": {"identifier": "10.3886/icpsr07896.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::eabd52cac0b503243e389b9cd8389ccc", "id": {"identifier": "10.3886/icpsr08896.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Glanville, Jennifer L."], "localIdentifier": [{"type": "icpsr", "id": "11742"}], "relatedPublications": 0, "title": ["Political Socialization or Selection? Adolescent Extracurricular Participation and Political Activity in Early Adulthood"], "id": "50|r3d100010255::850db176935e3f91391f000cac94e9a6"}
283
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1d73d47b9d3ba4776e821c387db6f56e", "id": {"identifier": "10.6084/m9.figshare.c.3308685", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8d529d415638f84b259036d4fc57855c", "id": {"identifier": "10.6084/m9.figshare.c.3308685.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Increasing trends in vegetation productivity have been identified for the last three decades for many regions in the northern hemisphere including China. Multiple natural and human factors are possibly responsible for the increases in vegetation productivity, while their relative contributions remain unclear. Here we analyzed the long-term trends in vegetation productivity in China using the satellite-derived normalized difference vegetation index (NDVI) and assessed the relationships of NDVI with a suite of natural (air temperature, precipitation, photosynthetically active radiation (PAR), atmospheric carbon dioxide (CO2) concentrations, and nitrogen (N) deposition) and human (afforestation and improved agricultural management practices) factors. Overall, China exhibited an increasing trend in vegetation productivity with an increase of 2.7%. At the provincial scale, eleven provinces exhibited significant increases in vegetation productivity, and the majority of these provinces are located within the nor...", "author": ["Zhou Yu", "Zhang Li", "Xiao Jingfeng"], "localIdentifier": [{"type": "doi", "id": "10.1890/es14-00394.1"}], "id": "50|dli_resolver::701cccc926e785d7df3b90d02a37e0b2", "relatedPublications": 0, "date": [""], "title": ["\"Contributions of natural and human factors to increases in vegetation productivity in China\""], "relatedDatasets": 2}
284
{"typology": "publication", "publisher": ["Journal of invertebrate pathology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::53e50b5d89b23a5321c5e0b00717d054", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23147105&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::572e662e8c6743c9960beea4ff8e5977", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23147105&result=noncoding_release", "schema": "url"}}], "abstract": "None: 'Candidatus Cardinium' is an intracellular endosymbiont or parasite frequently occurring in invertebrates including mites and ticks. In this work we report Cardinium bacteria in Astigmata mites and explore their incidence in synanthropic species. Amplification of a 776 bp bacterial 16S rRNA gene fragment, using specific primers, enabled identification of closely related Cardinium sequences in 13 laboratory-reared populations of mites. In addition, Cardinium sequences were identified in three wild mite populations. Large scale screening of these populations showed 100% prevalence of Cardinium, representing the highest incidence compared to other major Chelicerate groups.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jip.2012.11.001"}, {"type": "pbmid", "id": "23147105"}], "author": ["Alejandra, Perotti M.", "Kopecky Jan", "Hubert Jan", "Nesvorna Marta", "Erban Tomas"], "relatedPublications": 0, "id": "50|r3d100010527::4ed1da92d4ffb84df7c4cd44c6109855", "title": ["Cardinium endosymbionts are widespread in synanthropic mite species (Acari: Astigmata)."], "relatedDatasets": 2}
285
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3ef0ab85e2e228c02c786c5dd017706a", "id": {"identifier": "10.5517/cctfkzr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The complexation of Eu(III) by 2-hydroxy benzoic acid (2HB) or glycolic acid (GL) was investigated using steady-state and time-resolved laser spectroscopy. Experiments were carried out in H 2 O as well as in D 2 O in the temperature range of           80    K    T    290    K       . The Eu(III) luminescence spectra and luminescence decay times were evaluated with respect to the temperature dependence of (i) the luminescence decay time   τ     τ       , (ii) the energy of the                D            5      0    →      F            7      0          transition, (iii) the width of the                D            5      0    →      F            7      0          transition, and (iv) the asymmetry ratio calculated from the luminescence intensities of the                D            5      0    →      F            7      2          and                D            5      0    →      F            7      1          transition, respectively. The differences in ligand-related luminescence quenching are discussed. Based on the temperature dependence of the luminescence decay times an activation energy for the ligand-specific non-radiative deactivation in Eu(III)–2HB or Eu(III)–GL complexes was determined. It is stressed that ligand-specific quenching processes (other than OH quenching induced by water molecules) need to be determined and considered in detail, in order to extract speciation-relevant information from luminescence data (e.g., estimation of the number of water molecules   n H 2 O        n      H    2    O          in the first coordination sphere of Eu(III)). In case of 2HB, conclusions drawn from the evaluation of the Eu(III) luminescence are compared with results of a X-ray structure analysis.", "author": ["Eidner S.", "Schilde U.", "Kumke M.U.", "Kuke S.", "Marmodée B."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.saa.2009.12.080"}], "id": "50|dli_resolver::e69f3ee228dc8b9354401ee8fdfb9c9b", "relatedPublications": 0, "date": [""], "title": ["\"Intramolecular deactivation processes in complexes of salicylic acid or glycolic acid with Eu(III)\""], "relatedDatasets": 1}
286
{"typology": "publication", "publisher": ["Journal of applied microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71bbd08c146a00e874015d77451fda54", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24995828&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8a426591bd6af9292036f0676a54910a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24995828&result=noncoding_release", "schema": "url"}}], "abstract": "AIMS: To describe microbial diversity, biofilm composition and biogeochemical potential within biofilms in the water overlying uranium tailings characterized by high pH, high metal concentration and low permeability. METHODS AND RESULTS: To estimate microbial diversity in biofilms formed in water columns overlying uranium mine tailings, culture-dependent and culture-independent methods were employed. High-throughput sequencing revealed the presence of 11 phyla; however, the majority of the sequences were affiliated with four major lineages (Proteobacteria, Bacteroidetes, Actinobacteria and Firmicutes) as confirmed by culture-based methods. Dominant phylotypes were closely related to methylotrophs (Methylobacterium) and bacterial groups able to utilize complex hydrocarbons (Aquabacterium and Dechloromonas). Microbial diversity in biofilms from the 13 m depth was significantly different that in biofilms from 1 to 41 m (P < 0·05). Phylotypes closely related to iron-reducing bacteria were identified at each depth; whereas sulphate-, thio-sulphate-, sulphite- and sulphur-reducing bacteria, at low abundance, were only detected at lower depths. Confocal scanning laser microscopy (CSLM) was used to investigate polymer quantity and composition of the biofilm components, and principal component analysis of the CLSM data revealed that the relative abundance of α-L-fucose and N-acetyl-glucosamine/lipopolysaccharide residues separated tailings-water interface biofilms from those from other depths. Reduced (ferrous) iron was detected within all the biofilm samples examined by scanning X-ray transmission microscopy. CONCLUSIONS: Microbial communities within the water column covering a highly alkaline uranium tailings body form biofilms with microenvironments where iron reduction takes place. SIGNIFICANCE AND IMPACT OF THE STUDY: This study demonstrates the biogeochemical potential of microbial biofilm communities in the water column covering an alkaline uranium tailings body; specifically, the nature of the bacterial groups detected (Aquabacterium, Dechloromonas) and the presence of reduced iron suggest that complex hydrocarbons are available for bacterial growth and geochemical change, such as iron reduction, can occur even though the system bulk phase is predominantly oxic.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1111/jam.12593"}, {"type": "pbmid", "id": "24995828"}], "author": ["Lawrence J R", "Khan N H", "Warner J", "Bondici V F", "Yergeau E", "Swerhone G D W", "Dynes J J", "Wolfaardt G M", "Korber D R"], "relatedPublications": 0, "id": "50|r3d100010527::f4b505159ad8a68d6e5aa04296aac19e", "title": ["Biogeochemical activity of microbial biofilms in the water column overlying uranium mine tailings."], "relatedDatasets": 2}
287
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ccb27d0201cd3fd9c3d81b55dd32c8f1", "id": {"identifier": "10.5517/cc10472g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d2a4fe546c2d38e117af44c8917f89ec", "id": {"identifier": "10.5517/cc10475k", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3fb89d26fcbac8593bd07e1a6f2bb3e5", "id": {"identifier": "10.5517/cc10476l", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69f5cf754e38cc097de04892776ce77f", "id": {"identifier": "10.5517/cc10473h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::040d67710ba392cbf8586fd4c7466b21", "id": {"identifier": "10.5517/cc10474j", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Organometallic rhodium complexes have been reported to exhibit promising anticancer activity and some examples have been investigated more extensively over the last years. Based on recent successes of cytotoxic rhodium compounds, this work describes the synthesis and characterization of organorhodium(III) complexes with 3-hydroxyflavones as bidentate ligands and η5-coordinated pentamethylcyclopentadienyl (Cp*). The organorhodium compounds were synthesized and characterized by means of NMR spectroscopy and single crystals of the compounds were characterized by X-ray diffraction analysis. Interestingly, the rhodium complexes were isolated with methanol or triflate coordinated to the central rhodium atom, yielding positively-charged and neutral complexes, respectively. However, none of the complexes prepared were sufficiently soluble in aqueous media to allow testing their cytotoxicity.", "author": ["Roller Alexander", "Hartinger Christian G.", "Schwarz Martina B.", "Kurzwernhart Andrea", "Kandioller Wolfgang", "Keppler Bernhard K."], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.201300145"}], "id": "50|dli_resolver::31811c45fd8434f40e24a05782c9d6cb", "relatedPublications": 0, "date": [""], "title": ["\"Rhodium(Cp*) Compounds with Flavone-derived Ligand Systems: Synthesis and Characterization\""], "relatedDatasets": 5}
288
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::b7c7781e264170080bcb8923717d1669", "id": {"identifier": "10.3886/icpsr07629.v2", "schema": "url"}}], "abstract": "Econometric evidence suggests that the non-accelerating inflation rate of unemployment (the NAIRU) has risen sharply in Europe in the past fifteen years. In the first section of this paper, I review the recent proliferation of supply-side models that say interesting things about why the NAIRU hasincreased so substantially in Europe. In the second section of the paper, I employ a simple example to show how aggregate demand should optimally be managed in response to transitory and permanent supply shocks, especially those shocks that cause a persistent rise in the NAIRU. Also, I discuss some policy implications of the increasingly popular \"hysteresis hypothesis, that the NAIRU itself is influenced by the time path of actual unemployment.", "author": ["Jeffrey Sachs"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______645::5eae098a5163d5bc759a3a4ab8c33a79"}], "id": "50|dli_resolver::a110cc90f82ddd74d0e5e0fd10a9ae6f", "relatedPublications": 0, "date": [""], "title": ["High Unemployment in Europe: Diagnosis and Policy Implications"], "relatedDatasets": 1}
289
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bdef0476d7a5890e8921a2e09e6dcee8", "id": {"identifier": "10.3886/icpsr04138.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Office of Applied Studies"], "localIdentifier": [{"type": "icpsr", "id": "45266"}], "relatedPublications": 0, "title": ["Youths' Exposure to Substance Use Prevention Messages: 2003"], "id": "50|r3d100010255::d7df45fbf08b1ad2650faa9083e02b38"}
290
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d7fc28c55e2a96d5dcac2cb8d27813eb", "id": {"identifier": "10.6084/m9.figshare.5487253", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::844f4b11ab1189a2454bf304e4125d61", "id": {"identifier": "10.6084/m9.figshare.5487253.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Short Megan", "Vahtera Varpu"], "localIdentifier": [{"type": "doi", "id": "10.1080/00222933.2017.1380241"}], "id": "50|dli_resolver::bee130fb734b945078eae52ea08f7bb1", "relatedPublications": 0, "date": [""], "title": ["\"Phylogenetic relationships of millipedes in the subclass Penicillata (Diplopoda) with a key to the genera\""], "relatedDatasets": 2}
291
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::04fdd46850256270cc797c1008249619", "id": {"identifier": "10.5517/ccvldg8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the centrosymmetric title complex, [Ni(C7H6NO2)2(H2O)2], the NiII atom, located on an inversion center, is six-coordinated in a distorted octa­hedral geometry defined by two N and four O atoms from the two chelating 2-(2-pyrid­yl)acetate ligands and two aqua ligands. The mol­ecules form a three-dimensional framework by O—H⋯O hydrogen bonds and aromatic π–π stacking inter­actions, with a centroid–centroid distance of 3.506 (3) A.", "author": ["Huang Rong", "Li Hao-Liang", "Zhou Hong", "Zhao Lei"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810030904"}], "id": "50|dli_resolver::90b5753cbb85419055da70fab337c257", "relatedPublications": 0, "date": [""], "title": ["\"trans-Diaquabis2-(2-pyridyl)acetato-κ2N,Onickel(II)\""], "relatedDatasets": 1}
292
{"typology": "publication", "publisher": ["American Meteorological Society"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::45a0c9a0b9a8921ecf9c96f7abdd5140", "id": {"identifier": "10.7916/d8jq10z5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The El Nino-Southern Oscillation (ENSO) phenomenon significantly impacts rainfall and ensuing crop yields in many parts of the world. In Australia, El Nino events are often associated with severe drought conditions. However, El Nino events differ spatially and temporally in their manifestations and impacts, reducing the relevance of ENSO-based seasonal forecasts. In this analysis, three putative types of El Nino are identified among the 24 occurrences since the beginning of the twentieth century. The three types are based on coherent spatial patterns (footprints) found in the El Nino impact on Australian wheat yield. This bioindicator reveals aligned spatial patterns in rainfall anomalies, indicating linkage to atmospheric drivers. Analysis of the associated ocean-atmosphere dynamics identifies three types of El Nino differing in the timing of onset and location of major ocean temperature and atmospheric pressure anomalies. Potential causal mechanisms associated with these differences in anomaly patterns need to be investigated further using the increasing capabilities of general circulation models. Any improved predictability would be extremely valuable in forecasting effects of individual El Nino events on agricultural systems.", "author": ["Stone R. C.", "Potgieter A. B.", "Hammer G. L.", "Meinke H.", "Goddard L."], "localIdentifier": [{"type": "doi", "id": "10.1175/jcli3349.1"}], "id": "50|dli_resolver::52570fca5bd7d36a6f24a62a8284496d", "relatedPublications": 0, "date": [""], "title": ["Three Putative Types of El Niño Revealed by Spatial Variability in Impact on Australian Wheat Yield"], "relatedDatasets": 1}
293
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e69d8e7efa3c8cc1936863b07799d605", "id": {"identifier": "jx867116", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5c9ea52161dd4cda3d77574f4f1a031e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24298298&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d6c702bd8ebe83110a6b604efe590c87", "id": {"identifier": "jx867113", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::917a0d87a6b3c4fd4cca691971974b19", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24298298&result=coding_release", "schema": "url"}}], "abstract": "None: Transcription factors in the CNC-bZIP family (NFE2, NRF1, NRF2 and NRF3) regulate genes with a wide range of functions in response to both physiological and exogenous signals, including those indicating changes in cellular redox status. Given their role in helping to maintain cellular homeostasis, it is imperative to understand the expression, regulation, and function of CNC-bZIP genes during embryonic development. We explored the expression and function of six nrf genes (nfe2, nrf1a, nrf1b, nrf2a, nrf2b, and nrf3) using zebrafish embryos as a model system. Analysis by microarray and quantitative RT-PCR showed that genes in the nrf family were expressed throughout development from oocytes to larvae. The spatial expression of nrf3 suggested a role in regulating the development of the brain, brachia and pectoral fins. Knock-down by morpholino anti-sense oligonucleotides suggested that none of the genes were necessary for embryonic viability, but nfe2 was required for proper cellular organization in the pneumatic duct and subsequent swim bladder function, as well as for proper formation of the otic vesicles. nrf genes were induced by the oxidant tert-butylhydroperoxide, and some of this response was regulated through family members Nrf2a and Nrf2b. Our results provide a foundation for understanding the role of nrf genes in normal development and in regulating the response to oxidative stress in vertebrate embryos.", "author": ["Stegeman, John J.", "Timme-Laragy Alicia R", "Goldstone Jared V", "Stegeman John J", "Smolowitz Roxanna M", "Goldstone, Jared V.", "Timme-Laragy, Alicia R.", "Hahn, Mark E.", "Smolowitz, Roxanna M.", "Mcarthur, Andrew G.", "Williams, Larissa M.", "Williams Larissa M", "McArthur Andrew G", "Hahn Mark E"], "localIdentifier": [{"type": "pmid", "id": "24298298"}, {"type": "pbmid", "id": "24298298"}, {"type": "doi", "id": "10.1371/journal.pone.0079574"}], "id": "50|dedup_wf_001::3e027f98fdae2c00dcc5eb8342e34487", "relatedPublications": 0, "date": ["2013-10-24"], "title": ["Developmental expression of the Nfe2-related factor (Nrf) transcription factor family in the zebrafish, Danio rerio."], "relatedDatasets": 4}
294
{"typology": "publication", "publisher": ["Molecular biology and evolution"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3b5246cfdf06ed26a366a3d8648e4dda", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18390478&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::091d752bce395e201e6bbc43b0d89ec3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18390478&result=coding_release", "schema": "url"}}], "abstract": "None: Members of the CYCLOIDEA (CYC)/TEOSINTE-BRANCHED1 (TB1) group of transcription factors have been implicated in the evolution of zygomorphic (i.e., bilaterally symmetric) flowers in Antirrhinum and Lotus and the loss of branching phenotype during the domestication of maize. The composite inflorescences of sunflower (Helianthus annuus L. Asteraceae) contain both zygomorphic and actinomorphic (i.e., radially symmetric) florets (rays and disks, respectively), and the cultivated sunflower has evolved an unbranched phenotype in response to domestication from its highly branched wild progenitor; hence, genes related to CYC/TB1 are of great interest in this study system. We identified 10 members of the CYC/TB1 gene family in sunflower, which is more than found in any other species investigated to date. Phylogenetic analysis indicates that these genes occur in 3 distinct clades, consistent with previous research in other eudicot species. A combination of dating the duplication events and linkage mapping indicates that only some of the duplications were associated with polyploidization. Cosegregation between CYC-like genes and branching-related quantitative trait loci suggest a minor, if any, role for these genes in conferring differences in branching. However, the expression patterns of one gene suggest a possible role in the development of ray versus disk florets. Molecular evolutionary analyses reveal that residues in the conserved domains were the targets of positive selection following gene duplication. Taken together, these results indicate that gene duplication and functional divergence have played a major role in diversification of the sunflower CYC gene family.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18390478"}, {"type": "doi", "id": "10.1093/molbev/msn001"}], "author": ["Leebens-Mack James H", "Chapman Mark A", "Burke John M"], "relatedPublications": 0, "id": "50|r3d100010527::e4fa86b96c5fc448af1cf7e87f83bf72", "title": ["Positive selection and expression divergence following gene duplication in the sunflower CYCLOIDEA gene family."], "relatedDatasets": 2}
295
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bba881239cc6ed0a150a85e25da32ec5", "id": {"identifier": "10.5517/ccdc.csd.cc1mmk5z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A convenient protocol for the synthesis of sulfonylated benzofurans via Ag-catalyzed oxidative cyclization has been established. Chemically stable and easily available sodium sulfinates were used as the sulfonylation reagents and building block for the heterocycle construction. With this novel strategy, various benzofurans bearing dual functional groups could be obtained in good yields with high chemo- and regioselectivities under mild conditions.", "author": ["Yi Songjian", "Wu Wanqing", "Luo Di", "Huang Wei", "Jiang Huanfeng"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.orglett.7b00980"}], "id": "50|dli_resolver::02b957b3a5f6b8ae87b5442091ae857a", "relatedPublications": 0, "date": [""], "title": ["\"Ag-Catalyzed Oxidative Cyclization Reaction of 1,6-Enynes and Sodium Sulfinate: Access to Sulfonylated Benzofurans\""], "relatedDatasets": 1}
296
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a0a33231373a55acf7997657c752b5e5", "id": {"identifier": "10.5517/cc118hqj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Pentaarylpyridines were conveniently prepared in one step by pentafold Suzuki–Miyaura reactions of pentachloropyridine. Moreover, site selective reactions were performed, leading to various substituted arylpyridines. Pentaarylpyridines were studied in detail by means of DFT calculations and by optical spectroscopy.", "author": ["Spannenberg Anke", "Lochbrunner Stefan", "Ehlers Peter", "Kühn Oliver", "Reimann Sebastian", "Kohse Stefanie", "Ghochikyan Tariel V.", "Petrosyan Andranik", "Ludwig Ralf", "Saghyan Ashot S.", "Langer Peter", "Surkus Annette E."], "localIdentifier": [{"type": "doi", "id": "10.1002/adsc.201400164"}], "id": "50|dli_resolver::812710b9b5d9597ab6508f9fbcbb1e08", "relatedPublications": 0, "date": [""], "title": ["\"Site Selective Synthesis of PentaarylpyridinesviaMultiple Suzuki-Miyaura Cross-Coupling Reactions\""], "relatedDatasets": 1}
297
{"typology": "publication", "publisher": ["Developmental biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::51de13124eb3a02c29b5fba714a030df", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8660867&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2759dff5eb168a1542cd3548d20d3ccc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8660867&result=sequence_release", "schema": "url"}}], "abstract": "None: We report the cloning, characterization, and targeting of an Sp1-related zinc finger transcription factor gene from the distal arm of mouse chromosome 12. This gene, previously identified in rats and humans and designated sp4, is homologous to the Drosophila buttonhead (btd) gene, which is expressed in the head region of developing flies. Similarly, in situ hybridizations show that sp4 is highly expressed in mouse embryos in the developing central nervous system (CNS). Expression of sp4 is seen as early as Day 9 of development, where transcripts are abundant in the posterior neuropore. Expression in later embryos is detected throughout the CNS as well as in other structures, including the nasal mucosa, the vomeronasal organ, the epithelium of the lung and intestinal tract, the testes, and the developing teeth. Northern blot analysis showed sp4 expression in the adult brain and other tissues. Gene targeting by homologous recombination was used to determine the role of sp4 during mouse development. Two-thirds of homozygous mutants die within the first few days after birth and those that survive are smaller than their wild-type littermates. While fertility of the female mutants appears normal, homozygous mutant males do not breed, despite having histologically intact testes containing mature sperm. sp4/sp4 mutant males fail to copulate, indicating that this gene is required for normal male reproductive behavior.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8660867"}], "author": ["Supp D M", "Smith E P", "Branford W W", "Witte D P", "Potter S S"], "relatedPublications": 0, "id": "50|r3d100010527::40846222a8cd0de81aa21136da83c918", "title": ["Sp4, a member of the Sp1-family of zinc finger transcription factors, is required for normal murine growth, viability, and male fertility."], "relatedDatasets": 2}
298
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dfd42572040525a6b33fb0ef282e6aa5", "id": {"identifier": "10.6084/m9.figshare.6273215.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9baa37457fc64fcae00c6723c075086a", "id": {"identifier": "10.6084/m9.figshare.6273215", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Boldrin Andressa Juliana", "Batista José Anderson do Nascimento"], "localIdentifier": [{"type": "doi", "id": "10.1590/s1413-41522018170663"}], "id": "50|dli_resolver::d75f40f4b65c712606c8080c97f23675", "relatedPublications": 0, "date": [""], "title": ["Avaliação do desempenho hidráulico de um sistema de drenagem de águas pluviais urbanas"], "relatedDatasets": 2}
299
{"typology": "publication", "publisher": ["Applied and environmental microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::376c91aaa560b1968df82f04fb846267", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19201976&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ec523d69e331897eb89c95919ac9262d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19201976&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::12ae3202380e1800c5140e4debd12a05", "id": {"identifier": "eu883966", "schema": "ena"}}], "abstract": "None: Nearly all high-molecular-weight (HMW) dissolved organic nitrogen and part of the particulate organic nitrogen in the deep sea are present in hydrolysis-resistant amides, and so far the mechanisms of biodegradation of these types of nitrogen have not been resolved. The M12 family is the second largest family in subclan MA(M) of Zn-containing metalloproteases and includes most enzymes from animals and only one enzyme (flavastacin) from a human-pathogenic bacterium (Flavobacterium meningosepticum). Here, we characterized the novel M12 protease myroilysin with elastinolytic activity and collagen-swelling ability from the newly described deep-sea bacterium Myroides profundi D25. Myroilysin is a monomer enzyme with 205 amino acid residues and a molecular mass of 22,936 Da. It has the same conserved residues at the four zinc ligands as astacin and very low levels of identity (<or=40%) to other metalloproteases, indicating that it is a novel metalloprotease belonging to subfamily M12A. Myroilysin had broad specificity and much higher elastinolytic activity than the bacterial elastinase pseudolysin. To our knowledge, it is the first reported elastase in the M12 family. Although it displayed very low activity with collagen, myroilysin had strong collagen-swelling ability and played a synergistic role with collagenase in collagen hydrolysis. It can be speculated that myroilysin synergistically interacts with other enzymes in its in situ biotic assemblage and that it may play an important role in the degradation of deep-sea HMW organic nitrogen.", "author": ["Bai-Cheng Zhou", "Bian Fei", "Zhao Guo-Yan", "Hai-Lun He", "Bin-Bin Xie", "Zhang Yu-Zhong", "Hui-Lin Zhao", "Guo-Yan Zhao", "He Hai-Lun", "Zhou Bai-Cheng", "Yu-Zhong Zhang", "Xie Bin-Bin", "Xiu-Lan Chen", "Chen Xiu-Lan", "Zhao Hui-Lin", "Fei Bian"], "localIdentifier": [{"type": "doi", "id": "10.1128/aem.02285-08"}, {"type": "pmid", "id": "19201976"}, {"type": "pbmid", "id": "19201976"}], "id": "50|dedup_wf_001::c9b4accba67a4da0f1dd9b1e82377dd4", "relatedPublications": 0, "date": ["2009-02-05"], "title": ["Ecological function of myroilysin, a novel bacterial M12 metalloprotease with elastinolytic activity and a synergistic role in collagen hydrolysis, in biodegradation of deep-sea high-molecular-weight organic nitrogen."], "relatedDatasets": 3}
300
{"typology": "publication", "publisher": ["Vaccine"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e0f91ffaefdbc00059c942414325d7ca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3840634&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::63548a74d783e1a192a810d89e9b2837", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3840634&result=sequence_release", "schema": "url"}}], "abstract": "None: Two mutants (ts1 and ts651) with a temperature sensitive defect in the intracellular transport of the haemagglutinin from the rough endoplasmic reticulum to the plasma membrane have been analysed. Nucleotide sequencing of the haemagglutinin revealed with each mutant two point mutations that are located in the stem region of the molecule.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3840634"}], "author": ["Klenk H D", "Garten W", "Schuy W", "Scholtissek C", "Naruse H", "Kuroda K"], "relatedPublications": 0, "id": "50|r3d100010527::0be476246dd523a6d5eaece5a5570121", "title": ["Haemagglutinin transport mutants."], "relatedDatasets": 2}
301
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6955a0e0ad1a58e144dbe0d8e34292b2", "id": {"identifier": "ay016306", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::05d8f68ad6ecef86b2bf8c2280567112", "id": {"identifier": "af415170", "schema": "genbank"}}], "abstract": "", "title": ["Asexual life history by biflagellate zoids in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.aquabot.2009.06.006"}], "id": "50|elsevier____::2d320e0d697397546dd4166dff0bd0c5", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 2}
302
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c6794888b87fce0d1becc0b1f989f5f3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16321946&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::10497be74e064436e0e3f5804c6206c0", "id": {"identifier": "ay955247", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|pubmed______::d4581062a8c4a0228bae1e2f622f22e2", "id": {"identifier": "u00096", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::89c10d9a3d4c43389c528474ce27c7f1", "id": {"identifier": "al935263", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::77c839ea118998768a5341043ab16da9", "id": {"identifier": "ay955242", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fc18d893e16ff94fa2870ceb499152b6", "id": {"identifier": "ay955239", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dcfbf65763b238241c4120b0e0a6c895", "id": {"identifier": "ay955236", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::45c8c1e01d1c1fc96fc4633659c85284", "id": {"identifier": "ay955243", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cd3906d87b4c1dea50382b87dc13a2c5", "id": {"identifier": "ay955246", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8af24c2c70970023c938a01d5db4507c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16321946&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::58adc9ec2d96c70bb782da8430ca48e6", "id": {"identifier": "ay955251", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::20bb56e6a41c55dada58c708efcbbca3", "id": {"identifier": "ay955238", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b6ae0128d0a191861cfc7bc8f402751e", "id": {"identifier": "ay955248", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0dd89865dab97106d6c2dc56e5f57981", "id": {"identifier": "cp000024", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0669d2071da292515d080de931072974", "id": {"identifier": "ay955250", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a355fdfbd865161efe83d3148c521896", "id": {"identifier": "ay955241", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8b05abc4161ac90871ab11aba62dd4e7", "id": {"identifier": "ay955244", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cac35f7dd6014af5939c19540e3465ef", "id": {"identifier": "ay955249", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7d3e08e9d9fe4e599e549d4fc0c75ca5", "id": {"identifier": "al592022", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ccd19be1c5b78da254a32510a64d32da", "id": {"identifier": "ay955234", "schema": "ena"}}], "abstract": "None: Five clp genes (clpC, clpB, clpP1, clpP2, and clpX), representing chaperone- and protease-encoding genes, were previously identified in Bifidobacterium breve UCC 2003. In the present study, we characterize the B. breve UCC 2003 clpP locus, which consists of two paralogous genes, designated clpP1 and clpP2, whose deduced protein products display significant similarity to characterized ClpP peptidases. Transcriptional analyses showed that the clpP1 and clpP2 genes are transcribed in response to moderate heat shock as a bicistronic unit with a single promoter. The role of a clgR homologue, known to control the regulation of clpP gene expression in Streptomyces lividans and Corynebacterium glutamicum, was investigated by gel mobility shift assays and DNase I footprint experiments. We show that ClgR, which in its purified form appears to exist as a dimer, requires a proteinaceous cofactor to assist in specific binding to a 30-bp region of the clpP promoter region. In pull-down experiments, a 56-kDa protein copurified with ClgR, providing evidence that the two proteins also interact in vivo and that the copurified protein represents the cofactor required for ClgR activity. The prediction of the ClgR three-dimensional structure provides further insights into the binding mode of this protein to the clpP1 promoter region and highlights the key amino acid residues believed to be involved in the protein-DNA interaction.", "author": ["Carlos Canchaya", "Zhang Ziding", "Marco Ventura", "Douwe van Sinderen", "Ventura Marco", "Canchaya Carlos", "Kenny, John G.", "Cronin Michelle", "Fitzgerald Gerald F", "Fitzgerald, Gerald F.", "Kenny John G", "van Sinderen Douwe", "Michelle Cronin", "Ziding Zhang"], "localIdentifier": [{"type": "pmid", "id": "16321946"}, {"type": "pbmid", "id": "16321946"}], "id": "50|dedup_wf_001::0186c8127d6ccd3fd9642972ee7dead8", "relatedPublications": 0, "date": ["2005-12-01"], "title": ["The ClgR protein regulates transcription of the clpP operon in Bifidobacterium breve UCC 2003."], "relatedDatasets": 26}
303
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::87efb54bc603b80fdf62a242b1072751", "id": {"identifier": "2onb", "schema": "pdb"}}], "abstract": "Thymidylate synthase (TS) catalyzes the reaction in which the nucleotide deoxyuridylate (dUMP) is reductively methylated by the folate co-substrate 5,10-methylenetetrahydrofolate (CH2H4folate) to form thymidylate (TMP) and dihydrofolate (1). Substrates are bound in an ordered manner, with dUMP binding at the active site prior to CH2H4PteGlu. A cysteine residue (Cys195 in hTS) at the active site attacks the 6-position of the pyrimidine base of the nucleotide, resulting in the formation of a covalent bond between TS and the nucleotide and activating the 5-position of the nucleotide for subsequent covalent-bond formation with the C-11 substituent of CH2H4folate (reviewed in 2–4). The enzyme is the sole source of de novo synthesized thymidylate and its inhibition leads to apoptosis of rapidly dividing cells such as cancer cells, an effect sometimes referred to as thymineless death (5). This phenomenon is exploited in therapeutic protocols utilizing TS inhibitors, such as raltitrexed, pemetrexed or pro-drugs such as 5-fluorouracil and 5-fluorodeoxyuridine that are metabolized to TS inhibitors. The inhibitors are either nucleotide analogs such as 5-fluorodeoxyuridylate (FdUMP) or folate analogues that are collectively referred to as antifolates. The effectiveness of TS-directed chemotherapy is often limited by emerging resistance, which usually arises from an increase in intracellular TS protein levels by a factor of 2–4 (reviewed in 6). Two major mechanisms leading to increased hTS levels have been proposed. In one mechanism, the intracellular turnover of hTS protein is decreased upon formation of inhibitory complexes with drugs (6, 7). The other mechanism is related to hTS protein binding to its own mRNA and inhibiting its translation. The formation of inhibitory complexes by hTS competes with mRNA binding and thus reduces the translational repression of hTS (reviewed in 8, 9). This effect is reversed in some other species (10).#R##N##R##N#Human TS differs from bacterial TS in three regions: the N-terminus of hTS is extended by 28–29 residues and two insertions of 12 and eight residues are present at positions 117 and 146 of hTS, respectively (2). The crystal structure of hTS has been initially determined using crystals obtained at high ammonium sulfate concentrations (11, 12). At these conditions the active-site loop 181–197 is in a conformation different from that observed in bacterial TS. Since this conformation places Cys195, a residue crucial for catalytic activity, outside the active site, the conformer must be inactive. Another characteristic feature is that loop 108–129, which contains one of the eukaryotic inserts, was disordered. There were four sulfate ions bound per subunit, which appeared to stabilize the inactive conformer. Studies of a truncated version of hTS (13) and an inhibitory complex of hTS with dUMP and raltitrexed (14) yielded high-resolution structures of hTS with loop 181–197 in the active conformation. In these structures, determined at low salt concentration, loop 108–129 was ordered. Later studies showed that also at low salt, 30 mM ammonium sulfate, hTS adopts the inactive conformation with loop 108–129 disordered (15). Intrinsic fluorescence studies of hTS showed that in solution there is equilibrium between the active and inactive conformers and that the presence of phosphate or sulfate ions drives the equilibrium towards the inactive conformation, while dUMP, a substrate, drives it towards the active conformation (12). It was proposed that the stabilization of the inactive conformation may be used to achieve hTS inhibition (11) and was argued that it may yield therapeutic outcomes superior to those of classical active-site-directed inhibitors as it may not lead to increased levels of TS (12; 16).#R##N##R##N#The enzyme is a dimer of two identical subunits, which generate an asymmetry upon substrate/ligand binding (17). The negative cooperativity between subunits strongly depends on inhibitors (18) and the source of the enzyme. Among many structural studies of inhibitory complexes of TS only one reports a structure of the enzyme with an inhibitor bound in only one subunit; Pneumocystis carini TS (PcTS) binds an antifolate, CB3717, with Kd values which differ by a factor of 8000 between the subunits and crystallized with one subunit forming a ternary inhibitory complex PcTS•dUMP• CB3717 while the other active site contained only loosely bound dUMP (19).#R##N##R##N#Here we report studies which indicate that cooperativity between the hTS subunits is not limited to substrate or substrate analogues binding but also is reflected in the binding of molecules that affect equilibrium between the active and inactive conformations of loop 181–197.", "author": ["Lebioda ", "Gibson Lydia M.", "Lovelace Leslie L."], "localIdentifier": [{"type": "doi", "id": "10.1021/bi061309j"}], "id": "50|dli_resolver::ba2765ea6e1030fa3d3ed369334bc8ec", "relatedPublications": 0, "date": [""], "title": ["\"Cooperative Inhibition of Human Thymidylate Synthase by Mixtures of Active Site Binding and Allosteric Inhibitors†,‡\""], "relatedDatasets": 1}
304
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70735c522e1756e6c10082f25268c115", "id": {"identifier": "10.5517/cc50zjn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f7239102a0163d1ee2645debe2573ee", "id": {"identifier": "10.5517/cc50zhm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reaction of isomeric mixture of 1,2,3,4-tetramethyl-5-(trifluoromethyl)cyclopentadiene with Zeise's salt dimer gave the only isomer [Pt{η 4 -C 5 Me 4 (CF 3 )H}Cl 2 ] ( 1 ) bearing CF 3  group  exo  to sp 3  carbon atom in a high yield. An attempt to prepare  1  by reaction of K 2 PtCl 4  with C 5 Me 4 (CF 3 )H using hydrochloric solution of tin dichloride as a catalyst unexpectedly resulted in a formation of [Pt(η 4 -C 5 Me 4 H 2 )Cl 2 ] ( 2 ). The X-ray structure of compound  2  is presented. Reactions of  1  with AgBF 4  in the presence of three different cyclopentadienes C 5 R 1  4 (R 2 )H (R 1 =R 2 =H; R 1 =R 2 =Me; R 1 =Me, R 2 =CF 3 ) were studied. Crystal structure of complex [Pt{η 4 -C 5 Me 4 (CF 3 )H}(η 5 -C 5 H 5 )]PF 6  ( 3 ) resulted from the reaction with cyclopentadiene was determined. When C 5 Me 4 (CF 3 )H is used the reaction yields [Pt{η 4 -C 5 Me 4 (CF 3 )H}{η 5 -C 5 Me 4 (CF 3 )}]BF 4  ( 4 ) unstable in solutions. Reaction with pentamethylcyclopentadiene led to complex [Pt(η 4 -C 5 Me 5 H)(η 5 -C 5 Me 5 )]BF 4  ( 5 ) and no complexes with CF 3  containing ligands were obtained.", "author": ["Lyssenko Konstantin A.", "Ievlev Mikhail A.", "Gusev Oleg V.", "Kropotova Anna G.", "Ustynyuk Nikolai A.", "Peganova Tat'yana A.", "Petrovskii Pavel V.", "Oprunenko Yuri F."], "localIdentifier": [{"type": "doi", "id": "10.1016/s0022-328x(00)00924-4"}], "id": "50|dli_resolver::444b422f47dbe66f599c9c2c79796e3d", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of platinum complexes with η4-C5Me4(CF3)H ligand. X-ray structure of Pt(η4-C5Me4H2)Cl2 and Pt{η4-C5Me4(CF3)H}(η5-C5H5)PF6\""], "relatedDatasets": 2}
305
{"publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2a92670839078c5cba48cde383910535", "id": {"identifier": "10.6084/m9.figshare.5048038", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::66137439f8573a42516afaf3249699e8", "id": {"identifier": "10.6084/m9.figshare.5048038.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTIn nuclear safety field, neutronic and thermalhydraulic codes performance is an important issue. New capabilities implementation, as well as models and tools improvements are a significant part of the community effort in looking for better nuclear power plants (NPP) designs. A procedure to analyze the PWR response to local deviations on neutronic or thermalhydraulic parameters is being developed. This procedure includes the simulation of Incore and Excore neutron flux detectors signals. A control rod drop real plant transient is used to validate the used codes and their new capabilities. Cross-section data are obtained by means of the SIMTAB methodology. Detailed thermalhydraulic models were developed: RELAP5 and TRACE models simulate three different azimuthal zones. Besides, TRACE model is performed with a fully three-dimensional core, thus, the cross-flow can be obtained. A Cartesian vessel represents the fuel assemblies and a cylindrical vessel the bypass and downcomer. Simulated detectors sign...", "author": ["Mesado Carles", "Verdú Gumersindo", "López Arturo", "Bermejo Juan Antonio", "Barrachina Teresa", "Ortego Alberto", "Garcia-Fenoll Marina", "Miró Rafael"], "localIdentifier": [{"type": "doi", "id": "10.1080/00223131.2017.1329035"}], "id": "50|dli_resolver::0376d82cbacecb3ee908311e507ea5d5", "relatedPublications": 0, "date": [""], "title": ["\"Validation of 3D neutronic-thermalhydraulic coupled codes RELAP5/PARCSv2.7 and TRACEv5.0P3/PARCSv3.0 against a PWR control rod drop transient\""], "typology": "publication"}
306
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ca6f4b71b7749964b1b7e5ad06169129", "id": {"identifier": "10.6084/m9.figshare.4004322.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c85577fb3316770b658017117e7c86ff", "id": {"identifier": "10.6084/m9.figshare.4004322", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhou Yu", "Feng Juan", "Wu Qingqin", "Hu Qizhou", "Fang Ruiqin", "Tang Lixia"], "localIdentifier": [{"type": "doi", "id": "10.1080/00387010.2016.1236822"}], "id": "50|dli_resolver::20016effb7c28d13f994eb4d8fd03528", "relatedPublications": 0, "date": [""], "title": ["Interaction between flavin mononucleotide-containing azoreductase and azo dyes"], "relatedDatasets": 2}
307
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06df2d739029f5bb9b371ec16b846536", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22328609&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::af5dc7b41ef4d904b948bd22b0e720bf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22328609&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5b6ea098975dce0b060ae5e2491db1ad", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22328609&result=noncoding_release", "schema": "url"}}], "abstract": "None: A Gram-staining-positive, filamentous bacterium, which developed large globose sporangia at the ends of long sporangiophores on aerial mycelium, was isolated from dry soil collected in a deciduous forest in Thailand. The cell-wall peptidoglycan of the novel bacterium, which was designated strain A-T 1846(T), contained meso-diaminopimelic acid and the whole-cell sugars comprised rhamnose, ribose, mannose, glucose and galactose. The predominant menaquinone was MK-9(H(4)). Mycolic acids were not detected. The identified phospholipids were phosphatidylmethylethanolamine, phosphatidylethanolamine, hydroxyphosphatidylethanolamine, phosphatidylinositol, phosphatidylglycerol and diphosphatidylglycerol. The predominant cellular fatty acids were iso-C(16:0), iso-C(16 : 0) 2-OH and C(16 : 0) 10-methyl. The G+C content of the genomic DNA was 72 mol%. The phenotypic and chemotaxonomic characteristics of the novel strain resembled those of established members of the genus Kutzneria. Phylogenetic analyses based on 16S rRNA gene sequences also indicated that this strain belonged to the genus Kutzneria but as a representative of a putative novel species. In hybridization experiments, the DNA-DNA relatedness values recorded between the novel strain and established members of the genus Kutzneria all fell well below 70 %. Based on the phenotypic, chemotaxonomic and genotypic evidence and the results of the DNA-DNA hybridizations, strain A-T 1846(T) represents a novel species in the genus Kutzneria, for which the name Kutzneria buriramensis sp. nov. is proposed. The type strain is A-T 1846(T) (=BCC 29373(T) =NBRC 107931(T)). An emended description of the genus Kutzneria is provided.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "22328609"}, {"type": "doi", "id": "10.1099/ijs.0.036533-0"}], "author": ["Tamura Tomohiko", "Suriyachadkun Chanwit", "Chunhametha Suwanee", "Ngaemthao Wipaporn", "Sanglier Jean-Jacques"], "relatedPublications": 0, "id": "50|r3d100010527::1b8ad2dd89f832d87ddd4c7d38ec128d", "title": ["Kutzneria buriramensis sp. nov., isolated from soil, and emended description of the genus Kutzneria."], "relatedDatasets": 3}
308
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::697961ea6420d574f66257a8b15fda87", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6316351&result=sequence_release", "schema": "url"}}], "abstract": "None: The chromosomal translocations found in many B-cell tumors result in the joining of a c-myc oncogene with an immunoglobulin heavy chain switch region. This finding is striking because the natural function of switch regions is to mediate DNA rearrangements important to the maturation of immune responses. These normal switch rearrangements are probably mediated by specific enzymes. In this paper we report the isolation of the two reciprocal products of a recombination between a c-myc gene on murine chromosome 15 and an immunoglobulin switch region (S mu S gamma 2b) on chromosome 12. We have determined the sequences of these DNA molecules near the recombination sites and show that the recombination is nearly perfectly reciprocal, with a seven-nucleotide deletion. An examination of the sequences reported in this paper, and of sequences published by other authors, shows a correlation between the points of recombination for c-myc-S segment rearrangements and for normal heavy chain switches. We suggest that this correlation implies a role for switch recombination enzymes in creating substrates for the c-myc recombination. The c-myc gene also seems to share some limited homology to sequences thought to be important in heavy chain switching. Finally, we discuss a working model that accounts for some characteristics of c-myc-S segment recombinations. The model also suggests a mechanism for increased transcriptional activity of the rearranged c-myc oncogene in B-cell tumors.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "6316351"}], "author": ["Dery C", "Dunnick W", "Shell B E"], "relatedPublications": 0, "id": "50|r3d100010527::ef72c46d3f8a820c09c8a400c3850b28", "title": ["DNA sequences near the site of reciprocal recombination between a c-myc oncogene and an immunoglobulin switch region."], "relatedDatasets": 1}
309
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1b587c662ef6a70115c712814d33df8d", "id": {"identifier": "4pbx", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::0dd2cb966276bdf8fc202a74b5ff479d", "id": {"identifier": "4pbv", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::cab7ba3c8cdf9cab5dd18da05a5a7807", "id": {"identifier": "4pbw", "schema": "pdb"}}], "abstract": "Receptor protein tyrosine phosphatase sigma (RPTPσ) regulates neuronal extension and acts as a presynaptic nexus for multiple protein and proteoglycan interactions during synaptogenesis. Unknown mechanisms govern the shift in RPTPσ function, from outgrowth promotion to synaptic organization. Here, we report crystallographic, electron microscopic and small-angle X-ray scattering analyses, which reveal sufficient inter-domain flexibility in the RPTPσ extracellular region for interaction with both cis (same cell) and trans (opposite cell) ligands. Crystal structures of RPTPσ bound to its postsynaptic ligand TrkC detail an interaction surface partially overlapping the glycosaminoglycan-binding site. Accordingly, heparan sulphate and heparin oligomers compete with TrkC for RPTPσ binding in vitro and disrupt TrkC-dependent synaptic differentiation in neuronal co-culture assays. We propose that transient RPTPσ ectodomain emergence from the presynaptic proteoglycan layer allows capture by TrkC to form a trans-synaptic complex, the consequent reduction in RPTPσ flexibility potentiating interactions with additional ligands to orchestrate excitatory synapse formation.", "author": ["Coles Charlotte H.", "Craig Ann Marie", "Elegheert Jonathan", "Lu Weixian", "Stoker Andrew W.", "Nakagawa Terunaga", "Mitakidis Nikolaos", "Zhang Peng", "Yvonne, Jones E.", "Radu, Aricescu A."], "localIdentifier": [{"type": "doi", "id": "10.1038/ncomms6209"}], "id": "50|dli_resolver::7db69bcddc692be7c97c5bc312f3eaf0", "relatedPublications": 0, "date": [""], "title": ["\"Structural basis for extracellular cis and trans RPTPσ signal competition in synaptogenesis\""], "relatedDatasets": 3}
310
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f9f7bde72fe491590e7908026054808", "id": {"identifier": "10.5517/cc72bp9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5660db303ad91e122c8e6f09b677352e", "id": {"identifier": "10.5517/cc72bn8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of model dipeptides containing some novel axially chiral α,β-didehydroamino acids at the ( i +1) position has been synthesised by reaction of the corresponding 4-(4-alkylcyclohexylidene)-2-phenyl-1,3-oxazol-5(4 H )-one with ( S )-phenylalanine cyclohexylamide. The conformations of two dipeptides in the crystal state have been studied by X-ray diffraction crystallographic analysis. The backbone torsion angles suggest that both peptides adopt similar type-II′ β-turn conformations. NMR spectroscopy has revealed that relatively rigid β-turn structures also persist in solution and that the absolute configurations of the axially chiral α,β-didehydroamino acids do not significantly influence the conformation of the peptide chain. Both heterochiral and homochiral dipeptides are found to accommodate the same βII′-turn conformation. Axially chiral α,β-didehydroamino acids ( R   a  )- and ( S   a  )-4-methyl-, 4-phenyl- and (4- tert -butylcyclohexylidene)glycine can be considered as elongated structural analogues of alanine, phenylglycine and  tert -leucine of  R  and  S  configuration since, in these chiral α,β-didehydroamino acids, the methyl, phenyl and  tert -butyl groups are located about 4.3 A away from the peptide backbone in which they are incorporated.", "author": ["Díaz-de-Villegas María D.", "Gálvez José A.", "Cativiela Carlos", "Su Guifa"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2004.09.066"}], "id": "50|dli_resolver::43d5b55238cb2638474a8b453c2bcae7", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and conformational properties of model dipeptides containing novel axially chiral α,β-didehydroamino acids at the (i+1) position of a β-turn conformation\""], "relatedDatasets": 2}
311
{"typology": "publication", "publisher": ["Insect molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9a69e7f041f01a7b09e039a184bc7131", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10762424&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::edea3558f5199fa5c49410afbaad605f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10762424&result=sequence_release", "schema": "url"}}], "abstract": "None: Hexamerins are proteins found in high abundance in the haemolymph of larval and adult insects. The expression patterns of the genes encoding the house fly, Musca domestica, hexamerins were determined by Northern analyses using cDNAs as probes. A cDNA, A1, hybridized to a fat body-specific messenger RNA (mRNA) which is detectable in larvae until pupation. Antibodies raised to the larval-specific hexamerin, Hex-L, bind recombinant protein encoded by a 5' rapid amplification of cDNA ends (RACE) product of A1, A2, indicating that the A cDNAs likely represent the genes encoding Hex-L. The F1, F2 and F3 cDNAs, corresponding to genes encoding an adult, female-enriched hexamerin, Hex-F, hybridized with an mRNA isolated from protein-fed females which has a temporal expression profile similar to that observed for the accumulation of Hex-F. Furthermore, expression of the mRNAs hybridizing to the F cDNAs is correlated with the abundance of Hex-F protein during the gonotrophic cycles. The mRNA transcription profiles indicate that the Hex-L and Hex-F genes are regulated in a sex-, tissue- and developmental phase-dependent manner. This stage-specific expression of hexamerins contrasts with the expression patterns of hexamerins seen in other insects. The conceptual translation products of larval hexamerin cDNAs showed identity with larval serum protein 1 (LSP1)-type hexamerins while the deduced products of the female hexamerin cDNAs showed the highest identity with LSP2-type hexamerins. Genomic analyses showed that the larval hexamerin and female hexamerin genes from M. domestica belong to two distinct multigenic families.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10762424"}], "author": ["Capurro M L", "James A A", "Moreira-Ferro C K", "de Bianchi A G", "Marinotti O"], "relatedPublications": 0, "id": "50|r3d100010527::1c95346d5d1a92b03d9fc4a3cb01a8cd", "title": ["Expression patterns of the larval and adult hexamerin genes of Musca domestica."], "relatedDatasets": 2}
312
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c8b6b1a808e1c51c6ecf5264e92c4ac0", "id": {"identifier": "10.6084/m9.figshare.c.3933865_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::623f5d78572ba4c2a5f684e893c7c259", "id": {"identifier": "10.6084/m9.figshare.c.3933865", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b0289a3a7ce470c0e6fd3b3dfee40a71", "id": {"identifier": "10.6084/m9.figshare.c.3933865.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3a4d7d29d828c5e9b860d6d1be439f70", "id": {"identifier": "10.6084/m9.figshare.c.3933865_d1.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Yue Qingxia", "Zhang Lijie", "Xu Li", "Chu Xiaoyu", "Liu Xiaoqing", "Tian Jian", "Yang Yunxia", "Zhao Jintong", "Wu Ningfeng"], "localIdentifier": [{"type": "doi", "id": "10.1186/s40643-017-0178-0"}], "id": "50|dli_resolver::be24350ba7e470e4a07828f7353a4743", "relatedPublications": 0, "date": [""], "title": ["\"Identification of bacterial laccase cueO mutation from the metagenome of chemical plant sludge\""], "relatedDatasets": 4}
313
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::029ec3e18bb4679aca431c664e41dcba", "id": {"identifier": "10.1594/pangaea.777751", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::029ec3e18bb4679aca431c664e41dcba", "id": {"identifier": "10.1594/pangaea.777751", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "incomplete", "datasourceName": "Thomson Reuters", "datasourceId": "dli_________::thomsonreuters"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "article i nfo Article history: Changes in intermediate and deep ocean circulation likely played a significant role in global carbon cycling and meridional heat/moisture transport during the middle Miocene climate transition (∼14 Ma). High- resolution middle Miocene (16-13 Ma) benthic foraminifer stable isotope records from the South China Sea reveal a reorganization of regional bottom waters, which preceded the globally recognized middle Miocene ∼1‰ δ 18 O increase (13.8 Ma) by 100,000 years. An observed reversal of the benthic foraminifera δ 13 C gradient between ODP Sites 1146 (2092 m) and 1148 (3294 m; 13.9-13.5 Ma) is interpreted to reflect an", "author": ["Tian Jun", "Zhao Quanhong", "Li Qianyu", "Shevenell Amelia", "Cheng Xinrong", "Wang Pinxian"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.palaeo.2009.10.019"}], "id": "50|dedup_wf_001::35b53c3692411ffad7a54f4b6714865c", "relatedPublications": 0, "date": [""], "title": ["\"Reorganization of Pacific Deep Waters linked to middle Miocene Antarctic cryosphere expansion: A perspective from the South China Sea\""], "relatedDatasets": 2}
314
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::85c82201cd16de06267db1bc3ab5a765", "id": {"identifier": "gq456128", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2de88ca2e454b8d5ad6e5ff594200844", "id": {"identifier": "jq659580", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::026cf6d2e11c6c730b8c7777b8ba85bf", "id": {"identifier": "ef090268", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9e39e287d86255dd6fde0bb469278b1f", "id": {"identifier": "gq456130", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::43930fb0ebc4f3870f37618f073cae6a", "id": {"identifier": "dq185574", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::afd7a01f8c33caa37d36b13277a2fff8", "id": {"identifier": "jn110434", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7493b0b4d70e94200a2b638e140e2986", "id": {"identifier": "jn592464", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f82e27b804f83d6568f1f9bfe8e56108", "id": {"identifier": "af292238", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ce01dbebfe24ace160b6f91a6250e678", "id": {"identifier": "fj719709", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::44bdbba2408a58876bbcc56389984c90", "id": {"identifier": "dq983313", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::820d42d403a7357d8d318a818fe031fa", "id": {"identifier": "gq456129", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3816ccda50cbb2775e02f888fab4d2c7", "id": {"identifier": "jf681288", "schema": "ena"}}], "abstract": "", "author": ["Bouwer, Edward J.", "Proescher, Jody B.", "Ashok Sivakumar, I. K.", "Onesios-Barry, Kathryn M.", "David Berry"], "localIdentifier": [{"type": "pmid", "id": "24509919"}], "id": "50|pubmed______::40293942eb5754b05c7139559b487732", "relatedPublications": 0, "date": ["2014-02-07"], "title": ["Removal of pharmaceuticals and personal care products during water recycling: microbial community structure and effects of substrate concentration."], "relatedDatasets": 12}
315
{"typology": "publication", "publisher": ["Virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 7, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7a3b95e7ebd149d33d10a7eda65fa9a0", "id": {"identifier": "m59810", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::36e25928123172da5549b9aa46a03c96", "id": {"identifier": "aac49282", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::59379350f5e4ef2e47fdc26e572e7343", "id": {"identifier": "af308157", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0babb4c2a4079b26aeaf87e2bf7fcc39", "id": {"identifier": "dq864514", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f0effb35e7f45fe6e3b70114601b08e9", "id": {"identifier": "dq249300", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fbea5382a2872bb7a5c90097bf497b87", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17300822&result=coding_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::25d736ca14e4ed83241fd4b1a77b82b1", "id": {"identifier": "ab010145", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e30ab125bbba561ff8d5f4b4b4e0e65c", "id": {"identifier": "m81861", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::af84f01642f55d5095b7814d62eacd39", "id": {"identifier": "dq219396", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0bd492d7c158375c3e1e8a5a6a73281d", "id": {"identifier": "dq249299", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::401dac2e39e6d80bcf5e3f2d25690165", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17300822&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::89285078eef6bf1ef5928e2481842f96", "id": {"identifier": "ab038528", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bd900d7abf32419989c6b83301ebe7ad", "id": {"identifier": "dq249301", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::81b00371575fa751065af0ed83a710fd", "id": {"identifier": "dq226541", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::baf5c61774cbf1f4964837ba24178835", "id": {"identifier": "x96871", "schema": "genbank"}}], "abstract": "None: The genome sequence of a duck hepatitis virus type 1 (DHV-1) strain was determined. Comparative sequence analysis showed that the genome possesses a typical picornarivus organization and also exhibits several unique features, such as the similarity of internal ribosome entry site to that of Porcine teschovirus 1 and Hepatitis C virus, the presence of a longest 3' untranslated region and a shorter leader protein in the Picornaviridae, the absence of a predicted maturation cleavage of VP0, the association of an aphthovirus-like 2A1 and parechovirus-like 2A2, and the unprecedented presence of an AIG1 domain in the N-terminus of 2A2. It is concluded that DHV-1 belongs to a new group of the family Picornaviridae that may form a separate genus most closely related to the genus Parechovirus.", "author": ["Ding Chunyu", "Zhang Dabing"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virol.2007.01.007"}, {"type": "pbmid", "id": "17300822"}], "id": "50|dedup_wf_001::bb073e1a4d37d2f7d600ad0d807a7c7a", "relatedPublications": 0, "date": ["2007"], "title": ["Molecular analysis of duck hepatitis virus type 1."], "relatedDatasets": 16}
316
{"typology": "publication", "publisher": ["Journal of molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::999f1271bae317280166242cdde52c33", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7541838&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::af62298d87b5256afc9272dad7c8ad91", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7541838&result=coding_release", "schema": "url"}}], "abstract": "None: The genetic cassette encoding the DpnII restriction-modification system of Streptococcus pneumoniae gave transcription products of approximately 2.7 and 1.8 kilobases. The larger, mRNA1, covered both of the methylase genes, dpnM and dpnA, and the endonuclease gene dpnB; the smaller, mRNA2, covered only the dpnA and dpnB genes. Transcription of mRNA1 was shown to begin at the translation start site for dpnM, thereby producing an mRNA without any apparent ribosome-binding site for translation of the DpnM methylase. The promoter for mRNA1 was shown by base substitution and deletion analysis to consist of an extended -10 site, TaTGgTATAAT, with no required -35 site. A possible promoter further upstream with close matches to a -35 site and a nonextended -10 site was not used. A survey of 36 proven and putative promoters used by S. pneumoniae revealed that 61% of them contained the full -10 extension, although, other than the dpnM promoter, they matched at a -35 site, as well. It appears that, unlike those found in Escherichia coli, S. pneumoniae promoters frequently require an extended -10 site, and such a site can function naturally without a -35 site.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7541838"}], "author": ["Greenberg B", "Lacks S A", "Sabelnikov A G"], "relatedPublications": 0, "id": "50|r3d100010527::3715d142729e8a03c195dc955fd7cd22", "title": ["An extended -10 promoter alone directs transcription of the DpnII operon of Streptococcus pneumoniae."], "relatedDatasets": 2}
317
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2c3eb0397fe1aac77cbd4b9437ac68cd", "id": {"identifier": "m58335", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::008bb61143b326495c0bbe60ca5b7a69", "id": {"identifier": "d00944", "schema": "ncbi-n"}}], "abstract": "", "title": ["Evaluation of core and NS4B synthetic peptide-based immunoassays for the detection of hepatitis C virus antibodies in clinical samples from Cameroon, Central Africa"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jcv.2010.06.005"}], "id": "50|elsevier____::d4b29e7908e12e6621101477b1ece246", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 2}
318
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::3278d7297edae4e1cf3f46fca9ded163", "id": {"identifier": "3ess", "schema": "pdb"}}], "abstract": "Abstract#R##N##R##N#The emergence of bacterial antibiotic resistance poses a significant challenge in the pursuit of novel therapeutics, making new strategies for drug discovery imperative. We have developed a yeast growth-defect phenotypic screen to help solve this current dilemma. This approach facilitates the identification and characterization of a new diphtheria toxin (DT) group, ADP-ribosyltransferase toxins from pathogenic bacteria. In addition, this assay utilizes Saccharomyces cerevisiae, a reliable model for bacterial toxin expression, to streamline the identification and characterization of new inhibitors against this group of bacterial toxins that may be useful for antimicrobial therapies. We show that a mutant of the elongation factor 2 target protein in yeast, G701R, confers resistance to all DT group toxins and recovers the growth-defect phenotype in yeast. We also demonstrate the ability of a potent small-molecule toxin inhibitor, 1,8-naphthalimide (NAP), to alleviate the growth defect caused by toxin expression in yeast. Moreover, we determined the crystal structure of the NAP inhibitor–toxin complex at near-atomic resolution to provide insight into the inhibitory mechanism. Finally, the NAP inhibitor shows therapeutic protective effects against toxin invasion of mammalian cells, including human lung cells.", "author": ["Jørgensen René", "Mangroo Dev", "Turgeon Zachari", "Rod, Merrill A.", "White Dawn", "Fieldhouse Robert J.", "Visschedyk Danielle"], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1574-6968.2009.01777.x"}], "id": "50|dli_resolver::93f892f292e4734d915a4099b6444374", "relatedPublications": 0, "date": [""], "title": ["\"Yeast as a tool for characterizing mono-ADP-ribosyltransferase toxins\""], "relatedDatasets": 1}
319
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a1275d9432a47cea3a8fd4528f292327", "id": {"identifier": "10.6084/m9.figshare.c.3883645.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1fd9f0b000fb57684b5c81f82f52d4fb", "id": {"identifier": "10.6084/m9.figshare.c.3883645", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kessler Christian A.", "Hilaire Paul", "Lemaître Aristide", "Sagnes Isabelle", "Lanco Loïc", "Somaschi Niccolo", "Gómez Carmen", "Krebs Olivier", "Antón Carlos", "Lanzillotti-Kimura Norberto Daniel", "Senellart Pascale", "Demory Justin"], "localIdentifier": [{"type": "doi", "id": "10.1364/optica.4.001326"}], "id": "50|dli_resolver::206ef2a5d4001107886303e22acfb072", "relatedPublications": 0, "date": [""], "title": ["\"Tomography of the optical polarization rotation induced by a single quantum dot in a cavity\""], "relatedDatasets": 2}
320
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b294f64b800d9eeae40b1d4dccd76391", "id": {"identifier": "10.5517/ccvrtlz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis and characterization of a series of fluorescent bis-dithienylethene (DTE)-based bipyridines, where the donor (D) and acceptor (A) groups are located on the same thiophene ring of the DTE unit, and their zinc(II) and rhenium(I) complexes are reported. Their photochromic properties have been investigated by UV-visible and 1H NMR spectroscopy. These studies reveal that in non-polar solvents it is possible to modulate the photoreactivity, single vs. double ring-closure, by changing the nature of the donor group. The solvent effect, as well as the influence of the organometallic moieties on the photochromic behavior of these molecules, is also discussed. Finally, upon photoconversion to the photostationary state (PSS), a quenching of fluorescence is observed for the bipyridine ligands, due to disruption of the conjugation upon ring-closing.", "author": ["Toupet Loic", "Boixel Julien", "Aubert Vincent", "Gareth, Williams J. A.", "Guerchais Véronique", "Moya Sergio", "Ordronneau Lucie", "Vidal Matias S.", "Le Bozec Hubert", "Aguirre Pedro"], "localIdentifier": [{"type": "doi", "id": "10.1039/c3ob42119h"}], "id": "50|dli_resolver::87ebd0f2a155845793c343ae6e503afe", "relatedPublications": 0, "date": [""], "title": ["\"New fluorescent bis-dithienylethene (DTE)-based bipyridines as reverse interrupters: single vs. double photochromism\""], "relatedDatasets": 1}
321
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::37c11c8143761535a52bd94d2cde2dc7", "id": {"identifier": "10.5517/ccr69mv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2757e0a72fd48aa58af86dbeabd68b3b", "id": {"identifier": "10.5517/ccr69ks", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0beac701c5bbabe2a709d7309692326e", "id": {"identifier": "10.5517/ccr69lt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::51ada2594be7492221e5a6fa5bfc506a", "id": {"identifier": "10.5517/ccr69jr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lin Yuanbin", "Meng Xianggao", "Zhu Li", "Wei Yongge", "Zhu Yulin", "Li Qiang", "Hao Jian"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.200801836"}], "id": "50|dli_resolver::9a68a6244b5b3a1c8e2ca3e312a23438", "relatedPublications": 0, "date": [""], "title": ["\"DCC-Assisted Esterification of a Polyoxometalate-Functionalized Phenol with Carboxylic Acids (DCC: Dicyclohexylcarbodiimide)\""], "relatedDatasets": 4}
322
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a4091d7a8fbe2409ec29c5fba8e4bc9a", "id": {"identifier": "10.6084/m9.figshare.5639800.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a59bb4de8d78c14d94fa03975609e882", "id": {"identifier": "10.6084/m9.figshare.c.3940048.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0c70e091fa537cf9abe15e8bbbcc3a12", "id": {"identifier": "10.6084/m9.figshare.5639710.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9dd4a8a8ab05264a9287c5a5afe3fdbf", "id": {"identifier": "10.6084/m9.figshare.5639812.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::47b61d34140bba20fe69727792cc65d2", "id": {"identifier": "10.6084/m9.figshare.5639776.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4391e57688bcefbf70a5dc8d0eaa8d8a", "id": {"identifier": "10.6084/m9.figshare.5639761.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4f1457c62a37bc1accd899d91f520ff4", "id": {"identifier": "10.6084/m9.figshare.c.3940048", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9fef32e37f6d7d818f663e0ca06d3b22", "id": {"identifier": "10.6084/m9.figshare.5639719.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9f9f934ca925f5167b8fd82e3cd937cf", "id": {"identifier": "10.6084/m9.figshare.5639734.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Makarova Kira S.", "Wolf Yuri I.", "Koonin Eugene V.", "Hudaiberdiev Sanjarbek", "Shmakov Sergey", "Terns Michael P."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12862-017-1081-1"}], "id": "50|dli_resolver::f4f7542ba9e632175d1c044bfeab0a7b", "relatedPublications": 0, "date": [""], "title": ["\"Phylogenomics of Cas4 family nucleases\""], "relatedDatasets": 9}
323
{"typology": "publication", "publisher": ["Applied and environmental microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b8169fe7ac4305b5f987a50ce3af676e", "id": {"identifier": "m84015", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::56fd1b36253fae8038dc2e939e0d0fda", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1575485&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1ec268ebbbd3ce1322cc9cf10c8677dc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1575485&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a7341121f823cf84bbc388ba15662df2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1575485&result=coding_release", "schema": "url"}}], "abstract": "None: Lactobacillus sake LTH677 is a strain, isolated from fermented sausage, which forms a heme-dependent catalase. This rare property is highly desirable in sausage fermentation, as it prevents rancidity and discoloration caused by hydrogen peroxide. A gene bank containing MboI fragments of chromosomal DNA from Lactobacillus sake LTH677 in Escherichia coli plasmid pBR328 was constructed. The catalase gene was cloned by heterologous complementation of the Kat- phenotype of E. coli UM2. The catalase structural gene, designated katA, was assigned to a 2.3-kb region by deletion analysis of the originally cloned fragment in plasmid pHK1000. The original chromosomal arrangement was determined by Southern hybridization. Protein analysis revealed that the catalase subunit has a molecular size of 65,000 Da and that the active catalase possesses a hexameric structure. The molecular size of the subunit deduced from the nucleotide sequence was determined to 54,504 Da. The N-terminal amino acid sequence of the 65,000-Da protein corresponded to the one deduced from the DNA sequence. After recloning of katA in the E. coli-Lactococcus shuttle vector pGKV210, the gene was successfully transferred and phenotypically expressed in Lactobacillus casei, which is naturally deficient in catalase activity.", "author": ["Vogel R F", "Hj, Knauf", "Hammes W P", "Wp, Hammes", "Rf, Vogel", "Knauf H J"], "localIdentifier": [{"type": "pbmid", "id": "1575485"}, {"type": "pmid", "id": "1575485"}], "id": "50|dedup_wf_001::7efeb0ed2ab84d3381c0b9ad2e88d560", "relatedPublications": 0, "date": ["1992-03-01"], "title": ["Cloning, sequence, and phenotypic expression of katA, which encodes the catalase of Lactobacillus sake LTH677."], "relatedDatasets": 4}
324
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::6c0dad00b9ff04feb4c79175adeb6f65", "id": {"identifier": "10.3886/icpsr01271.v1", "schema": "url"}}], "abstract": "This paper analyzes the role played by the IMF in eight recent sovereign debt restructurings from a comparative perspective: Argentina (2001-2005), the Dominican Republic (2004-2005), Ecuador (1999-2000), Pakistan (1998-2001), the Russian Federation (1998-2001), Serbia (2000-2004), Ukraine (1998-2000) and Uruguay (2004). Our objective is to identify the various dimensions of the IMF's potential involvement during those processes, and to extract some relevant policy implications to reform the Policy of Lending Into Arrears. We find that the IMF can potentially exert a substantial influence on sovereign debt restructurings by influencing countries' decision to restructure when the debt burden is deemed unsustainable, by providing official finance to substitute for a loss of access to international financial markets, by setting a medium-term domestic adjustment path through conditionality, by providing 'independent' information at a time of heightened uncertainty, and by providing incentives both to creditors and debtors. However, a lack of consistency has tended to characterize the role of the IMF in recent sovereign debt restructurings. In part, this reflects the flexibility with which the IMF has adapted its intervention to country-specific factors. However, we argue that this lack of consistency has tended to exacerbate the uncertainty and information asymmetries that are often associated with sovereign debt restructurings, and that a more systematic approach is needed.", "author": ["Javier Díaz-Cassou", "Vázquez-Zamora, Juan J.", "Aitor Erce-Domínguez"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______645::156656fedbbe24a25039ffc754df70cb"}], "id": "50|dli_resolver::70438a326461b3f5ebc6c9684b545b16", "relatedPublications": 0, "date": [""], "title": ["The role of the IMF in recent sovereign debt restructurings: Implications for the policy of lending into arrears"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "jel:E65"}, {"scheme": "keyword", "value": "jel:F34"}, {"scheme": "keyword", "value": "IMF, sovereign debt, restructurings, default, solvency"}, {"scheme": "keyword", "value": "jel:H63"}]}
325
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f0b3991bd3493867d5a7ca951f04f68", "id": {"identifier": "10.5517/ccswk4b", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The asymmetric unit of the polymeric title compound, [Na2(C20H13O5P)(C2H6O)(H2O)5]n, consists of two NaI ions, one 2′-hydr­oxy-1,1′-binaphthyl-2-yl phosphate anion, one ethanol ligand and  five water molecules of crysallization. Each NaI ion has a distorted octa­hedral coordination geometry. The phosphate anion coordinates to one NaI ion and the ethanol mol­ecule coordinates to the other. The five water mol­ecules bridge the NaI ions, forming an inorganic chain structure along the b axis. The chains are connected by O—H⋯O hydrogen bonds into an organic–inorganic hybrid layer parallel to (001).", "author": ["Tachibana Yuya", "Maeda Yasukatsu"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536809021394"}], "id": "50|dli_resolver::ebacd0fa773c329f11928bc8a2902296", "relatedPublications": 0, "date": [""], "title": ["\"catena-Poly(ethanol-κO)sodium(I)-di-μ-aqua-(rac-2′-hydroxy-1,1′-binaphthyl-2-yl phosphato-κO)sodium-tri-μ-aqua\""], "relatedDatasets": 1}
326
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5495fead34c88424fa0f4a180e9fc192", "id": {"identifier": "10.6084/m9.figshare.c.3299948", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e341ca92e11714c92fec4cec40324b3f", "id": {"identifier": "10.6084/m9.figshare.c.3299948.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Protective mimicry has been studied extensively for over a century. Mimicry in a competitive context, however, has remained largely neglected. It has been overlooked in mimicry classification schemes, and few systems have been rigorously studied. We define “competitive mimicry” as mimicry that enables access to a defended resource or aids in defense of a resource. We explain how competitive mimicry fits with existing mimicry classification schemes and outline criteria for identifying competitive mimicry systems. For each form of competitive mimicry, we describe the effects of the mimic on the model and receiver, predict the evolutionary dynamics of the system, and present examples. We then identify key directions for the study of competitive mimicry.", "author": ["Grether Gregory F.", "Rainey Meredith M."], "localIdentifier": [{"type": "doi", "id": "10.1890/06-1717.1"}], "id": "50|dli_resolver::696938bb91a8163ead818818ddfd36ed", "relatedPublications": 0, "date": [""], "title": ["\"COMPETITIVE MIMICRY: SYNTHESIS OF A NEGLECTED CLASS OF MIMETIC RELATIONSHIPS\""], "relatedDatasets": 2}
327
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38b1d137064ea20964fdd2cf68561d6a", "id": {"identifier": "10.5517/ccdc.csd.ccyh0fv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d9d7ac5c3b5af14565d421bd658c6e84", "id": {"identifier": "10.5517/ccdc.csd.ccyh0cs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1b6fe4017baeec000664864af908340", "id": {"identifier": "10.5517/ccdc.csd.ccyh0dt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Su Chaochin", "Chen Bo-Ren", "Chen Huei-Siou", "Lin Ya-Fen", "Akula Suri Babu", "Li Wen-Ren", "Chiou Jiunn-Jie", "Shieh Chia-Hsuan"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.inorgchem.7b01714"}], "id": "50|dli_resolver::5eb7610b3fbb36c795c1e76bf6304750", "relatedPublications": 0, "date": [""], "title": ["\"Effect of Extended Conjugation of N-Heterocyclic Carbene-Based Sensitizers on the Performance of Dye-Sensitized Solar Cells\""], "relatedDatasets": 3}
328
{"typology": "publication", "publisher": ["The Plant journal : for cell and molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9061777750e8411708a804bde2d439ab", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11260494&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6d341997d41fcc9e1e42a941817fedc4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11260494&result=sequence_release", "schema": "url"}}], "abstract": "None: Allelopathic chemicals released by plants into the rhizosphere have effects on neighboring plants ranging from phytoxicity to inducing organogenesis. The allelopathic activity of naturally occurring quinones and phenols is primarily a function of reactive radicals generated during redox cycling between quinone and hydroquinone states. We isolated cDNAs encoding two distinct quinone oxidoreductases from roots of the parasitic plant Triphysaria treated with the allelopathic quinone 2,6-dimethoxybenzoquinone (DMBQ). TvQR1 is a member of the zeta-crystallin quinone oxidoreductase family that catalyzes one-electron quinone reductions, generating free radical semiquinones. TvQR2 belongs to a family of detoxifying quinone oxidoreductases that catalyze bivalent redox reactions which avoid the radical intermediate. TvQR1 and TvQR2 message levels are rapidly upregulated in Triphysaria roots as a primary response to treatment with various allelopathic quinones. Inhibition of quinone oxidoreductase enzymatic activity with dicumarol prior to quinone treatment resulted in increased transcript levels. While TvQR2 homologs were upregulated by DMBQ in roots of all plants examined, TvQR1 homologs were upregulated only in roots of parasitic plants. Phylogenetic trees constructed of TvQR1 and TvQR2 protein homologs in Archea, Eubacteria and Eukaryotes indicated that both gene families are ancient, yet the families have dissimilar evolutionary histories in angiosperms. We hypothesize that TvQR2-like proteins function to detoxify allelopathic quinones in the rhizosphere, while TvQR1 has specific functions associated with haustorium development in parasitic plants.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11260494"}], "author": ["Jamison D", "Yoder J I", "Wrobel R", "Wojtowicz A", "Matvienko M", "Goldwasser Y"], "relatedPublications": 0, "id": "50|r3d100010527::530fc810071e6c8677646a3c006dee58", "title": ["Quinone oxidoreductase message levels are differentially regulated in parasitic and non-parasitic plants exposed to allelopathic quinones."], "relatedDatasets": 2}
329
{"typology": "publication", "publisher": ["Journal of microbiology (Seoul, Korea)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ce33e8d40315e1ea272e754b80b23db1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21887649&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::04f3778ac4bc8507fc31cb0c8a9d82fb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21887649&result=sequence_release", "schema": "url"}}], "abstract": "None: The G2ALT gene was cloned and sequenced from the thermophilic bacterium Anoxybacillus gonensis G2. The gene is 666 bp long and encodes a protein 221 amino acids in length. The gene was overexpressed in E. coli and purified to homogeneity and biochemically characterized. The enzyme has a molecular mass of 24.5 kDa and it could be classified as a member of the family of bacterial aluminium resistance proteins based on homology searches. When this fragment was expressed in E. coli, it endowed E. coli with Al tolerance to 500 μM. The purified G2ALT protein is active at a broad pH range (pH 4.0-10.0) and temperature range (25°C-80°C) with optima of 6.0 and the apparent optimal temperature of 73°C respectively. Under optimal conditions, G2ALT exhibited a low ATPase activity with K (m) (-) and V (max) (-) values of 10±0.55 μM and 26.81±0.13 mg Pi released/min/mg enzyme, respectively. The ATPase activity of G2ALT requires Mg(2+) and Na(+) ions, while Zn(2+) and Al(3+) stimulate the activity. Cd(2+) and Ag(+) reduced the activity and Li(+), Cu(2+), and Co(2+) inhibited the activity. Known inhibitors of most ATPases, like such as β-mercaptoethanol and ouabain, also inhibited the activity of the G2ALT. These biochemical characterizations suggested that G2ALT belongs to the PP-loop ATPase superfamily and it can be responsible for aluminium tolerance in A. gonensis G2.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s12275-011-0522-6"}, {"type": "pbmid", "id": "21887649"}], "author": ["Beris Fatih Saban", "Van Beeumen Jozef", "Canakci Sabriye", "Belduz Ali Osman", "Karaoglu Hakan", "De Smet Lina"], "relatedPublications": 0, "id": "50|r3d100010527::d3d37196f69c0a6925c9735a610b3d23", "title": ["The ATPase activity of the G2alt gene encoding an aluminium tolerance protein from Anoxybacillus gonensis G2."], "relatedDatasets": 2}
330
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e81c3352eaeff29df580032f336d03a3", "id": {"identifier": "10.5517/cc3ky2n", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bfd7bfdc4f94b58702a193322675db0e", "id": {"identifier": "10.5517/cc3kgy1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::875829b843affc79ccbd5ecd099deec5", "id": {"identifier": "10.5517/cc3kgwz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The protonation and metal complex formation of the branched pentaamine ligand 2,2,6,6-tetrakis(aminomethyl)-4-azaheptane (ditame, L) with CoII, CoIII, NiII, CuII, ZnII, and CdII have been studied. The crystal structures of [Ni(ditame)(EtOH)]Br2, [Co2(ditame)2(O2)]Cl4·4H2O, and [Co2(ditame)2(O2)]Cl2[ZnCl4][ZnCl3(H2O)]·H2O were determined by X-ray diffraction analyses. The metal complexes showed octahedral coordination geometries with exclusive formation of six-membered chelate rings, the four primary amino groups being in equatorial positions and the secondary amino group (Nsec) apical. This geometry enforces a relatively short M−Nsec bond. Complex formation in aqueous solution was evaluated by potentiometric titration. The ditame ligand forms a surprisingly stable NiII complex with logKNiL = 17.8 (25 °C, 0.1 M KNO3), and formation of protonated species [Ni(Hnditame)](n+2)+ (n = 1, 2) is not significant. Different behavior is evident for ZnII and CdII, with which protonated species are extensively formed, while the stability of [ML]2+ is relatively low. Complex formation between ditame and CuII in the range 3 < pH < 7 resulted in the formation of [Cu(H2ditame)]4+. In slightly alkaline solution, the dinuclear [Cu2(ditame)2]4+ appears to be formed. The structural assignment of this dimer is based on its UV/Vis and EPR characteristics, with the EPR data indicating a CuII···CuII separation of about 5.9 A. The redox behavior of the Ni and Co complexes was investigated by cyclic voltammetry. The mononuclear species showed quasi-reversible electron transfer for the NiII/III and CoII/III couples. For the dinuclear peroxo/ superoxo-bridged CoIII complexes, quasi-reversible electron transfer corresponding to oxidation/reduction of the O22−/O2− bridge was observed. (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2003)", "author": ["Zimmer Anja", "Harmer Jeffrey", "Reiland Vera", "Sargeson Alan M.", "Schwitzgebel Günter", "Frank Walter", "Buder Irmgard", "Schweiger Arthur", "Hegetschweiler Kaspar", "Maas Oliver", "Geue Rodney J."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200390174"}], "id": "50|dli_resolver::316614ea9978b4be43abf8d66f80cb2b", "relatedPublications": 0, "date": [""], "title": ["\"The Coordination Chemistry of the Pentadentate 2,2,6,6-Tetrakis(aminomethyl)-4-azaheptane (ditame)\""], "relatedDatasets": 3}
331
{"typology": "publication", "publisher": ["International journal of cancer"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cee65ffcbf8ba13ae9b8f9e6c3ad935f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19408311&result=sequence_release", "schema": "url"}}], "abstract": "None: Overexpressions of G protein-coupled receptor (GPCR) with elevated downstream signaling events have been reported in various tumors. However, the cellular mechanism that GPCR overexpression leads to tumor formation is largely unknown. The orphan GPCR mas was originally isolated from a human epidermoid carcinoma. In vivo studies of mas-overexpressing cells suggested that xenograft tumor formation was positively correlated with the levels of mas expression. Histochemical analysis indicated that xenograft tumor consisted of mas-transfected and stromal cells. Biochemical analyses revealed that cells overexpressing mas exhibited significantly increased anchorage-independent growth, whereas there was no significant difference in cell proliferation in comparison with empty vector-transfected control cells. Expression profiling using mRNA differential display and Northern analysis indicated an elevated expression of GRO and a novel CXC chemokines, tumor-induced factor (TIF), in mas-transfected cells and xenograft tumor. Bacterially expressed recombinant TIF was found to act as a neutrophil chemoattractant in a chemotactic assay. These results suggest that mas overexpression enables anchorage-independent growth of transformed cells, and interplays of secreted chemokines with stromal cells modulate xenograft tumor formation. Importantly, a novel CXC chemokine, TIF, was identified in the xenograft tumor tissues.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1002/ijc.24440"}, {"type": "pbmid", "id": "19408311"}], "author": ["Lung Lydia K W", "Chan Wood-Yee", "Tsang Sup-Yin", "Wang Da-Kui", "Zhu You-Kai", "Li Zhou-Fang", "Lee Susanna S T", "Cheung Wing-Tai", "Lin Wen-Zhen"], "relatedPublications": 0, "id": "50|r3d100010527::bf2126df19d572cf699d0f4804acc508", "title": ["Identification and characterization of a novel CXC chemokine in xenograft tumor induced by mas-overexpressing cells."], "relatedDatasets": 1}
332
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::da913968672f1dcf29d48ef7d74fce97", "id": {"identifier": "10.6084/m9.figshare.3814668.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f657089d83d8437cb551e595ba0df253", "id": {"identifier": "10.6084/m9.figshare.3814668", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9dd6d25ca8b63fc1f4a69bdb72eeeb32", "id": {"identifier": "10.6084/m9.figshare.3814668.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTThe cdk inhibitor p57kip2, encoded by the Cdkn1c gene, plays a critical role in mammalian development and in the differentiation of several tissues. Cdkn1c protein levels are carefully regulated via imprinting and other epigenetic mechanisms affecting both the promoter and distant regulatory elements, which restrict its expression to particular developmental phases or specific cell types. Inappropriate activation of these regulatory mechanisms leads to Cdkn1c silencing, causing growth disorders and cancer. We have previously reported that, in skeletal muscle cells, induction of Cdkn1c expression requires the binding of the bHLH myogenic factor MyoD to a long-distance regulatory element within the imprinting control region KvDMR1. Interestingly, MyoD binding to KvDMR1 is prevented in myogenic cell types refractory to the induction of Cdkn1c. In the present work, we took advantage of this model system to investigate the epigenetic determinants of the differential interaction of MyoD with KvDMR1. We ...", "author": ["Carbone Mariarosaria", "Battistelli Cecilia", "Maione Rossella", "Andresini Oriella", "Ciotti Agnese", "Rossi Marianna N."], "localIdentifier": [{"type": "doi", "id": "10.1080/15592294.2016.1230576"}], "id": "50|dli_resolver::819c9b83a1397f01f0da71c80de2f43b", "relatedPublications": 0, "date": [""], "title": ["A cross-talk between DNA methylation and H3 lysine 9 dimethylation at the KvDMR1 region controls the induction of Cdkn1c in muscle cells"], "relatedDatasets": 3}
333
{"typology": "publication", "publisher": ["Bioscience, biotechnology, and biochemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d94ae5b7b7359fa9e3f5a7a111c5d9f5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9028036&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8ef372a8406eb67617e18d5814330c62", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9028036&result=sequence_release", "schema": "url"}}], "abstract": "None: The gene encoding an extracellular inulin fructotransferase (depolymerizing) (inulase II) (EC 2.4.1.93), designated ift gene, was cloned from the genomic DNA of Arthrobacter sp. H65-7, and expressed in Escherichia coli for the first time. Sequence analysis showed a single open reading frame consisting of 1314 base pairs that encoded a signal peptide of 32 amino acids and a mature protein of 405 amino acids. The primary structure showed a homology of 49.8% with that of the inulin fructotransferase (DFA I-producing) (EC 2.4.1.200) from Arthrobacter globiformis S14-3. E. coli cells carrying the ift gene produced the active enzyme under control of the lac promoter. The expression of the ift gene was improved by a plasmid, pIFT-B, in which the ift gene was immediately downstream from the lac promoter. An E. coli transformant carrying pIFT-B expressed twice as much activity of inulase II as that of the original strain, Arthrobacter sp. H65-7. Most of the enzyme activity existed within the cells.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9028036"}], "author": ["Sakurai H", "Yokota A", "Tomita F"], "relatedPublications": 0, "id": "50|r3d100010527::aad3ac5e196d06829e665810b99e4ae8", "title": ["Molecular cloning of an inulin fructotransferase (depolymerizing) gene from Arthrobacter sp. H65-7 and its expression in Escherichia coli."], "relatedDatasets": 2}
334
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b7f3bd81ea7e59b606f9b5d94c4d07c2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1748631&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c27ceaccd24614d3c1437baff939d4cd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1748631&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::68c7109200e72a5a7849cbf866a21ae4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1748631&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::94dc0224bdc03971330c7c57e48b3aba", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1748631&result=taxon", "schema": "url"}}], "abstract": "None: Nucleotide sequences were determined for cDNA clones for squash NADH:nitrate oxidoreductase (EC 1.6.6.1), which is one of the most completely characterized forms of this higher plant enzyme. An open reading frame of 2754 nucleotides began at the first ATG. The deduced amino acid sequence contains 918 residues, with a predicted Mr = 103,376. The amino acid sequence is very similar to sequences deduced for other higher plant nitrate reductases. The squash sequence has significant similarity to the amino acid sequences of sulfite oxidase, cytochrome b5, and NADH:cytochrome b5 reductase. Alignment of these sequences with that of squash defines domains of nitrate reductase that appear to bind its 3 prosthetic groups (molybdopterin, heme-iron, and FAD). The amino acid sequence of the FAD domain of squash nitrate reductase was aligned with FAD domain sequences of other NADH:nitrate reductases, NADH:cytochrome b5 reductases, NADPH:nitrate reductases, ferredoxin:NADP+ reductases, NADPH:cytochrome P-450 reductases, NADPH:sulfite reductase flavoproteins, and Bacillus megaterium cytochrome P-450BM-3. In this multiple alignment, 14 amino acid residues are invariant, which suggests these proteins are members of a family of flavoenzymes. Secondary structure elements of the structural model of spinach ferredoxin:NADP+ reductase were used to predict the secondary structure of squash nitrate reductase and the other related flavoenzymes in this family. We suggest that this family of flavoenzymes, nearly all of which reduce a hemoprotein, be called \"flavoprotein pyridine nucleotide cytochrome reductases.\"", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1748631"}], "author": ["Campbell W H", "Hyde G E", "Crawford N M"], "relatedPublications": 0, "id": "50|r3d100010527::561b56dfde5a8bd4114dda41dde43ba8", "title": ["The sequence of squash NADH:nitrate reductase and its relationship to the sequences of other flavoprotein oxidoreductases. A family of flavoprotein pyridine nucleotide cytochrome reductases."], "relatedDatasets": 4}
335
{"typology": "publication", "publisher": ["The Journal of infectious diseases"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::65677f96d76e784f4cbc899118e31558", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12001061&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::684cf00fa700bbacbc0dad0d9aa77dea", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12001061&result=coding_release", "schema": "url"}}], "abstract": "None: A recombinant protein of Paragonimus westermani yolk ferritin was bacterially produced from a previously cloned complementary DNA and was used as an antigen for an enzyme-linked immunosorbent assay (ELISA) against paragonimiasis- and other helminth-infected sera to evaluate its serodiagnostic potential. The ELISA revealed that paragonimiasis westermani had 88.2% sensitivity and 100% specificity. The positive and negative predictive values of the ELISA were calculated to be 100% and 97.1%, respectively. Sera from cats experimentally infected with P. westermani began to produce immunoglobulin G antibodies against the yolk ferritin at 13 weeks after infection, which suggests that the corresponding antigen was derived from the vitellaria in accordance with maturation of P. westermani. These results indicate that the recombinant P. westermani yolk ferritin is a potent serodiagnostic reagent for paragonimiasis westermani from an early stage of the infection.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12001061"}], "author": ["Kim Tae Yun", "Cho Seung-Yull", "Kong Yoon", "Gan Xiao-Xian", "Sukomtason Kom", "Kang Shin-Yong", "Sukomtason Kabkaew", "Joo Il-Joong", "Hong Sung-Jong"], "relatedPublications": 0, "id": "50|r3d100010527::5c5aae73bf014471c104eeeb86917ecd", "title": ["Recombinant Paragonimus westermani yolk ferritin is a useful serodiagnostic antigen."], "relatedDatasets": 2}
336
{"typology": "publication", "publisher": ["AIDS research and human retroviruses"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::19ef6d3ae7c06187859da4b47c1a4791", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15585084&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7f0b9ff5aca01496186ba4b4c2230bb2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15585084&result=coding_release", "schema": "url"}}], "abstract": "None: Env gene glycoprotein products are essential to viral infectivity and important targets for a host's humoral and cellular immune responses. We have reported the construction of C2, an effective env gene cassetting system for assessing biological properties of HIV-1 subtype B env gene glycoprotein products within a constant genetic background (Zheng NN and Daniels RS: AIDS Res Hum Retroviruses 2001;17:1501-7506). Here we report the ability of C2 to produce chimeric subtype A, C, D, A/E, F, and J HIV-1 and studies of the viruses' biological properties. Virus RNAs were extracted and full-length env genes rescued by RT-PCR. Expression-competent env genes were cloned into the C2 cassette and chimeric recombinant viruses produced by transfecting 293T cells. For each subtype, X4 viruses yielded higher TCID(50) than R5 viruses and the TCID(50) of chimeric viruses were either the same as or lower than their parental viruses. The limited coreceptor usage of R5-tropic parent viruses was retained in the chimeric viruses. Generally, with the exception of the subtype C virus (SE12808), the X4-tropic parental viruses utilized CXCR4 and a wide range of additional coreceptors, while their respective chimeric viruses retained CXCR4 usage but showed a more limited range in respect of other coreceptors. The replication rates of non-B subtype chimeric viruses were generally lower (1.5- to 13.6-fold) than their respective parental viruses with the exception of C2-92UG029, an X4-tropic subtype A chimeric virus. This study demonstrates that C2 is a functional cassette capable of producing infectious chimeric viruses to allow study of the biological phenotypes and functions of HIV-1 subtype B and non-B subtype glycoproteins.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15585084"}], "author": ["Daniels Rod S", "Zheng Natalie N"], "relatedPublications": 0, "id": "50|r3d100010527::fbbf58a0c3f3ad0cafca83f8a798ccde", "title": ["Substitution of hiv type-1 non-B env genes in C2, a subtype B cassette system, results in functional chimeric viruses."], "relatedDatasets": 2}
337
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ad7803e5f827d29d381431212e58d0bf", "id": {"identifier": "1bna", "schema": "pdb"}}], "abstract": "", "title": ["Caffeic acid binds to the minor groove of calf thymus DNA: A multi-spectroscopic, thermodynamics and molecular modelling study"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijbiomac.2017.02.014"}], "id": "50|elsevier____::774ec48679ec0abd601bd9fab7bbb1e1", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 2}
338
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dabe596c26f58c3593f4d2fcb02c0b1e", "id": {"identifier": "10.6084/m9.figshare.c.3805804", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2881cbf1493c840f6fe040c9d7a9b89b", "id": {"identifier": "10.6084/m9.figshare.c.3805804.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Dahl Torbjørn", "Tyvold Stig S.", "Dragsund Stein", "Gunnes Sigurd", "Lyng Oddveig", "Aadahl Petter", "Solligård Erik", "Damås Jan K."], "localIdentifier": [{"type": "doi", "id": "10.14814/phy2.13348"}], "id": "50|dli_resolver::78c2b151d6892d9f64113d5b0808c98f", "relatedPublications": 0, "date": [""], "title": ["\"Bronchial microdialysis monitoring of inflammatory response in open abdominal aortic aneurysm repair; an observational study\""], "relatedDatasets": 2}
339
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::da19df3611c967e53a1accc644922aec", "id": {"identifier": "10.5517/ccnrnjk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c4121489bb15f2dfefe5ec4f63236831", "id": {"identifier": "10.5517/ccnrnkl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Hexabutoxytribenzo[a,g,m]coronenes have been prepared in three steps from readily accessible hexabutoxytriphenylene. Single-crystal X-ray diffraction analysis reveals that these molecules can adopt an extraordinary \"double-concave\" conformation that makes them ideal hosts for the binding of different guest molecules at each face.", "author": ["Wang Zhaohui", "Lucas Nigel T.", "Zhu Daoben", "Li Zhongtao"], "localIdentifier": [{"type": "doi", "id": "10.1021/jo0701029"}], "id": "50|dli_resolver::d916a50d143582091cf0004fbbff4dcc", "relatedPublications": 0, "date": [""], "title": ["\"Facile Synthesis of Janus “Double-Concave” Tribenzoa,g,mcoronenes†\""], "relatedDatasets": 2}
340
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::20b22fa6e8aa9e4dafb5e5e48d2227e6", "id": {"identifier": "10.5517/ccdc.csd.cc1m1cgh", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Velmurugan D.", "Balasubramani K.", "Jeevaraj M.", "Viswanathan V.", "Sivajeyanthi P."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cdc.2017.11.001"}], "id": "50|dli_resolver::d001fa40be0a2794c887d07fb7c7b2a3", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, crystal structure, Hirshfeld surface analysis and frontier molecular orbital analysis of 2-((2-hydroxynaphthalen-1-yl)methylene)hydrazinecarbothioamide\""], "relatedDatasets": 1}
341
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ea75791ab75afbf692b15214a9a26e0e", "id": {"identifier": "10.5517/ccvdc2n", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, [Sn(C6H11)3(C17H25O3S)], exists as a monomeric mol­ecule with the SnIV atom in a distorted tetra­hedral C3O coordination geometry. The presence of two bulky tert-butyl groups on the carboxyl­ate prevents any hydrogen-bonding inter­actions involving the hy­droxy group.", "author": ["Lee See Mun", "Mohd Ali Hapipah", "Lo Kong Mun"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810021884"}], "id": "50|dli_resolver::7dc105b9480eda261d1e51f2225bf8f7", "relatedPublications": 0, "date": [""], "title": ["\"Tricyclohexyl{2-(3,5-di-tert-butyl-4-hydroxybenzyl)sulfanylacetato-κO}tin(IV)\""], "relatedDatasets": 1}
342
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2cf0981b2d7eaa3ad96d682a09d3ff73", "id": {"identifier": "10.5517/cc47gjb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Sivakumar K.", "You X. Z.", "Fun H. K.", "Zuo J. L.", "Yao T. M."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270195010754"}], "id": "50|dli_resolver::adb82e21fea37f46887e7bf8ebfdcca6", "relatedPublications": 0, "date": [""], "title": ["A 2:1 Mixture of Tetrabutylammonium Bis(4,5-dimercapto-1,3-dithiole-2-thionato)nickelate(II) and its 2-Selenone Analogue"], "relatedDatasets": 1}
343
{"typology": "publication", "publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6a00652cd562455ddce0724afbd85c52", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26367395&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6becc0177f2967952a65608ec57b3e29", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26367395&result=coding_release", "schema": "url"}}], "abstract": "None: The ratio of dihydroxylated to trihydroxylated catechins (RDTC) is an important indicator of tea quality and biochemical marker for the study of genetic diversity. It is reported to be under genetic control but the underlying mechanism is not well understood. Flavonoid 3'-hydroxylase (F3'H) and flavonoid 3',5'-hydroxylase (F3'5'H) are key enzymes involved in the formation of dihydroxylated and trihydroxylated catechins. The transcriptome and HPLC analysis of tea samples from Longjing43 and Zhonghuang2 under control and shading treatment were performed to assess the F3'H and F3'5'H genes that might affect RDTC. A total of 74.7 million reads of mRNA seq (2×101bp) data were generated. After de novo assembly, 109,909 unigenes were obtained, and 39,982 of them were annotated using 7 public databases. Four key F3'H and F3'5'H genes (including CsF3'5'H1, CsF3'H1, CsF3'H2 and CsF3'H3) were identified to be closely correlated with RDTC. Shading treatment had little effect on RDTC, which was attributed to the stable expression of these key F3'H and F3'5'H genes. The correlation of the coexpression of four key genes and RDTC was further confirmed among 13 tea varieties by real time PCR and HPLC analysis. The coexpression of three F3'H genes and a F3'5'H gene may play a key role in affecting RDTC in Camellia sinensis. The current results may establish valuable foundation for further research about the mechanism controlling catechin composition in tea.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0137925"}, {"type": "pbmid", "id": "26367395"}], "author": ["Wang Liyuan", "Zhang Chengcai", "Cheng Hao", "Wu Liyun", "Wei Kang", "Li Hailin", "Zhang Fen"], "relatedPublications": 0, "id": "50|r3d100010527::a18d45b7379c5c8e8c6954b7911ea511", "title": ["Transcriptome Analysis Reveals Key Flavonoid 3'-Hydroxylase and Flavonoid 3',5'-Hydroxylase Genes in Affecting the Ratio of Dihydroxylated to Trihydroxylated Catechins in Camellia sinensis."], "relatedDatasets": 2}
344
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::16b9f36030cbc569d261dec447aff057", "id": {"identifier": "10.5517/cc9nfs4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The Cu atom in the title complex, [Cu(C6Cl2O4)(C10H8N2)], has a square-planar CuN2O2 environment. The structure is built of monomeric neutral, essentially planar, mol­ecules stacked along the b axis, with the stacks held together by means of weak π–π, π⋯Cl, and π⋯Cu inter­actions. The mol­ecules of neighbouring stacks are linked via C—H⋯O hydrogen bonds.", "author": ["San Felices Leire", "Gutiérrez-Zorrilla Juan M.", "Vitoria Pablo", "Lezama Luis", "Reinoso Santiago"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536805027649"}], "id": "50|dli_resolver::6ef8f8d000119b0d77a9fc0c2d3609f5", "relatedPublications": 0, "date": [""], "title": ["\"(2,2′-Bipyridyl-κ2N,N′)(chloranilato-κ2O,O′)copper(II)\""], "relatedDatasets": 1}
345
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5df7e362c79b2ca9001dadf32585d8c1", "id": {"identifier": "10.5517/cc66mcc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Protected C 7  and C 8  aminodialdoses were prepared stereoselectively from readily available C 5  and C 6  monosaccharide  N -benzyl nitrones, by regio- and diastereoselective 1,3-dipolar cycloaddition reactions with vinyl trimethylsilane, followed by acetyl chloride-mediated cleavage of the 5-(trimethylsilyl)isoxazolidine formed. The cycloaddition reaction took place in moderate to good global yields (67–74%); estimation of diastereoselectivities from isolated yields showed total  endo  preference for the reaction of the  d - galacto  configured nitrone and high  endo  preference for the  d - ribo  analogue, but  exo  preference for the  d - xylo  configured substrate. Attack on the  re  face of the nitrone was predominant in all cases. The absolute configuration of one of the protected 3-(α- d - galacto -pentopyranos-5-yl)isoxazolidine products was assigned by X-ray crystallographic analysis, allowing correlation of the configuration at the new stereogenic centre in the corresponding aminodialdose. For non-crystalline isoxazolidines, configurations were assigned on the basis of NOESY experiments and/or chemical correlation. Combined yields of aminodialdoses coming from isoxazolidines having identical configuration at C(3) sometimes reached high values (up to 90%). These compounds are precursors of higher-chain glycosamino acids.", "author": ["Borrachero Pastora", "Diánez Ma Jesús", "Gómez-Guillén Manuel", "Castro Amparo López", "Torres Ma Isabel", "Estrada Ma Dolores", "Cabrera-Escribano Francisca", "Pérez-Garrido Simeón"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0957-4166(02)00543-8"}], "id": "50|dli_resolver::da3ca2f7c97ff9ce07d32226020456b8", "relatedPublications": 0, "date": [""], "title": ["\"Higher glycosamino acid precursors: C7 and C8 aminodialdoses via regio- and stereoselective 3+2 cycloaddition of vinyl trimethylsilane to C-glycosyl nitrones\""], "relatedDatasets": 1}
346
{"typology": "publication", "publisher": ["Molecular phylogenetics and evolution"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::96f295924b7c336e2d8890c03cb712ce", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22273597&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a769475a666a97c68fa54b960dbd31bf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22273597&result=noncoding_release", "schema": "url"}}], "abstract": "None: Euphorbia is among the largest genera of angiosperms, with about 2000 species that are renowned for their remarkably diverse growth forms. To clarify phylogenetic relationships in the genus, we used maximum likelihood, bayesian, and parsimony analyses of DNA sequence data from 10 markers representing all three plant genomes, averaging more than 16kbp for each accession. Taxon sampling included 176 representatives from Euphorbioideae (including 161 of Euphorbia). Analyses of these data robustly resolve a backbone topology of four major, subgeneric clades--Esula, Rhizanthium, Euphorbia, and Chamaesyce--that are successively sister lineages. Ancestral state reconstructions of six reproductive and growth form characters indicate that the earliest Euphorbia species were likely woody, non-succulent plants with helically arranged leaves and 5-glanded cyathia in terminal inflorescences. The highly modified growth forms and reproductive features in Euphorbia have independent origins within the subgeneric clades. Examples of extreme parallelism in trait evolution include at least 14 origins of xeromorphic growth forms and at least 13 origins of seed caruncles. The evolution of growth form and inflorescence position are significantly correlated, and a pathway of evolutionary transitions is supported that has implications for the evolution of Euphorbia xerophytes of large stature. Such xerophytes total more than 400 species and are dominants of vegetation types throughout much of arid Africa and Madagascar.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ympev.2011.12.022"}, {"type": "pbmid", "id": "22273597"}], "author": ["Steinmann Victor W", "van Ee Benjamin W", "Morawetz Jeffery J", "Wurdack Kenneth J", "Horn James W", "Berry Paul E", "Riina Ricarda"], "relatedPublications": 0, "id": "50|r3d100010527::e03fd46832d85f39ca151beac9cf65b0", "title": ["Phylogenetics and the evolution of major structural characters in the giant genus Euphorbia L. (Euphorbiaceae)."], "relatedDatasets": 2}
347
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8b14904eba04a45e533926b1e04940f0", "id": {"identifier": "10.5517/ccxcpvs", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "All non-H atoms of the title compound, C7H7NO2, are nearly coplaner, the r.m.s. deviation being 0.0087 A. In the crystal, the partially overlapped arrangement and the face-to-face distance of 3.466 (17) A between parallel pyridine rings of neighboring mol­ecules indicates the existence of π–π stacking. Inter­molecular O—H⋯N hydrogen bonding and weak C—H⋯O hydrogen bonding are present in the crystal structure.", "author": ["Pan Mei-Ling", "Luo Yang-Hui", "Mao Shu-Lin"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536811031837"}], "id": "50|dli_resolver::c1e2ad768a15c7752453381e2ff36c87", "relatedPublications": 0, "date": [""], "title": ["\"6-Methylnicotinic acid\""], "relatedDatasets": 1}
348
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6782e8d20b9d7f56a112e5cc5236b66a", "id": {"identifier": "10.5517/cc62z7g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c0da9c317f1e15da57801d76e713d0d3", "id": {"identifier": "10.5517/cc62z6f", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The syntheses and characterization of three compounds involving tridentate “half-units” 7-amino-4-methyl-5-aza-3-hepten-2-one (HAMAH) and 8-amino-4-methyl-5-aza-3-octen-2-one (HAMAO) are described. Cu(II) and Ni(II) complexes with HAMAH have been isolated as four-coordinate complexes, the fourth coordination site being taken by imidazole, and have been structurally characterized. A Cu(II) complex involving HAMAO has been isolated as a highly insoluble polymeric species. Hydroxo bridging between the metal centres is indicated.", "author": ["Ray Mau Sinha", "Ghosh* Ashutosh", "Mukhopadhyay* Gurucharan", "Drew Michael G.B."], "localIdentifier": [{"type": "doi", "id": "10.1080/00958970310001601776"}], "id": "50|dli_resolver::319256bc6158f1ec312b72fb8cefa335", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses, characterization and x-ray crystal structures of copper(II) and nickel(II) complexes of tridentate monocondensed diamines\""], "relatedDatasets": 2}
349
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::461f62b7901ddde2ce8290d482b1aa78", "id": {"identifier": "af527045", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0dc23f8d79ce4188d806fc1e9c876b4a", "id": {"identifier": "af527043", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e09fcdd497c70c71328fb92d9c739ba3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12670965&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0e8543ec1052a3755c23cb4dd7dd931b", "id": {"identifier": "af527044", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c1499248892a9c5cd2d18e22607e42ba", "id": {"identifier": "af527041", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4d7ceb0b43431a89caa61f943db7354c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12670965&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f6f1cc9e110c33ee074b87b13cd79002", "id": {"identifier": "af527042", "schema": "ena"}}], "abstract": "None: The conversion of ketomethiobutyrate to methionine has been previously examined in a number of organisms, wherein the aminotransferases responsible for the reaction have been found to be members of the Ia subfamily (L. C. Berger, J. Wilson, P. Wood, and B. J. Berger, J. Bacteriol. 183:4421-4434, 2001). The genome of Bacillus subtilis has been found to contain no subfamily Ia aminotransferase sequences. Instead, the analogous enzymes in B. subtilis were found to be members of the If subfamily. These putative aspartate aminotransferases, the yugH, ywfG, ykrV, aspB, and patA gene products, have been cloned, expressed, and characterized for methionine regeneration activity. Only YkrV was able to convert ketomethiobutyrate to methionine, and it catalyzed the reaction only when glutamine was used as amino donor. In contrast, subcellular homogenates of B. subtilis and Bacillus cereus utilized leucine, isoleucine, valine, alanine, phenylalanine, and tyrosine as effective amino donors. The two putative branched-chain aminotransferase genes in B. subtilis, ybgE and ywaA, were also cloned, expressed, and characterized. Both gene products effectively transaminated branched-chain amino acids and ketoglutarate, but only YbgE converted ketomethiobutyrate to methionine. The amino donor preference for methionine regeneration by YbgE was found to be leucine, isoleucine, valine, phenylalanine, and tyrosine. The B. subtilis ybgE gene is a member of the family III of aminotransferases and falls in a subfamily designated here IIIa. Examination of B. cereus and Bacillus anthracis genome data found that there were no subfamily IIIa homologues in these organisms. In both B. cereus and B. anthracis, two putative branched-chain aminotransferases and two putative D-amino acid aminotransferases were discovered as members of subfamily IIIb. These four sequences were cloned from B. cereus, expressed, and characterized. Only the gene product from the sequence designated Bc-BCAT2 was found to convert ketomethiobutyrate to methionine, with an amino donor preference of leucine, isoleucine, valine, phenylalanine, and tyrosine. The B. anthracis homologue of Bc-BCAT2 was also cloned, expressed, and characterized and was found to be identical in activity. The aminooxy compound canaline was found to be an uncompetitive inhibitor of B. subtilis YbgE and also inhibited growth of B. subtilis and B. cereus in culture.", "author": ["English Shane", "Shane English", "Berger, Bradley J.", "Gene Chan", "Chan Gene", "Knodel Marvin H", "Berger Bradley J", "Knodel, Marvin H."], "localIdentifier": [{"type": "pmid", "id": "12670965"}, {"type": "pbmid", "id": "12670965"}], "id": "50|dedup_wf_001::bbfe70ca293cc5ca5f2cd92f9b47ad5f", "relatedPublications": 0, "date": ["2003-04-01"], "title": ["Methionine regeneration and aminotransferases in Bacillus subtilis, Bacillus cereus, and Bacillus anthracis."], "relatedDatasets": 7}
350
{"typology": "publication", "publisher": ["The Journal of cell biology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06f64a78cd04a9d2cf7ca554fd0c6a5e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2229176&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::23d523895abe02961689170aec894823", "id": {"identifier": "x53992", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::98a7fda5201e95ed4e89ecc0e2bac95d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2229176&result=sequence_release", "schema": "url"}}], "abstract": "None: Spectrins are a major component of the membrane skeleton in many cell types where they are thought to contribute to cell form and membrane organization. Diversity among spectrin isoforms, especially their beta subunits, is associated with diversity in cell shape and membrane architecture. Here we describe a spectrin isoform from Drosophila that consists of a conventional alpha spectrin subunit complexed with a novel high molecular weight beta subunit (430 kD) that we term beta H. The native alpha beta H molecule binds actin filaments with high affinity and has a typical spectrin morphology except that it is longer than most other spectrin isoforms and includes two knoblike structures that are attributed to a unique domain of the beta H subunit. Beta H is encoded by a different gene than the previously described Drosophila beta-spectrin subunit but shows sequence similarity to beta-spectrin as well as vertebrate dystrophin, a component of the membrane skeleton in muscle. By size and sequence similarity, dystrophin is more similar to this newly described beta-spectrin isoform (beta H) than to other members of the spectrin gene family such as alpha-spectrin and alpha-actinin.", "author": ["Dubreuil R R", "Ct, Stewart", "Kiehart D P", "Byers T J", "Stewart C T", "Dp, Kiehart", "Rr, Dubreuil", "Tj, Byers"], "localIdentifier": [{"type": "pmid", "id": "2229176"}, {"type": "pbmid", "id": "2229176"}], "id": "50|dedup_wf_001::cf2c55640345921d350aae39ae5a1e76", "relatedPublications": 0, "date": ["1990-11-01"], "title": ["A beta-spectrin isoform from Drosophila (beta H) is similar in size to vertebrate dystrophin."], "relatedDatasets": 3}
351
{"typology": "publication", "publisher": ["Comparative biochemistry and physiology. Part B, Biochemistry & molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2285b027a4c0ca0fb6cfa778aa4a24ed", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20226263&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0e0ca66d7d81f63d6ffa29d5c5944d76", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20226263&result=coding_release", "schema": "url"}}], "abstract": "None: The signal transduction mechanisms in mollusks are still elusive since the genome information is incomplete and cell lines are not available. In previous study, we cloned a highly conserved Smad3 homolog (designated as Pf-Smad3) from the pearl oyster, Pinctada fucata. It seems that transforming growth factor beta (TGFbeta) signaling may play similar roles in the oyster as in vertebrate. Here we report a cDNA encoding an activin like receptor 1 homolog (designated as Pf-ALR1) of the oyster, another kind of TGFbeta superfamily member. Compared to the activin receptor-like kinases (ALK) in human, the amino acid sequence of Pf-ALR1 is more similar to that of ALK1, especially the L45 loop. Reverse transcription-polymerase chain reaction results indicate that Pf-ALR1 mRNA is expressed ubiquitously in the adult oyster. Thus, Pf-ALR1 may be important for many physiological processes in the oyster. To lay a basis for further investigation of the TGFbeta signal pathway functions in the oyster shell formation, in this report, the Pf-ALR1 mRNA expression in the oyster mantle was detected by in situ hybridization. The results show that Pf-ALR1 in the oyster mantle is mainly expressed at the inner epithelial cells of the outer fold and the outer epithelial cells of the middle fold, similarly as Pf-Smad3. The mRNA levels of Pf-ALR1 and Pf-Smad3 are all changed after shell notching. These results indicate that both Pf-ALR1 and Pf-Smad3 may take part in shell formation and repair. The results of drug treatment experiments with in-vitro cultured oyster mantle tissue cells demonstrate that the mRNA expression levels of Pf-Smad3, Pf-ALR1 and two oyster nuclear factor-kappaB (NF-kB) members can be adjusted and correlated. All our observations suggest that there should be similar TGFbeta signal pathways in the oyster and vertebrate. However, the potential functions of Pf-ALR1 and the relations of TGFbeta and NF-kB members in the oyster all need to be thoroughly investigated.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cbpb.2010.02.012"}, {"type": "pbmid", "id": "20226263"}], "author": ["Liu Xiaojun", "Zhang Rongqing", "Xie Liping", "He Zuoxin", "Sun Juan", "Zhou Yujuan", "Wang Hongzhong", "Zhang Guiyou", "Huang Jing", "Gong Ningping", "Yan Zhenguang"], "relatedPublications": 0, "id": "50|r3d100010527::aafe8c9c81ed987fe77b8bcca2412402", "title": ["Cloning and characterization of the activin like receptor 1 homolog (Pf-ALR1) in the pearl oyster, Pinctada fucata."], "relatedDatasets": 2}
352
{"typology": "publication", "publisher": ["Journal of acquired immune deficiency syndromes (1999)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cae77c564c2bfea5b2bc9dbe868898bc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21709451&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::911d872eb8049b2b21fcf314070c39dc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21709451&result=sequence_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1097/qai.0b013e3182142082"}, {"type": "pbmid", "id": "21709451"}], "author": ["Mbanya Dora", "Ngansop Charlotte", "Abimiku Alashle", "Iwamoto Shizuka", "Ndembi Nicaise", "Kaptue Lazare Noche", "Ido Eiji", "Lemey Philippe"], "relatedPublications": 0, "id": "50|r3d100010527::bf1547b8ecd660a17c90e2bb94e45fb6", "title": ["High frequency of HIV-1 dual infections in Cameroon, West Central Africa."], "relatedDatasets": 2}
353
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a5de0f47ab8956d22f4b37ceeb236dc2", "id": {"identifier": "10.5517/ccy30lm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "title": ["\"Correction for Frankowski et al., Synthesis and receptor profiling of Stemona alkaloid analogues reveal a potent class of sigma ligands\""], "localIdentifier": [{"type": "doi", "id": "10.1073/pnas.1213952109"}], "id": "50|dli_resolver::e01129167d4d8992dc2c4edbb174cb5d", "relatedPublications": 0, "date": [""], "relatedDatasets": 1}
354
{"typology": "publication", "publisher": ["Applied microbiology and biotechnology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2e9d5d7d04bafd046f27554c33be10f5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18034237&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c623a81d64dfd79f2615048a1c1447e7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18034237&result=sequence_release", "schema": "url"}}], "abstract": "None: Azo dyes are known to be a very important and widely used class of toxic and carcinogenic compounds. Although lot of research has been carried out for their removal from industrial effluents, very little attention is given to changes in their toxicity and mutagenicity during the treatment processes. Present investigation describes isolation of a Bacillus velezensis culture capable of degrading azo dye Direct Red 28 (DR28). Azoreductase enzyme was isolated from it, and its molecular weight was found to be 60 kDa. The enzyme required NADH as cofactor and was oxygen-insensitive. Toxicity and mutagenicity of the dye during biodegradation was monitored by using a battery of carefully selected in vitro tests. The culture was found to degrade DR28 to benzidine and 4-aminobiphenyl, both of which are potent mutagens. However, on longer incubation, both the compounds were degraded further, resulting in reduction in toxicity and mutagenicity of the dye. Thus, the culture seems to be a suitable candidate for further study for both decolourization and detoxification of azo dyes, resulting in their safe disposal.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18034237"}], "author": ["Chakrabarti Tapan", "Devi Sivanesan Saravana", "Bafana Amit"], "relatedPublications": 0, "id": "50|r3d100010527::1a387b703c169d9c89f97db0dfa67c98", "title": ["Azoreductase and dye detoxification activities of Bacillus velezensis strain AB."], "relatedDatasets": 2}
355
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::a1a7aa354c35a03dc08d4d4299257ac9", "id": {"identifier": "3q4l", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::8229fadb12c39483bd88b5fb3a32158a", "id": {"identifier": "3q4j", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::75105679ec7e804fe50ad42fcbb47872", "id": {"identifier": "3q4k", "schema": "pdb"}}], "abstract": "The multimeric DNA sliding clamps confer high processivity to replicative DNA polymerases and are also binding platforms for various enzymes involved in DNA metabolism. These enzymes interact with the clamp through a small peptide that binds into a hydrophobic pocket which is a potential target for the development of new antibacterial compounds. Starting from a generic heptapeptide, we used a structure-based strategy to improve the design of new peptide ligands. Chemical modifications at specific residues result in a dramatic increase of the interaction as measured by SPR and ITC. The affinity of our best hits was improved by 2 orders of magnitude as compared to the natural ligand, reaching 10–8 M range. The molecular basis of the interactions was analyzed by solving the co-crystal structures of the most relevant peptides bound to the clamp and reveals how chemical modifications establish new contacts and contributes to an increased affinity of the ligand.", "author": ["Dejaegere Annick", "Guichard Gilles", "Briand Jean Paul", "Dumas Philippe", "Burnouf Dominique Y.", "Oliéric Vincent", "Ennifar Eric", "Wolff Philippe", "Chaloin Olivier", "Wagner Jérôme"], "localIdentifier": [{"type": "doi", "id": "10.1021/jm200311m"}], "id": "50|dli_resolver::523d395a0a521b0af29e798d7f7c3d2a", "relatedPublications": 0, "date": [""], "title": ["\"Structure-Based Design of Short Peptide Ligands Binding onto theE. coliProcessivity Ring\""], "relatedDatasets": 3}
356
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2348d0876820eab9f55b7fa3730f1aff", "id": {"identifier": "10.5061/dryad.8m0k4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0b5cac3da1bcfd941603e8381961c75e", "id": {"identifier": "10.6084/m9.figshare.c.3677077", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2348d0876820eab9f55b7fa3730f1aff", "id": {"identifier": "10.5061/dryad.8m0k4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::01d91a1d207d4f989a2b7ba7fe8371d4", "id": {"identifier": "10.6084/m9.figshare.c.3677077.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Johnson J. S.", "Kurta A.", "Field K. A.", "Gronsky S.", "Reeder D. M.", "Lilley T. M.", "Prokkola J. M.", "Rogers E. J."], "localIdentifier": [{"type": "doi", "id": "10.1098/rspb.2016.2232"}], "id": "50|dli_resolver::22e37469347ee4ba163bbba1bbcdb8c1", "relatedPublications": 0, "date": [""], "title": ["Immune responses in hibernating little brown myotis (Myotis lucifugus) with white-nose syndrome"], "relatedDatasets": 4}
357
{"publisher": ["Plant physiology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a9453934a25dfcb142dc45703c0f876a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20508139&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::20331be064b5bb08a67e3c8fb361f9dd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20508139&result=sequence_release", "schema": "url"}}], "abstract": "None: Arabidopsis (Arabidopsis thaliana) suppressor of npr1-1, constitutive1 (snc1) contains a gain-of-function mutation in a Toll/interleukin receptor-nucleotide binding site-leucine-rich repeat Resistance (R) protein and it has been a useful tool for dissecting R-protein-mediated immunity. Here we report the identification and characterization of snc4-1D, a semidominant mutant with snc1-like phenotypes. snc4-1D constitutively expresses defense marker genes PR1, PR2, and PDF1.2, and displays enhanced pathogen resistance. Map-based cloning of SNC4 revealed that it encodes an atypical receptor-like kinase with two predicted extracellular glycerophosphoryl diester phosphodiesterase domains. The snc4-1D mutation changes an alanine to threonine in the predicted cytoplasmic kinase domain. Wild-type plants transformed with the mutant snc4-1D gene displayed similar phenotypes as snc4-1D, suggesting that the mutation is a gain-of-function mutation. Epistasis analysis showed that NON-RACE-SPECIFIC DISEASE RESISTANCE1 is required for the snc4-1D mutant phenotypes. In addition, the snc4-1D mutant phenotypes are partially suppressed by knocking out MAP KINASE SUBSTRATE1, a positive defense regulator associated with MAP KINASE4. Furthermore, both the morphology and constitutive pathogen resistance of snc4-1D are partially suppressed by blocking jasmonic acid synthesis, suggesting that jasmonic acid plays an important role in snc4-1D-mediated resistance. Identification of snc4-1D provides us a unique genetic system for analyzing the signal transduction pathways downstream of receptor-like kinases.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1104/pp.110.158501"}, {"type": "pbmid", "id": "20508139"}], "author": ["Zhang Yuelin", "Cheng Yu Ti", "Bi Dongling", "Li Xin"], "relatedPublications": 0, "id": "50|r3d100010527::73cddc600a72893c238843b62cdd2643", "title": ["Activation of plant immune responses by a gain-of-function mutation in an atypical receptor-like kinase."], "typology": "publication"}
358
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8e4e621cecdb650607240c422e727edd", "id": {"identifier": "10.6084/m9.figshare.c.3759131", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::034513ca743961ca12757120e02396a9", "id": {"identifier": "10.6084/m9.figshare.c.3759131.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Recently, we developed a phase resolved polarization sensitive OCT system based on transversal scanning. This system was now improved and adapted for retinal imaging in vivo. We accelerated the image acquisition speed by a factor of 10 and adapted the system for light sources emitting at 820nm. The improved instrument records 1000 transversal lines per second. Two different scanning modes enable either the acquisition of high resolution B-scan images containing 1600×500 pixels in 500ms or the recording of 3D data sets by C-scan mode imaging. This allows acquiring a 3D-data set containing 1000×100×100 pixels in 10 seconds. We present polarization sensitive B-scan images and to the best of our knowledge, the first 3D-data sets of retardation and fast axis orientation of fovea and optic nerve head region in vivo. The polarizing and birefringence properties of different retinal layers: retinal pigment epithelium, Henle’s fiber layer, and retinal nerve fiber layer are studied.", "author": ["Leitgeb Rainer", "Pircher Michael", "Sattmann Harald", "Findl Oliver", "Hitzenberger Christoph. K.", "Götzinger Erich"], "localIdentifier": [{"type": "doi", "id": "10.1364/opex.12.005940"}], "id": "50|dli_resolver::5cd75aedf3ea419e8416854deace7053", "relatedPublications": 0, "date": [""], "title": ["\"Imaging of polarization properties of human retina in vivo with phase resolved transversal PS-OCT\""], "relatedDatasets": 2}
359
{"typology": "publication", "publisher": ["Parasitology research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ad2e3bb3edbe75fc2fcaa555f814b183", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20473527&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5cddb60e695470cc6437a5a2dfb078d8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20473527&result=sequence_release", "schema": "url"}}], "abstract": "None: A phylogeographic study was carried out of Trichuris muris, nematode parasitizing Murinae rodents from the Muridae family, isolated from four different hosts and from different geographical regions of Europe by amplification and sequencing of the ITS1-5.8S-ITS2 fragment of the ribosomal DNA. T. muris was found in the Apodemus sylvaticus, Apodemus flavicollis, Mus domesticus, and Rattus rattus rodents. The molecular results confirm the presence of DNA polymorphisms among T. muris isolates from Europe. The present study shows two clear-cut geographical and genetic lineages: one of them is widespread from northern Spain (Catalonia) to Denmark (Western European region), while the second is widespread in the Eastern European region (Croatia, Rumania, and Turkey). These two genotypes can be easily distinguished by a PCR-RFLP analysis of this sequence with the ApalI restriction enzyme. Moreover, networks and phylogenetic reconstructions also reveal that T. muris from various Murinae rodents did not differentiate according to the host species that they parasitize. Furthermore, T. muris isolated from The Canary Islands revealed a typical haplotype (H6) only present in The Canary Islands and not in continental Europe. It is suggested that one haplotype from La Gomera Island is the ancestor of T. muris in the Canary Islands.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20473527"}, {"type": "doi", "id": "10.1007/s00436-010-1908-9"}], "author": ["Nieberding Caroline", "Callejón Rocio", "Cutillas Cristina", "Feliú Carlos", "de Rojas Manuel", "Foronda Pilar", "Guevara Diego"], "relatedPublications": 0, "id": "50|r3d100010527::aea4954fe5e24b6cfc99935e9eacd767", "title": ["Molecular evolution of Trichuris muris isolated from different Muridae hosts in Europe."], "relatedDatasets": 2}
360
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::23dbaa220b326710540778385dc82a4f", "id": {"identifier": "10.5517/ccpvkbd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d94b891ba520051ad92b04c3000badcf", "id": {"identifier": "10.5517/cc89g00", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "An efficient synthesis of 4-aminotropones has been achieved in excellent yields by simple treatment of 4-amino-4-[(p-tolylsulfinyl)methyl]-2,5-cyclohexadienones (p-quinamines) with NaH. The method allowed regiocontrolled access to 3-methyl, 5-methyl-and 3,5-dimethyl-substituted derivatives starting from p-quinamines with adequate substituents at the cyclohexadienone moiety and/or at the carbon linked to the sulfur function. The p-quinamines in turn were easily accessible from N-Boc p-anisidines (Boc= tert-butoxycarbonyl) by electrochemical oxidation in MeOH to quinone imine monoketals, followed by addition of a α-lithium sulfinyl carbanion to the imino group, and ketal hydrolysis. Oxidation of the sulfoxide gave the sulfonyl-substituted p-quinamines that, upon basic treatment, behave similarly. The p-quinamine 55 and bis-p-quinamine 56, resulting in the addition of the anion derived from dimethyl sulfone to the p-quinonimine ketal 14, also gave the 4-aminotropone. The mechanism involves the initial formation of a α-sulfonyl carbanion, which intramolecularly attacks the cyclohexadienone giving a norcaradiene-like enolate intermediate, the evolution of which through a ring-expansion process, pushes off a methyl sulfinate anion or SO 2 . This efficient process fulfils the criteria of atom economy. The introduction of a proline substituent in the nitrogen of the starting p-quinamine allowed the synthesis of an enantiopure 4-aminotropone, the asymmetric Diels-Alder reactions of which with maleimide occurred in a highly endo and π-facial diastereoselective manner.", "author": [" carmen, Carreño M.", "Ortega-Guerra Montserrat", "Ribagorda María", " jesús, Sanz-Cuesta M."], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.200700940"}], "id": "50|dli_resolver::0750c9b86633446778c4723d97c116ca", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of 4-Aminotropones from (Sulfinyl or Sulfonyl)methyl-Substitutedp-Quinamines\""], "relatedDatasets": 2}
361
{"typology": "publication", "publisher": ["Antonie van Leeuwenhoek"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7b498dac67131e0f29340b3dee6ebebd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24912980&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e1fac2266a65cb52316c871e2a5f03a5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24912980&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9021e164d6de7e5486dea2ef66b5d134", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24912980&result=read_study", "schema": "url"}}], "abstract": "None: A Gram-stain positive, aerobic, non-motile and rod-shaped actinobacterial strain, designated as ZYR 51(T), was isolated from pharmaceutical wastewater in Jinhua city, Zhejiang province, Eastern China. Isolation was aided by using a resuscitation-promoting factor, suggesting the strain was recovered from a viable but non-culturable state. Strain ZYR 51(T) was characterized by a polyphasic taxonomic approach. Growth was found to occur at 10-45 °C, pH 6.0-10.0 and 0-9 % NaCl (w/v). Based on the 16S rRNA gene sequence, phylogenetic analysis clearly demonstrated that strain ZYR 51(T) belongs to the genus Gordonia and showed low level similarities (below 97 %) with all other members of this genus. The strain was found to possess meso-diaminopimelic acid (meso-DAP), along with MK-9(H2) as the predominant menaquonine. Mycolic acids were found to be present. C16:0 (34.9 %), 10-methyl C18:0 (30.3 %), iso-C18:0(8.2 %), and summed feature 3 (C16:1 ω6c and/or C16:1ω7c as define by MIDI; 18.8 %) were identified as the major cellular fatty acids. The polar lipid profile of strain ZYR 51(T) was found to consist of diphosphatidylglycerol, phosphatidylinositol, phosphatidylinositol mannosides and some unknown lipids. The genomic DNA G+C content of strain ZYR 51(T) was determined to be 67.7 mol%. The combined genotypic and phenotypic data showed that the strain represents a novel species of the genus Gordonia, for which the name Gordonia jinhuaensis sp. nov. is proposed, with the type strain is ZYR 51(T) (=CGMCC 1.12827(T) = NBRL B-59111(T) = NBRC 110001(T)).", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s10482-014-0207-3"}, {"type": "pbmid", "id": "24912980"}], "author": ["Shu Wen-Sheng", "Li Shan-Hui", "Jin Yi", "Li Wen-Jun", "Kim Chang-Jin", "Ding Lin-Xian", "Wadaan Mohammed A M", "Hozzein Wael N", "Cheng Juan", "Park Dong-Jin"], "relatedPublications": 0, "id": "50|r3d100010527::638c7aca9ed11870a551486469875dca", "title": ["Gordonia jinhuaensis sp. nov., a novel actinobacterium, isolated from a VBNC (viable but non-culturable) state in pharmaceutical wastewater."], "relatedDatasets": 3}
362
{"typology": "publication", "publisher": ["Nature cell biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3eedbc00efdf8eccc552de77153bd6ed", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24240477&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4569b041972f1a8bfa2201d08c736ec9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24240477&result=sequence_release", "schema": "url"}}], "abstract": "None: Dense multicilia in higher vertebrates are important for luminal flow and the removal of thick mucus. To generate hundreds of basal bodies for multiciliogenesis, specialized terminally differentiated epithelial cells undergo massive centriole amplification. In proliferating cells, however, centriole duplication occurs only once per cell cycle. How cells ensure proper regulation of centriole biogenesis in different contexts is poorly understood. We report that the centriole amplification is controlled by two duplicated genes, Cep63 and Deup1. Cep63 regulates mother-centriole-dependent centriole duplication. Deup1 governs deuterosome assembly to mediate large-scale de novo centriole biogenesis. Similarly to Cep63, Deup1 binds to Cep152 and then recruits Plk4 to activate centriole biogenesis. Phylogenetic analyses suggest that Deup1 diverged from Cep63 in a certain ancestor of lobe-finned fishes during vertebrate evolution and was subsequently adopted by tetrapods. Thus, the Cep63 gene duplication has enabled mother-centriole-independent assembly of the centriole duplication machinery to satisfy different requirements for centriole number.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1038/ncb2880"}, {"type": "pbmid", "id": "24240477"}], "author": ["Yan Xiumin", "Li Shanshan", "Xu Tao", "Huang Qiongping", "Cao Jingli", "Zhu Xueliang", "Zhu Yunlu", "Zhao Huijie", "Zhu Lei", "Huang Xiao"], "relatedPublications": 0, "id": "50|r3d100010527::8ab15d7edbc4c268799f500325fb97aa", "title": ["The Cep63 paralogue Deup1 enables massive de novo centriole biogenesis for vertebrate multiciliogenesis."], "relatedDatasets": 2}
363
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::80dace7331a2a5253af16c52070b1e46", "id": {"identifier": "10.17182/hepdata.44434.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::195dfc158ec3daea8d337c14cd898658", "id": {"identifier": "10.17182/hepdata.44434", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Quasi-elastic (z >0.95) photo-production of psi' mesons has been observed at HERA for photon-proton centre-of-mass energies in the range 40 to 160 GeV. The psi' mesons were identified through their decays to l+l- and to J/psi pi+ pi-, where the J/psi subsequently decays to l+l-, the lepton l being either a muon or an electron. The cross-section for quasi-elastic photoproduction was measured to be [18.0 +- 2.8 (stat) +- 3.0(syst)] nb at a photon-proton centre-of-mass energy of 80 GeV. The ratio of the psi' to J/psi quasi-elastic cross-sections is 0.150 +- 0.027 (stat) +- 0.022 (syst).", "author": ["Herynek I.", "Bähr J.", "Cussans D.G.", "Flamm K.", "Meier K.", "Spitzer H.", "Clarke D.", "Krasny M.W.", "Bertrand-Coremans G.", "Schwab B.", "-O, Meyer P.", "Kermiche S.", "Brune C.", "Gabathuler K.", "Vallée C.", "Wegner A.", "Belousov A.", "Moreau F.", "Kander M.", "Metlica F.", "Winde M.", "Daum K.", "Campbell A.J.", "Glazov A.", "Newton D.", "Burke S.", "Ç, İşsever", "Gayler J.", "Langenegger U.", "Zini P.", "Braunschweig W.", "Schöning A.", "Spiekermann J.", "Hütte M.", "Beier C.", "Gorelov I.", "Reimer P.", "Milstead D.", "Tchernyshov V.", "Palmen P.", "Buniatian A.", "Cocks S.", "Turnau J.", "Goerlich L.", "Brown D.P.", "Hadig T.", "Fedotov A.", "Peppel E.", "Bán J.", "Todenhagen R.", "Fleischer M.", "Schacht P.", "Efremenko V.", "Gebauer M.", "Borras K.", "Greenshaw T.", "Contreras J.G.", "Kathage U.", "Scheins J.", "Wiesand S.", "Kolanoski H.", "Nahnhauer R.", "Korbel V.", "Jansen D.M.", "Schmidt D.", "-C, Cousinou M.", "Grässler H.", "Krehbiel H.", "Moeck J.", "Jung H.", "Ozerov D.", "Clerbaux B.", "Kiesling C.", "Gerhards R.", "Hladký J.", "Valkár S.", "Heremans R.", "Rouse F.", "Thompson G.", "Coughlan J.A.", "Gaede F.", "Cvach J.", "Formánek J.", "Zsembery J.", "Griffiths R.K.", "Krücker D.", "-J, Behrend H.", "Kurča T.", "-C, Schultz-Coulon H.", "Biddulph P.", "Flügge G.", "Kant D.", "Itterbeck H.", "Hewitt K.", "Boudry V.", "Hudgson V.L.", "Keuker C.", "Grindhammer G.", "Weber M.", "Schleif S.", "Gogitidze N.", "Dixon P.", "Kausch M.", "Küpper A.", "Kuhlen M.", "Soloviev Y.", "Zomer F.", "De Roeck A.", "Foster J.M.", "Elsen E.", "Schröder V.", "Patel G.D.", "Bizot J.C.", "Nowak G.", "David M.", "Küster H.", "Johnson D.P.", "Zhokin A.", "Specka A.", "Ferencei J.", "Beyer R.", "Köhne J.H.", "Martin R.", "Brückner W.", "Rizvi E.", "Marshall R.", "Haynes W.J.", "Droutskoi A.", "Mroczko E.", "Zálešák J.", "Gonzalez-Pineiro B.", "Vandenplas D.", "Lebedev A.", "Lüke D.", "Buschhorn G.", "Straumann U.", "Rybicki K.", "Žáček J.", "Willard S.", "Brisson V.", "Riess S.", "Nguyen H.K.", "Bartel W.", "Schoeffel L.", "Solochenko V.", "Feltesse J.", "Henschel H.", "Lange W.", "Nagovizin V.", "Shekelyan V.", "Theissen J.", "Marks J.", "Ayyaz I.", "Sutton J.P.", "Jaffre M.", "Wengler T.", "Gabathuler E.", "Franke G.", "Lehner F.", "Andreev V.", "Hajduk L.", "Robmann P.", "Sheviakov I.", "Babaev A.", "Pitzl D.", "Lubimov V.", "Passaggio S.", "List B.", "Eisenhandler E.", "Lemaitre V.", "Hampel M.", "Garvey J.", "Hiller K.H.", "Murı́n P.", "Siewert U.", "Bruel P.", "Panaro E.", "Rosenbauer K.", "Swart M.", "Henderson R.C.W.", "Lobo G.", "Beck M.", "Wittek C.", "Meyer A.", "Roosen R.", "Wacker K.", "West L.R.", "Höppner M.", "Thompson P.D.", "Lopez G.C.", "Rostovtsev A.", "Ebert T.R.", "Janoth J.", "Verrecchia P.", "Haidt D.", "Struczinski W.", "Kaufmann O.", "Tzamariudaki E.", "Pöschl R.", "De Wolf E.A.", "Holtom T.", "McMahon S.J.", "Jönsson L.", "Smith M.", "Niebergall F.", "Sankey D.P.C.", "Squinabol F.", "Truöl P.", "Kenyon I.R.", "Sirois Y.", "Nicholls T.C.", "Sefkow F.", "Knies G.", "Valkárová A.", "Oberlack H.", "Heinemann B.", "Bruncko D.", "Pascaud C.", "Dirkmann M.", "Baranov P.", "Smirnov P.", "Wagener A.", "Newman P.R.", "von Schlippe W.", "Malinovski E.", "Haller T.", "Ibbotson M.", "Martin G.", "Anderson M.", "Rick H.", "Tapprogge S.", "Vazdik Y.", "Weber G.", "Kostka P.", "ZurNedden M.", "Steffen P.", "Naroska B.", "Landon M.P.J.", "Krämerkämper T.", "Royon C.", "Stellberger A.", "Donovan K.T.", "Levonian S.", "Bernardi G.", "Andrieu B.", "Eckerlin G.", "Dlugosz W.", "Hoffmann D.", "Siegmon G.", "Fomenko A.", "Aid S.", "Goldberg M.", "-U, Martyn H.", "Müller D.", "Eichler R.", "Hengstmann S.", "Flieser M.", "Mehta A.", "Pieuchot A.", "Usik A.", "Van Esch P.", "Delcourt B.", "Spielman S.", "Olsson J.E.", "Bürger J.", "Charlet M.", "Perez E.", "Rüter K.", "Kalmus P.I.P.", "Lytkin L.", "Carli T.", "Werner M.", "Niedzballa Ch.", "Barschke R.", "Cox B.E.", "Martyniak J.", "Niebuhr C.", "Schuhmann E.", "Kazarian S.", "Kaufmann H.H.", "Lindstroem M.", "Taševský M.", "Wegener D.", "Müller K.", "Mahlke-Krüger H.", "Calvet D.", "Maxfield S.J.", "Marage P.", "Povh B.", "Walter T.", "Rabbertz K.", "Cormack C.", "Wollatz H.", "Lahmann R.", "Dau W.D.", "Grab C.", "Meyer J.", "Schiek S.", "Zhang Z.", "Arndt C.", "Wallny R.", "Rusakov S.", "Wagener M.", "Waugh B.", "Pope G.", "Kotelnikov S.K.", "Berger Ch.", "Shtarkov L.N.", "Dainton J.B.", "Martens J.", "Wobisch M.", "Villet G.", "Tsipolitis G.", "Steinhart J.", "Katzy J.", "Laforge B.", "Klein M.", "Pawletta H.", "Dagoret S.", "Stella B.", "Zarbock D.", "Tobien N.", "Erdmann M.", "Gruber C.", "Büsser F.W.", "Magnussen N.", "Morris J.V.", "Sloan T.", "Stiewe J.", "Maraček R.", "Négri I.", "Van Mechelen P.", "Arkadov V.", "Mikocki S.", "Stolze K.", "Adloff C.", "Nunnemann T.", "Jacquet M.", "Uelkes P.", "Steinberg R.", "Hilton C.D.", "Semenov A.", "Egli S.", "Bourov S.", "Migliori A.", "Ebert J.", "Felst R.", "Favart L.", "Heinzelmann G.", "Meyer H.", "Dowell J.D.", "Tchetchelnitski S.", "Ferrarotto F.", "Bassler U.", "Lipinski J.", "Kolya S.D.", "Panitch A.", "Naumann Th.", "Schmidt G.", "Eisele F.", "Wünsch E.", "Fahr A.B.", "Horisberger R.", "Merkel P.", "Gruber A.", "Wilksen T.", "Niggli H.", "Braemer A.", "Kleinwort C.", "Barrelet E.", "Phillips J.P.", "Cozzika G.", "Skillicorn I.O.", "-G, Winter G."], "localIdentifier": [{"type": "doi", "id": "10.1016/s0370-2693(97)01529-3"}], "id": "50|dli_resolver::8b7fd0a2b04a0d7da632939c487a1be2", "relatedPublications": 0, "date": [""], "title": ["\"Photo-production of ψ(2S) mesons at HERA\""], "relatedDatasets": 2}
364
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::51ee1f45d81b04280da50dded1bb8050", "id": {"identifier": "ef583821", "schema": "genbank"}}], "abstract": "", "title": ["Complete genomic sequence and mass spectrometric analysis of highly diverse, atypical"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virol.2007.06.043"}], "id": "50|elsevier____::b19f92135aad4d2c93845309ff4e3c36", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 1}
365
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d27d3bc8695963d70fa0a49c7a2d80a6", "id": {"identifier": "10.3886/icpsr08387.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::8602713c9fc62931be7f2d2f8f5b8132", "id": {"identifier": "10.3886/icpsr08701.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::76cb4e3ca7f524b6389c7d72081632b8", "id": {"identifier": "10.3886/icpsr07900.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::705fe1c12ffc237393f87bb8d7434943", "id": {"identifier": "10.3886/icpsr08546.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::635d1c9aff0211b5ed5fd201248b69de", "id": {"identifier": "10.3886/icpsr07930.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e522dbd485a1820ec84dc3a7ed80a18", "id": {"identifier": "10.3886/icpsr08388.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9d6d3fe856c323cb9b0228ec422eaca", "id": {"identifier": "10.3886/icpsr07928.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::1ed456ba73761b3642d6c7bf86c262ad", "id": {"identifier": "10.3886/icpsr09259.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::deb002381a7c1e9186dafed322c6c379", "id": {"identifier": "10.3886/icpsr09397.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::45a588bf63174472c588f031db1271f3", "id": {"identifier": "10.3886/icpsr09079.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0c1c8067cc5b16e7c2b920a10e7ac79b", "id": {"identifier": "10.3886/icpsr09745.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::133ed865a3c80a2cccb7bedbc9565855", "id": {"identifier": "10.3886/icpsr09871.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a803b08dc1281abaa5a118f218bd5fbe", "id": {"identifier": "10.3886/icpsr09045.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c76b98ea9dc11f4b8909df5a2651c7f0", "id": {"identifier": "10.3886/icpsr06367.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::61d1c72554c3eb113230ed6ab9afd8ed", "id": {"identifier": "10.3886/icpsr09013.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eede86e10604add69f3b39e809892e68", "id": {"identifier": "10.3886/icpsr07927.v4", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bf123c25e309a2a7d5cfe06817f49da4", "id": {"identifier": "10.3886/icpsr06133.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::339578e89fad06292300e63e945f013a", "id": {"identifier": "10.3886/icpsr06517.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4ab152dbaf5f084355f5305058b9e037", "id": {"identifier": "10.3886/icpsr07929.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 19, "relatedUnknown": 0, "externalRels": [], "author": ["O Malley, Patrick M.", "et al", "Wadsworth, Katherine N.", "Bachman, Jerald G.", "Johnston, Lloyd D."], "localIdentifier": [{"type": "icpsr", "id": "2618"}], "relatedPublications": 0, "title": ["Smoking, Drinking, and Drug Use in Young Adulthood: The Impacts of New Freedoms and New Responsibilities"], "id": "50|r3d100010255::a10287b18d0ebc038e49d8fc3e31b9d4"}
366
{"typology": "publication", "publisher": ["University Library/University of Twente"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::243670e534cb525cd260c4e5e0a45614", "id": {"identifier": "10.4121/uuid:b55184a0-930d-4b5c-940b-fd3038e05d83", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8e35032908c835e7e67a3bb08122684a", "id": {"identifier": "10.4121/uuid:bad17085-c17e-42fe-bca7-c84b804efe34", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["de Valenca Joeri C."], "localIdentifier": [{"type": "doi", "id": "10.3990/1.9789036543149"}], "id": "50|dli_resolver::2e1efec8d85520c46878c79a77434511", "relatedPublications": 0, "date": [""], "title": ["Overlimiting current properties at ion exchange membranes"], "relatedDatasets": 2}
367
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f25fd66823e3da3889977fb7e6cc08d", "id": {"identifier": "10.5517/cc47b9z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In (1,4,7,10,13,16-hexaoxa-2,3:11,12-dibenzocyclooctadeca-2,11-diene)potassium triiodide, [K(C 20 H 24 O 6 )]I 3 , the K +  ion is coordinated to the six ether O donors of the macrocycle [K-O 2.716(4)-2.779(4) A] and to atom I3 at a distance of 3.6002(13)A ; I1-I2 is 2.8741(7) and I2-I3 2.9838 (7)A. Pairs of symmetry-related [K(dibenzo-18-crown-6)]I 3  molecules aggregate, with an unusually short distance of 3.184 (3) A between the K +  ion and the centroid of one of the benzo groups.", "author": ["Radek C.", "Gould R. O.", "Schröder M.", "Parsons S.", "Blake A. J."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270195010626"}], "id": "50|dli_resolver::cfd186e0879247a9470a8467bbf0ee21", "relatedPublications": 0, "date": [""], "title": ["\"Potassium Dibenzo-18-crown-6 Triiodide\""], "relatedDatasets": 1}
368
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dd93b5a63fd93c897f13eac76e4f2ef7", "id": {"identifier": "bc106847", "schema": "ena"}}], "abstract": "", "author": ["Lily Ng", "Douglas Forrest", "Peeters, Robin P.", "Michelle Ma", "Sharlin, David S.", "Mritunjay Pandey", "Simonds, William F.", "St Germain, Donald L.", "Arturo Hernandez"], "localIdentifier": [{"type": "pmid", "id": "23161871"}], "id": "50|pubmed______::b7cf5c342991bbef0b95482c19816ddb", "relatedPublications": 0, "date": ["2012-11-16"], "title": ["Cerebellar abnormalities in mice lacking type 3 deiodinase and partial reversal of phenotype by deletion of thyroid hormone receptor α1."], "relatedDatasets": 1}
369
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::045ff4dd19402da1bdba0c80136af2cd", "id": {"identifier": "ak026823.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c7a25deead3d7e7d991e182cc8609bc3", "id": {"identifier": "al109759.4", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::39f53d38160e3403be50582c6f6d67a1", "id": {"identifier": "ac092910.9", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a4cfede46c353c784b057db303cdb4c6", "id": {"identifier": "ac104771.4", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::490d2ece68c60bb2754b4ce74f6fc99f", "id": {"identifier": "ak095899", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6e47e27ed961001fb3047055d95a461f", "id": {"identifier": "ac132068", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::39be7bc2d8d8723322f41fd82cde8dae", "id": {"identifier": "ac010369", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2d54b1f9fd4198a08c07df34d12e0f27", "id": {"identifier": "ac026205", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::087e24ee0e3be0f3108b0c1f7069a7ee", "id": {"identifier": "ac006083", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::846b4e0f1ad6ef3f14601b50067cc19e", "id": {"identifier": "al031274", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bc83a6568b1d532218535961856df518", "id": {"identifier": "ay341247.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8f972b7aff2c2c847b897dea9e1e78f1", "id": {"identifier": "ac021701", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::43ce58c0e78b10dc11772fc46287351e", "id": {"identifier": "bc016320", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::66c20d5d8684a6cd682081b36a8ba36d", "id": {"identifier": "ac016644.9", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2a39ad0debb6ca1e67ecf75f142ec8a7", "id": {"identifier": "ac004914.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::42286e0c03f5303d7d7da980e1ba740f", "id": {"identifier": "ac097461", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3591c41ba65d2d49badc1c0080de763a", "id": {"identifier": "al162252.17", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::21e9403b5a67c62c7504d979b9b4f19b", "id": {"identifier": "ac004690", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8eb8f20c9db3b0adfd0a687e743d86c9", "id": {"identifier": "ac019335.5", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::91a73b5c79a6183536b085db518e15ac", "id": {"identifier": "ac019106", "schema": "ena"}}], "abstract": "", "author": ["Hsueh-Kung Lin", "Ralph Mysel", "Xin Li", "Adam Metwalli", "Jarrett Kruska", "Culkin, Daniel J.", "Carson Wong", "Scott Manatt, C.", "Kropp, Bradley P.", "Gennady Slobodov"], "localIdentifier": [{"type": "pmid", "id": "16086835"}], "id": "50|pubmed______::73a509e2907569337f1d34f04faaa53f", "relatedPublications": 0, "date": ["2005-08-08"], "title": ["Screening and identification of differentially expressed transcripts in circulating cells of prostate cancer patients using suppression subtractive hybridization."], "relatedDatasets": 24}
370
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cebd504064cdcdafe41fd881453a2794", "id": {"identifier": "10.5517/ccn6ks5", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reaction of the vitamin K 3  derivative menadione sodium bisulfite thiosemicarbazone (NaK 3 TSC) with chloro(triethylphosphine)gold(I) afforded the complex [AuPEt 3 (K 3 TSC)]. This compound consists of discrete molecules in which the metal is almost linearly coordinated to P and S. Preliminary  in vitro  screening showed significant anti-cancer activity, notably against the cisplatin-resistant cell line A2780cis.", "author": ["Castellano Eduardo E.", "Couce María D.", "Casas José S.", "Ellena Javier", "Sordo José", "Sánchez Agustín", "Taboada Carmen"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jinorgbio.2006.07.006"}], "id": "50|dli_resolver::b30c1e45a2b82a593372561d2b381ef7", "relatedPublications": 0, "date": [""], "title": ["\"A gold(I) complex with a vitamin K3 derivative: Characterization and antitumoral activity\""], "relatedDatasets": 1}
371
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7fdfe9b5704c5f1d89bd9a29f62f5c15", "id": {"identifier": "bc041120", "schema": "ena"}}], "abstract": "", "author": ["Hugh Mason", "Daskalova, Sasha M.", "Cichacz, Zbigniew A.", "Radder, Josiah E.", "George Tsaprailis", "Olsen, Sam H.", "Lopez, Linda C."], "localIdentifier": [{"type": "pmid", "id": "20735851"}], "id": "50|pubmed______::864d4df184809d663c11929676976f92", "relatedPublications": 0, "date": ["2010-08-24"], "title": ["Engineering of N. benthamiana L. plants for production of N-acetylgalactosamine-glycosylated proteins--towards development of a plant-based platform for production of protein therapeutics with mucin type O-glycosylation."], "relatedDatasets": 1}
372
{"typology": "publication", "publisher": ["Pensoft Publishers"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f8cdf5cf575c2568a3875c5c795ec640", "id": {"identifier": "10.15468/cvundc", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Edmardash Yusuf", "AbdelDayem Mahmoud", "Gadallah Neveen"], "localIdentifier": [{"type": "doi", "id": "10.3897/zookeys.115.1186"}], "id": "50|dli_resolver::1e36ae82256c199da1019a97ab4b5e4f", "relatedPublications": 0, "date": [""], "title": ["The subfamily Cheloninae from Egypt, with the descriptions of two new species (Hymenoptera, Braconidae)"], "relatedDatasets": 1}
373
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a4cf267e3bd1ed7b161ec71cbafca2d4", "id": {"identifier": "10.18154/rwth-conv-068190", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kooi Evert-Jan", "Kipp Markus", "de Vries Helga E", "van den Elsen Peter J", "Jg, Geurts Jeroen", "Peferoen Laura", "Peferoen-Baert Regina", "Amor Sandra", "van der Pol Susanne", "Singh Shailender", "Witte Maarten E", "van Horssen Jack", "Gerritsen Wouter", "van der Valk Paul", "Lim Jamie L"], "localIdentifier": [{"type": "doi", "id": "10.1186/1742-2094-9-156"}], "id": "50|dli_resolver::fd72a700966d0980c278808328b42405", "relatedPublications": 0, "date": [""], "title": ["Clusters of activated microglia in normal-appearing white matter show signs of innate immune activation"], "relatedDatasets": 1}
374
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c8396d5fa31d4da691ba184eb0877b38", "id": {"identifier": "10.6084/m9.figshare.c.3741164_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ffc079068d9e536233a08be017374458", "id": {"identifier": "10.6084/m9.figshare.c.3741164_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::36c3031309b13fe90c55b867819c2642", "id": {"identifier": "10.6084/m9.figshare.c.3741164_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf45517e97a583c587fef608d18618a9", "id": {"identifier": "10.6084/m9.figshare.c.3741164", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c37a1be3d56b008bab291b76a60509d9", "id": {"identifier": "10.6084/m9.figshare.c.3741164.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Brain-derived neurotrophic factor (BDNF) is involved in many functions such as neuronal growth, survival, synaptic plasticity and memorization. Altered expression levels are associated with many pathological situations such as depression, epilepsy, Alzheimer’s, Huntington’s and Parkinson’s diseases. Glucocorticoid receptor (GR) is also crucial for neuron functions, via binding of glucocorticoid hormones (GCs). GR actions largely overlap those of BDNF. It has been proposed that GR could be a regulator of BDNF expression, however the molecular mechanisms involved have not been clearly defined yet. Herein, we analyzed the effect of a GC agonist dexamethasone (DEX) on BDNF expression in mouse neuronal primary cultures and in the newly characterized, mouse hippocampal BZ cell line established by targeted oncogenesis. Mouse Bdnf gene exhibits a complex genomic structure with 8 untranslated exons (I to VIII) splicing onto one common and unique coding exon IX. We found that DEX significantly downregulated total BDNF mRNA expression by around 30%. Expression of the highly expressed exon IV and VI containing transcripts was also reduced by DEX. The GR antagonist RU486 abolished this effect, which is consistent with specific GR-mediated action. Transient transfection assays allowed us to define a short 275 bp region within exon IV promoter responsible for GR-mediated Bdnf repression. Chromatin immunoprecipitation experiments demonstrated GR recruitment onto this fragment, through unidentified transcription factor tethering. Altogether, GR downregulates Bdnf expression through direct binding to Bdnf regulatory sequences. These findings bring new insights into the crosstalk between GR and BDNF signaling pathways both playing a major role in physiology and pathology of the central nervous system.", "author": ["Le Menuet Damien", "Chen Hui", "Lombès Marc"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13041-017-0295-x"}], "id": "50|dli_resolver::c623612e292bf0d33d3b98432c9e2fef", "relatedPublications": 0, "date": [""], "title": ["\"Glucocorticoid receptor represses brain-derived neurotrophic factor expression in neuron-like cells\""], "relatedDatasets": 5}
375
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad8e9088d2fa2336188a0ed6b5018efd", "id": {"identifier": "10.5517/ccr1v2p", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6d70e642638ea85e04a1cca8590a5f2c", "id": {"identifier": "10.5517/ccr1v3q", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2910874b4e163884f0e6e39bd986c498", "id": {"identifier": "10.5517/ccr1v4r", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three new BiBr 3  supramolecular complexes, [Bi 2 (3-bpdb) 2 Br 8 ]·(3-H 2 bpdb) ( 1 ), [Bi 2 (3-Hbpdh) 2 Br 8 ] ( 2 ) and [Bi 2 (4-bpdh)Br 9 ]·3(4-Hbpdh) ( 3 ) {3-bpdb = 1,4-bis(3-pyridyl)-2,3-diaza-1,3-butadiene, 3-bpdh = 2,5-bis(3-pyridyl)-3,4-diaza-2,4-hexadiene and 4-bpdh = 2,5-bis(4-pyridyl)-3,4-diaza-2,4-hexadiene} were prepared by the reaction of bismuth(III) bromide with three organic nitrogen donor based ligands under thermal gradient conditions using the branched tube method. All three compounds were structurally characterized by single-crystal X-ray diffraction. In complex  1  the bismuth atoms are coordinated by one pyridyl nitrogen atom of the 3-bpdb ligand and are bridged by two bromide atoms to produce a dimeric complex. Compound  2  consists of dimeric units and the bismuth atoms are linked by one nitrogen atom of the 3-Hbpdh ligand and by five bromide atoms, and can be considered to be six-coordinate with a Br 5 N array of donor atoms. The single-crystal X-ray data of compounds  1  and  3  show that the compounds contain two anionic and cationic 1D chains, [3-H 2 bpdb] 2+ [Bi 2 (3-bpdb) 2 Br 8 ] 2−  and 3[4-Hbpdh] + [Bi 2 (4-bpdh)Br 9 ] 3− . In all three compounds extensive hydrogen-bonding interactions produce supramolecular networks. The thermal stabilities of compounds  1–3  were studied by thermal gravimetric (TG) and differential thermal analyses (DTA).", "author": ["Soltanzadeh Nilofar", "Morsali Ali"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2008.12.048"}], "id": "50|dli_resolver::e5467ebc0ce5d633cf8cd56b01f0867c", "relatedPublications": 0, "date": [""], "title": ["\"Metal–organic supramolecular assemblies generated from bismuth(III) bromide and polyimine ligands\""], "relatedDatasets": 3}
376
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fbde564a43f1b885c5a829fc34133d08", "id": {"identifier": "10.6084/m9.figshare.3531938", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a0cfcdcfb6c8409946b69e326f9fa79", "id": {"identifier": "10.5517/ccdc.csd.cc1jd1gf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4869c9264c7aaec3281a49fcad6f57be", "id": {"identifier": "10.5517/ccdc.csd.cc1kxcc6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::397e44f793e31d8e970b2a10fbf80d27", "id": {"identifier": "10.5517/ccdc.csd.cc1kxcf8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8a0c2028380ef542f93fcbbdcea8a51", "id": {"identifier": "10.5517/ccdc.csd.cc1kxcd7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::339da5271066f8b8ebc7eccbf3977a9d", "id": {"identifier": "10.6084/m9.figshare.3531938.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::45ae9891dc0d2d320a241b2bf3418674", "id": {"identifier": "10.5517/ccdc.csd.cc1jd1hg", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractFerrocenoylacetonate complexes of several lanthanides, [Ln(fca)2(NO3)(bpy)]·nMeC6H5 (Ln = Sm (1), Dy (3), Er (4), Yb (5), n = 1; Eu (2), n = 0.5; fca = FcC(O)CHC(O)Me; bpy = 2,2′-bipyridine), were synthesized and characterized by X-ray single-crystal analysis. Complexes 1, 4, and 5 are isostructural; 2 has a similar molecular structure with cis-disposition of fca ligands. The molecular structure of 3 is different, with trans-disposition of the fca ligands. Crystal lattices of the complexes are stabilized by π-stacking interactions. The Ln3+ ions in the complexes are eight-coordinate. According to mass spectroscopic data, the complexes are unstable in the gas phase. Magnetic properties of 2 and 4 were studied in a DC field; for 4, AC studies were also carried out. The values of spin-orbital parameters obtained using two estimation methods for 2 are in satisfactory agreement. Slow relaxation of the magnetization was found for the Er complex.", "author": ["Koroteev P. S.", "Dobrokhotova Zh. V.", "Novotortsev V. M.", "Efimov N. N.", "Ilyukhin A. B."], "localIdentifier": [{"type": "doi", "id": "10.1080/00958972.2016.1217409"}], "id": "50|dli_resolver::617ee4b1eec25dcfa9387660337445e8", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, structure, and magnetic properties of lanthanide ferrocenoylacetonates with nitrate and 2,2′-bipyridine ligands\""], "relatedDatasets": 7}
377
{"typology": "publication", "publisher": ["Virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c407b96d6bda0c75e06c28921c250879", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3016981&result=sequence_release", "schema": "url"}}], "abstract": "None: The terminal noncoding regions of viral RNA genomes are presumed to contain signal sequences and sometimes also secondary structures involved in regulating viral RNA synthesis. Such signals would be expected to be highly conserved among related viruses. In order to identify replication signal features for flaviviruses we have compared the 3'-terminal nucleotide sequences of West Nile virus (WNV), Saint Louis encephalitis (SLE) virus, and yellow fever virus (YFV) genome RNAs. The existence of a stable 3'-terminal secondary structure was previously predicted by a cDNA sequence obtained from YFV genome RNA. We have confirmed the existence of this structure by direct RNA sequencing methods. Even though the size and shape of the 3'-terminal secondary structure is highly conserved, sequence conservation is restricted to the loop regions of the secondary structure and to 27 nucleotides immediately adjacent to the 5' side of the structure. The regions of conserved sequence represent likely signals for viral polymerase recognition and binding. However, the preservation of the configuration of the secondary structure by a means other than sequence conservation indicate that this structure is important for the survival of the virus. A WNV mutant, which replicates progeny genome RNA more efficiently than parental WNV, was found to have a 3'-genomic sequence identical to that of its parent virus. The sequence change conferring the phenotype of this mutant is therefore located in another region of the genome.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3016981"}], "author": ["Fernandez A V", "Dispoto J H", "Brinton M A"], "relatedPublications": 0, "id": "50|r3d100010527::53468c414aace7ba326f52bf290c64f0", "title": ["The 3'-nucleotides of flavivirus genomic RNA form a conserved secondary structure."], "relatedDatasets": 1}
378
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7587d5f9ecdebb3886ee0083e264f442", "id": {"identifier": "10.5517/ccxt2b3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title complex, [Cd(C8H9N2O4)2(H2O)2]·2C3H7NO, the six-coordinate CdII ion is in a slightly distorted octa­hedral environment, defined by two O atoms from two coordinated water mol­ecules and two carboxyl­ate O atoms and two N atoms from two N,O-bidentate 5-carb­oxy-2-propyl-1H-imidazole-4-carboxyl­ate ligands. In the crystal, complex mol­ecules and dimethyl­formamide solvent mol­ecules are linked by O—H⋯O and N—H⋯O hydrogen bonds into a two-dimensional supra­molecular structure. The propyl groups of the ligands are disordered over two conformations with refined occupancies of 0.680 (7) and 0.320 (7).", "author": ["Song Wen-Dong", "Li Shi-Jie", "An Jing-Bo", "Tong Shao-Wei", "Miao Dong-Liang"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536811050264"}], "id": "50|dli_resolver::fd278c26e532e2fcbe8c731349e98eb9", "relatedPublications": 0, "date": [""], "title": ["\"Diaquabis(5-carboxy-2-propyl-1H-imidazole-4-carboxylato-κ2N3,O4)cadmiumN,N-dimethylformamide disolvate\""], "relatedDatasets": 1}
379
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bd1dd67b549c5df72e7dcd7d5b85ba68", "id": {"identifier": "10.5517/ccqbynm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d35482afaebdf064188c50b6ce8f3f75", "id": {"identifier": "10.5517/ccqbyml", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::96d628e18818b3b3fbb7479b18107c9a", "id": {"identifier": "10.5517/ccqbypn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction between diphenyltin dichloride and 2,6-diisopropylphenylphosphate (dippH 2 ) in ethanol affords a highly asymmetric pentameric organotin cluster, [Sn 5 Ph 7 (μ 3 -dipp) 4 (μ-dippH)(μ 3 -O)(μ-OEt)(EtOH)(H 2 O)Cl]·H 2 O (1), that contains Ph - , EtO - , Cl - , O 2- , ROPO 3  2- , ROPO 3 H - , OH 2 , and EtOH ligands. The same reaction when carried out in iPrOH, under otherwise identical conditions, results in the formation of another pentamer, [Sn 5 Ph 7 (μ 3 -dipp) 4 (μ-dippH)(μ 3 -O)(μ-OH)(iPrOH)(H 2 O)Cl]·iPrOH (2). Change of the phosphate ligand to sterically less bulky 2,6-dimethylphenylphosphate in the above reaction carried out in ethanol results in the formation of a tetrameric cluster, [Sn 4 Ph 5 (μ 3 -dmpp) 2 (μ-dmpp)(μ-dmppH) 2 (μ 3 -O)(μ-OEt)(EtOH)]·EtOH (3). Isolation of 3 provides useful insights into the formation of the pentamers 1 and 2. Compounds 1-3 have been characterized by means of their analytical data, IR, and multinuclear NMR ( 1 H,  31 P, and  119 Sn) spectral data. The solid-state structures of 1-3 have been determined by X-ray diffraction studies.", "author": ["Murugavel Ramaswamy", "Shanmugan Swaminathan"], "localIdentifier": [{"type": "doi", "id": "10.1021/om800162s"}], "id": "50|dli_resolver::56191d486f0bb7717fb32c6470c84f97", "relatedPublications": 0, "date": [""], "title": ["\"Asymmetric Pentameric and Tetrameric Organooxotin Clusters: Insights into Their Formation through Partial Dearylation\""], "relatedDatasets": 3}
380
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a473625e3c949d9b510bc1ce87fa023d", "id": {"identifier": "10.5517/ccxksv2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8cba30e5c79251252b0c409d6e712a79", "id": {"identifier": "10.5517/ccxkst1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9bff398438d360cb663e605fad70ae51", "id": {"identifier": "10.5517/ccxkss0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The Author(s) 2012. This article is published with open access at Springerlink.com Abstract The crystal structures of three 3-halogeno derivatives of 13N-substituted cytisine have been deter- mined by X-ray diffraction. The two 13-acetyl substituted compounds, 3-bromo (1) and 3-iodo (2) are isostructural, with the isostructurality index as high as 99%. They both crystallize in monoclinic P21 space group, with unit cell parameters of a = 8.4709(10) A ˚ , b = 9.2266(12) A ˚ , c = 8.6051(10) A ˚ , b = 98.528(11)8 (1) and a = 8.2322(6) A ˚ ,", "author": ["Przybył Anna K.", "Kubicki Maciej"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-012-0300-2"}], "id": "50|dli_resolver::0ccf34246c01963fa8513a6410aefc65", "relatedPublications": 0, "date": [""], "title": ["\"The Role of Halogen Bonding in Crystal Structures of 3-Halogeno Cytisine Derivatives\""], "relatedDatasets": 3}
381
{"typology": "publication", "publisher": ["Environmental microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::eb30f3a2292f27cdc916fb4fea920f1c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18430013&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1f608743835116709fa4d746a764280b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18430013&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::023a7c5e8afc8c11e623b18bfb31300c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18430013&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9474aed2fe8827b4c8bc75adec7e9d6a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18430013&result=noncoding_release", "schema": "url"}}], "abstract": "None: A pyrene-degrading bacterial consortium was obtained from deep-sea sediments of the Pacific Ocean. The consortium degraded many kinds of polycyclic aromatic hydrocarbons (PAHs), including naphthalene, phenanthrene, pyrene, acenaphthene, fluorene, anthracene, fluoranthene, 2-methylnaphthalene and 2,6-dimethylnaphthalene, but it did not grow with chrysene and benzo[alpha]pyrene. With methods of plate cultivation and polymerase chain reaction-denaturing gradient gel electrophoresis (PCR-DGGE), 72 bacteria belonging to 22 genera were detected from this consortium. Among the detected bacteria, the following genera frequently occurred: Flavobacterium, Cycloclasticus, Novosphingobium, Halomonas, Achromobacter, Roseovarius and Alcanivorax. The first two genera showed the strongest bands in denaturing gradient gel electrophoresis (DGGE) profiles and appeared in all PAH treatments. By now, only one isolate designated P1 was confirmed to be a pyrene degrader. It was identified to be Cycloclasticus spirillensus (100%). Although P1 can degrade pyrene independently, other bacteria, such as Novosphingobium sp. (Band 14), Halomonas sp. (Band 16) and an unidentified bacterium (Band 35), were involved in pyrene degradation in some way; they persist in the consortium in the test of dilution to extinction if only the consortium was motivated with pyrene. However, the secondary most important member Flavobacterium sp. evaded from the community at high dilutions. As a key member of the consortium, P1 distinguished itself by both cell morphology and carbon source range among the isolates of this genus. Based on intermediate analyses of pyrene degradation, P1 was supposed to take an upper pathway different from that previously reported. Together with the results of obtained genes from P1 homology with those responsible for naphthalene degradation, its degradation to pyrene is supposed to adopt another set of genes unique to presently detected. Summarily, an efficient pyrene-degrading consortium was obtained from the Pacific Ocean sediment, in which Cycloclasticus bacterium played a key role. This is the first report to exploit the diversity of pyrene-degrading bacteria in oceanic environments.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18430013"}, {"type": "doi", "id": "10.1111/j.1462-2920.2008.01611.x"}], "author": ["Lai Qiliang", "Shao Zongze", "Wang Baojiang", "Tan Tianfeng", "Cui Zhisong"], "relatedPublications": 0, "id": "50|r3d100010527::bbc9427019ab2a4121c763c7f9b8b1e4", "title": ["A pyrene-degrading consortium from deep-sea sediment of the West Pacific and its key member Cycloclasticus sp. P1."], "relatedDatasets": 4}
382
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::82a0f31511d43a7fab7138a1112b7a4e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24554637&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f1390bfee84f34701467c1080547e731", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24554637&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8654d89a8d4f7c8f3ec941a9b6829df9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24554637&result=sequence_release", "schema": "url"}}], "abstract": "None: An anaerobic, spore-forming, ethanol-hydrogen-coproducing bacterium, designated LX-BT, was isolated from an anaerobic sludge treating herbicide wastewater. Cells of strain LX-BT were non-motile rods (0.3-0.5×3.0-18.0 µm). Spores were terminal with a bulged sporangium. Growth occurred at 20-50 °C (optimum 37-45 °C), pH 5.0-8.0 (optimum pH 6.0-7.7) and 0-2.5% (w/v) NaCl. The strain could grow fermentatively on glucose, maltose, arabinose, fructose, xylose, ribose, galactose, mannose, raffinose, sucrose, pectin, starch, glycerol, fumarate, tryptone and yeast extract. The major end-products of glucose fermentation were acetate, ethanol and hydrogen. Yeast extract was not required but stimulated growth. Nitrate, sulfate, thiosulfate, elemental sulfur, sulfite, anthraquinone-2,6-disulfonate, fumarate and Fe (III) nitrilotriacetate were not used as terminal electron acceptors. The G+C content of the genomic DNA was 56.1 mol%. The major cellular fatty acids were anteiso-C15:0, iso-C14:0 and C16:0. The most abundant polar lipids of strain LX-BT were diphosphatidylglycerol and phosphatidylglycerol. 16S rRNA gene sequence analysis revealed that it belongs to an as-yet-unidentified taxon at the order- or class-level (OPB54) within the phylum Firmicutes, showing 86.5% sequence similarity to previously described species of the Desulfotomaculum cluster. The name Hydrogenispora ethanolica gen. nov., sp. nov. is proposed to accommodate strain LX-BT (=DSM 25471T=JCM 18117T=CGMCC 1.5175T) as the type strain.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "24554637"}, {"type": "doi", "id": "10.1099/ijs.0.060186-0"}], "author": ["Qiao Jiang-Tao", "Guo Rong-Bo", "Liu Yi", "Qiu Yan-Ling", "Yuan Xian-Zheng"], "relatedPublications": 0, "id": "50|r3d100010527::29af84a1efcd78cab306427ada159bc6", "title": ["Hydrogenispora ethanolica gen. nov., sp. nov., an anaerobic carbohydrate-fermenting bacterium from anaerobic sludge."], "relatedDatasets": 3}
383
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::c068b40823c837ed5333783699185cbf", "id": {"identifier": "10.3886/icpsr01035.v1", "schema": "url"}}], "abstract": "This paper formulates and estimates a three-shock US business cycle model. The estimated model accounts for a substantial fraction of the cyclical variation in output and is consistent with the observed inertia in inflation. This is true even though firms in the model reoptimize prices on average once every 1.8 quarters. The key feature of our model underlying this result is that capital is firm-specific. If we adopt the standard assumption that capital is homogeneous and traded in economy-wide rental markets, we find that firms reoptimize their prices on average once every 9 quarters. We argue that the micro implications of the model strongly favor the firm-specific capital specification.", "author": ["Altig, David", "Christiano, Lawrence", "Eichenbaum, Martin", "Lindé, Jesper"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::44db008e641e1734a0d0cf1cace642b3"}], "id": "50|dli_resolver::81570cce640917eadf2df1dd0db14b5e", "relatedPublications": 0, "date": [""], "title": ["Firm-Specific Capital, Nominal Rigidities and the Business Cycle"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "E40"}, {"scheme": "keyword", "value": "E50"}, {"scheme": "keyword", "value": "jel:E30"}, {"scheme": "keyword", "value": "jel:E40"}, {"scheme": "keyword", "value": "Business cycles ; Macroeconomics ; Microeconomics"}, {"scheme": "keyword", "value": "E30"}, {"scheme": "keyword", "value": "Real rigidities"}, {"scheme": "keyword", "value": "Technology shocks"}, {"scheme": "keyword", "value": "Firm-specific capital"}, {"scheme": "keyword", "value": "Technology shocks; Firm-specific capital; Monetary policy; Nominal rigidities; Real rigidities; Business cycles"}, {"scheme": "keyword", "value": "jel:E50"}, {"scheme": "keyword", "value": "Inflation (Finance) ; Monetary policy ; Business cycles"}, {"scheme": "keyword", "value": "Business cycles ; Prices"}, {"scheme": "keyword", "value": "Business cycles"}, {"scheme": "keyword", "value": "jel:E3"}, {"scheme": "keyword", "value": "ddc:330"}, {"scheme": "keyword", "value": "Monetary policy"}, {"scheme": "keyword", "value": "jel:E4"}, {"scheme": "keyword", "value": "jel:E5"}, {"scheme": "keyword", "value": "Nominal rigidities"}]}
384
{"typology": "publication", "publisher": ["Pensoft Publishers"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae3d4fb622682e4b04c0d572f02f0e2a", "id": {"identifier": "10.15468/h7agg5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kovblyuk Mykola", "Kastrygina Zoia", "Omelko Mikhail"], "localIdentifier": [{"type": "doi", "id": "10.3897/zookeys.205.3491"}], "id": "50|dli_resolver::e39bb35da8f106cfccf1f2a3e3549b34", "relatedPublications": 0, "date": [""], "title": ["A review of the spider genus Haplodrassus Chamberlin, 1922 in Crimea (Ukraine) and adjacent areas (Araneae, Gnaphosidae)"], "relatedDatasets": 1}
385
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55093b4572e255502ab33fc05db079c7", "id": {"identifier": "10.6084/m9.figshare.4491236", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6cbd45d76698d0f435c735540f2bd1b7", "id": {"identifier": "10.6084/m9.figshare.4491236.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lin Kun", "Yang Minli"], "localIdentifier": [{"type": "doi", "id": "10.1080/14786419.2016.1269092"}], "id": "50|dli_resolver::6e72c4c6cbebb3289a573195a71770ff", "relatedPublications": 0, "date": [""], "title": ["Isolation of insecticidal components in Inula salsoloides Ostenf. and characterisation of their activities"], "relatedDatasets": 2}
386
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9cdb279a2a80192fc0d55c271ae73ed6", "id": {"identifier": "ab047639", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5c9817407b4e6fc1f0f7feb55fe4079d", "id": {"identifier": "aj238799", "schema": "ncbi-n"}}], "abstract": "", "author": ["Lancien Loick", "Moradpour Darius", "Badillo Aurélie", "Fogeron Marie-Laure", "Jirasko Vlastimil", "Bartenschlager Ralf", "Meier Beat H.", "Penin François", "Gouttenoire Jérôme", "Böckmann Anja", "Paul David"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.pep.2014.10.003"}], "id": "50|dedup_wf_001::8e86a5ab7c0c5e63e62ca8f1c03bf98e", "relatedPublications": 0, "date": [""], "title": ["Wheat germ cell-free expression: Two detergents with a low critical micelle concentration allow for production of soluble HCV membrane proteins"], "relatedDatasets": 2}
387
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::d53ca670b79aa6fba5effe821787775d", "id": {"identifier": "2hem", "schema": "pdb"}}], "abstract": "Helix 42 of Domain II of Escherichia coli 23S ribosomal RNA underlies the L7/L12 stalk in the ribosome and may be significant in positioning this feature relative to the rest of the 50S ribosomal subunit. Unlike the Haloarcula marismortui and Deinococcus radiodurans examples, the lower portion of helix 42 in E.coli contains two consecutive G•A oppositions with both adenines on the same side of the stem. Herein, the structure of an analog of positions 1037–1043 and 1112–1118 in the helix 42 region is reported. NMR spectra and structure calculations support a cis Watson–Crick/Watson–Crick (cis W.C.) G•A conformation for the tandem (G•A)2 in the analog and a minimally perturbed helical duplex stem. Mg2+ titration studies imply that the cis W.C. geometry of the tandem (G•A)2 probably allows O6 of G20 and N1 of A4 to coordinate with a Mg2+ ion as indicated by the largest chemical shift changes associated with the imino group of G20 and the H8 of G20 and A4. A cross-strand bridging Mg2+ coordination has also been found in a different sequence context in the crystal structure of H.marismortui 23S rRNA, and therefore it may be a rare but general motif in Mg2+ coordination.", "author": ["Zhao Q."], "localIdentifier": [{"type": "doi", "id": "10.1093/nar/gki621"}], "id": "50|dli_resolver::b92d53e2feb7791ced7c4242b5630618", "relatedPublications": 0, "date": [""], "title": ["\"NMR structure and Mg2+ binding of an RNA segment that underlies the L7/L12 stalk in the E.coli 50S ribosomal subunit\""], "relatedDatasets": 1}
388
{"typology": "publication", "publisher": ["American Physical Society (APS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f83764129d763047b8c0b70b02e4f7f", "id": {"identifier": "10.17182/hepdata.22881", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4597850b4dcdf39b33be92854251174c", "id": {"identifier": "10.17182/hepdata.22881.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We present a new high-statistics measurement of the cross section for the process {ital e}{sup +}{ital e}{sup {minus}}{r arrow}{ital e}{sup +}{ital e}{sup {minus}}{pi}{sup +}{pi}{sup {minus}} at a center-of-mass energy of 29 GeV for invariant pion-pair masses {ital M}({pi}{sup +}{pi}{sup {minus}}) between 350 MeV/{ital c}{sup 2} and 1.6 GeV/{ital c}{sup 2}. We observe the {ital f}{sub 2}(1270) and measure its radiative width to be 3.15{plus minus}0.04{plus minus}0.39 keV. We also observe an enhancement in the {pi}{sup +}{pi}{sup {minus}} spectrum near 1 GeV. General agreement is found with unitarized models of the {gamma}{gamma}{r arrow}{pi}{sup +}{pi}{sup {minus}} reaction that include final-state interactions.", "author": ["Hanson G.", "Golding L.", "Barklow T.", "Abrams G.", "Haggerty J.", "Levi M. E.", "Boyarski A.", "Sheldon P. D.", "Ong R. A.", "Amidei D.", "Schellman H.", "Kadyk J. A.", "Burke D. L.", "Boyer J.", "Lankford A. J.", "Innes W. R.", "Lockyer N. S.", "Perl M. L.", "Schmidke W. B.", "Herrup D.", "Rowson P. C.", "Wood D. R.", "LeClaire B. W.", "Butler F.", "Karlen D.", "Lüth V.", "Goldhaber G.", "Richter B.", "Burchat P.", "Baden A. R.", "Juricic I.", "Larsen R. R.", "Feldman G. J.", "Gladney L.", "Jaros J. A.", "Gidal G.", "Nelson M. E.", "Cords D.", "Trilling G. H.", "Schaad T.", "Hayes K.", "Hollebeek R. J.", "Gold M. S.", "Dorfan J. M.", "Riles K.", "Yelton J. M."], "localIdentifier": [{"type": "doi", "id": "10.1103/physrevd.42.1350"}], "id": "50|dli_resolver::536b2c28464696dcda16d83f7341e0e0", "relatedPublications": 0, "date": [""], "title": ["\"Two-photon production of pion pairs\""], "relatedDatasets": 2}
389
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1a2830edea6339eb84e84472df99dd4e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8824271&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6b8cb64466a412062c68fced52f83b7f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8824271&result=sequence_release", "schema": "url"}}], "abstract": "None: We report the isolation and characterization of a novel cDNA from quail neuroretina encoding a putative protein named nectinepsin. The nectinepsin cDNA identifies a major 2.2-kilobase mRNA that is detected from ED 5 in neuroretina and is increasingly abundant during embryonic development. A nectinepsin mRNA is also found in quail liver, brain, and intestine and in mouse retina. The deduced nectinepsin amino acid sequence contains the RGD cell binding motif of integrin ligands. Furthermore, nectinepsin shares substantial homologies with vitronectin and structural protein similarities with most of the matricial metalloproteases. However, the presence of a specific sequence and the lack of heparin and collagen binding domains of the vitronectin indicate that nectinepsin is a new extracellular matrix protein. Furthermore, genomic Southern blot studies suggest that nectinepsin and vitronectin are encoded by different genes. Western blot analysis with an anti-human vitronectin antiserum revealed, in addition to the 65- and 70-kDa vitronectin bands, an immunoreactive protein of about 54 kDa in all tissues containing nectinepsin mRNA. It seems likely that the form of vitronectin found in chick egg yolk plasma by Nagano et al. ((1992) J. Biol. Chem. 267, 24863-24870) is the protein that corresponds to the nectinepsin cDNA. This new protein could be an important molecule involved in the early steps of the development.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8824271"}], "author": ["Bidou L", "Omri B", "Blancher C", "Pessac B", "Crisanti P"], "relatedPublications": 0, "id": "50|r3d100010527::302bd75d643d3fba3a026fde8032d906", "title": ["Nectinepsin: a new extracellular matrix protein of the pexin family. Characterization of a novel cDNA encoding a protein with an RGD cell binding motif."], "relatedDatasets": 2}
390
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9b4a2a4320058f7ccde4cc9fc8f8c56", "id": {"identifier": "10.5517/cc8zz7f", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9db57c8a18c95ea699728b5c15cf7f5", "id": {"identifier": "10.5517/cc8zz6d", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "During investigations into sulfide- and selenide-amination reactions using the aminating agent o-mesitylsulfonyl­hydroxyl­amine, the monoclinic, (I), and orthorhombic, (II), polymorphs of ammonium 2,4,6-trimethyl­benzene­sulfonate, NH4+·C9H11O3S−, have been crystallized. Investigation of the hydrogen-bonding motifs within the two polymorphs shows that both contain N+—H⋯O− hydrogen bonds between the ammonium cations and the 2,4,6-trimethyl­benzene­sulfonate anions. Polymorph (I) contains R_{4}^{4}(12) and R_{4}^{2}(8) graph-set ring motifs, while polymorph (II) contains the same R_{4}^{4}(12) ring motif in combination with an R_{4}^{3}(10) motif. The two hydrogen-bonding patterns result in slightly different packing structures for the two polymorphs, but both are based on a thick-sheet arrangement, in which the NH4+ cations are enveloped between two layers of 2,4,6-trimethyl­benzene­sulfonate anions. In (I), the aromatic rings of the anions are approximately coplanar, giving parallel sheets, whereas in (II) the sheets are antiparallel and the anions pack in a herring-bone manner within the sheets, with angles of 78.76 (8)° between the planes of the aromatic rings.", "author": ["Gilby Liam M.", "Elsegood Mark R. J.", "Kelly Paul F.", "Holmes Kathryn E.", "Aucott Stephen M.", "Dale Sophie H."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270104034274"}], "id": "50|dli_resolver::8850d925769f043723bf0315fd560d8f", "relatedPublications": 0, "date": [""], "title": ["\"Polymorphism in ammonium 2,4,6-trimethylbenzenesulfonate\""], "relatedDatasets": 2}
391
{"typology": "publication", "publisher": ["JMIR Publications Inc."], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::597b6d3171f9a992e7b0c17c75c6a33d", "id": {"identifier": "10.3886/icpsr04606.v1", "schema": "url"}}], "abstract": "Background: Brief, valid, and reliable dietary and physical activity assessment tools are needed, and interactive computerized assessments (ie, those with visual cues, pictures, sounds, and voiceovers) can reduce administration and scoring burdens commonly encountered with paper-based assessments. Objective: The purpose of this pilot investigation was to evaluate the comparative validity and reliability of interactive multimedia (IMM) versions (ie, IMM-1 and IMM-2) compared to validated paper-administered (PP) versions of the beverage intake questionnaire (BEVQ-15) and Stanford Leisure-Time Activity Categorical Item (L-Cat); a secondary purpose was to evaluate results across two education attainment levels. Methods: Adults 21 years or older (n=60) were recruited to complete three laboratory sessions, separated by three to seven days in a randomly assigned sequence, with the following assessments–demographic information, two IMM and one paper-based (PP) version of the BEVQ-15 and L-Cat, health literacy, and an IMM usability survey. Results: Responses across beverage categories from the IMM-1 and PP versions (validity;  r =.34-.98) and the IMM-1 and IMM-2 administrations (reliability;  r =.61-.94) (all  P <.001) were significantly correlated. Paired  t  tests revealed significant differences in sugar-sweetened beverage (SSB) grams and kcal ( P =.02 and  P =.01, respectively) and total beverage kcal ( P =.03), on IMM-1 and IMM-2; however, comparative validity was demonstrated between IMM-2 and the PP version suggesting familiarization with the IMM tool may influence participant responses (mean differences: SSB 63 grams, SEM 87;  P =.52; SSB 21 kcal, SEM 33;  P =.48; total beverage 65 kcal, SEM 49;  P =.19). Overall mean scores between the PP and both IMM versions of the L-Cat were different (both  P <.001); however, responses on all versions were correlated ( P <.001). Differences between education categories were noted at each L-Cat administration (IMM-1:  P =.008; IMM-2:  P =.001; PP:  P =.002). Major and minor themes from user feedback suggest that the IMM questionnaires were easy to complete, and relevant to participants' typical beverage choices and physical activity habits. Conclusions: In general, less educated participants consumed more total beverage and SSB energy, and reported less engagement in physical activity. The IMM BEVQ-15 appears to be a valid and reliable measure to assess habitual beverage intake, although software familiarization may increase response accuracy. The IMM-L-Cat can be considered reliable and may have permitted respondents to more freely disclose actual physical activity levels versus the paper-administered tool. Future larger-scale investigations are warranted to confirm these possibilities.  [JMIR Res Protoc 2013;2(2):e40]", "author": ["Estabrooks Paul A", "Riebl Shaun K", "Davy Brenda M", "Paone Allyson C", "Zoellner Jamie M", "Hedrick Valisa E"], "localIdentifier": [{"type": "doi", "id": "10.2196/resprot.2830"}, {"type": "openaire", "id": "oai:dnet:od_______908::3684e2084721d04962b166607b1234be"}], "id": "50|dedup_wf_001::3b23c5aaa7f265d9adca728a2426520f", "relatedPublications": 0, "date": [""], "title": ["\"The Comparative Validity of Interactive Multimedia Questionnaires to Paper-Administered Questionnaires for Beverage Intake and Physical Activity: Pilot Study\""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "multimedia"}, {"scheme": "keyword", "value": "beverages"}, {"scheme": "keyword", "value": "validity and reliability"}, {"scheme": "keyword", "value": "Original Paper"}, {"scheme": "keyword", "value": "dietary assessment"}, {"scheme": "keyword", "value": "physical activity"}]}
392
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb94adeb3a24cd7875b3e281a022b8a7", "id": {"identifier": "10.5517/ccdc.csd.cc10h9d6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1be7a93a645477d45e581847b338aa5f", "id": {"identifier": "m91563", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::329879a75c0dabea79643f10a435f89f", "id": {"identifier": "u08261", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7a17ea0cf2f60cd1fd9c9abe20d9ef48", "id": {"identifier": "u11419", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::efbda33351de1fe6207459ab991516a4", "id": {"identifier": "d13211", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::232031491054a88e259aaa088a903134", "id": {"identifier": "l31611", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1065afbd734ddd056b07ec35d193516f", "id": {"identifier": "u11418", "schema": "ena"}}], "abstract": "Here we describe the synthesis and structure–activity relationship for a class of pyrazoline-containing dihydroquinolone negative allosteric modulators of the NMDA receptor that show strong subunit selectivity for GluN2C- and GluN2D-containing receptors over GluN2A- and GluN2B-containing receptors. Several members of this class inhibit NMDA receptor responses in the nanomolar range and are more than 50-fold selective over GluN1/GluN2A and GluN1/GluN2B NMDA receptors, as well as AMPA, kainate, GABA, glycine, nicotinic, serotonin, and purinergic receptors. Analysis of the purified enantiomers of one of the more potent and selective compounds shows that the S-enantiomer is both more potent and more selective than the R-enantiomer. The S-enantiomer had an IC50 of 0.17–0.22 μM at GluN2D- and GluN2C-containing receptors, respectively, and showed over 70-fold selectivity over other NMDA receptor subunits. The subunit selectivity of this class of compounds should be useful in defining the role of GluN2C- and GluN...", "author": ["Liotta Dennis C.", "Vance, Katie M.", "Acker, Timothy M.", "John Bacsa", "Acker Timothy M.", "Snyder, James P.", "Traynelis Stephen F.", "Traynelis, Stephen F.", "Liotta, Dennis C.", "Snyder James P.", "Slabber Cathryn", "Alpa Khatri", "Vance Katie M.", "Bacsa John", "Khatri Alpa", "Cathryn Slabber"], "localIdentifier": [{"type": "doi", "id": "10.1021/jm400652r"}, {"type": "pmid", "id": "23909910"}], "id": "50|dedup_wf_001::5c88f0f6df93bcd7e930b5d2e86889ba", "relatedPublications": 0, "date": [""], "title": ["\"Structure–Activity Relationships and Pharmacophore Model of a Noncompetitive Pyrazoline Containing Class of GluN2C/GluN2D Selective Antagonists\""], "relatedDatasets": 7}
393
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c3cd0264fa3080984f769aaede2385d3", "id": {"identifier": "10.6084/m9.figshare.6046196.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Iwashyna Theodore J.", "Govindan Sushant", "Chopra Vineet", "Prescott Hallie C."], "localIdentifier": [{"type": "doi", "id": "10.1186/s13063-018-2570-2"}], "id": "50|dli_resolver::5dd0c22496fc7d6c43c29723dfcca19f", "relatedPublications": 0, "date": [""], "title": ["Sample size implications of mortality definitions in sepsis: a retrospective cohort study"], "relatedDatasets": 1}
394
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::61578586d7d6e27bca9b817e77e60a63", "id": {"identifier": "p31644", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f1e06ccddc420dd480891c836466ffaa", "id": {"identifier": "o08773", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::972b6a8f65298cfb619b90ee3a6cc41e", "id": {"identifier": "p23576", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3b355c581e58176f1113c66ec5e59e29", "id": {"identifier": "np_599190", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b481e28c97ea4f94980b42cf87c97f2b", "id": {"identifier": "p16157", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3a870a0654227696d47929863c697d11", "id": {"identifier": "o00591", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::466d38e9c7f4703182bfdc74c624b7ed", "id": {"identifier": "p38647", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::075f4c1af89ab42b4046ecce893dac34", "id": {"identifier": "q3yab7", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5a6239384677de6bdc7b84963c379fca", "id": {"identifier": "p19490", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5dce8cc633d51a60413bc5be551cd0d8", "id": {"identifier": "q56a07", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d3f0c845abb820a87e174bbc3d48ea3d", "id": {"identifier": "q8r464", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7562920848c839879178a58464250992", "id": {"identifier": "q62666", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cb5651c29f8404133d426e06294e42ab", "id": {"identifier": "q9jka9", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5399c46e17221c98dc866a12be0952e3", "id": {"identifier": "q7m730", "schema": "ncbi-p"}}], "abstract": "", "title": ["Developing high-quality mouse monoclonal antibodies for neuroscience research – approaches, perspectives and opportunities"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.nbt.2015.11.007"}], "id": "50|elsevier____::4c764a22c7df656796a86c2d6ad6a82e", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 14}
395
{"typology": "publication", "publisher": ["Applications in plant sciences"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::53206954477aa604b9a87099ea865cc1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26312199&result=sequence_release", "schema": "url"}}], "abstract": "PREMISE OF THE STUDY: Microsatellite markers were developed for the Pilosella alpicola group (Asteraceae), comprising four closely related species distributed in subalpine areas of Europe. These species are believed to have diverged recently, but display contrasting cytogeographic patterns and variation in breeding systems, representing a promising model system for studying plant speciation, adaptation, and recent polyploidization. METHODS AND RESULTS: We developed 17 microsatellite markers for the P. alpicola group using 454 sequencing. Sixteen markers were polymorphic, with the number of alleles per locus ranging from seven to 16 and observed and expected heterozygosity ranging from 0.45 to 0.84 and 0.72 to 0.92, respectively. Ten and five loci amplified in the related species, P. echioides and P. officinarum, respectively, but only two in Andryala and one in Hieracium s. str. CONCLUSIONS: The developed microsatellite markers have high potential to become useful tools to study microevolutionary processes in the P. alpicola group and related Pilosella species.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26312199"}, {"type": "doi", "id": "10.3732/apps.1500048"}], "author": ["Šingliarová Barbora", "Vít Petr", "Zozomová-Lihová Judita", "Marhold Karol", "Krak Karol"], "relatedPublications": 0, "id": "50|r3d100010527::880bdd1d8585f1c7f0e6ce3253cadd65", "title": ["Microsatellite markers for the Pilosella alpicola group (Hieraciinae, Asteraceae) and their cross-amplification in other Hieraciinae genera."], "relatedDatasets": 1}
396
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::920fdcb23d45848ed452452af2524cc8", "id": {"identifier": "10.5517/cc12pyqf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Metal-organic and covalent organic frameworks are porous materials characterized by outstanding thermal stability, high porosities and modular synthesis. Their repeating structures offer a great degree of control over pore sizes, dimensions and surface properties. Similarly precise engineering at the nanoscale is difficult to achieve with discrete molecules, since they rarely crystallize as porous structures. Here we report a small organic molecule that organizes into a noncovalent organic framework with large empty pores. This structure is held together by a combination of [N–H ��� N] hydrogen bonds between the terminal pyrazole rings and [p ��� p] stacking between the electron-rich pyrazoles and electron-poor tetrafluorobenzenes. Such a synergistic arrangement makes this structure stable to at least 250C and porous, with an accessible surface area of 1,159 m 2 g � 1 . Crystals of this framework adsorb hydrocarbons, CFCs and fluorocarbons—the latter two being ozone-depleting substances and potent greenhouse species—with weight capacities of up to 75%.", "author": ["Daugulis Olafs", "Chen Yu-Sheng", "Jacobson Allan J.", "Š, Miljanić Ognjen", "Popov Ilya", "Chen Teng-Hao", "Chuang Yu-Chun", "Kaveevivitchai Watchareeya"], "localIdentifier": [{"type": "doi", "id": "10.1038/ncomms6131"}], "id": "50|dli_resolver::18e10e460fc1400c87377661bf75f13d", "relatedPublications": 0, "date": [""], "title": ["\"Thermally robust and porous noncovalent organic framework with high affinity for fluorocarbons and CFCs\""], "relatedDatasets": 1}
397
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9a5cc5f8561154a631ba894ec8d4c22a", "id": {"identifier": "10.5517/ccqhgl7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The photodegradation of the sulfonylurea herbicide azimsulfuron, N-[[(4,6-dimethoxypyrimidin-2-yl)-amino]carbonyl]-1 -methyl-4-(2-methyl-2H-tetrazole-5-yl)-1 H-pyrazole-5-sulfonamide (AZS), was studied in water at different wavelengths and in the presence of photocatalysts. AZS was rapidly degraded by UV light, affording three photoproducts. The main product, accounting for about 70% of photodegraded herbicide, was identified as 6-amino-5-[(4,6-dimethoxypyrimidin-2-yl)methylamino]-1,5,6,8-tetrahydro-7-oxa-8λ 6 -tia-1,2,5,6-tetraza-azulen-4-one (ADTA) by single-crystal X-ray diffraction. With simulated sunlight irradiation, the reaction was slower and 2-amino-4,6-dimethoxypyrimidine (DPA) and 1-methyl-4-(2-methyl-2H-tetrazole-5-yl)-1H-pyrazole-5-sulfonamide (MPS), arising from a photohydrolytic cleavage of the sulfonylurea bridge, were the only byproducts observed. The reactions followed first-order kinetics. The addition of dissolved organic matter (DOM) did not modify significantly the AZS photodegradation rate. The presence of Fe 2 O 3  accelerated more than twice the reaction rate affording two major products, DPA and MPS, together with minor amounts of N-[[(5-hydroxy-4,6-dimethoxypyrimidin-2-yl)amino]carbonyl]-1-methyl-4-(2-methyl-2H-tetrazole-5-yl)-1H-pyrazole-5-sulfonamide (AZS-OH). The greatest degradation rate was detected in the presence of TiO 2 . Only the photohydroxylation product AZS-OH was observed, which was transformed rapidly into oxalic acid.", "author": ["Zema Michele", "Pusino Alba", "Vittoria, Pinna M.", "Gessa Carlo"], "localIdentifier": [{"type": "doi", "id": "10.1021/jf070897k"}], "id": "50|dli_resolver::22e691bf9bb58c4bf49a4735d1999cb7", "relatedPublications": 0, "date": [""], "title": ["\"Structural Elucidation of Phototransformation Products of Azimsulfuron in Water\""], "relatedDatasets": 1}
398
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::48970dddb10af21fa203b28801f2601f", "id": {"identifier": "xp_362629", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1b0f20c016ca13f9882220b21f431ab7", "id": {"identifier": "jq965663", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::343b1e23a52fe8c3c10d69912a680354", "id": {"identifier": "jq965664", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d5696970806cb93d59eaf53d1d8d797c", "id": {"identifier": "cad21519", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::df49b4c32aa49e11757abd7150439479", "id": {"identifier": "egr52603", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::52370a98222c2ebd9eb01adf39df0802", "id": {"identifier": "aj428492", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0467a0b1d32281e8489a87a22ade4b75", "id": {"identifier": "xp_390318", "schema": "ncbi-p"}}], "abstract": "", "title": ["Foatf1, a bZIP transcription factor of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.pmpp.2013.07.007"}], "id": "50|elsevier____::0f0d241a357c9fb2aaa0998136beeb63", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 7}
399
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a0591fe8376652572e8b2f1d55408ddf", "id": {"identifier": "10.5517/ccpslgh", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The design, synthesis and physical evaluation of 1, a visible colorimetric ‘naked eye’ pyridyl based bis-amidothiourea sensor for anions, is described. This charge neutral sensor gives rise to significant changes in the absorption spectra upon interactions with several important biological anions such as AMP and ADP in 4 : 1 DMSO–H2O solution, while ATP was not detected. These colorimetric changes are due to the formation, or the combination of hydrogen bonding complexes and/or deprotonation between these anions and 1.", "author": ["O'Brien John E.", "McCabe Thomas", "Gunnlaugsson Thorfinnur", "Duke Rebecca M."], "localIdentifier": [{"type": "doi", "id": "10.1039/b807579d"}], "id": "50|dli_resolver::15f1fec2da25c4ff09bd188f146ae2cb", "relatedPublications": 0, "date": [""], "title": ["\"Colorimetric sensing of anions in aqueous solution using a charge neutral, cleft-like, amidothiourea receptor: tilting the balance between hydrogen bonding and deprotonation in anion recognition\""], "relatedDatasets": 1}
400
{"typology": "publication", "publisher": ["Pest management science"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4818db5e2171308b246e2ab392c1190d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23512641&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b17b58749c0dea5fe8996a5bebe00fc4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23512641&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Previous studies in our laboratory showed that cytochrome P450 CYP6B7 plays a critical role in a Handan fenvalerate resistant strain (HDFR) of Helicoverpa armigera. As an important component of P450 enzyme systems, cytochrome P450 reductase (CPR) plays an essential role in transferring electrons from NADPH to the P450-substrate complex. However, little information about CPR in H. armigera (HaCPR) has been reported. RESULTS: A full-length cDNA (3525 bp) of HaCPR was cloned. The open reading frame of the HaCPR gene encoded 687 amino acids and shared 27.87-95.21% identities with other known CPRs. Bioinformatic analysis showed that HaCPR is a transmembrane protein with Mw of 77.4 kDa and contains conserved features. The results of real-time quantitative polymerase chain reaction showed that the expression level of HaCPR mRNA was 1.84-fold higher in midgut of 5th instars of the Handan susceptible strain than that in pupae, and the level in the midgut of HDFR strain was 2.02-fold higher than that of the Handan susceptible strain. The levels of HaCPR mRNA were induced by phenobarbital at concentrations of 2 and 4 mg g(-1) , which enhanced 5.20- and 17.45-fold, respectively, compared to that of the control after 48 h of phenobarbital treatment. CONCLUSIONS: The results indicate that HaCPR is important for the development of H. armigera and may play an essential role in the P450-mediated insecticide resistance of H. armigera to fenvalerate.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23512641"}, {"type": "doi", "id": "10.1002/ps.3538"}], "author": ["Tang Tao", "Qiu Lihong", "Zhao Chunqing", "Feng Xiaoyun"], "relatedPublications": 0, "id": "50|r3d100010527::f096442725d5180db2ccb2d8649c72f9", "title": ["Cloning and characterisation of NADPH-dependent cytochrome P450 reductase gene in the cotton bollworm, Helicoverpa armigera."], "relatedDatasets": 2}
401
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::r3d100010255", "datasourceName": "ICPSR"}], "relatedUnknown": 0, "externalRels": [], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::242c0602a4b5c75f5e4a591221ab7bea", "id": {"identifier": "10.3886/icpsr08683.v1", "schema": "doi"}}], "localIdentifier": [{"type": "icpsr", "id": "9854"}], "author": ["Von Sternberg, Thomas", "Fanale, James E.", "Hepburn, Kenneth W.", "Keenan, Joseph M."], "relatedPublications": 0, "id": "50|r3d100010255::e17e6c43a34cbf088e04fd4a3b98f9ea", "title": ["Care management"], "relatedDatasets": 1}
402
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ac5a2d1fcd61e38d2a41fd093515902e", "id": {"identifier": "10.18154/rwth-2017-02083", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Time- and temperature-resolved in situ birefringence measurements were applied to analyze the effect of nanoparticles on the electric field-induced alignment of a microphase separated solution of poly(styrene)-block-poly(isoprene) in toluene. Through the incorporation of isoprene-confined CdSe quantum dots the reorientation behavior is altered. Particle loading lowers the order–disorder transition temperature, and increases the defect density, favoring nucleation and growth as an alignment mechanism over rotation of grains. The temperature dependent alteration in the reorientation mechanism is analyzed via a combination of birefringence and synchrotron SAXS. The detailed understanding of the effect of nanoparticles on the reorientation mechanism is an important prerequisite for optimization of electric-field-induced alignment of block copolymer/nanoparticle composites where the block copolymer guides the nanoparticle self-assembly into anisotropic structures.", "author": ["Kathrein Christine C.", "Zimmermann Marc", "Pester Christian", "Jung Maike", "Ruppel Markus", "Böker Alexander"], "localIdentifier": [{"type": "doi", "id": "10.1039/c6sm01073c"}], "id": "50|dli_resolver::3a20f54953bd01b4b1d1ba242e235607", "relatedPublications": 0, "date": [""], "title": ["Reorientation mechanisms of block copolymer/CdSe quantum dot composites under application of an electric field"], "relatedDatasets": 1}
403
{"typology": "publication", "publisher": ["Endocrinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6d9296a8199ba4424daa51ab60803ec1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18162517&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::796585800831eae9c83c55b1a59c9689", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18162517&result=coding_release", "schema": "url"}}], "abstract": "None: Müllerian inhibiting substance (MIS) is a glycoprotein belonging to the TGF-beta superfamily. In mammals, MIS is responsible for the regression of Müllerian ducts in the male fetus. However, the role of MIS in gonadal sex differentiation of teleost fish, which have no Müllerian ducts, has yet to be clarified. In the present study, we examined the expression pattern of mis and mis type 2 receptor (misr2) mRNAs and the function of MIS signaling in early gonadal differentiation in medaka (teleost, Oryzias latipes). In situ hybridization showed that both mis and misr2 mRNAs were expressed in the somatic cells surrounding the germ cells of both sexes during early sex differentiation. Loss-of-function of either MIS or MIS type II receptor (MISRII) in medaka resulted in suppression of germ cell proliferation during sex differentiation. These results were supported by cell proliferation assay using 5-bromo-2'-deoxyuridine labeling analysis. Treatment of tissue fragments containing germ cells with recombinant eel MIS significantly induced germ cell proliferation in both sexes compared with the untreated control. On the other hand, culture of tissue fragments from the MIS- or MISRII-defective embryos inhibited proliferation of germ cells in both sexes. Moreover, treatment with recombinant eel MIS in the MIS-defective embryos dose-dependently increased germ cell number in both sexes, whereas in the MISRII-defective embryos, it did not permit proliferation of germ cells. These results suggest that in medaka, MIS indirectly stimulates germ cell proliferation through MISRII, expressed in the somatic cells immediately after they reach the gonadal primordium.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18162517"}], "author": ["Yokoi Hayato", "Shiraishi Eri", "Wakamatsu Yuko", "Yoshinaga Norifumi", "Kitano Takeshi", "Abe Shin-Ichi", "Miura Takeshi"], "relatedPublications": 0, "id": "50|r3d100010527::0d24beacd312dac0191c6c35bbeb56ae", "title": ["Mullerian inhibiting substance is required for germ cell proliferation during early gonadal differentiation in medaka (Oryzias latipes)."], "relatedDatasets": 2}
404
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::87beae9198c0fe743111a9607b117c9d", "id": {"identifier": "nm_000582", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c48469a27bf04e3288e4b37befc39180", "id": {"identifier": "nm_002046", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::35818ec24421412d08f7cbea627c0f3e", "id": {"identifier": "nm_004348", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3c7965c7a29444a0b093d656f861f344", "id": {"identifier": "nm_000478", "schema": "ncbi-n"}}], "abstract": "", "title": ["The association of human mesenchymal stem cells with BMP-7 improves bone regeneration of critical-size segmental bone defects in athymic rats"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bone.2010.03.023"}], "id": "50|elsevier____::1328cbc9fdb06c098f5250320c03c545", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 4}
405
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f5be0d93e0b34ba749e41b46614c84a6", "id": {"identifier": "10.6084/m9.figshare.5085490", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::317a60e7df1478a52bbac19a7270e1a3", "id": {"identifier": "10.6084/m9.figshare.5085490.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kirmizigul Suheyla", "Nalbantsoy Ayse", "Mutlu Kiymet", "Sarikahya Nazli Boke"], "localIdentifier": [{"type": "doi", "id": "10.1080/14786419.2017.1333988"}], "id": "50|dli_resolver::fad929ee12ec428e0550b037b33b2e03", "relatedPublications": 0, "date": [""], "title": ["\"Chemical constituents and biological activities of Dianthus elegans var. elegans\""], "relatedDatasets": 2}
406
{"typology": "publication", "publisher": ["IOP Publishing"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::00403ccd252cd0d7b805ac4631cdccbe", "id": {"identifier": "10.3204/pubdb-2017-00916", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Calendron Anne-Laure", "Ravi Koustuban", "Matlis Nicholas H", "Cirmi Giovanni", "Zapata Luis E", "Kärtner Franz X", "Ahr Frederike", "Mücke Oliver D", "Çankaya Hüseyin", "Hemmer Michael", "Reichert Fabian"], "localIdentifier": [{"type": "doi", "id": "10.1088/1361-6455/aa5405"}], "id": "50|dli_resolver::82c95d4ab898fdb101f14da767ef6b60", "relatedPublications": 0, "date": [""], "title": ["\"Cascaded second-order processes for the efficient generation of narrowband terahertz radiation\""], "relatedDatasets": 1}
407
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::547220f3ab8efa58c5aab36cac7f8ac8", "id": {"identifier": "4hlf", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::d3056d3da82e1c1c7d2b2cd24470bd0c", "id": {"identifier": "4hkk", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::76a365d0c68e4f0e514c29ed4a6dbe4e", "id": {"identifier": "4hmh", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::745475e55142005c41cf7a6ffd5d6d6a", "id": {"identifier": "4hlm", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::d707f3fbb89bb29f6e46e747cd229b7d", "id": {"identifier": "4hlg", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::ae95a933896ac080598ccef546afa43f", "id": {"identifier": "4hl5", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::ee66aa5d4131444fca0b7c7b3f23ff7c", "id": {"identifier": "4hlk", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::ba37b090e36b47578932abbfdc5c2d83", "id": {"identifier": "4hkn", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::7f1888257650abea4c058fa447e4d77b", "id": {"identifier": "4hki", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::144d835e4b66a273176958d1873d9643", "id": {"identifier": "4hlh", "schema": "pdb"}}], "abstract": "", "author": ["Haikarainen Teemu", "Fallarero Adyary", "Vuorela Pia M.", "Lehtiö Lari", "Narwal Mohit"], "localIdentifier": [{"type": "doi", "id": "10.1021/jm3018783"}], "id": "50|dli_resolver::1b67d368a3acb49f0416eec86d5b8596", "relatedPublications": 0, "date": [""], "title": ["\"Screening and Structural Analysis of Flavones Inhibiting Tankyrases\""], "relatedDatasets": 10}
408
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3e90474f29a60c320e2ef0a8da47313b", "id": {"identifier": "fn393058", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0dffbb83cdc5ddfabd1da64d75ddb359", "id": {"identifier": "fn295481", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::66b0d807b58c1fc3e1a3fcaca48c5e60", "id": {"identifier": "fn393087", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d18510e77fcafe5bb826d4599ea15b18", "id": {"identifier": "fn394217", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::05f00018556df1f0368ea18c74d8ec67", "id": {"identifier": "fn394216", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::755d4ba904fa49b6a1ccc35f8dbcb8a9", "id": {"identifier": "fn393062", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b74d4febcc5e56061303340bae7c47db", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19805302&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::859bd9d2166bc63aab8875144ae62354", "id": {"identifier": "fn393060", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5e790249311d236891dbf0f2975257ca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19805302&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4a79ee2ad45d1bcf45abefc487c77c96", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19805302&result=study", "schema": "url"}}], "abstract": "None: Saccharomyces cerevisiae has been used for millennia in winemaking, but little is known about the selective forces acting on the wine yeast genome. We sequenced the complete genome of the diploid commercial wine yeast EC1118, resulting in an assembly of 31 scaffolds covering 97% of the S288c reference genome. The wine yeast differed strikingly from the other S. cerevisiae isolates in possessing 3 unique large regions, 2 of which were subtelomeric, the other being inserted within an EC1118 chromosome. These regions encompass 34 genes involved in key wine fermentation functions. Phylogeny and synteny analyses showed that 1 of these regions originated from a species closely related to the Saccharomyces genus, whereas the 2 other regions were of non-Saccharomyces origin. We identified Zygosaccharomyces bailii, a major contaminant of wine fermentations, as the donor species for 1 of these 2 regions. Although natural hybridization between Saccharomyces strains has been described, this report provides evidence that gene transfer may occur between Saccharomyces and non-Saccharomyces species. We show that the regions identified are frequent and differentially distributed among S. cerevisiae clades, being found almost exclusively in wine strains, suggesting acquisition through recent transfer events. Overall, these data show that the wine yeast genome is subject to constant remodeling through the contribution of exogenous genes. Our results suggest that these processes are favored by ecologic proximity and are involved in the molecular adaptation of wine yeasts to conditions of high sugar, low nitrogen, and high ethanol concentrations.", "author": ["Maite Novo", "Gavory Frédérick", "Frédérick Gavory", "Dequin Sylvie", "Patrick Wincker", "Casaregola Serge", "Brigitte Cambon", "Serge Casaregola", "Beyne Emmanuelle", "Novo Maite", "Virginie Galeote", "Bigey Frédéric", "Emmanuelle Beyne", "Mallet Sandrine", "Sandrine Mallet", "Frédéric Bigey", "Jean-Luc Legras", "Sylvie Dequin", "Wincker Patrick", "Cambon Brigitte", "Galeote Virginie", "Legras Jean-Luc"], "localIdentifier": [{"type": "doi", "id": "10.1073/pnas.0904673106"}, {"type": "pbmid", "id": "19805302"}, {"type": "pmid", "id": "19805302"}], "id": "50|dedup_wf_001::a9fdb718922ec9387fbd15220f480b37", "relatedPublications": 0, "date": ["2009-09-09"], "title": ["Eukaryote-to-eukaryote gene transfer events revealed by the genome sequence of the wine yeast Saccharomyces cerevisiae EC1118."], "relatedDatasets": 10}
409
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::20a5d7e8323a14b399acb61d8953001c", "id": {"identifier": "4mmi", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::b254be70bf8a524b357cb768b13375eb", "id": {"identifier": "4mmh", "schema": "pdb"}}], "abstract": "Pedobacter heparinus (formerly known as Flavobacterium heparinum) is a typical glycosaminoglycan-degrading bacterium that produces three heparin lyases, Hep I, Hep II, and Hep III, which act on heparins with 1,4-glycoside bonds between uronate and amino sugar residues. Being different from Hep I and Hep II, Hep III is specific for heparan sulfate. Here we describe the crystal structure of Hep III with the active site located in a deep cleft. The X-ray crystallographic structure of Hep III was determined at 2.20 A resolution using single-wavelength anomalous diffraction. This enzyme comprised an N-terminal α/α-barrel domain and a C-terminal antiparallel β-sheet domain as its basic scaffold. Overall structures of Hep II and Hep III were similar, although Hep III exhibited an open form compared with the closed form of Hep II. Superimposition of Hep III and heparin tetrasaccharide-bound Hep II suggested that an active site of Hep III was located in the deep cleft at the interface between its two domains. Thre...", "author": ["Mikami Bunzo", "Nakamichi Yusuke", "Murata Kousaku", "Hashimoto Wataru", "Maruyama Yukie"], "localIdentifier": [{"type": "doi", "id": "10.1021/bi4012463"}], "id": "50|dli_resolver::cfaeba791ad390e2d0bd60639ebc07be", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure ofPedobacter heparinusHeparin Lyase Hep III with the Active Site in a Deep Cleft\""], "relatedDatasets": 2}
410
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a1fe0e09365fe0c551f79a496767446d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17158988&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e9bac3d071a6c9ed560b81d022bde18e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17158988&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e594f1fca06007340d54fcadf9dc80f8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17158988&result=read_study", "schema": "url"}}], "abstract": "None: A Gram-positive, non-motile, endospore-forming bacterium, designated Gsoil 1517(T), was isolated from soil of a ginseng field in Pocheon Province (South Korea) and was characterized in order to determine its taxonomic position, using a polyphasic approach. It was found to rod-shaped and aerobic or facultatively anaerobic. It grew optimally at 30 degrees C and at pH 6.5-7.0. Comparative 16S rRNA gene sequence analysis showed that strain Gsoil 1517(T) forms a distinct phylogenetic lineage within the genus Bacillus, being related to Bacillus funiculus JCM 11201(T) (96.8 %). The strain showed less than 94.3 % sequence similarity with other Bacillus species. The G+C content of the genomic DNA was found to be 47.8 mol% and the predominant respiratory quinone was MK-7. The major fatty acids were iso-C(15 : 0) (42.4 %), anteiso-C(15 : 0) (17.4 %), iso-C(14 : 0) (9.7 %) and C(16 : 0) (6.0 %). On the basis of its phenotypic properties and phylogenetic distinctiveness, strain Gsoil 1517(T) represents a novel species of the genus Bacillus, for which the name Bacillus panaciterrae sp. nov. is proposed. The type strain is Gsoil 1517(T) (=KCTC 13929(T)=CCUG 52470(T)=LMG 23408(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17158988"}], "author": ["Liu Qing-Mei", "Aslam Zubair", "Im Wan-Taek", "Baek Sang-Hoon", "Ten Leonid N", "Lee Sung-Taik"], "relatedPublications": 0, "id": "50|r3d100010527::66754e98f1b02451437200817effd778", "title": ["Bacillus panaciterrae sp. nov., isolated from soil of a ginseng field."], "relatedDatasets": 3}
411
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70d6882f3169233bb1ad43a84e28d7f7", "id": {"identifier": "10.3886/icpsr21600.v16", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::fa38ea483d6f8291d8bdec394ac7b523", "id": {"identifier": "10.3886/icpsr21600.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::267c09351444a5a157fa5287cdac0f96", "id": {"identifier": "10.3886/icpsr21600.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a69ee5d7ecef8ae3fef5937176d8c311", "id": {"identifier": "10.3886/icpsr21600.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e162c517492eef25a32f53cec118a29f", "id": {"identifier": "10.3886/icpsr21600.v8", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4c0fbfa638556ba7720fb78af702dfb", "id": {"identifier": "10.3886/icpsr21600.v15", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9b9fcca0e0096eca4a1262c77425f5c3", "id": {"identifier": "10.3886/icpsr21600.v13", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d0c84333f54ff90e6f28541bebad0553", "id": {"identifier": "10.3886/icpsr21600.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0cf8920131ed3eea73f6408b8583d49f", "id": {"identifier": "10.3886/icpsr21600.v12", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d630164701cde19e9b07f4608fa6e703", "id": {"identifier": "10.3886/icpsr21600.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28a3412c29a2306e5d203de6c378dbfb", "id": {"identifier": "10.3886/icpsr21600.v17", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9bd0ff2c7326c2543ea73288ae1087c", "id": {"identifier": "10.3886/icpsr21600.v6", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f337827f73cea4f4a6f20c858ad9e02c", "id": {"identifier": "10.3886/icpsr21600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::737f244d9c185769364109fe221798c6", "id": {"identifier": "10.3886/icpsr21600.v14", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f171c2a1960d31465add13ad1f33ec1", "id": {"identifier": "10.3886/icpsr21600.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e80f7f14ed6fad42ab28d02d9a88f51b", "id": {"identifier": "10.3886/icpsr21600", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9b18ac1e3ea85d16f60a93c0d2e483a", "id": {"identifier": "10.3886/icpsr21600.v9", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a120efbf0f79add2d697d34218cee452", "id": {"identifier": "10.3886/icpsr21600.v10", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "BACKGROUND: The purpose of this study was to determine whether the latent structure of alcohol misuse is categorical or continuous in male and female adults with and without a history of prior criminal offending. METHODS: Data from 3452 (1530 male, 1922 female) 27-to-32 year old members of the National Longitudinal Study of Adolescent to Adult Health (Add Health) were subjected to taxometric analysis using three nonredundant taxometric procedures-mean above minus below a cut (MAMBAC), maximum covariance (MAXCOV), and latent mode factor analysis (L-Mode). RESULTS: Analyses produced results consistent with categorical latent structure in males with a previous history of criminal offending but not in males without a previous history of criminal offending or females with or without a history of criminal offending. The findings from the other groups were indeterminate for the most part (i.e., neither categorical nor continuous). The presumptive taxon was validated by testing differences in age of onset and frequency of criminal arrest and drunkenness between the putative taxon and the upper portion of the complement. As predicted, all four validation outcomes were significantly worse in the taxon group. CONCLUSIONS: On the basis of these results it is concluded that alcohol misuse in young adults may have features of both categorical and continuous latent structure and that the categorical aspects are more prominent in males with a history of offending behavior. Additional research is required to determine which aspects and features of alcohol misuse are categorical and which aspects and features are continuous. Language: en", "author": ["Walters, Glenn D.", "Walters Glenn D."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.drugalcdep.2015.10.012"}], "id": "50|dedup_wf_001::d482540958e0be579afdaacbd7056423", "relatedPublications": 0, "date": [""], "title": ["The latent structure of alcohol misuse in young adults: Do taxometric results differ as a function of prior criminal history?"], "relatedDatasets": 20}
412
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::524d75b02679b0091bca1aba47951c32", "id": {"identifier": "dq286392", "schema": "ncbi-n"}}], "abstract": "", "title": ["A rational design for trypsin-resistant improvement of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jbiotec.2012.12.018"}], "id": "50|elsevier____::acfb1661a8f707aa4584481771872201", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 1}
413
{"typology": "publication", "publisher": ["Diseases of aquatic organisms"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0aafd98bbf6f0d58ee7b1300aebaa384", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25993885&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::69586d5b2225be95a54dcbe93c5c5386", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25993885&result=sequence_release", "schema": "url"}}], "abstract": "None: In the present study, 2 systems of real-time RT-PCR-one based on SYBR Green and the other on TaqMan-were designed to detect strains from any genotype of viral haemorrhagic septicaemia virus (VHSV), with high sensitivity and repeatability/reproducibility. In addition, the method was optimized for quantitative purposes (qRT-PCR), and standard curves with different types of reference templates were constructed and compared. Specificity was tested against 26 isolates from 4 genotypes. The sensitivity of the procedures was first tested against cell culture isolation, obtaining a limit of detection (LD) of 100 TCID50 ml-1 (100-fold below the LD using cell culture), at a threshold cycle value (Ct) of 36. Sensitivity was also evaluated using RNA from crude (LD = 1 fg; 160 genome copies) and purified virus (100 ag; 16 copies), plasmid DNA (2 copies) and RNA transcript (15 copies). No differences between both chemistries were observed in sensitivity and dynamic range. To evaluate repeatability and reproducibility, all experiments were performed in triplicate and on 3 different days, by workers with different levels of experience, obtaining Ct values with coefficients of variation always <5. This fact, together with the high efficiency and R2 values of the standard curves, encouraged us to analyse the reliability of the method for viral quantification. The results not only demonstrated that the procedure can be used for detection, identification and quantification of this virus, but also demonstrated a clear correlation between the regression lines obtained with different standards, which will help scientists to compare sensitivity results between different studies.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "25993885"}, {"type": "doi", "id": "10.3354/dao02840"}], "author": ["Bandín I", "Lopez-Vazquez C", "Dopazo C P"], "relatedPublications": 0, "id": "50|r3d100010527::818fb4397b2282a4d1f4a81de3e24531", "title": ["Real-time RT-PCR for detection, identification and absolute quantification of viral haemorrhagic septicaemia virus using different types of standards."], "relatedDatasets": 2}
414
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8a21cd3b3ed841042914ed5cec7ee2cd", "id": {"identifier": "dq010153", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e61d3689f2f4d6e03f99ef4c2b31bbe8", "id": {"identifier": "ab186356", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1e83c466498f168b8f8b08e13ebd952c", "id": {"identifier": "fj457911", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0755c8ec3c919dda538bbf456e9d2415", "id": {"identifier": "ab115910", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6ed3d34f7166665f5311dae246af02b6", "id": {"identifier": "af173605", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::20351b7648750cf2b367b2b81d4eecd2", "id": {"identifier": "ab115909", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bc5c223f071e53ee2700a1b47d5e0554", "id": {"identifier": "dq010157", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7df4c2477b10eea9a307b36e4f8a93f8", "id": {"identifier": "dq010152", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b33a7b83deb4a3fefd2182d8805aa24f", "id": {"identifier": "dq010156", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::39a993b9bf11fe685d7b144e6fa9e7d2", "id": {"identifier": "dq007997", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::31ba9f7404fad499cfd74d42df0ab123", "id": {"identifier": "dq007995", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a38a85ca257b36c71fac740a69dfaaa8", "id": {"identifier": "ay029233", "schema": "ncbi-n"}}], "abstract": "", "title": ["Gene–environment interactions: The potential role of contaminants in somatic growth and the development of the reproductive system of the American alligator"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.mce.2011.10.020"}], "id": "50|elsevier____::f8116bf0e16d5962e5bcd6b114065b88", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 12}
415
{"typology": "publication", "publisher": ["Cambridge University Press (CUP)"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4f9cdd30a5fd6a8e72f086e4301a285c", "id": {"identifier": "10.1594/pangaea.855705", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Paleoceanographic and onshore paleoclimatic changes during the last 59,000 yr are established from three deep-sea sediment cores off northeast New Zealand using an integrated log of sediment texture, CaCO3 content, palynology, and planktonic and benthic foraminiferal δ18O and δ13C data, together with dated silicic tephras. These records from the isotopic stage 4-3 boundary to the present record northern New Zealand vegetation history, changes in a subsidiary equatorward flow of Circumpolar Deep Water, and sea-surface temperatures (SSTs) for subtropical water (STW) between latitudes 36°42′ and 35°51′S. Relative to the Holocene, isotopically derived SSTs record average changes of +2°C, -2°C, and -2°C for the 59,000-43,000, 43,000-24,000, and 24,000-12,000 yr time slices, respectively. The apparent +2°C warming for the 59,000-43,000 yr period is interpreted to reflect changes in the dominant depth habitat of Globigerina bulloides in response to upwelling. A -2°C cooling of SSTs during isotope stage 2 is interpreted, in part, to reflect upwelling of cool subsurface water resulting from strong and persistent westerly airflow across New Zealand, with the concomitant enhanced surface-water production of CaCO3. Onshore, vegetation consistent with these changes are recorded, with full conifer-hardwood forest prior to 43,000 yr, followed by a change to vegetation implying cooler and drier conditions between 43,000 and 12,000 yr, and a subsequent return to full forest during the Holocene. The sequence of biopelagic and hemipelagic sedimentation observed within these cores reflect oscillation of sea level about a threshold eustatic level that controls the transport of terrigenous detritus offshore. Local variations and interplay of the regional oceanography and morphology and tectonism of the continental shelf will dictate that, relative to present sea level, this threshold eustatic sea level will vary in depth, and hence age, along a continental margin. Data from the New Zealand region reveal an extremely steep meridional thermal gradient across the southern and central New Zealand region during the last glaciation with minor cooling of STW to the north, apart from localized nearshore upwelling zones, but pronounced cooling of subantarctic water to the south of the subtropical convergence zone.", "author": ["Wright Ian C.", "McGlone Matt S.", "Nelson Campbell S.", "Pillans Brad J."], "localIdentifier": [{"type": "doi", "id": "10.1006/qres.1995.1073"}], "id": "50|dli_resolver::1c6affb2ec7e47c70c3df71c447cd66a", "relatedPublications": 0, "date": [""], "title": ["\"An Integrated Latest Quaternary (Stage 3 to Present) Paleoclimatic and Paleoceanographic Record from Offshore Northern New Zealand\""], "relatedDatasets": 1}
416
{"typology": "publication", "publisher": ["Genomics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7bc851d9a781b9bc3d7bab1010ed4ac2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9479495&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5cccd4debd27a1804e5c00f757c5f7d9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9479495&result=coding_release", "schema": "url"}}], "abstract": "None: Two homologous genes, EXT1 and EXT2, responsible for the development of benign multiple cartilagenous bone tumors (exostoses) on the long bones, have been identified in the past 2 years. Several arguments have been provided to support the hypothesis that these genes have tumor suppressor activity and that loss of function of these genes may contribute to the development of bone tumors. The recent identification of two EXT-like genes, EXTL1 and EXTL2, homologous to the EXT genes and to each other, revealed the existence of a larger family of genes. We now report the identification of a homologous EST (EST01365), not derived from the known EXT and EXTL genes, indicating the existence of one additional member of this gene family. We characterized this third EXT-like gene, EXTL3, and compared it with the other four members of the EXT-EXTL family. In view of its putative tumor suppressor function, the EXTL3 gene can be considered a candidate gene for the breast cancer locus on chromosome 8p12-p22.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9479495"}], "author": ["Speleman F", "Hendrickx J", "Van Roy N", "Wauters J", "De Boulle K", "Wuyts W", "Bossuyt P", "Van Hul W", "Willems P J"], "relatedPublications": 0, "id": "50|r3d100010527::2b95fbd22fd138f354515f9a4d0eef35", "title": ["Identification of a third EXT-like gene (EXTL3) belonging to the EXT gene family."], "relatedDatasets": 2}
417
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bb08e54bc8d2e7fbfe7b986acb527143", "id": {"identifier": "10.5517/cc5zj6v", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "An experimental and theoretical study of the heteroleptic divalent germanium compounds containing the bidentate coordinating monoanionic β-diketiminate ligand L 2 GeΣ (L 2  = PhNC-(Me)CHC(Me)NPh; Σ = Cl (1), I (2), Me (3), OMe (4)) has been performed in this contribution. The new stable germanium(II) compounds 3 and 4 have been synthesized by reaction of 1 with RLi (R = Me, OMe) and fully characterized. The crystal structures of 1-3 and their electronic structures have been determined by X-ray diffraction and UV-photoelectron spectroscopy (UPS), respectively. DFT calculations on 1 and 3 were carried out at the B3LYP level of theory. Natural bond orbital analysis for the model molecules 1' and 3' (without phenyl) gives information on the Ge-Σ bonding. It turns out from the NMR, mass spectroscopy, and X-ray molecular geometry properties together with the ab initio calculations that the three-coordinated germanium(II) compound L 2 GeX is best described by a model structure corresponding to a divalent germanium species weakly coordinated with the halide group, L 2 Ge + ...X - . This view is confirmed by the particularly low energetic values of the X atom lone-pair ionizations.", "author": ["Chrostowska Anna", "Miqueu Karinne", "Rima Ghassoub", "Barrau Jacques", "Lemierre Virginie", "Sotiropoulos Jean-Marc", "Saur Isabelle", "Pfister-Guillouzo Geneviève"], "localIdentifier": [{"type": "doi", "id": "10.1021/om030154y"}], "id": "50|dli_resolver::9725b9c30cb13101353b27a723d7dd0b", "relatedPublications": 0, "date": [""], "title": ["\"New Insight into the Three-Coordinate Divalent Germanium Compounds L2GeΣ (L2= PhNC(Me)CHC(Me)NPh, Σ = Cl, I, Me, OMe). Structural, Photoelectron Spectroscopic, and Theoretical Analysis\""], "relatedDatasets": 1}
418
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bc6cea65471ddb6d22db6b31fbd07f23", "id": {"identifier": "10.5517/cctvmmw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::46c6b10d890a010d96428b7d2774ffec", "id": {"identifier": "10.5517/cctvmlv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two coordination complexes, namely [Co(phen)(H2O)L]·H2O and [Ni2(phen)2(H2O)2L2]·4H2O (phen = 1,10-phenanthroline, H2L = 1,3-adamantanedicarboxylic acid) have been hydrothermally synthesized and structurally characterized by single crystal X-ray diffraction. [Co(phen)(H2O)L]·H2O consists of 1D chains of the complex plus lattice H2O molecules. Interchain hydrogen bonds and π–π stacking interactions assemble the 1D chains into 2D layers. [Ni2(phen)2(H2O)2L2]·4H2O is a binuclear complex which is assembled into a 3D supramolecular structure by strong hydrogen bonds and π–π stacking interactions. Both complexes were characterized by physico-chemical and spectroscopic methods.", "author": ["Yu Shu-Ping", "Huang Shi-Jie", "Wei Dan-Yi", "Xie Hong-Zhen", "Zhou Jin"], "localIdentifier": [{"type": "doi", "id": "10.1007/s11243-010-9392-8"}], "id": "50|dli_resolver::4e0f24bf5dc2ce232433b048c6e988e0", "relatedPublications": 0, "date": [""], "title": ["\"Hydrothermal syntheses and characterization of cobalt(II) and nickel(II) complexes of 1,3-adamantanedicarboxylic acid and 1,10-phenanthroline\""], "relatedDatasets": 2}
419
{"typology": "publication", "publisher": ["Emerging infectious diseases"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e61e053938e5e56643d0b7be91263ee7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17326951&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e736853722a4103e5bedd4ae0b0e0379", "id": {"identifier": "dq356441", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd8e50fdec8a46db7eeb111910393052", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17326951&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ad991e8581ed4ab8ae402a8023a968ce", "id": {"identifier": "dq356432", "schema": "ena"}}], "abstract": "None: Prevalence of hepatitis B genotype C in injection drug users in the northeastern Indian state of Manipur, neighboring the \"Golden Triangle,\" correlates well with overland drug-trafficking routes, the injection drug use epidemic, and the spread of HIV. Further spread to other regions of India through mobile populations is possible.", "author": ["Runu Chakravarty", "Banerjee Arup", "Chakrabarti Shekhar", "Mahapatra Pradip K", "Mahapatra, Pradip K.", "Datta Sibnarayan", "Chakravarty Runu", "Chandra, Partha K.", "Sibnarayan Datta", "Arup Banerjee", "Shekhar Chakrabarti", "Chandra Partha K"], "localIdentifier": [{"type": "pbmid", "id": "17326951"}, {"type": "pmid", "id": "17326951"}], "id": "50|dedup_wf_001::b97d3f82570de95be6f80d6424453ae0", "relatedPublications": 0, "date": ["2006-12-01"], "title": ["Drug trafficking routes and hepatitis B in injection drug users, Manipur, India."], "relatedDatasets": 4}
420
{"publisher": ["Medical mycology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::53765affdc2d98ccbbfcab9c16b81dc0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9776815&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::08aa0498f2018058fca0acc086f9d208", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9776815&result=sequence_release", "schema": "url"}}], "abstract": "None: Pseudallescheria boydii (anamorph: Scedosporium apiospermum) and S. prolificans can cause severe infections in both the immunocompromized host and accidentally injured people. A species-specific polymerase chain reaction (PCR) enabling detection and discrimination of these fungi has not been available to date. In view of the difficult treatment especially of S. prolificans infections, a PCR-based detection system has been developed. Based on results of partial sequencing of ribosomal DNA, Scedosporium DNA could be amplified, either at the genus or at the species level. Hybridization probes for the identification of the PCR-products were established.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9776815"}], "author": ["Tintelnot K", "Wedde M", "Stahl U", "Müller D", "De Hoog G S"], "relatedPublications": 0, "id": "50|r3d100010527::909ee1c2686f50e1b5e56a4fd6c05e4d", "title": ["PCR-based identification of clinically relevant Pseudallescheria/Scedosporium strains."], "typology": "publication"}
421
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::r3d100010255", "datasourceName": "ICPSR"}], "relatedUnknown": 0, "externalRels": [], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d8e1e8151b827b4c8e830aeef4fb1a11", "id": {"identifier": "10.3886/icpsr09067.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::98e6fc319ba1d0dd5b4d64ecd42792a6", "id": {"identifier": "10.3886/icpsr09181.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b87089e81f1625288d3a5df67374223", "id": {"identifier": "10.3886/icpsr09110.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::65eaf7e73e943532b87134f82380caa7", "id": {"identifier": "10.3886/icpsr09108.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::4451fbb998d1b99f27cf7e2b5fff1967", "id": {"identifier": "10.3886/icpsr09143.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d8330e73ccb92c6fa138470825f9713c", "id": {"identifier": "10.3886/icpsr09185.v2", "schema": "doi"}}], "localIdentifier": [{"type": "icpsr", "id": "113251"}], "author": ["Nelson, Forrest", "Neumann, George R.", "Forsythe, Robert", "Wright, Jack"], "relatedPublications": 0, "id": "50|r3d100010255::5c5d1fd25fe564dbbcf44bf06436631c", "title": ["Anatomy of an experimental political stock market"], "relatedDatasets": 6}
422
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3c3df066a1faa2dca1ef07164ad2f19b", "id": {"identifier": "10.6084/m9.figshare.5123905", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d36d061865edcb0aaef0ca14f0fbf9a9", "id": {"identifier": "10.6084/m9.figshare.5123905.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Purpose:   We recently developed the one-step methylation-specific PCR (OS-MSP) assay which can detect methylated DNA (met-DNA) in serum with high sensitivity. To e", "author": ["Tamaki Yasuhiro", "Morimoto Koji", "Noguchi Shinzaburo", "Shimazu Kenzo", "Kim Seung Jin", "Shimomura Atsushi", "Maruyama Naomi", "Yamamoto Noriaki", "Fujita Noriko", "Nakayama Takahiro"], "localIdentifier": [{"type": "doi", "id": "10.1159/000342083"}], "id": "50|dli_resolver::915407412fa7afae75118cdceb008a8c", "relatedPublications": 0, "date": [""], "title": ["\"Methylated DNA and Total DNA in Serum Detected by One-Step Methylation-Specific PCR Is Predictive of Poor Prognosis for Breast Cancer Patients\""], "relatedDatasets": 2}
423
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5c3863afbdf94983e5112dc8389ee811", "id": {"identifier": "10.5517/ccsz52z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Optically active propargylic alcohols are important chiral-building blocks in asymmetric synthesis, while the asymmetric addition of a terminal alkyne to an aldehyde is one of the most important procedures to prepare these chiral-building blocks. In this work, a family of chiral 4,4′-biquinazoline alcohols has been conveniently prepared from the easily accessible ( S )-2-acetoxycarboxylic acid chlorides by reaction sequences beginning with condensation and followed by key synthetic steps including chlorination, nickel(0)-mediated homocoupling, and deprotection in addition to being examined as potential ligands in the enantioselective addition of phenylacetylene to aldehydes. These chiral ligands can be combined with Ti(O i Pr) 4  and then used to catalyze the asymmetric addition of zinc acetylide, produced in situ by the reaction of phenylacetylene with diethylzinc, to aldehydes. The best enantiomeric excess obtained in this study was 75%.", "author": ["Karabuga Semistan", "Cakici Murat", "Ulukanli Sabri", "Kilic Hamdullah", "Catir Mustafa", "Şahin Ertan"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tetasy.2009.12.002"}], "id": "50|dli_resolver::d686d226c2cef7079a2cf8e898dd15f5", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of 4,4′-biquinazoline alcohols as chiral catalysts in enantioselective alkynylation of aldehydes with phenyl acetylene\""], "relatedDatasets": 1}
424
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::82b10fe5d8bc85f1783cc851ac8ddc1e", "id": {"identifier": "10.5517/cc6p815", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4c9ff5c1333415ae6db36d0f79fb4e3e", "id": {"identifier": "10.5517/cc6p848", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::555a0a3d0fcdf04efe9f7559155f7259", "id": {"identifier": "10.5517/cc6p837", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::05e8b2ee4d4fbbbd6f3503bc21a3d2d0", "id": {"identifier": "10.5517/cc6p826", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::433090c7347f07251cbf5cba38cd3de6", "id": {"identifier": "10.5517/cc6p804", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The interactions of the nine most significant nucleobases (thymine, uracil, dihydrouracil, cytosine, adenine, guanine, diaminopurine, xanthine, hypoxanthine, in their deprotonated forms) with zinc and with themselves in pyrazolylborate zinc complexes Tp C  u  m  ,  M  e Zn-base and Tp P  h  ,  M  e Zn-base are described. Except for guanine, the complexes Tp*Zn-base could be isolated in all cases. Structure determinations could be performed for seven of the eight product types. Except for dihydrouracil and xanthine, the zinc ion is attached to that nitrogen of the base which in nucleosides bears the sugar moiety. In the solid state, all zinc-bound nucleobases are involved in hydrogen bonding interactions. Except for xanthine, this includes homo base pairing across a crystallographic inversion center.", "author": ["Badura Dirk", "Vahrenkamp Heinrich"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic020280e"}], "id": "50|dli_resolver::155b47d7dbac91ac6f0e762ca2cb0a9a", "relatedPublications": 0, "date": [""], "title": ["\"Pyrazolylborate−Zinc−Nucleobase-Complexes, 2:1Preparations and Structures of TpCum,MeZn and TpPh,MeZn Complexes\""], "relatedDatasets": 5}
425
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3601c25c9550049a93ae9a010fb34759", "id": {"identifier": "aap58960", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::704603ced3fcb1b99841dc136372e933", "id": {"identifier": "p0c006", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::764912efd8f3fdf8eb15c42c1bf39f6f", "id": {"identifier": "aal40409", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cd65f87b2f6823bc185b32d533e4de69", "id": {"identifier": "q8uug0", "schema": "ncbi-p"}}], "abstract": "", "title": ["Detection of antimicrobial peptides related to piscidin 4 in important aquacultured fish"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.dci.2009.11.004"}], "id": "50|elsevier____::754d2910f6b4a04ffaca69815c5001d7", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 4}
426
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e685f704d562686172e64f46f3d33a45", "id": {"identifier": "10.5517/cct5pg3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Fe(OTf)3 effectively catalyzed intramolecular hydroarylation of aryl-substituted alkynes with electron-deficient arenes under mild conditions.", "author": ["Takaki Ken", "Igawa Ryoichi", "Komeyama Kimihiro"], "localIdentifier": [{"type": "doi", "id": "10.1039/b920695g"}], "id": "50|dli_resolver::0e01c2524a47c7ed263e8dd86f5f020d", "relatedPublications": 0, "date": [""], "title": ["\"Cationic iron-catalyzed intramolecular alkyne-hydroarylation with electron-deficient arenes\""], "relatedDatasets": 1}
427
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c9530fe756373fafb2e6f75eb1b7afa5", "id": {"identifier": "10.5517/cc13q3nl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Pyromellitic diimides (PyDIs) are π-conjugated electron-transport materials based on an unusually small aromatic core (benzene), which provides low temperature processing and transparency in much of the visible range. We synthesized PyDI derivatives with a systematic series of fluoroalkyl side chains and investigated their film structures and electrical performances in thin-film transistors. The effect of the length of the fluorinated segment in fluoroalkylmethylene side chains was examined. Shorter side chains within this series induce higher electron mobilities, with a maximum of 0.026 cm2 V−1 s−1 achieved with the perfluorobutylmethyl side chain. Atomic force microscopy images and X-ray diffraction peak widths were used as indications of crystallinity correlating with the mobility trend. The perfluorobutylmethyl side chain, when attached to 3,6-dibromo PyDI using a total of three synthetic steps, allowed nearly parallel PyDI cores and an exceptional mobility of 0.2 cm2 V−1 s−1, accompanied by a correspondingly excellent morphology and effective intermolecular packing illustrated by a single crystal X-ray structure. This is the highest PyDI mobility yet reported, and is an unusually high mobility for a compound with such a small core, having such low visible range absorbance, and requiring so few synthetic steps.", "author": ["Yeh Ming-Ling", "Podzorov Vitaly", "Martínez Hardigree Josué F.", "Katz Howard E.", "Wang Szu-Ying"], "localIdentifier": [{"type": "doi", "id": "10.1039/c4tc02611j"}], "id": "50|dli_resolver::5b460b87833cc7fc70e522b72befa1f8", "relatedPublications": 0, "date": [""], "title": ["\"Effect of side chain length on film structure and electron mobility of core-unsubstituted pyromellitic diimides and enhanced mobility of the dibrominated core using the optimized side chain\""], "relatedDatasets": 1}
428
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f599e0783bb5a6df37d089d24d846405", "id": {"identifier": "10.5517/ccvf12c", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Metallophosphites derived from tartaric acid catalyze the enantioselective addition of acyl silanes to nitrones. The product α-N-silyloxyamino ketones are obtained in moderate to good yields (36−94%) with excellent enantioselectivity (er ≥ 95:5). The nitrone oxygen is essential in facilitating the silyl transfer that is required for catalyst turnover. This represents, to the best of our knowledge, the first example of C-acylation of nitrones and the most highly enantioselective catalytic addition of an acyl anion equivalent to an azomethine electrophile. The N−O bond of the product may be reductively cleaved under mild conditions to provide N-aryl α-amino ketones with negligible loss of enantiopurity.", "author": ["Tarr James C.", "Garrett Mary R.", "Johnson Jeffrey S."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja076095n"}], "id": "50|dli_resolver::598575cc604aa89fbd7755d7e10be40f", "relatedPublications": 0, "date": [""], "title": ["\"Enantioselective Metallophosphite-Catalyzed C-Acylation of Nitrones\""], "relatedDatasets": 1}
429
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::efdcdc325e184a905de5272fe12810e8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766860&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::80a6a3796e46ecf862e51d1caf9ad0a7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766860&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::893b3a89bc24900fab5a452478e798ce", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766860&result=read_study", "schema": "url"}}], "abstract": "None: A taxonomic study of a novel marine, heterotrophic, non-gliding, halotolerant and light-pink-pigmented bacterium was carried out using a polyphasic approach. 16S rRNA gene sequence analysis revealed that strain KMM 6241(T) is a member of the phylum Bacteroidetes. Strain KMM 6241(T) formed a cluster with the genera Algoriphagus, Chimaereicella and Hongiella with sequence similarities of 94.0-98.2 %. Hongiella ornithinivorans was the closest relative of the novel isolate. Comparative analysis of phenotypic, chemotaxonomic and genotypic characteristics of strain KMM 6241(T) and representatives of the genera Algoriphagus, Chimaereicella and Hongiella revealed many similar features. Consequently, phylogenetic evidence supported by phenotypic and genotypic similarities support the transfer of members of the genera Chimaereicella and Hongiella to the genus Algoriphagus and the establishment of a novel species, Algoriphagus vanfongensis sp. nov., with strain KMM 6241(T) (=DSM 17529(T)=KCTC 12716(T)) as the type strain.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17766860"}], "author": ["Nedashkovskaya Olga I", "Kim Sang-Jin", "Kwon Kae Kyoung", "Kim Seung Bum", "Luo Xuseong", "Mikhailov Valery V", "Shin Dong Sung"], "relatedPublications": 0, "id": "50|r3d100010527::c209abfe9cad2897d2c52c73563773ea", "title": ["Proposal of Algoriphagus vanfongensis sp. nov., transfer of members of the genera Hongiella Yi and Chun 2004 emend. Nedashkovskaya et al. 2004 and Chimaereicella Tiago et al. 2006 to the genus Algoriphagus, and emended description of the genus Algoriphagus Bowman et al. 2003 emend. Nedashkovskaya et al. 2004."], "relatedDatasets": 3}
430
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bb02deca58a9f2e082aa18c9948cfa2e", "id": {"identifier": "nm_016850", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::185ad07ce7e64166f4087f4fbc402d09", "id": {"identifier": "nm_177090", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::03533a7e713e7c1a41e3e58f8ff13251", "id": {"identifier": "nm_010395", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::787f1067f2f3181fe18cdf75a304a713", "id": {"identifier": "nm_172893", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bc18d7d2a5e7d7832e2fc1b2ab852070", "id": {"identifier": "nm_009775", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3b79aa1ae40dc11884edb2f630ac99f4", "id": {"identifier": "nm_025378", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9e5bf547c28a2f556d6e5d82c39422d4", "id": {"identifier": "nm_009777", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2ae4b7a7ca64fcf3e2dd9b2b7015104a", "id": {"identifier": "nm_023141", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::229504719c5f120f4955a7794386b2e3", "id": {"identifier": "nm_018738.4", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c15b5ea5357add28534d455defaf5f70", "id": {"identifier": "nm_019949", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::96f21514ad65b254759d6abc388b0834", "id": {"identifier": "nm_011413", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e933c5229c0927c8d6351587206b1262", "id": {"identifier": "nm_018734", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d040355729745d7e212fe30c57f91048", "id": {"identifier": "nm_029803", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::74c8933a1b3807b56faa36ce167dc27a", "id": {"identifier": "nm_011854", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::93d4bce0d3d6e6590e3b9f4d4efc6139", "id": {"identifier": "nm_010501", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e1347154efa8fba940e7529a3328464d", "id": {"identifier": "nm_023695", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4f4f2093aa263e51e3dea4f2a8ac433f", "id": {"identifier": "nm_011965", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d45eb09ee750bae2f3792994e0f64671", "id": {"identifier": "nm_001083925", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b0b8c9a15265e3c60da13aa782090b09", "id": {"identifier": "nm_011331", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::afdedf7526af008ae43180b95cb43cf2", "id": {"identifier": "nm_008326", "schema": "ncbi-n"}}], "abstract": "", "title": ["Innate immune response gene expression profiles in central nervous system of mice infected with rabies virus"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cimid.2011.09.003"}], "id": "50|elsevier____::d1dad35ee15522fbe64d92d1603c2fac", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 56}
431
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38fbf8794545a86e05ddf747be86a035", "id": {"identifier": "10.5517/ccznvbs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fc648e54e5d2128f075f5b9fa65c7f03", "id": {"identifier": "10.5517/ccznvfw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Amine-catalyzed [2 + 2 + 2] and [2 + 4] annulations of Morita–Baylis–Hillman (MBH) acetates with cyano activated alkenes and 1,3-azadienes have been developed to provide cyclohexanes and tetrahydropyridines. In the annulations, MBH acetates serve as a novel C2 component with an inactive homoallylic methyl involved in the bond formation.", "author": ["Chen Rongshun", "Wang Liyi", "Xu Silong", "Tang Yuhai", "He Zhengjie"], "localIdentifier": [{"type": "doi", "id": "10.1039/c3cc41419a"}], "id": "50|dli_resolver::f095991424122c7f825f2446ab457d47", "relatedPublications": 0, "date": [""], "title": ["\"Distinct reactivity of Morita–Baylis–Hillman acetates as a novel C2 component in amine-catalyzed 2 + 2 + 2 and 2 + 4 annulations\""], "relatedDatasets": 2}
432
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d32458b1ec15463d7c9b2e473c85143a", "id": {"identifier": "10.5517/ccy60mr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7022d76bc41988b1026edc0c6e868680", "id": {"identifier": "10.5517/ccy60pt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bed29137cb40e819c2ce696fe64a2394", "id": {"identifier": "10.5517/ccy60ns", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Harrington Ross W.", "Yang Songjie", "Hagon Jerry", "Benniston Andrew C.", "He Xiaoyan"], "localIdentifier": [{"type": "doi", "id": "10.1021/ol203099h"}], "id": "50|dli_resolver::94f22fec7c08bfe6a7ab777ec82a70cf", "relatedPublications": 0, "date": [""], "title": ["\"Spring Open Two-plus-Two Electron Storage in a Disulfide-Strapped Methyl Viologen Derivative\""], "relatedDatasets": 3}
433
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::40b71fba82f59351b6be4238b630e2f9", "id": {"identifier": "1yni", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::7c693fb02eda99a9416904260d5fea4f", "id": {"identifier": "1ynf", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::1fc441f61af1480a50a066adadcaafb8", "id": {"identifier": "1ynh", "schema": "pdb"}}], "abstract": "Abstract The ammonia-producing arginine succinyltransferase pathway is the major pathway in Escherichia coli and related bacteria for arginine catabolism as a sole nitrogen source. This pathway consists of five steps, each catalyzed by a distinct enzyme. Here we report the crystal structure of N-succinylarginine dihydrolase AstB, the second enzyme of the arginine succinyltransferase pathway, providing the first structural insight into enzymes from this pathway. The enzyme exhibits a pseudo 5-fold symmetric α/β propeller fold of circularly arranged ββαβ modules enclosing the active site. The crystal structure indicates clearly that this enzyme belongs to the amidinotransferase (AT) superfamily and that the active site contains a Cys–His-Glu triad characteristic of the AT superfamily. Structures of the complexes of AstB with the reaction product and a C365S mutant with bound the N-succinylarginine substrate suggest a catalytic mechanism that consists of two cycles of hydrolysis and ammonia release, with each cycle utilizing a mechanism similar to that proposed for arginine deiminases. Like other members of the AT superfamily of enzymes, AstB possesses a flexible loop that is disordered in the absence of substrate and assumes an ordered conformation upon substrate binding, shielding the ligand from the bulk solvent, thereby controlling substrate access and product release.", "author": ["Matte Allan", "Li Yunge", "Schneider Barbara L.", "Tocilj Ante", "Reitzer Larry", "Cygler Miroslaw", "Schrag Joseph D."], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m413833200"}], "id": "50|dli_resolver::61e78271493a5b956f080514da4fb295", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure ofN-Succinylarginine Dihydrolase AstB, Bound to Substrate and Product, an Enzyme from the Arginine Catabolic Pathway ofEscherichia coli\""], "relatedDatasets": 3}
434
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Shaw-Smith, Unique"], "localIdentifier": [{"type": "icpsr", "id": "108339"}], "relatedPublications": 0, "title": ["Time to Consider: Timing of Parental Incarceration and Mastery"], "id": "50|r3d100010255::26de0bd7c2afe2f044c0d5560de41ce0"}
435
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::r3d100010255", "datasourceName": "ICPSR"}], "relatedUnknown": 0, "externalRels": [], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}], "localIdentifier": [{"type": "icpsr", "id": "2023"}], "author": ["Anonymous"], "relatedPublications": 0, "id": "50|r3d100010255::83e5fc1301eccba3ad38fa1ea313185d", "title": ["Lead exposure may increase risk of tooth decay"], "relatedDatasets": 1}
436
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::116cf7fa2d9486bfeb07ed151e796f81", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10843062&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cb890144d1a009592e3c81676fcf0d83", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10843062&result=noncoding_release", "schema": "url"}}], "abstract": "None: Domains III and IV of the 23S rRNA gene of 25 strains of verticillate streptomycetes were sequenced. None of the sequences was identical to any other, with regions of variability being restricted to parts of helices 54 and 64. No relationships were detected between the similarities in the sequence and the assignment to phenetic clusters as defined by the numerical taxonomy studies. Limited agreement was also found between similarity of the sequences and DNA-DNA homology values. However, species (> 70% DNA-DNA homology values)-specific diagnostic oligonucleotides generally could be defined, except for Streptomyces baldaccii. Therefore the determination of the 23S rRNA sequence may be of greater value for fingerprinting individual strains than for taxonomic or identification purposes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10843062"}], "author": ["Palmano S", "Firrao G", "Locci R"], "relatedPublications": 0, "id": "50|r3d100010527::240a35c8c44884a5e5dff1a9a4496657", "title": ["Sequence analysis of domains III and IV of the 23S rRNA gene of verticillate streptomycetes."], "relatedDatasets": 2}
437
{"typology": "publication", "publisher": ["Standards in genomic sciences"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::56bf225e11cace58a2e7ff8ee9d7a3ce", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23407265&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b1d5758eb5d784bfa755bf5654d8fa7c", "id": {"identifier": "jf824804", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ac6c493faa5ad887254050c8ea3ee614", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23407265&result=sequence_release", "schema": "url"}}], "abstract": "None: Alistipes senegalensis strain JC50(T) is the type strain of A. senegalensis sp. nov., a new species within the Alistipes genus. This strain, whose genome is described here, was isolated from the fecal flora of an asymptomatic patient. A. senegalensis is an anaerobic Gram-negative rod-shaped bacterium. Here we describe the features of this organism, together with the complete genome sequence and annotation. The 4,017,609 bp long genome (1 chromosome, but no plasmid) contains 3,113 protein-coding and 50 RNA genes, including 5 rRNA genes.", "author": ["Mishra Ajay Kumar", "Didier Raoult", "Catherine Robert", "Gimenez Gregory", "Pierre-Edouard Fournier", "Robert Catherine", "Raoult Didier", "Lagier Jean-Christophe", "Fournier Pierre-Edouard", "Gregory Gimenez", "Jean-Christophe Lagier", "Ajay Kumar Mishra"], "localIdentifier": [{"type": "doi", "id": "10.4056/sigs.2625821"}, {"type": "pbmid", "id": "23407265"}, {"type": "pmid", "id": "23407265"}], "id": "50|dedup_wf_001::9c8a6e8717fce2c33a25613baea2ed1c", "relatedPublications": 0, "date": ["2012-07-20"], "title": ["Genome sequence and description of Alistipes senegalensis sp. nov."], "relatedDatasets": 3}
438
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b1071248d9e99adb60f269470a6a0d5b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19406812&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f2035cf886b672f8937f656f2ed463a7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19406812&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ab193860dc48c94ec85a17d514655227", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19406812&result=noncoding_release", "schema": "url"}}], "abstract": "None: A Gram-negative, rod-shaped bacterium, designated strain YC6274(T), was isolated from a stream (Sasang) carrying wastewater polluted with heavy metals in Busan, Korea. Growth was observed at 10-35 degrees C (optimum, 30 degrees C) and pH 6.0-9.5 (optimum, pH 7.5-8.0). Comparative 16S rRNA gene sequence analyses showed that the strain was most closely related to Flavobacterium cucumis R2A45-3(T) (96.6 % similarity), F. aquatile ATCC 11947(T) (93.7 %), F. croceum EMB47(T) (93.3 %), F. indicum GPTSA100-9(T) (93.3 %) and F. terrigena DS-20(T) (93.2 %). Sequence similarities with strains of other Flavobacterium species with validly published names were lower than 93.0 %. Phylogenetic analysis based on the 16S rRNA gene sequence showed that strain YC6274(T) formed a distinct phyletic lineage within the genus Flavobacterium. The predominant fatty acids of strain YC6274(T) were iso-C(15 : 0), iso-C(16 : 0), iso-C(15 : 1) G, iso-C(17 : 0) 3-OH, iso-C(16 : 0) 3-OH and iso-C(15 : 0) 3-OH. The G+C content of the genomic DNA was 32.5 mol% and the major quinone was MK-6. On the basis of phenotypic, chemotaxonomic and molecular data, it is clear that strain YC6274(T) represents a novel species within the genus Flavobacterium, for which the name Flavobacterium sasangense sp. nov. is proposed. The type strain is YC6274(T) (=KCTC 22246(T) =DSM 21067(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19406812"}, {"type": "doi", "id": "10.1099/ijs.0.004978-0"}], "author": ["Kim Seon Won", "Chon Tae Soo", "Yoon Hwan Sik", "Song Geun Cheol", "Jeon Che Ok", "Aslam Zubair", "Chung Young Ryun"], "relatedPublications": 0, "id": "50|r3d100010527::4b2e81c2b34c11f6033e4495bc0784bd", "title": ["Flavobacterium sasangense sp. nov., isolated from a wastewater stream polluted with heavy metals."], "relatedDatasets": 3}
439
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3c70625c499ea7f78e1677f0baa6b267", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12223481&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::771dbc14067a13961374fe3fecdc928d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12223481&result=coding_release", "schema": "url"}}], "abstract": "None: We have demonstrated that the human homolog of the rat inositol phosphate multikinase is an inositol 1,3,4,6-tetrakisphosphate 5-kinase (InsP(4) 5-kinase). The cDNA of the human gene contained a putative open reading frame of 1251 bp encoding 416 amino acids with 83.6% identity compared with the rat protein. The substrate specificity of the recombinant human protein demonstrated preference for Ins(1,3,4,6)P(4) with a catalytic efficiency (V(max)/K(m)) 43-fold greater than that of Ins(1,3,4,5)P(4) and 2-fold greater than that of Ins(1,4,5)P(3). The apparent V(max) was 114 nmol of Ins(1,3,4,5,6)P(5) formed/min/mg of protein, and the apparent K(m) was 0.3 microm Ins(1,3,4,6)P(4). The functional homolog in yeast is Ipk2p, and ipk2-null yeast strains do not synthesize Ins(1,3,4,5,6)P(5) or InsP(6). Synthesis of these compounds was restored by transformation with wild-type yeast IPK2 but not with human InsP(4) 5-kinase. Thus the human gene does not complement for the loss of the yeast gene because yeast cells do not contain the substrate Ins(1,3,4,6)P(4), and the reaction of the human protein with Ins(1,3,4,5)P(4) is insufficient to effect rescue or synthesis of InsP(5) and InsP(6). Therefore the major activity of human InsP(4) 5-kinase is phosphorylation at the D-5 position, and the pathways for synthesis of Ins(1,3,4,5,6)P(5) in yeast versus humans are different.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12223481"}], "author": ["Miller Aimee L", "Chang Shao-Chun", "Feng Yucheng", "Majerus Philip W", "Wente Susan R"], "relatedPublications": 0, "id": "50|r3d100010527::92f3e948874b2d090b7561e875bea288", "title": ["The human homolog of the rat inositol phosphate multikinase is an inositol 1,3,4,6-tetrakisphosphate 5-kinase."], "relatedDatasets": 2}
440
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4b32149a1f066c7505fe3f6ee1252277", "id": {"identifier": "u17346", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cac90da61c2975c5f8cf599501178f89", "id": {"identifier": "u35077", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::612011079af67fb1550a518492d4b7cf", "id": {"identifier": "u07817", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f1001f57bf2bccb065f86ed1f2a696e7", "id": {"identifier": "ef472967.1", "schema": "ena"}}], "abstract": "", "author": ["Magargal, S. L.", "Conrad, P. A.", "Barr, B. C.", "Jessup, D. A.", "Toy-Choutka, S.", "James, E. R.", "Murray, M.", "Nordhausen, R.", "Grigg, M. E.", "Miller, M. A."], "localIdentifier": [{"type": "pmid", "id": "19527725"}], "id": "50|pubmed______::ebcca1b8125b2c90e3d3abd887aed94b", "relatedPublications": 0, "date": ["2009-06-13"], "title": ["Ultrastructural and molecular confirmation of the development of Sarcocystis neurona tissue cysts in the central nervous system of southern sea otters (Enhydra lutris nereis)."], "relatedDatasets": 4}
441
{"typology": "publication", "publisher": ["University of Chicago Press"], "doiRels": [{"relationSemantic": "isCitedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5c20c6ae1ea3bb4a04faccb5fb41f6f1", "id": {"identifier": "10.5281/zenodo.556851", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Walter, Fewkes J."], "localIdentifier": [{"type": "doi", "id": "10.1086/275123"}], "id": "50|dli_resolver::e3dc65018cade69947e371d8ad88f061", "relatedPublications": 0, "date": [""], "title": ["A Zoological Reconnoissance in Grand Manan"], "relatedDatasets": 1}
442
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44ea23c248d7f1f6e4a5f5413c745518", "id": {"identifier": "10.5517/cc12p597", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The first uranium(III) charge separated ketyl radical complex, Tp*2U(OC·Ph2), has been isolated and characterized by infrared, 1H NMR, and electronic absorption spectroscopies, along with X-ray crystallography. Tp*2U(OC·Ph2) is a potent two-electron reductant towards N3Mes (Mes = 2,4,6-trimethylphenyl) and (2,2,6,6-tetramethyl-piperidin-1-yl)oxyl (TEMPO), with reducing equivalents derived from the metal centre and the redox-active benzophenone.", "author": ["Kiernicki John J.", "Bart Suzanne C.", "Matson Ellen M.", "Fanwick Phillip E.", "Anderson Nickolas H."], "localIdentifier": [{"type": "doi", "id": "10.1039/c4dt01636j"}], "id": "50|dli_resolver::80c17b7b13b3d10dd1e30413231c353a", "relatedPublications": 0, "date": [""], "title": ["\"Isolation of a uranium(iii) benzophenone ketyl radical that displays redox-active ligand behaviour\""], "relatedDatasets": 1}
443
{"typology": "publication", "publisher": ["Canadian Science Publishing"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f4756c50bea96ac6d4e24c12dd29cb12", "id": {"identifier": "10.5517/cc8y6m0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7097f3edd87e58e9e45f1e6c4c858ed9", "id": {"identifier": "10.5517/cc8y6lz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Des macrolides ont ete beaucoup modifies par des variations de structure et de fonction afin d'elargir leur spectre d'activite et pour vaincre la resistance. Les cetolides correspondent a une nouvelle generation de macrolides a quatorze chainons qui derivent de modifications chimiques de l'erythromycine A qui est facilement accessible. Pour imiter le segment de gauche de la peripherie des cetolides, de nouvelles 5-lactones bicycliques de l'oxazolidinone ont ete developpees et synthetisees.", "author": ["Kothakonda Kiran Kumar", "Hanessian Stephen"], "localIdentifier": [{"type": "doi", "id": "10.1139/v05-095"}], "id": "50|dli_resolver::87050d1ac1bb0064aa60bcd4bb4debcb", "relatedPublications": 0, "date": [""], "title": ["\"Design and synthesis of oxazolidinone ketolide antibiotic segment mimetics\""], "relatedDatasets": 2}
444
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d56d0f9eb006c0fa3b38e63990c28687", "id": {"identifier": "10.5061/dryad.87jb3", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d56d0f9eb006c0fa3b38e63990c28687", "id": {"identifier": "10.5061/dryad.87jb3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bélisle Marc", "Garant Dany", "Bourret Audrey", "Pelletier Fanie"], "localIdentifier": [{"type": "doi", "id": "10.1111/eva.12315"}], "id": "50|dli_resolver::521f7aef5fdd758fe23ba934d8019cc8", "relatedPublications": 0, "date": [""], "title": ["Multidimensional environmental influences on timing of breeding in a tree swallow population facing climate change"], "relatedDatasets": 2}
445
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::48e90a126572bf540f19d7739dc605ae", "id": {"identifier": "nc_000069.5", "schema": "ncbi-n"}}], "abstract": "", "title": ["Neuron-restrictive silencer factor causes epigenetic silencing of K"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.neuroscience.2009.12.021"}], "id": "50|elsevier____::e5280864c08a81dc7d059d14678bc5b8", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 1}
446
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 3, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::4a310893a018f424cc10eaba6e318b1a", "id": {"identifier": "3w2t", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c6456caaa9130ad28b5d0abbb7cf1853", "id": {"identifier": "1x70", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::57ea8ca502dfcee42d7b3d150f6df30e", "id": {"identifier": "3g0b", "schema": "pdb"}}], "abstract": "", "title": ["Unique binding mode of Evogliptin with human dipeptidyl peptidase IV"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2017.10.101"}], "id": "50|elsevier____::20639b28700d485cef9a266eb6d14098", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 6}
447
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8404c9a0546a18de41de807c07c19ac4", "id": {"identifier": "10.5517/ccv1g9m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::51fbc7700fdcd4895826658e94bf2b0c", "id": {"identifier": "10.5517/ccv1gbn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New binuclear double-stranded helicates were formed between manganese(II) perchlorate and chiral phenyl- and polyphenyl-bridged oligopyridines; they are active catalysts for alkene epoxidation.", "author": ["Kwong Hoi-Lun", "Sham Kiu-Chor", "Yeung Ho-Lun", "Yiu Shek-Man", "Lau Tai-Chu"], "localIdentifier": [{"type": "doi", "id": "10.1039/c0dt00953a"}], "id": "50|dli_resolver::dbd10d50146ac7dfdefbfbcd122501e4", "relatedPublications": 0, "date": [""], "title": ["\"New binuclear double-stranded manganese helicates as catalysts for alkene epoxidation\""], "relatedDatasets": 2}
448
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::443b28bcd19feb6bcfe6ed1ed5f408b0", "id": {"identifier": "10.3886/icpsr25501.v4", "schema": "url"}}], "abstract": "In utero exposure to phthalates may adversely affect reproductive development in children due to the anti-androgenic properties of the pthalates. Accordingly, we aimed to determine the effects of in utero and environmental phthalate exposure on the reproductive development of eight-year-old children. We recruited 180 children in central Taiwan during November 2001 and followed them until August 2009 when all children became eight years old. Birth outcomes were collected. Bone age, hormone concentrations, and reproductive developmental stages were determined. Phthalate metabolite levels, including mono-2-ethylhexyl phthalate [MEHP], mono-n-butyl phthalate [MnBP], and mono-benzyl phthalate [MBzP], were assessed. No significant gender differences were found in in utero phthalate exposure. Maternal urinary levels of phthalate metabolites did not correlate significantly with birth outcomes, physical characteristics, and reproductive hormones of the eight-year-old children. Regarding the urinary phthalate metabolite levels of the eight-year-old children, MEHP correlated significantly with serum progesterone levels. MEHP levels in girls correlated significantly with serum progesterone levels. MnBP correlated significantly with serum FSH in all children. In girls, MnBP correlated with serum FSH, and MBzP correlated with serum progesterone and FSH levels. Urinary phthalate metabolite levels did not correlate with female developmental stages or the development of female reproductive organs. Phthalate metabolites did not correlate with the physical characteristics and reproductive hormones in boys. Therefore, environmental exposure to phthalates, as determined by urinary phthalate metabolite levels of eight-year-old children, may affect reproductive hormone levels in children, indicating that further studies on the environmental health effects of phthalates are warranted.", "author": ["Ying Tsung-Ho", "Wang Shu-Li", "Pao-Chi Liao", "Pen-Hua Su", "Lin Ching-Yi", "Ching-Yi Lin", "Su Pen-Hua", "Tsung-Ho Ying", "Shu-Li Wang", "Jia-Yuh Chen", "Chen Hsiao-Yen", "Liao Pao-Chi", "Chen Jia-Yuh", "Hsiao-Yen Chen"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0102788"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::72b089984b9e4431b66732e2017b788d"}], "id": "50|dedup_wf_001::1caa09bc930ad561ee44a37a3222dadc", "relatedPublications": 0, "date": [""], "title": ["Sex Steroid Hormone Levels and Reproductive Development of Eight-Year-Old Children following In Utero and Environmental Exposure to Phthalates"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Cardiovascular Anatomy"}, {"scheme": "keyword", "value": "Pediatric Endocrinology"}, {"scheme": "keyword", "value": "Pediatrics"}, {"scheme": "keyword", "value": "Maternal Health"}, {"scheme": "keyword", "value": "Women's Health"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "Medicine and Health Sciences"}, {"scheme": "keyword", "value": "Anatomy"}, {"scheme": "keyword", "value": "Endocrine System"}, {"scheme": "keyword", "value": "Endocrine Physiology"}, {"scheme": "keyword", "value": "Obstetrics and Gynecology"}, {"scheme": "keyword", "value": "Medicine"}, {"scheme": "keyword", "value": "Pregnancy"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "Cardiovascular Physiology"}, {"scheme": "keyword", "value": "R"}, {"scheme": "keyword", "value": "Biology and Life Sciences"}, {"scheme": "keyword", "value": "Public and Occupational Health"}, {"scheme": "keyword", "value": "Physiology"}, {"scheme": "keyword", "value": "Child Development"}, {"scheme": "keyword", "value": "Child Health"}, {"scheme": "keyword", "value": "Research Article"}, {"scheme": "keyword", "value": "Blood Circulation"}, {"scheme": "keyword", "value": "Endocrinology"}]}
449
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::298c8cf59f1e6b57fb565ad163f741ea", "id": {"identifier": "10.5517/ccv7pb2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Lithiation of N-aryl S-α-alkylbenzyl thiocarbamates leads to rearrangement with migration of the N-aryl ring to the anionic centre α to S, a process which generally proceeds with ca. 98% retention of stereochemistry and returns chiral benzylic tertiary thiols in high enantiomeric ratios.", "author": ["Clayden Jonathan", "MacLellan Paul"], "localIdentifier": [{"type": "doi", "id": "10.1039/c0cc04912c"}], "id": "50|dli_resolver::da7873cee36c8f97b9092542ce2b8fc4", "relatedPublications": 0, "date": [""], "title": ["\"Enantioselective synthesis of tertiary thiols by intramolecular arylation of lithiated thiocarbamates\""], "relatedDatasets": 1}
450
{"publisher": ["Molecular & general genetics : MGG"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5f7c0e1f1afcd3676548eeba67b080b9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9341675&result=sequence_release", "schema": "url"}}], "abstract": "None: Three DNA fragments, trs1, 2 and 3, were isolated from the Trichoderma reesei genome on the basis of their ability to promote autonomous replication of plasmids in Saccharomyces cerevisiae. Each trs element bound specifically to the isolated T. reesei nuclear matrix in vitro, and two of them bound in vivo, indicating that they are matrix attachment regions (MARs). A similar sequence previously isolated from Aspergillus nidulans (ans1) was also shown to bind specifically to the T. reesei nuclear matrix in vitro. The T. reesei MARs are AT-rich sequences containing 70%, 86% and 73% A + T over 2.9, 0.8 and 3.7 kb, respectively for trs1, 2 and 3. They exhibited no significant sequence homology, but were shown to contain a number of sequence motifs that occur frequently in many MARs identified in other eukaryotes. However, these motifs occurred as frequently in the trs elements as in randomly generated sequences with the same A + T content. trs1 and 3 were shown to be present as single copies in the T. reesei genome. The presence of the trs elements in transforming plasmids enhanced the frequency of integrative transformation of T. reesei up to five fold over plasmids without a trs. No evidence was obtained to suggest that the trs elements promoted efficient replication of plasmids in T. reseei. A mechanism for the enhancement of transformation frequency by the trs elements is proposed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9341675"}], "author": ["Penttilä M", "Archer D B", "Hakola S", "Suominen P", "Nevalainen H", "Belshaw N J"], "relatedPublications": 0, "id": "50|r3d100010527::fc4396c147ce2a31b22e474a0f2c619f", "title": ["Trichoderma reesei sequences that bind to the nuclear matrix enhance transformation frequency."], "typology": "publication"}
451
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::74ab45a3e7f8d8388e07211272e96d93", "id": {"identifier": "10.3886/icpsr07927", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4ab152dbaf5f084355f5305058b9e037", "id": {"identifier": "10.3886/icpsr07929.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fe3bda639e37d7b651bff66514039dba", "id": {"identifier": "10.3886/icpsr07928", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::8602713c9fc62931be7f2d2f8f5b8132", "id": {"identifier": "10.3886/icpsr08701.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::84a5a9c1a04c7882be4673fdb05635a0", "id": {"identifier": "10.3886/icpsr07930", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2768343a19761cc5e5b1533495af41f3", "id": {"identifier": "10.3886/icpsr07900", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9d6d3fe856c323cb9b0228ec422eaca", "id": {"identifier": "10.3886/icpsr07928.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::73a893f26ab6b83c4eb08239474a7341", "id": {"identifier": "10.3886/icpsr08546", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::76cb4e3ca7f524b6389c7d72081632b8", "id": {"identifier": "10.3886/icpsr07900.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::1ed456ba73761b3642d6c7bf86c262ad", "id": {"identifier": "10.3886/icpsr09259.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::61d1c72554c3eb113230ed6ab9afd8ed", "id": {"identifier": "10.3886/icpsr09013.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cb94d5392edb00e251e088bbe4dbcd63", "id": {"identifier": "10.3886/icpsr07929", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad267f6ba512a596a8fe0d82ccc5804c", "id": {"identifier": "10.3886/icpsr07900.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e735dfd27732e214ae5ab2aa1ffdd6d2", "id": {"identifier": "10.3886/icpsr09745", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::68d2836a6716e8498660130f3915e36c", "id": {"identifier": "10.3886/icpsr07930.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eede86e10604add69f3b39e809892e68", "id": {"identifier": "10.3886/icpsr07927.v4", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::deb002381a7c1e9186dafed322c6c379", "id": {"identifier": "10.3886/icpsr09397.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d27d3bc8695963d70fa0a49c7a2d80a6", "id": {"identifier": "10.3886/icpsr08387.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::76cb4e3ca7f524b6389c7d72081632b8", "id": {"identifier": "10.3886/icpsr07900.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4ab152dbaf5f084355f5305058b9e037", "id": {"identifier": "10.3886/icpsr07929.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5f4ddeb4d10c8af288502681a3a13b4e", "id": {"identifier": "10.3886/icpsr07928.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0c1c8067cc5b16e7c2b920a10e7ac79b", "id": {"identifier": "10.3886/icpsr09745.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::45a588bf63174472c588f031db1271f3", "id": {"identifier": "10.3886/icpsr09079.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aaa110cc99834d0bb9322aa16a102d01", "id": {"identifier": "10.3886/icpsr07927.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e7b8a6529dd6516cb6ac4ff2a4383261", "id": {"identifier": "10.3886/icpsr07928.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9d6d3fe856c323cb9b0228ec422eaca", "id": {"identifier": "10.3886/icpsr07928.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::705fe1c12ffc237393f87bb8d7434943", "id": {"identifier": "10.3886/icpsr08546.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eede86e10604add69f3b39e809892e68", "id": {"identifier": "10.3886/icpsr07927.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b59ab9e12a5282c39a2107e1a35398e", "id": {"identifier": "10.3886/icpsr07927.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0c1c8067cc5b16e7c2b920a10e7ac79b", "id": {"identifier": "10.3886/icpsr09745.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::45a588bf63174472c588f031db1271f3", "id": {"identifier": "10.3886/icpsr09079.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ba0ff2bc512487aeb99777979355fbfe", "id": {"identifier": "10.3886/icpsr09045.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::61b554c985ffac33f0f08f09d0b033b8", "id": {"identifier": "10.3886/icpsr09045", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e349e85ba7b14b124a246160840cfa7b", "id": {"identifier": "10.3886/icpsr06133", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::caad19917e32766aeb798e5174557cea", "id": {"identifier": "10.3886/icpsr09013.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::1ed456ba73761b3642d6c7bf86c262ad", "id": {"identifier": "10.3886/icpsr09259.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e522dbd485a1820ec84dc3a7ed80a18", "id": {"identifier": "10.3886/icpsr08388.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b003f97dd4cdf840fb2a9e6cbf56213f", "id": {"identifier": "10.3886/icpsr08387.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::143842fa3679c6f70d4c1c64085ac3e3", "id": {"identifier": "10.3886/icpsr09259", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::285d0e26b2e17a32307c877920b9c962", "id": {"identifier": "10.3886/icpsr08388", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::302fe999edc6e121145a0b0d2dbfa501", "id": {"identifier": "10.3886/icpsr09871", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::133ed865a3c80a2cccb7bedbc9565855", "id": {"identifier": "10.3886/icpsr09871.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e379b7cd95766ed1a09cd61cb8289cd5", "id": {"identifier": "10.3886/icpsr09397", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d27d3bc8695963d70fa0a49c7a2d80a6", "id": {"identifier": "10.3886/icpsr08387.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bf123c25e309a2a7d5cfe06817f49da4", "id": {"identifier": "10.3886/icpsr06133.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::61d1c72554c3eb113230ed6ab9afd8ed", "id": {"identifier": "10.3886/icpsr09013.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::635d1c9aff0211b5ed5fd201248b69de", "id": {"identifier": "10.3886/icpsr07930.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::521787843fc6d66da68a0e6fe360a8b9", "id": {"identifier": "10.3886/icpsr07927.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c343701ef76c17815b5360fba02ac5bf", "id": {"identifier": "10.3886/icpsr07930.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9d7b5f9b1c0ab334a42925731f00a2bb", "id": {"identifier": "10.3886/icpsr09013", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7311f66a557a18ba25656b793128fea7", "id": {"identifier": "10.3886/icpsr09079", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::635d1c9aff0211b5ed5fd201248b69de", "id": {"identifier": "10.3886/icpsr07930.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8bec155d24c9f85fb41b2c3a73726c34", "id": {"identifier": "10.3886/icpsr08387", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bafeca116872cf5c87be657d84e71e5a", "id": {"identifier": "10.3886/icpsr08388.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e9c2d2414f96d4febfb1636d2175033e", "id": {"identifier": "10.3886/icpsr07929.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a803b08dc1281abaa5a118f218bd5fbe", "id": {"identifier": "10.3886/icpsr09045.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a803b08dc1281abaa5a118f218bd5fbe", "id": {"identifier": "10.3886/icpsr09045.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bf123c25e309a2a7d5cfe06817f49da4", "id": {"identifier": "10.3886/icpsr06133.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b3ed79f9b6895d68377b82669857db31", "id": {"identifier": "10.3886/icpsr07929.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e522dbd485a1820ec84dc3a7ed80a18", "id": {"identifier": "10.3886/icpsr08388.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2c3a43a5e733e4af66198c470a7055af", "id": {"identifier": "10.3886/icpsr08701", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::8602713c9fc62931be7f2d2f8f5b8132", "id": {"identifier": "10.3886/icpsr08701.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::705fe1c12ffc237393f87bb8d7434943", "id": {"identifier": "10.3886/icpsr08546.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::deb002381a7c1e9186dafed322c6c379", "id": {"identifier": "10.3886/icpsr09397.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACT: This paper compares rural and urban youth cigarette-smoking behavior using the Monitoring the Future data set, a national, probability-based, multi-stage sample design. Cigarette smoking was examined by region, race, and gender over time. Results indicated that rural White males smoked more ofen (30-day prevalence of 34%) than any other group. Urban Black males smoked the least (10%). Urban White females smoked more (30-day prevalence of 33%) than urban Black females (7%). In general, rural and urban Whites reported smoking at significantly higher rates than rural and urban Blacks. Smoking rates declined steadily for both rural and urban Black females and urban Black males over the study period. These data document distinctive patterns of tobacco use among the nation's youth, which can be used by program planners for specific targeted interventions.", "author": ["Cronk, Christine E.", "Isberner, Fred R.", "Isberner Fred R.", "Sarvela Paul D.", "Sarvela, Paul D.", "Cronk Christine E."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1746-1561.1997.tb07178.x"}], "id": "50|dedup_wf_001::1e3133cea13cc0af3725ef90d76d112e", "relatedPublications": 0, "date": [""], "title": ["A Secondary Analysis of Smoking Among Rural and Urban Youth Using the Mtf Data Set"], "relatedDatasets": 64}
452
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::02e8a12152d9d2cce7009fb6c7baf2c1", "id": {"identifier": "af199028", "schema": "ena"}}], "abstract": "", "author": ["Felley, Christian P.", "Qiang Pan-Hammarström", "Dominique Velin", "Likun Du", "Pierre Michetti", "Sicheng Wen"], "localIdentifier": [{"type": "pmid", "id": "17709414"}], "id": "50|pubmed______::d0c5baa0921f04ace3251bc2697427ee", "relatedPublications": 0, "date": ["2007-08-20"], "title": ["Expression of Helicobacter pylori virulence factors and associated expression profiles of inflammatory genes in the human gastric mucosa."], "relatedDatasets": 1}
453
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0b47e3123789542c32a4a50dc20598fe", "id": {"identifier": "10.6084/m9.figshare.c.4093730", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b7a4b69fa8326b6628684300833edaa6", "id": {"identifier": "10.6084/m9.figshare.c.4093730.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::efb57c3c40aeec121bfc7a8d4d615021", "id": {"identifier": "10.6084/m9.figshare.6234707.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9abe828ced535e167a1dfb0e4abeb79e", "id": {"identifier": "10.6084/m9.figshare.6234707", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Mirarab Siavash", "Mai Uyen"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12864-018-4620-2"}], "id": "50|dli_resolver::a8a155e9d4058a98d241a3116134049f", "relatedPublications": 0, "date": [""], "title": ["TreeShrink: fast and accurate detection of outlier long branches in collections of phylogenetic trees"], "relatedDatasets": 4}
454
{"typology": "publication", "publisher": ["BMC microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0ee3e6cca17d4a541a4c7952384d77e4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24495513&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::886c84daa3be963eef59b19836dc99b6", "id": {"identifier": "jx091346", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::26187db9a59fac3765a6d9d01f7f8366", "id": {"identifier": "jx091370", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3f2c93bd90deed85267d7dca60aebc5d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24495513&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Histoplasma capsulatum and Pneumocystis organisms cause host infections primarily affecting the lung tissue. H. capsulatum is endemic in the United States of America and Latin American countries. In special environments, H. capsulatum is commonly associated with bat and bird droppings. Pneumocystis-host specificity has been primarily studied in laboratory animals, and its ability to be harboured by wild animals remains as an important issue for understanding the spread of this pathogen in nature. Bats infected with H. capsulatum or Pneumocystis spp. have been found, with this mammal serving as a probable reservoir and disperser; however, the co-infection of bats with both of these microorganisms has never been explored. To evaluate the impact of H. capsulatum and Pneumocystis spp. infections in this flying mammal, 21 bat lungs from Argentina (AR), 13 from French Guyana (FG), and 88 from Mexico (MX) were screened using nested-PCR of the fragments, employing the Hcp100 locus for H. capsulatum and the mtLSUrRNA and mtSSUrRNA loci for Pneumocystis organisms. RESULTS: Of the 122 bats studied, 98 revealed H. capsulatum infections in which 55 of these bats exhibited this infection alone. In addition, 51 bats revealed Pneumocystis spp. infection of which eight bats exhibited a Pneumocystis infection alone. A total of 43 bats (eight from AR, one from FG, and 34 from MX) were found co-infected with both fungi, representing a co-infection rate of 35.2% (95% CI = 26.8-43.6%). CONCLUSION: The data highlights the H. capsulatum and Pneumocystis spp.co-infection in bat population's suggesting interplay with this wild host.", "author": ["Dei-Cas Eduardo", "Magalie Chabé", "Carreto-Binaghi Laura E", "Ramírez-Bárcenas José A", "Muriel Pottier", "González-González Antonio E", "Ramírez-Bárcenas, José A.", "Eduardo Dei-Cas", "Maria Lucia Taylor", "Taylor Maria Lucia", "Aliouat-Denis Cécile M", "Aliouat El Moukhtar", "Sandra Derouiche", "Haroon Akbar", "Chabé Magalie", "Aliouat-Denis, Cécile M.", "El Moukhtar Aliouat", "Pottier Muriel", "Christine Demanche", "Demanche Christine", "Derouiche Sandra", "González-González, Antonio E.", "Carreto-Binaghi, Laura E.", "Akbar Haroon"], "localIdentifier": [{"type": "pmid", "id": "24495513"}, {"type": "doi", "id": "10.1186/1471-2180-14-23"}, {"type": "pbmid", "id": "24495513"}], "id": "50|dedup_wf_001::c8e65ad4114f799a975593c6a060260a", "relatedPublications": 0, "date": ["2014-02-05"], "title": ["Histoplasma capsulatum and Pneumocystis spp. co-infection in wild bats from Argentina, French Guyana, and Mexico."], "relatedDatasets": 4}
455
{"typology": "publication", "publisher": ["Virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::59c6cc38094066d0998b650f5e0f2f21", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7510436&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6adef109cf9a49616897a2164328848b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7510436&result=sequence_release", "schema": "url"}}], "abstract": "None: To identify conserved humoral antigenic determinants within the hepatitis C virus (HCV) envelope protein E2, we expressed a peptide library containing random short fragments of the HCV envelope in yeast. Clones were identified using a monospecific rabbit antibody to a region downstream of the E2 hypervariable region. The clones define the limits of two original antigenic domains: a major one (aa 493-576) and a minor one (aa 535-606). The major antigenic domain maps in a region that displays a high degree of homology within a (HCV) subtype (92-97.6% identity). Yeast-encoded determinants were characterized by Western blot analysis, N-glycosidase F digestion, and using a panel of synthetic peptides. The data suggest that the major antigenic domain contains at least two determinants, one of them mimicked by an 18-mer peptide (aa 514-531). ELISA and competitive inhibition assays demonstrated that: (1) the determinants appear subtype 1a-specific, (2) seroprevalence of antibody to the determinants is rather low (20.6%), and (3) donors show a heterologous response to the different determinants. Antibody response to the E2 determinants was studied in HCV-infected chimpanzees and post-transfusion-associated NANB hepatitis cases. The antibody response was found during chronic infection and may not be effective for virus clearance.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7510436"}], "author": ["Benichou S", "Tiollais P", "Madaule P", "Inchauspe G", "Prince A M", "Mink M A"], "relatedPublications": 0, "id": "50|r3d100010527::480e881a05388c7d42415966a403aca1", "title": ["Characterization and mapping of a B-cell immunogenic domain in hepatitis C virus E2 glycoprotein using a yeast peptide library."], "relatedDatasets": 2}
456
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c5a2a9bd32840f2bf9e2d2fcdf3fb4fb", "id": {"identifier": "hm559945", "schema": "ena"}}], "abstract": "", "author": ["Oscar Cuevas", "Jesús Oteo", "José Campos", "Bárbara Balandín-Moreno", "Luisa Azañedo", "Angel Asensio", "María Muñoz-Algarra", "Isabel Sánchez-Romero", "José Alvarez-Avello", "David Sáez", "Sara Fernández-Romero", "Beatriz Isidoro", "Ana Vindel"], "localIdentifier": [{"type": "pmid", "id": "22005997"}], "id": "50|pubmed______::81af6bad1725eef029043176a03a5e41", "relatedPublications": 0, "date": ["2011-10-17"], "title": ["Nosocomial outbreak of VIM-1-producing Klebsiella pneumoniae isolates of multilocus sequence type 15: molecular basis, clinical risk factors, and outcome."], "relatedDatasets": 1}
457
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::967f4ceafb0c11af4b5ae8451769f479", "id": {"identifier": "10.5517/cc1j18mg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ec00f2956dd6f3fe5a6b91a86a445261", "id": {"identifier": "10.5517/cc1j18nh", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two-dimensional (2D) coordination polymers consisting of MnIII Schiff-base complexes and dicarboxylic acids, [{Mn(salen)}4(L1)](PF6)2·(CH3OH)2 (C4; H2L1 = adipid acid) and [{Mn(salen)}4(L2)](PF6)2·(CH3OH)4 (C4′; H2L2 = E,E-1,3-butadiene-1,4-dicarboxylic acid) (salen2– = N,N′-(ethylene)bis(salicylideneiminato), were synthesized by using a one-pot reaction and characterized by using single-crystal X-ray crystallographic analysis. One-dimensional (1D) chains composed of Mn(salen) dimers, [Mn2], bridged by carboxylato ligands (−[Mn2]–OCO–-[Mn2]−), were linked by dicarboxylato ligands with n-butyl (−C4H8−) (C4) and butadienyl aliphatic groups (−C4H4−) (C4′). From static magnetic measurements on both C4 and C4′, there were ferromagnetic interactions between the MnIII ions through the phenoxo oxygen atoms of the salen2–, and antiferromagnetic interactions between the MnIII ions through carboxylato ligands (−OCO−). As a result, weak ferromagnetism occurred because of the zigzag-shaped chain structure of C4 and C4...", "author": ["Yamashita Masahiro", "Kagesawa Koichi", "Katoh Keiichi", "Aono Yoshitaka", "Breedlove Brian K.", "Yoshida Hiroki"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.inorgchem.5b01154"}], "id": "50|dli_resolver::418c1b9b54688bc27d0538b070f13fb0", "relatedPublications": 0, "date": [""], "title": ["\"Tuning Interchain Interactions in Two-Dimensional Networks of MnIIISchiff-Base Complexes and Dicarboxylic Acids by Varying the Linker\""], "relatedDatasets": 2}
458
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "pubmed______", "datasourceId": ""}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::7b360dff935580478991347044570108", "id": {"identifier": "1ovq", "schema": "pdb"}}], "abstract": "", "author": ["Df, Wyss", "Ys, Wang", "Liu D"], "localIdentifier": [{"type": "pubmedid", "id": "14512736"}], "id": "50|dli_resolver::4dd0d15ace04d79d955ad3a59ec450d1", "relatedPublications": 0, "date": [""], "title": ["Solution structure of the hypothetical protein YqgF from Escherichia coli reveals an RNAse H fold."], "relatedDatasets": 1}
459
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7076e3be2ae59c9feef719daf5ddb586", "id": {"identifier": "gu808564", "schema": "ena"}}], "abstract": "", "author": ["Thompson, Cynthia D.", "Lowy, Douglas R.", "Schiller, John T.", "Day, Patricia M.", "Pang, Yuk-Ying S.", "Alessandra Handisurya", "Buck, Christopher B."], "localIdentifier": [{"type": "pmid", "id": "24067981"}], "id": "50|pubmed______::0c7898424a934312f5bc2777129f7658", "relatedPublications": 0, "date": ["2013-09-25"], "title": ["Characterization of Mus musculus papillomavirus 1 infection in situ reveals an unusual pattern of late gene expression and capsid protein localization."], "relatedDatasets": 1}
460
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3f23387c597e985e0963d1f947d7af36", "id": {"identifier": "np_924916.1", "schema": "ncbi-p"}}], "abstract": "", "title": ["Vioserpin, a serine protease inhibitor from"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biochi.2016.05.006"}], "id": "50|elsevier____::d74e116b2451d1fda7f7d49238d6918e", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 1}
461
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::35828aa0bfdcb180a8ce43c5b86418e1", "id": {"identifier": "3p0l", "schema": "pdb"}}], "abstract": "", "title": ["Effect of the NBD-group position on interaction of fluorescently-labeled cholesterol analogues with human steroidogenic acute regulatory protein STARD1"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2018.02.014"}], "id": "50|elsevier____::f17332ba872f1e75f9ad87cd16cd9163", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 2}
462
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55d3db26ac54447c38167b08877f3a8b", "id": {"identifier": "10.6084/m9.figshare.c.3296699", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e2f767cbd5d8a255cb315da851aa58ed", "id": {"identifier": "10.6084/m9.figshare.c.3296699.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "To the best of our knowledge, one or more authors of this paper were federal employees when contributing to this work. This is the publisher’s final pdf. The published article is copyrighted by the Ecological Society of America and can be found at: http://www.esajournals.org/loi/ecap.", "author": ["Bachelet Dominique M.", "Yospin Gabriel I.", "Gould Peter J.", "Johnson Bart R.", "Bridgham Scott D.", "Evers Cody", "Neilson Ronald P.", "Bolte John P.", "Harrington Constance A.", "Kertis Jane A."], "localIdentifier": [{"type": "doi", "id": "10.1890/13-0906.1"}], "id": "50|dli_resolver::8a56bca5f3b53d5821495a0d7dd70382", "relatedPublications": 0, "date": [""], "title": ["\"A new model to simulate climate-change impacts on forest succession for local land management\""], "relatedDatasets": 2}
463
{"typology": "publication", "publisher": ["Immunogenetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0337d12badd9a8504fffab37f027c89e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12942210&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4a363c9042d9fbb1499207ffa91a2cf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12942210&result=sequence_release", "schema": "url"}}], "abstract": "None: During parasitization of their hosts some insect parasitoids deliver resident viruses which encode genes that must be expressed in the host for successful parasitization. Among these viruses the Campoletis sonorensis Ichnovirus has been well studied and encodes a cys-motif gene family implicated in disruption of host immunity and other physiological systems. Members of this gene family encode one or more intercystine-knot structural motifs in which the non-cysteine residues of the motif are variable. We analyzed patterns of synonymous and non-synonymous substitution within the cys-motif to investigate the evolution of this gene family and the likelihood of virus-host gene coevolution. Maximum likelihood techniques suggest positive selection acts on 8 of 51 codons in the aligned cysteine-rich region. Although the detected positive selection was not strong, it likely contributes to the diversification of this gene family. Comparison of selection pressure relative to tertiary structure of the VHv1.1 cys-motif protein suggests that the hypervariable sites are exposed. Furthermore, invariant residues in the motif exhibit a region-specific pattern of codon bias, suggesting there are unusual mechanisms of effecting selection pressure at work in this system, though the mechanism has yet to be studied. The positive selection and duplication of both the gene family and the cys-motif implies either selection is driving the molecular radiation of immune suppressive genes toward novel hosts, or molecular coevolution with host targets.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12942210"}], "author": ["Webb Bruce A", "Dupas Stéphane", "Turnbull Matthew W"], "relatedPublications": 0, "id": "50|r3d100010527::382412f137308b9b29d1bf2e488901e1", "title": ["Diversifying selection in a parasitoid's symbiotic virus among genes involved in inhibiting host immunity."], "relatedDatasets": 2}
464
{"typology": "publication", "publisher": ["Developmental dynamics : an official publication of the American Association of Anatomists"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5575ae759353cc730a2f48945d1bf002", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12454932&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d29d86ed00a85193eed9e89b6a154baa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12454932&result=sequence_release", "schema": "url"}}], "abstract": "None: Anuran larvae transform their epidermis to the adult counterpart during metamorphosis. The major event of this process is the proliferation of larval epidermal basal cells and their differentiation into adult ones. The present study isolated novel type I keratin cDNA dubbed xak-c (Xenopus adult keratin-c) that was exclusively expressed in adult epidermal basal cells. The gene started its expression in the larval epidermis at the onset of metamorphosis. Thyroid hormone (TH) induced the precocious expression of the gene in the epidermis of premetamorphic tadpoles. To study the transcriptional regulation of this gene in relation to epidermal metamorphosis, a 2.8 kb 5'-flanking region of xak-c was cloned and its promoter activity was investigated. Gene constructs were made so as to contain the xak-c promoter region and gene of EGFP or luciferase as a reporter gene and were transfected into various types of cells, which revealed that the 5'-flanking region had an epidermal cell-specific transcriptional activity in both anurans and mammals. Larval skin tissues of Xenopus were transfected with the constructs and cultured in the presence and absence of TH, which showed that the promoter region is responsive to TH, although the region did not contain the consensus TH response element-like sequence. In sharp contrast, the promoter region did not respond to TH in the adult skin, clearly indicating that the cloned region contains specific sequences that respond to metamorphosis-dependent transcription factor(s).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12454932"}], "author": ["Watanabe Yusuke", "Yoshizato Katsutoshi", "Obara Masanobu", "Kobayashi Hisao", "Tanaka Rumi", "Utoh Rie", "Suzuki Ken-Ichi"], "relatedPublications": 0, "id": "50|r3d100010527::a9d5e23a3b3b24502332b5fd825596c3", "title": ["Metamorphosis-dependent transcriptional regulation of xak-c, a novel Xenopus type I keratin gene."], "relatedDatasets": 2}
465
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Hamermesh, Daniel"], "localIdentifier": [{"type": "icpsr", "id": "13117"}], "relatedPublications": 0, "title": ["Plant Closings and the Value of the Firm"], "id": "50|r3d100010255::f52db5966496cfe4512e7bc5436f376d"}
466
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3558d64b88ab2a57d6a86c47bee67a51", "id": {"identifier": "10.1594/pangaea.788093", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1bcf88f094f41fd7df7a9f4ad0e4cd92", "id": {"identifier": "10.1594/pangaea.788095", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5cd2e9903c67d4d97ad5bf729f319ff6", "id": {"identifier": "10.1594/pangaea.788090", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The moist evergreen Afromontane forest of SW Ethiopia has become extremely fragmented and most of the remnants are intensively managed for cultivation of coffee ( Coffea arabica ), with considerable impacts on forest structure, biodiversity and ecosystem functioning. We assessed the effect of coffee forest management and forest fragmentation on epiphytic orchid diversity. We selected large and small intensively managed forest sites and compared their epiphytic orchid diversity with the diversity of natural unfragmented forest. We surveyed 339 canopy trees using rope climbing techniques. Orchid richness decreased and community composition changed, from the natural unfragmented forest, over the large managed forest fragments to the small managed forest fragments. This indicates that both forest management and fragmentation contribute to the loss of epiphytic orchids. Both the removal of large canopy trees typical for coffee management, and the occurrence of edge effects accompanying forest fragmentation are likely responsible for species loss and community composition changes. Even though some endangered orchid species persist even in the smallest managed fragments, large forest fragments are better options for the conservation of epiphytic orchids than small forests. Our results ultimately show that even though shade coffee cultivation is considered as a close-to-nature practice and is promoted as biodiversity conservation friendly, it cannot compete with the epiphytic orchid conservation benefit generated by large unmanaged moist evergreen Afromontane forests.", "author": ["Beenhouwer Matthias De", "Overtveld Koen Van", "Helsen Kenny", "Aerts Raf", "Honnay Olivier", "Hundera Kitessa", "Muys Bart"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biocon.2012.10.029"}], "id": "50|dli_resolver::db16c07d6e3e65aa2885a8dd1ff1bda5", "relatedPublications": 0, "date": [""], "title": ["\"Both forest fragmentation and coffee cultivation negatively affect epiphytic orchid diversity in Ethiopian moist evergreen Afromontane forests\""], "relatedDatasets": 3}
467
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f853051f44008dd194f88105ceb36221", "id": {"identifier": "10.6084/m9.figshare.c.3755804", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::64bfdbf1a41b45abfa815f7be2f725cf", "id": {"identifier": "10.6084/m9.figshare.c.3755804.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Conventional color imaging requires absorptive color-filter arrays, which exhibit low light transmission. Here, we replace the absorptive color-filter array with a transparent diffractive-filter array (DFA) and apply computational optics techniques to enable color imaging with a sensitivity that is enhanced by a factor as high as 3.12. The DFA diffracts incident light onto a conventional monochrome sensor array to create intensity distributions that are wavelength dependent. By first calibrating these wavelength-dependent intensity distributions and then applying computational techniques, we demonstrate single-shot hyperspectral imaging and absorption-free color imaging.", "author": ["Wang Peng", "Menon Rajesh"], "localIdentifier": [{"type": "doi", "id": "10.1364/optica.2.000933"}], "id": "50|dli_resolver::1b767dfd96f221258818548ef05a1e8f", "relatedPublications": 0, "date": [""], "title": ["\"Ultra-high-sensitivity color imaging via a transparent diffractive-filter array and computational optics\""], "relatedDatasets": 2}
468
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3d9e3a50ac43640bc56daed90b2302f9", "id": {"identifier": "s56805", "schema": "ena"}}], "abstract": "", "author": ["Kancherla, R.", "Jw, Chiao", "Ahmed, T.", "Mittelman, A.", "Jr, Wu-Wong", "Ym, Yang", "Bs, Moonga"], "localIdentifier": [{"type": "pmid", "id": "10917552"}], "id": "50|pubmed______::e8e3c0a90a53532b305464ad439cdcb4", "relatedPublications": 0, "date": ["2000-08-01"], "title": ["Endothelin-1 from prostate cancer cells is enhanced by bone contact which blocks osteoclastic bone resorption."], "relatedDatasets": 1}
469
{"typology": "publication", "publisher": ["Developmental biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b61db77ca759713b83ac5d854a2b9e37", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9142981&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3aa1192b18ef673bf422a93902dcb0c6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9142981&result=sequence_release", "schema": "url"}}], "abstract": "None: To identify species-specific regions of the sea urchin egg surface receptor for sperm, we cloned and sequenced the cDNA from S. franciscanus (Sf) ovary mRNA that is homologous to the S. purpuratus (Sp) sperm receptor sequence. The Sf cDNA contains an 886-amino-acid open reading frame (ORF) that is 96% identical at the nucleotide level to the Sp sperm receptor sequence over 2.9 kb. In contrast to the published Sp sequence, the Sf sequence does not encode a signal peptide or transmembrane domain. However, like the Sp sperm receptor sequence, the Sf protein has substantial similarity to the 70-kDa heat shock family of proteins and appears to encode a member of a newly identified subfamily of hsp70-related proteins designated hsp110/SSE. A BLAST search using the 5' end of the published Sp cDNA sequence as a query indicates that a segment of approximately 400 bp, which encodes the putative signal sequence, is 95% identical to Sp mitochondrial DNA. Resequencing of the Sp cDNA clone failed to confirm the presence of the published transmembrane and cytoplasmic domains. These results suggest that the published sequence of the Sp egg receptor for sperm may contain errors in the critical regions that were believed to encode an amino-terminal signal sequence, transmembrane domain, and cytoplasmic tail and that the protein products encoded by these cDNAs are highly related to mammalian cytoplasmic hsp110s.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9142981"}], "author": ["Kamei N", "Jaworski D", "Glabe C G", "Mauk R"], "relatedPublications": 0, "id": "50|r3d100010527::6bcb4a43c27e082603ec957b0bfa4abe", "title": ["Identification of a 97-kDa heat shock protein from S. franciscanus ovaries with 94% amino acid identity to the S. purpuratus egg surface receptor for sperm."], "relatedDatasets": 2}
470
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::10b51a9737c91244764b4abb6e3a32fb", "id": {"identifier": "m23100", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::89f11ac1fbe41d844d5f122602998156", "id": {"identifier": "aj006071", "schema": "ncbi-n"}}], "abstract": "", "title": ["Identification of virtual signal transducers and activators of transcription response elements in the human insulin receptor gene promoter"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.compbiolchem.2011.10.001"}], "id": "50|elsevier____::d40b58f25a03dc96ae5eb696e329f249", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 2}
471
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Stokes, C. E.", "Raley, R. K."], "localIdentifier": [{"type": "icpsr", "id": "84412"}], "relatedPublications": 0, "title": ["Cohabitation"], "id": "50|r3d100010255::fab3a0585f846f36ad204d6269acd4d4"}
472
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::828773c7bd1ceea92a747ce05ca982f6", "id": {"identifier": "nm_001024967", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d535edbae68d37f649aab2ee9cb10b82", "id": {"identifier": "nm_022711", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::93e3f1e918d963eabcd273918ce1c22e", "id": {"identifier": "nm_024125", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::502abe4a0e585a08b01c146b4f986bd1", "id": {"identifier": "nm_001109585", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1beed13afad13f3a562c9b078bf547d4", "id": {"identifier": "nm_012515", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::19623a737208d5c9972bd91f10f39fbb", "id": {"identifier": "nm_001009632", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::aa61cbcf10dabf54f841eb43f37a9739", "id": {"identifier": "nm_021836", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ee81061d09569748c8b6e8483280524c", "id": {"identifier": "nm_001039549", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::deabae7773da00454a4025a528609472", "id": {"identifier": "nm_001037191", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f8401e4ca244a75bd0e26838dccaefaf", "id": {"identifier": "nm_031776", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3bce354190f6f57629002979496d77b1", "id": {"identifier": "nm_001106047", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2459c6036ddc2e4914162d2bdb6e0f06", "id": {"identifier": "xm_001057814", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::904a4df2db2875ed6edf8bfe341374da", "id": {"identifier": "nm_001017381", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::00d4ae5b2cb80aeaf5856b7ac0345823", "id": {"identifier": "xm_001054388", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cfd33f6e4595d1d3343d0b452da7ee1f", "id": {"identifier": "nm_053560", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::830bed809e1bde6b7d48569d974e0c32", "id": {"identifier": "nm_001107956", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::767d8d86586d954a97cd182c914a7a36", "id": {"identifier": "nm_001115043", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::50ee3c73b4c7ad3df5131c18f3dabdb2", "id": {"identifier": "nm_001007612", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0511adf89c425b8ff414636903915ba4", "id": {"identifier": "nm_030834", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a86a6db923030f4a8066ece58ca4b6cb", "id": {"identifier": "xm_001078032", "schema": "ncbi-n"}}], "abstract": "", "title": ["Transcriptome of tributyltin-induced apoptosis of the cultured rat mesencephalic neural stem cells"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tox.2011.06.001"}], "id": "50|elsevier____::7f2182d4c940a8351782f2041f44b2e9", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 78}
473
{"typology": "publication", "publisher": ["European journal of immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::93675183e1274e47427e6307cf9010fe", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1700749&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::10f50264336eece5a724b60c88f12274", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1700749&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::18b975d7865ce0bd6c5d9d5ff8e93c43", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1700749&result=sequence_release", "schema": "url"}}], "abstract": "None: During B cell development, immunoglobulin heavy chain (IgH) variable region (VH) genes are rearranged and expressed in a programmed manner and accumulating evidence suggests recurrent utilization of developmentally restricted VH genes in malignant B lymphoid populations. We have used polymerase chain reaction gene amplification in conjunction with a panel of VH family-specific amplimers to directly compare the repertoire of VH region rearrangement in mature, CD5+ B cell chronic lymphocytic leukemia with that in immature, CD5 B lineage acute lymphoblastic leukemia. The results revealed a diverse pattern of VH family utilization common to both disease groups in which VH regions most proximal to the IgH joining locus were preferentially rearranged relative to their family sizes with recurrent utilization of several known developmentally restricted VH genes in close to germ-line configuration. These results indicate that biased VH family usage is independent of tumor cell phenotype in B lineage leukemias. This bias may reflect similar stages or compartments in normal B lymphopoiesis from which diverse types of B cell malignancy may arise. Moreover, since blast cells in acute lymphoblastic leukaemia do not express functional immunoglobulin, we infer that the tumor cell-associated VH family repertoire is determined through antigen-independent mechanisms.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1700749"}], "author": ["Norton J D", "Deane M"], "relatedPublications": 0, "id": "50|r3d100010527::147a2332f9da4fffcd06b754b4ef1161", "title": ["Immunoglobulin heavy chain variable region family usage is independent of tumor cell phenotype in human B lineage leukemias."], "relatedDatasets": 3}
474
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bff474278c2faac8d14517d37474445b", "id": {"identifier": "10.5517/ccyq784", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new water-soluble, multisite-coordinating ligand LH 7  was prepared by the condensation of tris(hydroxymethyl)aminomethane with 2,6-diformyl-p-cresol. LH 7  is a selective chemosensor for Cu 2+ , under physiological conditions, with visual detection limits of 20 ppm (ambient light conditions) and 4 ppm (UV light conditions). LH 7  can also be used in biological cell lines for the detection of Cu 2+ .", "author": ["Hossain Sakiat", "Chandrasekhar Vadapalli", "Subramaniam Ganesh", "Parihar Rashmi", "Yadav Rajeev", "Das Sourav", "Sen Pratik"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic301399a"}], "id": "50|dli_resolver::dc0b92313d17bd45ad0cbc6323d7e61b", "relatedPublications": 0, "date": [""], "title": ["\"Novel Chemosensor for the Visual Detection of Copper(II) in Aqueous Solution at the ppm Level\""], "relatedDatasets": 1}
475
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6779f925ab04bc9266d0808134bcd0dd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8755538&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ecccf3c39d101f94cf59d35d03c35914", "id": {"identifier": "x17094", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::89ee74aa0f680314e22f514fdbc848ca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8755538&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cb426719574f82988ecd9c346bc0b014", "id": {"identifier": "u56387", "schema": "ena"}}], "abstract": "None: Production of infectious HIV-1 virions is dependent on the processing of envelope glycoprotein gp160 by a host cell protease. The protease in human CD4+ T lymphocytes has not been unequivocally identified, yet members of the family of mammalian subtilisin-like protein convertases (SPCs), which are soluble or membrane-bound proteases of the secretory pathway, best fulfill the criteria. These proteases are required for proprotein maturation and cleave at paired basic amino acid motifs in numerous cellular and viral glycoprotein precursors, both in vivo and in vitro. To identify the gp160 processing protease, we have used reverse transcription-PCR and Northern blot analyses to ascertain the spectrum of SPC proteases in human CD4+ T cells. We have cloned novel members of the SPC family, known as the human PC6 genes. Two isoforms of the hPC6 protease are expressed in human T cells, hPC6A and the larger hPC6B. The patterns of SPC gene expression in human T cells has been compared with the furin-defective LoVo cell line, both of which are competent in the production of infectious HIV virions. This comparison led to the conclusion that the hPC6 gene products are the most likely candidates for the host cell protease responsible for HIV-1 gp160 processing in human CD4+ T cells.", "author": ["Pichuantes, S.", "Duke R", "Pichuantes S", "Miranda, L.", "Franzusoff, A.", "Miranda L", "Duke, R.", "Wolf J", "Franzusoff A", "Wolf, J."], "localIdentifier": [{"type": "pbmid", "id": "8755538"}, {"type": "pmid", "id": "8755538"}], "id": "50|dedup_wf_001::99ac3c44cd92f5ef3c2b49bb47bcf2ab", "relatedPublications": 0, "date": ["1996-07-01"], "title": ["Isolation of the human PC6 gene encoding the putative host protease for HIV-1 gp160 processing in CD4+ T lymphocytes."], "relatedDatasets": 4}
476
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e1b6c21b8faec52a06ea3a4053d4dbe", "id": {"identifier": "10.5517/cczplcl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0bbea2dc8c88334ac5c7589ee96a2a52", "id": {"identifier": "10.5517/cczpl9j", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6790d314c97a405bd338c7af547b22c", "id": {"identifier": "10.5517/cczpl8h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ceaac0df0976c83a529e4a47db0444e0", "id": {"identifier": "10.5517/cczplbk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Calcium and strontium metals react with Hg(C6F5)2 and 2,4-di-tert-butylphenol (H-DBP) in tetrahydrofuran (THF) and 1,2-dimethoxyethane (DME) to give [Ca(DBP)2(THF)4] (1), [Ca2(DBP)4(DME)4(μ-DME)] (2), [Sr3(μ-DBP)6(THF)6] (3), and [Sr2(DBP)(μ-DBP)3(DME)3] (4). Compound 1 is a six coordinate trans-octahedral monomer, whereas in binuclear 2 two seven-coordinate Ca centres are bridged by a DME ligand. In 3 a central Sr is connected by three bridging DBP groups to each of two terminal Sr(THF)3 moieties, all metal atoms being six coordinate. Compound 4 has one six- and one seven-coordinate Sr, bridged by three DBP ligands, the former Sr also having a terminal DBP and a bidentate DME ligand and the latter two DME ligands. Complexes 2 and 4 act as ring-opening polymerisation (ROP) catalysts for the benzyl alcohol or benzylamine co-initiated ROP rac-lactide forming atactic alcohol- or amine-terminated polylactide H-[PLA]-XBn (X = O or NH) with reasonable control of molecular weight via an activated monomer propagation mechanism. Kinetic studies for BnNH2 found the unusual rate expression −d[LA]/dt = kp(Ae)[2 or 4]0[rac-LA]2[BnNH2]02.5 (kp(Ca) ≈ 1.7 × kp(Sr)). Preliminary studies suggest that [Y(DBP)3(THF)2] also catalyses amine or alcohol co-initiated ROP by an activated monomer mechanism without loss of a phenoxide ligand.", "author": ["Wang Jun", "Townley Josh P.", "Deacon Glen B.", "Junk Peter C.", "Mountford Philip", "Clark Lawrence", "Forsyth Craig M."], "localIdentifier": [{"type": "doi", "id": "10.1039/c3dt00065f"}], "id": "50|dli_resolver::d4b602868858cea964314db40d9e5aad", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and structures of calcium and strontium 2,4-di-tert-butylphenolates and their reactivity towards the amine co-initiated ring-opening polymerisation of rac-lactide\""], "relatedDatasets": 4}
477
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8787c40b8b86cac77eac80ceca732687", "id": {"identifier": "10.6084/m9.figshare.5593897.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Spurlock Danielle"], "localIdentifier": [{"type": "doi", "id": "10.1080/09640568.2017.1391070"}], "id": "50|dli_resolver::1d7cf74781e5c7dfbd255bce8abbe636", "relatedPublications": 0, "date": [""], "title": ["Do mandates matter for plan quality? Jurisdictional aggregation for a watershed level comparison"], "relatedDatasets": 1}
478
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::324e1a59e7cd34ce7cf90dac812e3a83", "id": {"identifier": "m97590", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::90799a4a5d21eb36d844a13bac7936f3", "id": {"identifier": "bc010191", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::36f0ba0254d5999e1900bd77d9ce48c1", "id": {"identifier": "l40595", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::037949663783889477b553b5f177d60e", "id": {"identifier": "u24700", "schema": "genbank"}}], "abstract": "", "title": ["Butyrate-induced phosphatase regulates VEGF and angiogenesis via Sp1"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.abb.2008.07.004"}], "id": "50|elsevier____::952c75ea64b44f02df16104d44bd4ef3", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 5}
479
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::41cfdc9814e7951e1118215bfac2f67a", "id": {"identifier": "10.5517/ccnr6yj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The two aqua­(1,10-phenanthroline)iron(III) parts of the title compound, [Fe2O(SO4)2(C12H8N2)2(H2O)2]·4H2O, are linked through one oxo and two sulfate bridges. Both metal centres show octa­hedral coordination, in which the three O atoms that are involved in bridging occupy the fac sites. Hydrogen bonds link adjacent dinuclear complexes into a three-dimensional network.", "author": ["Ng Seik Weng", "Zhang Huiqin", "Zhao Jinan"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536806027292"}], "id": "50|dli_resolver::d959dee1398c94eee7022a43e0de34ad", "relatedPublications": 0, "date": [""], "title": ["\"μ-Oxo-di-μ-sulfato-bisaqua(1,10-phenanthroline-κ2N,N′)iron(III) tetrahydrate\""], "relatedDatasets": 1}
480
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d9a47007f483947c2f6250f52b2a8ac", "id": {"identifier": "10.1594/pangaea.723142", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d9a47007f483947c2f6250f52b2a8ac", "id": {"identifier": "10.1594/pangaea.723142", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "incomplete", "datasourceName": "Thomson Reuters", "datasourceId": "dli_________::thomsonreuters"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Liδ18OSiO2 relationships have been examined for suites of spilitized basaltic rocks (DSDP 504B; Xigaze Ophiolite; Blanco Fracture Zone; Greater Caucasus; Rhenohercynian Fold Belt) and intra-plate evolved tholeiites (Northern Hessian Depression and Vogelsberg, W Germany; Mount Falla, Transantarctic Mountains). Relative to unaltered MORB and intra-plate primary olivine tholeiites, both the spilitic rocks and the evolved tholeiites are characterized by Li and 18O enrichment. For the spilitic rocks, Li and 18O enrichment is accompanied by a loss of SiO2 as a result of seawater hydrothermal alteration, whereas the evolved tholeiites have gained SiO2, Li and 18O from fractionation of mafic phases and assimilation of crustal rocks.#R##N##R##N#On Li vs. SiO2 and δ18O vs. SiO2 diagrams, the two rock groups plot largely in distinct fields, suggesting the possibility of so distinguishing between such lithologies in the ancient rock record. Mafic granulite xenoliths from the Northern Hessian Depression have elevated Li and 18O abundances at low SiO2 contents. Even after correction for extraction of felsic components, their Liδ18OSiO2 signatures plot within the field of spilitic protoliths, suggesting that the lower crust in this region contains relics of spilitic rocks from a former oceanic crust.", "author": ["Mengel K.", "Hoefs J."], "localIdentifier": [{"type": "doi", "id": "10.1016/0012-821x(90)90122-e"}], "id": "50|dedup_wf_001::5943285f45e328036a01357cd24a69a3", "relatedPublications": 0, "date": [""], "title": ["\"Liδ18OSiO2 systematics in volcanic rocks and mafic lower crustal granulite xenoliths\""], "relatedDatasets": 2}
481
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8e064a1a0de876cdb16ffc11df0dc9a6", "id": {"identifier": "10.5517/cc56hg9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5acff32f315647092b49e040c3f2d681", "id": {"identifier": "10.5517/cc56hf8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structures of the lithium salt, Li[CF{sub 3}SO{sub 2}N(CH{sub 2}){sub 3}OCH{sub 3}] and its 12-C-4 complex [Li{contained_in}12-C-4][CF{sub 3}SO{sub 2}N(CH{sub 2}){sub 3}OCH{sub 3}] demonstrate a change in the lithium coordination environment upon complex formation. The longer Li-N bond distance in [Li{contained_in}12-C-4][CF{sub 3}SO{sub 2}N(CH{sub 2}){sub 3}OCH{sub 3}] indicates that the 12-C-4 crown ether weakens the interactions between the lithium cation and the [CF{sub 3}SO{sub 2}N(CH{sub 2}){sub 3}OCH{sub 3}]{sup {minus}} anion. Correlations between these structures and previously reported vibrational spectroscopy and ionic conductivity are presented.", "author": ["Dillon Rensl E. A.", "Stern Charlotte L.", "Shriver Duward F."], "localIdentifier": [{"type": "doi", "id": "10.1021/cm990762x"}], "id": "50|dli_resolver::f9702cf8903cba14f18234d9fe2af453", "relatedPublications": 0, "date": [""], "title": ["\"X-ray Structure Determinations of LiCF3SO2N(CH2)3OCH3 and the Solid Electrolyte Li⊂12-C-4CF3SO2N(CH2)3OCH3\""], "relatedDatasets": 2}
482
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Bankson, C. L.", "Zhou, M."], "localIdentifier": [{"type": "icpsr", "id": "39596"}], "relatedPublications": 0, "title": ["Immigrant and Native Minority Groups, School Performance, and the Problem of Self-Esteem"], "id": "50|r3d100010255::64314f4f9813357337c7de12713f9af4"}
483
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5a4e827393190068aa1668c4980e07c9", "id": {"identifier": "10.6084/m9.figshare.c.3299063", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0b2b8287e8b5de69a82aa4c7391b070d", "id": {"identifier": "10.6084/m9.figshare.c.3299063.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "While factors affecting body growth have been extensively studied, very little is known about the factors likely to affect the sexual size dimorphism (SSD) in polygynous mammals. Based on the carcass mass of 24 420 male and female moose recorded in 14 Norwegian populations, we examine three hypotheses to explain geographical variation in SSD. First, SSD is expected to decrease when the relative density of animals (for a given habitat quality) increases, because resource limitation at high population densities is assumed to affect body growth of males more than females. Second, because males are selected to invest in growth more than females, environmental seasonality and related improvement of the forage quality during the short and intense growing season are expected to increase SSD. Third, by decreasing the proportion of adult males in the population, resulting in start of rutting earlier in life, hunting may decrease the SSD by increasing the reproductive cost of young males. We found that males grew f...", "author": ["Herfindal Ivar", "Garel Mathieu", "Høgda Kjell-Arild", "Solberg Erling Johan", "SÆther Bernt-Erik"], "localIdentifier": [{"type": "doi", "id": "10.1890/05-0584"}], "id": "50|dli_resolver::40631a840c6343a221b98a56ff78da27", "relatedPublications": 0, "date": [""], "title": ["\"THE LENGTH OF GROWING SEASON AND ADULT SEX RATIO AFFECT SEXUAL SIZE DIMORPHISM IN MOOSE\""], "relatedDatasets": 2}
484
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ce1798af04308b4cc692238e7ab1b05c", "id": {"identifier": "10.6084/m9.figshare.5644573.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Karaguzel Ersagun", "Okatan Ali Ertan", "Kazaz Ilke Onur", "Kutlu Selcuk", "Dil Eyup", "Alver Ahmet", "Mentese Ahmet", "Eren Huseyin", "Kutlu Omer", "Yulug Esin"], "localIdentifier": [{"type": "doi", "id": "10.1590/s1677-5538.ibju.2017.0023"}], "id": "50|dli_resolver::29e96d07298e5dd7469af2a691e957aa", "relatedPublications": 0, "date": [""], "title": ["\"Dipyridamole reduces penile apoptosis in a rat model of post-prostatectomy erectile dysfunction\""], "relatedDatasets": 1}
485
{"typology": "publication", "publisher": ["Molecular biology reports"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9cd4150767913dd324527a9d26947d2f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24057251&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::38cb46a159cd74b8ffff1ad1e4e055eb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24057251&result=sequence_release", "schema": "url"}}], "abstract": "None: Antioxidant system is one of the important factors in regulating plant growth, development and adaptation. Thus, in order to have better insights into molecular mechanisms of growth and adaptation of a plant it is prerequisite to have known the status of various components of the antioxidant system of the plant. Here we studied the status of enzymatic and non-enzymatic components of the antioxidant system of picrorhiza (Picrorhiza kurrooa). Picrorhiza is an important medicinal herb of western Himalayan region and has been listed in the Red Data Book as an endangered species. Spatio-temporal analysis of ascorbic acid and glutathione in leaf, root and rhizome during different stages of development revealed differential status of these antioxidant molecules. Of the three tissues, ascorbic acid was found to be highest in leaves and lowest in roots. Interestingly, just opposite to that, glutathione was highest in roots and lowest in leaves. Using degenerate primers based approach followed by rapid amplification of complementary DNA (cDNA) ends method, full length cDNAs of three important genes namely Picrorhiza kurrooa ascorbate peroxidase (pkapx), Picrorhiza kurrooa monodehydroascorbate reductase (pkmdhar) and Picrorhiza kurrooa glutathione reductase (pkgr) of antioxidant system were cloned from picrorhiza. Complementary DNAs of pkapx, pkmdhar and pkgr contained 1,049, 2,016 and 1,664 bp, respectively. Expression analysis showed differential spatio-temporal expression of these genes. Expressions of all the three genes were found higher in roots as compared to rhizome and leaves. Temporal expression analysis of pkapx, pkmdhar and pkgr revealed differential transcript levels. Expression of pkapx exhibited negative correlation with the light intensity. Just opposite to the pkapx, expression pattern of pkgr revealed its positive correlation with light intensity. Expression pattern of pkmdhar revealed its light independent expression behavior. The findings may be useful to assess the role of cloned genes in picrorhiza growth, adaptation and can further be utilized for transgenic development for desired trait(s).", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s11033-013-2772-3"}, {"type": "pbmid", "id": "24057251"}], "author": ["Gangola Manu Pratap", "Parkash Jai", "Ahuja Paramvir Singh", "Dutt Som"], "relatedPublications": 0, "id": "50|r3d100010527::2f0eebf3387b48d869f26cea26a6c9fd", "title": ["Components of antioxidant system of Picrorhiza kurrooa exhibit different spatio-temporal behavior."], "relatedDatasets": 2}
486
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cb092740e63fc10eda466f1787b0d232", "id": {"identifier": "10.6084/m9.figshare.c.3611348.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::999a78b85ad2681c8171d3edbc403cea", "id": {"identifier": "10.6084/m9.figshare.c.3611348_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f645ce224cef9170edc828f10a1a2250", "id": {"identifier": "10.6084/m9.figshare.c.3611348", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Anxiety and depression are common after heart transplantation. This study aimed to pilot test the feasibility of a clinical model of psychological care for heart transplant recipients. The model of care involved nurse-led screening for anxiety and depression followed by referral for a course of telephone-delivered cognitive behaviour therapy as well as co-ordination of communication with on-going specialist and primary care services.", "author": ["Fulbrook Paul", "Conway Aaron", "Maddicks-Law Joanne", "Sheridan Judith"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12912-016-0183-1"}], "id": "50|dli_resolver::b532c053baec40befcb24f319884202f", "relatedPublications": 0, "date": [""], "title": ["\"Pilot testing a model of psychological care for heart transplant recipients\""], "relatedDatasets": 3}
487
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f43af6527c9409f6e4f49f06b2caea17", "id": {"identifier": "10.5517/cctzrh0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C12H28N+·Br−·H2O, the ionic pairs formed by n-dodecyl­ammonium cations and bromide anions are arranged into thick layers; these layers are linked in a nearly perpendicular fashion [the angle between the layers is 85.84 (5)°] by hydrogen-bonding inter­actions involving the water mol­ecules. The methyl­ene part of the alkyl chain in the cation adopts an all-trans conformation. In the crystal structure, mol­ecules are linked by inter­molecular N—H⋯Br, O—H⋯Br and N—H⋯O hydrogen bonds.", "author": ["He Donghua", "Dan Wenyan", "Di Youying", "Kong Yuxia", "Yang Weiwei"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810010123"}], "id": "50|dli_resolver::3fff1e7e892230925bdc0d302f8e4711", "relatedPublications": 0, "date": [""], "title": ["\"n-Dodecylammonium bromide monohydrate\""], "relatedDatasets": 1}
488
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d1fca90ba06736cd3f9916284615ce37", "id": {"identifier": "10.5517/ccq4x2t", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title salt, (C4H10NO)[ReO4], contains slightly distorted tetrahedral [ReO4]− anions [Re—O = 1.7224 (11)–1.7361 (11) A]. The structure consists of alternating cationic and anionic layers parallel to (100). The cations and anions are linked by N—H...O hydrogen bonds into chains along [100].", "author": ["Grigoriev Mikhail S.", "Maruk Alesia Ya.", "German Konstantin E."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807039608"}], "id": "50|dli_resolver::0f01647c575c4414e0d142812c401046", "relatedPublications": 0, "date": [""], "title": ["\"Morpholinium tetraoxidorhenate(VII)\""], "relatedDatasets": 1}
489
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::21e7ae07717437e67f479e7176b5c6e4", "id": {"identifier": "10.6084/m9.figshare.c.3640454.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4a08ae78877942bb4dc899e22dc48477", "id": {"identifier": "10.6084/m9.figshare.c.3640454_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fa4dbf7506a20ef7276078321830bd41", "id": {"identifier": "10.6084/m9.figshare.c.3640454", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::86ed895482af01c4a007f947ced05a5d", "id": {"identifier": "10.6084/m9.figshare.c.3640454_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70a4ed2b3cd7641d929717d486c09a20", "id": {"identifier": "10.6084/m9.figshare.c.3640454_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::889dc1c4a700aae1bcfeaeb1b461d926", "id": {"identifier": "10.6084/m9.figshare.c.3640454_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Chlamydia trachomatis infections remain the most common bacterial sexually transmitted infection worldwide. To gain more insight into the epidemiology and transmission of C. trachomatis, several schemes of multilocus sequence typing (MLST) have been developed. We investigated the clustering of C. trachomatis strains derived from men who have sex with men (MSM) and heterosexuals using the MLST scheme based on 7 housekeeping genes (MLST-7) adapted for clinical specimens and a high-resolution MLST scheme based on 6 polymorphic genes, including ompA (hr-MLST-6).", "author": ["Bruisten Sylvia M.", "Pannekoek Yvonne", "Versteeg Bart", "van der Ende Arie"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12879-016-1486-2"}], "id": "50|dli_resolver::ab053fa286169b2acd3c330ed159cbd9", "relatedPublications": 0, "date": [""], "title": ["\"Does typing of Chlamydia trachomatis using housekeeping multilocus sequence typing reveal different sexual networks among heterosexuals and men who have sex with men?\""], "relatedDatasets": 6}
490
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2125463745bc088a4e3c9e8ab3965c85", "id": {"identifier": "10.5517/ccnfxb9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::87f115e134a62fec1a62daafd9280054", "id": {"identifier": "10.5517/ccnfx98", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::74fa5559cf1f3ec384e22ddf3ce17afc", "id": {"identifier": "10.5517/ccnfxcb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Synthesis of C 12  des-methyl ketolide is developed featuring an intramolecular epoxide formation/elimination process to establish the C 12  stereocenter. These ketolides are potent against several key respiratory pathogens, including erythromycin resistant  erm - and  mef -containing strains of  Streptococcus pneumoniae .", "author": ["Plattner Jacob J.", "Shawar Ribhi", "Desai Manoj C.", "Lin Xiaodong", "Carroll Georgia L.", "Barker Lynn", "Rico Alice C.", "Chu Daniel T."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmcl.2006.05.104"}], "id": "50|dli_resolver::ac44cf26456a91b2a5e74afa7434e10e", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and antibacterial activity of C12 des-methyl ketolides\""], "relatedDatasets": 3}
491
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::317694c88c65d03b50dab2c60dbf660e", "id": {"identifier": "ab006993", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b405d1589ab41e74c11a4dc612eaa6c4", "id": {"identifier": "af200666", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ff7b63ca98ca06d357a5718b9187d00f", "id": {"identifier": "ay082039", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f0aef859d73082b2be49e275d3a248ca", "id": {"identifier": "aj303439", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0bd56982b522dc6156565e1bebc34d70", "id": {"identifier": "ay268605", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e26ff04441827d2e8b4c155f8a8cd932", "id": {"identifier": "u44934", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::19a3b0bac33c6407da99398a491c8d42", "id": {"identifier": "ab088246", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::28ebe7b1b7e826a27c445e9547def809", "id": {"identifier": "aj303433", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::29bf2e161e401c289216d0d2bc18e897", "id": {"identifier": "dq785891", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b8bcffb717748f594b1a550cecf20b39", "id": {"identifier": "ay338749", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::703f831ffce78e3d1cd5a6234a6238ae", "id": {"identifier": "ab088270", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8987dbcacced61efa93888e6e2a2e519", "id": {"identifier": "fj042674", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::10aab2dd051677c70db205ebddc80aa3", "id": {"identifier": "ab088272", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4779cf6cfd7c9a1e133ca6517e3de28d", "id": {"identifier": "aj535374", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1ebcc4c141e170f298756b2f475ff80f", "id": {"identifier": "aj491152", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f134ffc9148437b886140432b8f868c8", "id": {"identifier": "ay082030", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bad4c6a1eba0c97d7a193874a6556c90", "id": {"identifier": "ay347308", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::101ede43c119f1afa5ea194aa6564666", "id": {"identifier": "ay082059", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::42187da503f4c09ff1da04330a57835d", "id": {"identifier": "aj272120", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0bbd3267143865ac6cb73938c4c44a49", "id": {"identifier": "dq785890", "schema": "ncbi-n"}}], "abstract": "", "title": ["Phylogenetic analysis on a strain of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.hal.2011.12.004"}], "id": "50|elsevier____::0c2b45e62e4cfa50e41f47318b9b2392", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 120}
492
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::647f02da1c844f10cff8261b4f6fbd6f", "id": {"identifier": "10.3886/icpsr03355.v8", "schema": "url"}}], "abstract": "BACKGROUND: In this prospective study, mentally disordered perpetrators of severe violent and/or sexual crimes were followed through official registers for 59 (range 8 to 73) months. The relapse rate in criminality was assessed, compared between offenders sentenced to prison versus forensic psychiatric care, and the predictive ability of various risk factors (criminological, clinical, and of structured assessment instruments) was investigated. METHOD: One hundred perpetrators were consecutively assessed between 1998 and 2001 by a clinical battery of established instruments covering DSM-IV diagnoses, psychosocial background factors, and structured assessment instruments (HCR-20, PCL-R, and life-time aggression (LHA)). Follow-up data was collected from official registers for: (i) recidivistic crimes, (ii) crimes during ongoing sanction. RESULTS: Twenty subjects relapsed in violent criminality during ongoing sanctions (n = 6) or after discharge/parole (n = 14). Individuals in forensic psychiatric care spent significantly more time at liberty after discharge compared to those in prison, but showed significantly fewer relapses. Criminological (age at first conviction), and clinical (conduct disorder and substance abuse/dependence) risk factors, as well as scores on structured assessment instruments, were moderately associated with violent recidivism. Logistic regression analyses showed that the predictive ability of criminological risk factors versus clinical risk factors combined with scores from assessment instruments was comparable, with each set of variables managing to correctly classify about 80% of all individuals, but the only predictors that remained significant in multiple models were criminological (age at first conviction, and a history of substance abuse among primary relatives). CONCLUSIONS: Only one in five relapsed into serious criminality, with significantly more relapses among subjects sentenced to prison as compared to forensic psychiatric care. Criminological risk factors tended to be the best predictors of violent relapses, while few synergies were seen when the risk factors were combined. Overall, the predictive validity of common risk factors for violent criminality was rather weak.", "author": ["Nóra Kerekes", "Anckarsäter Henrik", "Nilsson Thomas", "Christina Gustavson", "Gustavson Christina", "Wallinius Märta", "Henrik Anckarsäter", "Kerekes Nóra", "Thomas Nilsson", "Märta Wallinius"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0025768"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::5c4b704e209e37eb197c77d8ee4e78dd"}], "id": "50|dedup_wf_001::d0cdb975861838c2c9717212f6bf922a", "relatedPublications": 0, "date": [""], "title": ["\"Violent Recidivism: A Long-Time Follow-Up Study of Mentally Disordered Offenders\""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Law"}, {"scheme": "keyword", "value": "Adolescent Psychiatry"}, {"scheme": "keyword", "value": "Psychology"}, {"scheme": "keyword", "value": "Psychological and Psychosocial Issues"}, {"scheme": "keyword", "value": "Social and Behavioral Sciences"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "Mental Health"}, {"scheme": "keyword", "value": "Clinical Psychology"}, {"scheme": "keyword", "value": "Maladjustment"}, {"scheme": "keyword", "value": "Medicine"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "R"}, {"scheme": "keyword", "value": "Health Care Policy"}, {"scheme": "keyword", "value": "Psykiatri"}, {"scheme": "keyword", "value": "Criminal Justice System"}, {"scheme": "keyword", "value": "Behavior"}, {"scheme": "keyword", "value": "Psychiatry"}, {"scheme": "keyword", "value": "Research Article"}, {"scheme": "keyword", "value": "Non-Clinical Medicine"}, {"scheme": "keyword", "value": "Criminal Investigations"}]}
493
{"typology": "publication", "publisher": ["Pensoft Publishers"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0fba6e55875bafd0977bd10cb2d7ba7e", "id": {"identifier": "10.15468/dveoiq", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Rafael Jose", "Vieira Rodrigo"], "localIdentifier": [{"type": "doi", "id": "10.3897/zookeys.443.8324"}], "id": "50|dli_resolver::e527e3b5a9fb8288049c95f60aefc0b9", "relatedPublications": 0, "date": [""], "title": ["Longivena, a new robber-fly genus from Brazil (Diptera, Asilidae, Asilinae)"], "relatedDatasets": 1}
494
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8d1edad7d73bc70cd4719c2b3c957d89", "id": {"identifier": "nm_001101.3", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6cad0511015977a308d72ed1d29eb1ae", "id": {"identifier": "nm_001523.2", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::39bb2ef2af2a905a52254eb84da8b0d4", "id": {"identifier": "af234839.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c31c4fc00225409a94acef4ebb629896", "id": {"identifier": "nm_005328.2", "schema": "ncbi-n"}}], "abstract": "", "title": ["Hyaluronan up-regulates growth and invasion of trophoblasts in an autocrine manner via PI3K/AKT and MAPK/ERK1/2 pathways in early human pregnancy"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.placenta.2013.05.009"}], "id": "50|elsevier____::59208762a2310d75f513e0482fb1fcd6", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 4}
495
{"publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67cd155ae816770538d58b6d51d74f08", "id": {"identifier": "10.5517/cc9wjqd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010197", "datasourceName": "Cambridge Crystallographic Data Centre"}, {"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "abstract": "The preparation and characterization of selected ammonium and methylammonium tetraazidoaurates(lll) are reported. All ammonium salts were shown to be highly explosive materials. The first crystal structure of such an ammonium salt, that of [Me 4 N][Au(N 3 ) 4 ], features polymeric units of the anion, which are linked by weak Au...Au interactions.", "author": ["Galvez-Ruiz Juan-Carlos", "Nöth Heinrich", "Krumm Burkhard", "Klapötke Thomas M."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic051543i"}], "id": "50|dli_resolver::1e883005bb8dd2edff4a83c28bc56676", "relatedPublications": 0, "date": [""], "title": ["\"Highly Sensitive Ammonium Tetraazidoaurates(III)\""], "typology": "publication"}
496
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4609f371dcae683f28b4267dde3f2f2d", "id": {"identifier": "10.5517/ccvbj3s", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new coordination polymer of Ni2+, (dicyanamide, herein denoted dca) and 2,9-dimethyl-1,10-phenanthroline (dmphen), has been synthesized, structurally and magnetically characterized. {[Ni2(dmphen)2[µ-dca]4} n (1), which crystallizes in the monoclinic space group P21 /n, has a 2-D network that consists of double-bridged [Ni2(dca)2(dmphen)2]2+ “dimers” connected via single-bridging dca ligands and exhibits a typical (6, 3) topological network. Each NiN6 octahedron comprises a bidentate dmphen and four µ1,5-bridging dca anions. Magnetic susceptibility measurements indicate antiferromagnetic interactions between Ni(II) ions via the dca bridge.", "author": ["Liu Tian-Fu", "Bao Zhongming", "Li Ling-Ling"], "localIdentifier": [{"type": "doi", "id": "10.1080/00958972.2011.560938"}], "id": "50|dli_resolver::7d04562d11aaa14a94b7ca5c08cf1bd1", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, characterization, and magnetic properties of a coordination polymer of nickel: polyμ4-dicyanamide-(2,9-dimethyl-1,10-phenanthroline-κ2N,N′)nickel(II)\""], "relatedDatasets": 1}
497
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0586f6550deac36cde23d1fa078f4f23", "id": {"identifier": "10.5517/ccvddvg", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C33H34O5S·H2O, the mannopyran­oside ring adopts a chair conformation with the 2-α-thio­phenyl group occupying an axial position. One of the pendant benzyl groups is disordered over two sets of sites in a 0.5:0.5 ratio. In the crystal, the water mol­ecule makes two O—H⋯O hydrogen bonds to an adjacent sugar mol­ecule with the O atoms of the primary alcohol and ether groups acting as acceptors. At the same time, the OH group of the sugar makes a hydrogen bond to a water mol­ecule.", "author": ["Wouters Johan", "Durka Maxime", "Vincent Stéphane P.", "Norberg Bernadette", "Roué Yvain"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810019604"}], "id": "50|dli_resolver::0c0808f78d9807d39701856ce471edb3", "relatedPublications": 0, "date": [""], "title": ["\"Phenyl 2,3,4-tri-O-benzyl-1-thio-α-D-mannopyranoside monohydrate\""], "relatedDatasets": 1}
498
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b21bbcc9729680dbd5c15deb2a5aee96", "id": {"identifier": "10.5517/cc7lqp6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::26813855152b6eb078d52ed84696db66", "id": {"identifier": "10.5517/cc7lqq7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d23a3bb46bce6865bd43592fa840a3d3", "id": {"identifier": "10.5517/cc7lqn5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::31b6ec6f3663875a077171ce3a55c103", "id": {"identifier": "10.5517/cc7lqtb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::418c1490de274cef16383413a3b15852", "id": {"identifier": "10.5517/cc7lqr8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a1cc1425b8a65669f82bbf63ff9219a4", "id": {"identifier": "10.5517/cc7lqs9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Square planar complexes of the type [2-(1-aminoethyl)phenyl-κ2C1,N]chloro(py-κN)palladium(II)#R##N##TAB##TAB##TAB##TAB#(py = pyridine derivative) have been prepared by cyclopalladation of 1-phenylethylamine. When opposite enantiomers of the chiral amine and different pyridine ligands were coordinated to the metal, quasiracemic complexes were obtained. The racemisation speed of solutions containing equimolar amounts of such quasiracemic complexes was used to test the compounds for inertness: slow ligand exchange was found for methylated pyridines. Enantiomerically pure complexes of opposite chirality with the electron rich ligands 2,6-collidine and 2,4,6-lutidine were successfully cocrystallised: They form a well-ordered binary solid in which four independent molecules, two of each constituent, are related by pseudo symmetry operations. This quasiracemate as well as its components and the true racemates of the latter were characterised by single crystal X-ray diffraction. The heterochiral crystals, both the cocrystal as well as the racemates, show better space filling than the homochiral solids.", "author": ["Englert Ulli", "Calmuschi Beatrice", "Alesi Maria"], "localIdentifier": [{"type": "doi", "id": "10.1039/b316548e"}], "id": "50|dli_resolver::c0316fa95aac014f7e45a19f05538505", "relatedPublications": 0, "date": [""], "title": ["\"Ordered binary crystals via cocrystallisation of quasiracemic Pd(ii) complexes in a borderline regime between inertness and lability\""], "relatedDatasets": 6}
499
{"typology": "publication", "publisher": ["Molecular and biochemical parasitology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e7b8023e377c84fa8dd71106b02e54e6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1474990&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::39e59b4c4cb718652eca469f6feebcde", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1474990&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dd0072229fc72444a45b9f8651e03a91", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1474990&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d9d447ddc6996b1a38b547c2b147781c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1474990&result=sample", "schema": "url"}}], "abstract": "None: A genomic clone, pTt21, containing DNA apparently transcribed specifically in Trypanosoma cruzi trypomastigotes, was obtained by differentially screening a genomic library with trypomastigote and epimastigote cDNA. This 3444-bp clone contained open reading frames at each end, separated by a 1.8-kb non-coding region. The translated polypeptide from the 3' open reading frame (ORF2) of 1037 bp had 25-30% identity with 5 recently published T. cruzi gp85/sialidase sequences, and 20-25% identity with bacterial sialidases. Rabbit antiserum raised against an Escherichia coli fusion protein derived from the 5' open reading frame (ORF1) identified a surface antigen of 160 kDa, specifically expressed in trypomastigotes. A probe containing the first 211 bp from ORF1 was used to obtain a complete copy (c1821) of a gene that was closely related to ORF1, and encoded another member of the gp85/sialidase family. c1821 encodes a protein of 897 amino acids, but assignment of the N-terminus of the polypeptide was not possible. The 5'-most start codon is an unfavourable context to act as a translation initiator, it does not align with the initiator methionines of other gp85/sialidase sequences, nor is it followed by a signal peptide sequence characteristically found in other gp85/sialidase sequences. Although homology with the 5' ends of other gp85/sialidase sequences decays towards the 5' end of c1821, alignment of c1821 with 4 other gp85/sialidases indicated that the coding sequence should extend upstream at least 160 amino acids. In this region of c1821 there are multiple stop codons in each frame. The presence of the stop codons, the alignment data and our inability to amplify reverse transcribed mRNA using four internal primers, suggest that c1821 may not be present as a mature mRNA and is a pseudogene. Comparison of the apparently non-repetitive 3' coding domain of c1821 with the corresponding repetitive domains of two other members of the gp85/sialidase family revealed a high degree of similarity in nucleotide but not in amino acid sequence, and c1821 may thus represent an evolutionary intermediate between sub-families of the gp85/sialidase superfamily.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1474990"}], "author": ["O'Connor J", "Young A J", "Takle G B", "Cross G A"], "relatedPublications": 0, "id": "50|r3d100010527::3ad39812c873ca299d91ee5a08d90f4e", "title": ["Sequence homology and absence of mRNA defines a possible pseudogene member of the Trypanosoma cruzi gp85/sialidase multigene family."], "relatedDatasets": 4}
500
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0be9ea5d4dfdce631d8aa47512d22de5", "id": {"identifier": "10.5281/zenodo.257399", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::26d18e91ecfca80ad6263463377cd3ff", "id": {"identifier": "10.5281/zenodo.257407", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61fc6f15463cd27eb7f248154e4ff2d3", "id": {"identifier": "10.5281/zenodo.257402", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::88aa2d0264942bf192ae9434eb18684f", "id": {"identifier": "10.5281/zenodo.257398", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::47cd2d3c99f3facb288bbcd9ab3b35df", "id": {"identifier": "10.5281/zenodo.257397", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1b089482b96f6fdd5ee56a54f0b358d9", "id": {"identifier": "10.5281/zenodo.257409", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8cc936b237e8db38b61fa0e7a15b6f37", "id": {"identifier": "10.5281/zenodo.257408", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0789e49ef1344f405fda939bf4594e65", "id": {"identifier": "10.5281/zenodo.257405", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::464947e910e77b3f97c607a1eea75772", "id": {"identifier": "10.5281/zenodo.257401", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4a2efb62b14b2cff2fa5af88945af1b8", "id": {"identifier": "10.5281/zenodo.257406", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::314d370916b964d26053404265185e60", "id": {"identifier": "10.5281/zenodo.257403", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38ffb70ff4ba5f59ea6b931e0bbce82f", "id": {"identifier": "10.5281/zenodo.257400", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d1629db03002903619d4dc53d90492bf", "id": {"identifier": "10.5281/zenodo.257396", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7fd889df671a82ea8edcd7581412da35", "id": {"identifier": "10.5281/zenodo.257404", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Last Peter, R.", "Mabel, Manjaji-Matsumoto B."], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4144.3.3"}], "id": "50|dli_resolver::73cd6df23b6be1b3539cd6fe3359ce2f", "relatedPublications": 0, "date": [""], "title": ["Two new whiprays, Maculabatis arabica sp. nov. and M. bineeshi sp. nov. (Myliobatiformes: Dasyatidae), from the northern Indian Ocean"], "relatedDatasets": 27}
501
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::72200145f7cb2326fd9f816bc10bb00c", "id": {"identifier": "4h9u", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::e4845573b28f56b574af3fb5107f6e2f", "id": {"identifier": "4h9z", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::5a7a1f7531eea458227e63dbb3ac69f2", "id": {"identifier": "4h9t", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::0bdc6b5112557f76a8bfe844a58886a0", "id": {"identifier": "4h9y", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::c9d1b01099ac4d631e90649a9473e448", "id": {"identifier": "4ha0", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::83a1033b092cb803943c67dab083e4a5", "id": {"identifier": "4h9v", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::fb1fdd93d2111224b84976573a2569e9", "id": {"identifier": "4h9x", "schema": "pdb"}}], "abstract": "Quorum-sensing is an integral part of microbial interaction and is responsible for mediating virulence of pathogenic bacteria (1). Quorum-quenching, an attenuation of the quorum-sensing pathway, has been shown to be an effective anti-virulence strategy (2). We are interested in developing quorum-quenching lactonases as anti-virulence therapeutic agents to modulate quorum-sensing pathways of disease-causing microbes. Previously, we reported the in vitro evolution of a thermostable GKL (quorum-quenching lactonase from Geobacillus kaustophilus) enzyme with increased catalytic efficiencies and a broadened substrate range (3). This GKL enzyme is part of a group of Phosphotriesterase-Like Lactonases (PLLs) which hydrolyze quorum-sensing N-acyl-homoserine lactones (AHLs) (4, 5); members of this group are divergently related to other enzymes of the amidohydrolase superfamily.#R##N##R##N#The amidohydrolase superfamily is a homologous group of enzymes that catalyze hydrolytic reactions on a broad range of substrates bearing ester or amide functional groups with carbon or phosphorus centers (6). Members of the superfamily bear a conserved mononuclear or binuclear metal center within a (β/α)8-barrel structural scaffold (7). This metal center is involved in the activation of a water molecule for subsequent nucleophilic attack on an activated scissile bond of the substrate; a resolution of the reaction intermediate results in subsequent hydrolysis. In our attempts to understand the basis for the observed rate enhancements (and broadened substrate range) of the evolved E101G/R230C GKL mutant (the mutations are localized on loops at the C-terminal ends of the third and seventh β-strand, respectively), especially toward the hydrolysis of N-butyryl-L-homoserine lactone (C4-HSL, a substrate that wild-type GKL previously could not hydrolyze), the structure of the evolved mutant was solved in the presence of C4-HSL bound in the enzyme active site and the inactivating D266N mutation. This report provides structural evidence of a catalytically competent active site architecture to account for the catalytic enhancements observed in the evolved mutant. Our study also suggests that the productive geometry of the enzyme active site can be positively modulated through subtle changes (suitable point mutations), reinforcing the need to consider the interplay between active site architecture and catalysis in future enzyme design and engineering efforts.", "author": ["Dikanov Sergei A.", "Baldansuren Amgalanbaatar", "Yap Lai Lai", "Gan Yunn Hwen", "Xue Bo", "Chow Jeng Yeong", "Robinson Robert C.", "Yew Wen Shan"], "localIdentifier": [{"type": "doi", "id": "10.1021/bi4000904"}], "id": "50|dli_resolver::065b0c625333983d553ef2cee518e1fb", "relatedPublications": 0, "date": [""], "title": ["\"Structural Evidence of a Productive Active Site Architecture for an Evolved Quorum-Quenching GKL Lactonase\""], "relatedDatasets": 7}
502
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9a18f608797feaee4e121c76059f419a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2298727&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b34ba849e1652e2caf2c05fdb885159f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2298727&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3e7c846935600c5ff12b826f072f12e5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2298727&result=sequence_release", "schema": "url"}}], "abstract": "None: Filaggrins are an important class of intermediate filament-associated proteins that are involved in the organization of keratin filaments in the terminal stages of mammalian epidermal differentiation. Filaggrins are initially synthesized as very large polyprotein precursors consisting of many tandemly arranged repeats that are later liberated by proteolytic processes to yield many copies of the functional protein. We have recently characterized a cDNA clone to mouse filaggrin (Rothnagel, J. A., Mehrel. T., Idler, W. W., Roop, D. R., and Steinert, P. M. (1987) J. Biol. Chem. 262, 15643-15648) which encodes a 750-base pair (250-amino acid) repeating element having properties consistent with a filaggrin molecule. Southern blot analysis of total mouse DNA and the mouse gene isolated from a cosmid library (cosmid clone cFM6.1A2) has also revealed a repeat length of about 750 base pairs. The cosmid clone contains most of the mouse filaggrin gene, but it is missing the 5'-noncoding sequences and possibly some coding sequences as well. We report here that cosmid clone cFM6.1A2 contains 20 filaggrin repeats and 15,213 base pairs of coding sequences. Sequence analysis of this clone has revealed at least two different types of repeating element. Type B has a repeat length of 750 base pairs (250 amino acids), whereas type A is 765 base pairs (255 amino acids) long and contains an additional five amino acids inserted next to an acidic sequence that delineates the amino and carboxyl termini of the filaggrin repeats. It is supposed that these additional five amino acids may alter the proteolytic sensitivity of the acidic linker sequence, thereby affecting the processing of the precursor. The random distribution of the two types of repeats in the precursor indicates that the mouse filaggrin gene arose by a complicated series of duplications and/or rearrangements.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2298727"}], "author": ["Rothnagel J A", "Steinert P M"], "relatedPublications": 0, "id": "50|r3d100010527::c9b613da9e3255e011950c3a1fc1669c", "title": ["The structure of the gene for mouse filaggrin and a comparison of the repeating units."], "relatedDatasets": 3}
503
{"typology": "publication", "publisher": ["Journal of biomolecular structure & dynamics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0f6749cc5d5dc34f44a91db3f78b2867", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22888913&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f291a630e4244f8fc3ab60d7789bc2cc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22888913&result=sequence_release", "schema": "url"}}], "abstract": "None: We studied the effects of Zn(2+) on creatine kinase from the Chinese soft-shelled turtle, Pelodiscus sinensis (PSCK). Zn(2+) inactivated the activity of PSCK (IC(50) = .079 ± .004 mM) following first-order kinetics consistent with multiple phases. The spectrofluorimetry results showed that Zn(2+) induced significant tertiary structural changes of PSCK with exposure to hydrophobic surfaces and that Zn(2+) directly induced PSCK aggregation. The addition of osmolytes such as glycine, proline, and liquaemin successfully blocked PSCK aggregation, recovering the conformation and activity of PSCK. We measured the ORF gene sequence of PSCK by rapid amplification of cDNA end and simulated the 3D structure of PSCK. The results of molecular dynamics simulations showed that eight Zn(2+) bind to PSCK and one Zn(2+) is predicted to bind in a plausible active site of creatine and ATP. The interaction of Zn(2+) with the active site could mostly block the activity of PSCK. Our study provides important insight into the action of Zn(2+) on PSCK as well as more insights into the PSCK folding and ligand-binding mechanisms, which could provide important insight into the metabolic enzymes of P. sinensis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "22888913"}, {"type": "doi", "id": "10.1080/07391102.2012.706074"}], "author": ["Yin Shang-Jun", "Qian Guo-Ying", "Yang Jun-Mo", "Wang Su-Fang", "Si Yue-Xiu", "Wang Wei", "Li Caiyan", "Lee Jinhyuk", "Kim Tae-Rae"], "relatedPublications": 0, "id": "50|r3d100010527::1174dc6139e9ec637287cd85f57789ee", "title": ["The effect of Zn(2+) on Pelodiscus sinensis creatine kinase: unfolding and aggregation studies."], "relatedDatasets": 2}
504
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::41777b32e6ed241a59ee7098563de781", "id": {"identifier": "10.5281/zenodo.31120", "schema": "url"}}], "abstract": "<p>Bat echolocation is an ability consisting of many subtasks such as navigation, prey detection and object recognition. Understanding the echolocation capabilities of bats comes down to isolating the minimal set of acoustic cues needed to complete each task. For some tasks, the minimal cues have already been identified. However, while a number of possible cues have been suggested, little is known about the minimal cues supporting obstacle avoidance in echolocating bats. In this paper, we propose that the Interaural Intensity Difference (IID) and travel time of the first millisecond of the echo train are sufficient cues for obstacle avoidance. We describe a simple control algorithm based on the use of these cues in combination with alternating ear positions modeled after the constant frequency bat <i>Rhinolophus rouxii</i>. Using spatial simulations (2D and 3D), we show that simple phonotaxis can steer a bat clear from obstacles without performing a reconstruction of the 3D layout of the scene. As such, this paper presents the first computationally explicit explanation for obstacle avoidance validated in complex simulated environments. Based on additional simulations modelling the FM bat <i>Phyllostomus discolor</i>, we conjecture that the proposed cues can be exploited by constant frequency (CF) bats and frequency modulated (FM) bats alike. We hypothesize that using a low level yet robust cue for obstacle avoidance allows bats to comply with the hard real-time constraints of this basic behaviour.</p>", "author": ["Herbert Peremans", "Holderied, Marc W.", "Dieter Vanderelst", "Holderied Marc W.", "Vanderelst Dieter", "Peremans Herbert"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pcbi.1004484"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::95a79eb9f9c47538b552451a03a9e0c0"}], "id": "50|dedup_wf_001::649c9d3d065dd4ce71cb36523c2152ad", "relatedPublications": 0, "date": [""], "title": ["Sensorimotor Model of Obstacle Avoidance in Echolocating Bats"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Biology (General)"}, {"scheme": "keyword", "value": "/dk/atira/pure/publication/pubmedpublicationtype/D016428"}, {"scheme": "keyword", "value": "QH301-705.5"}, {"scheme": "keyword", "value": "Research Support, Non-U.S. Gov't"}, {"scheme": "keyword", "value": "/dk/atira/pure/publication/pubmedpublicationtype/D013485"}, {"scheme": "keyword", "value": "Research Article"}, {"scheme": "keyword", "value": "Journal Article"}]}
505
{"typology": "publication", "publisher": ["International Association for Plant Taxonomy"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1fc497db2d3309ad9dd527de411c6b85", "id": {"identifier": "10.15468/aliz2w", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66f213900a6fc3835b257e2f1e223e10", "id": {"identifier": "10.5281/zenodo.400231", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gao Xin-Fen", "Gao Yun-Dong"], "localIdentifier": [{"type": "doi", "id": "10.12705/661.12"}], "id": "50|dli_resolver::6edfa747d07b80b55e137079d7b5c114", "relatedPublications": 0, "date": [""], "title": ["Lectotypification of the name Lilium lancifolium (Liliaceae)"], "relatedDatasets": 3}
506
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::ec77b8e138e658cbffe185338d256c5e", "id": {"identifier": "10.5281/zenodo.11313", "schema": "url"}}], "abstract": "We present results from the BANYAN All-Sky Survey (BASS), a systematic all-sky survey for brown dwarf candidates in young moving groups. We describe a cross-match of the 2MASS and AllWISE catalogs that provides a list of 98 970 potential nearby dwarfs with spectral types later than M5 with measurements of proper motion at precisions typically better than 15 mas yr$^{-1}$, as well as the Bayesian Analysis for Nearby Young AssociatioNs II tool (BANYAN II) which we use to build the BASS catalog from this 2MASS-AllWISE cross-match, consisting of more than 300 candidate members of young moving groups. We present the first results of a spectroscopic follow-up of those candidates, which allowed us to identify several new low-mass stars and brown dwarfs displaying signs of low gravity. We use the BASS catalog to show tentative evidence for mass segregation in AB Doradus and Argus, and reveal a new $\\sim$ 13 M$_{Jup}$ co-moving companion to a young low-mass star in BASS. We obtain a moderate-resolution near-infrared spectrum for the companion, which reveals typical signs of youth and a spectral type L4 $\\gamma$.", "author": ["Lafrenière, David", "Gagné, Jonathan", "Malo, Lison", "Faherty, Jacqueline K.", "Doyon, René", "Artigau, Étienne"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od________18::5ec0c7ecfe9a016e116d6ee7220021fc"}], "id": "50|dli_resolver::7862db26bbd74d3b0cb80bb9839ae984", "relatedPublications": 0, "date": [""], "title": ["Results from BASS, the BANYAN All-Sky Survey"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Astrophysics - Solar and Stellar Astrophysics"}]}
507
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61766f414644127d0855ffdfc2af4a90", "id": {"identifier": "10.1594/pangaea.52255", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61766f414644127d0855ffdfc2af4a90", "id": {"identifier": "10.1594/pangaea.52255", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "incomplete", "datasourceName": "Thomson Reuters", "datasourceId": "dli_________::thomsonreuters"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N#Paleoceanographic changes during the Oligocene in the South Atlantic have been examined using paleomagnetic, rock magnetic, carbonate content, and sediment accumulation rate (SAR) data. We show that magnetic susceptibility (MS) is largely controlled by carbonate content at Deep-Sea Drilling Project site 522, which in turn is the primary control on SAR at the site. Over 5000 MS measurements were averaged over magnetostratigraphic polarity intervals for use as indicators of carbonate content and SAR proxies. The study produced three primary results: (1) a spectral analysis of the MS data from one upper Oligocene core reveals two dominant periodicities (44.7 ± 10.4 kyr and 26.4 ± 3.6 kyr) which approximate Milankovitch obliquity (41 kyr) and precession (23 kyr) periods; (2) four pulses of increased SAR lasting 1 to 2 m.y. punctuate the section, implying longer-term climatic changes (these events are also seen in the Contessa quarry section of the Italian (Tethyan) Oligocene); and (3) two of the SAR maxima correspond to times of global cooling and possible ice volume increases, at 31 and 36 Ma.", "author": ["Mead Gregory A.", "Tauxe Lisa", "LaBrecque John L."], "localIdentifier": [{"type": "doi", "id": "10.1029/pa001i003p00273"}], "id": "50|dedup_wf_001::babaf26c6580c905622104588cd7ba27", "relatedPublications": 0, "date": [""], "title": ["\"Oligocene paleoceanography of the South Atlantic: Paleoclimatic implications of sediment accumulation rates and magnetic susceptibility measurements\""], "relatedDatasets": 2}
508
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ab5e99613d798933a8295ff61ae31c62", "id": {"identifier": "4wqu", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::cdca9bde17ef99ee571b432e616bfdbb", "id": {"identifier": "4wpo", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::973b101972b5acaf3f4bc3ca5644fdd3", "id": {"identifier": "4wqf", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::10092b11995fb7de77f28ed554f8af78", "id": {"identifier": "4wqy", "schema": "pdb"}}], "abstract": "Summary  The universally conserved GTPase elongation factor G (EF-G) catalyzes the translocation of tRNA and mRNA on the ribosome after peptide bond formation. Despite numerous studies suggesting that EF-G undergoes extensive conformational rearrangements during translocation, high-resolution structures exist for essentially only one conformation of EF-G in complex with the ribosome. Here, we report four atomic-resolution crystal structures of EF-G bound to the ribosome programmed in the pre- and posttranslocational states and to the ribosome trapped by the antibiotic dityromycin. We observe a previously unseen conformation of EF-G in the pretranslocation complex, which is independently captured by dityromycin on the ribosome. Our structures provide insights into the conformational space that EF-G samples on the ribosome and reveal that tRNA translocation on the ribosome is facilitated by a structural transition of EF-G from a compact to an elongated conformation, which can be prevented by the antibiotic dityromycin.", "author": ["Lin Jinzhong", "Bulkley David", "Gagnon Matthieu G.", "Steitz Thomas A."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cell.2014.11.049"}], "id": "50|dedup_wf_001::8fcd75ab987977ef7a42c2efa9ba0ff1", "relatedPublications": 0, "date": [""], "title": ["\"Conformational Changes of Elongation Factor G on the Ribosome during tRNA Translocation\""], "relatedDatasets": 8}
509
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1abcc64fb8bb763129509c7d0255ac6c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22693604&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::007bb24dffa03aeb8e12d06e90766e82", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22693604&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6e611a3df2d482397a428a8ab2137919", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22693604&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d32251cccd30a0acf77b21c14ae10fbe", "id": {"identifier": "cp002513", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::569e5529dde1e00aca69df1d95a7d393", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22693604&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ad20d1028f9620b9b7dbc240458654ef", "id": {"identifier": "cp002058", "schema": "ena"}}], "abstract": "None: Mycoplasma bovis pneumonia in cattle has been epidemic in China since 2008. To investigate M. bovis pathogenesis, we completed genome sequencing of strain HB0801 isolated from a lesioned bovine lung from Hubei, China. The genomic plasticity was determined by comparing HB0801 with M. bovis strain ATCC® 25523™/PG45 from cow mastitis milk, Chinese strain Hubei-1 from lesioned lung tissue, and 16 other Mycoplasmas species. Compared to PG45, the genome size of HB0801 was reduced by 11.7 kb. Furthermore, a large chromosome inversion (580 kb) was confirmed in all Chinese isolates including HB0801, HB1007, a strain from cow mastitis milk, and Hubei-1. In addition, the variable surface lipoproteins (vsp) gene cluster existed in HB0801, but contained less than half of the genes, and had poor identity to that in PG45, but they had conserved structures. Further inter-strain comparisons revealed other mechanisms of gene acquisition and loss in HB0801 that primarily involved insertion sequence (IS) elements, integrative conjugative element, restriction and modification systems, and some lipoproteins and transmembrane proteins. Subsequently, PG45 and HB0801 virulence in cattle was compared. Results indicated that both strains were pathogenic to cattle. The scores of gross pathological assessment for the control group, and the PG45- and HB0801-infected groups were 3, 13 and 9, respectively. Meanwhile the scores of lung lesion for these three groups were 36, 70, and 69, respectively. In addition, immunohistochemistry detection demonstrated that both strains were similarly distributed in lungs and lymph nodes. Although PG45 showed slightly higher virulence in calves than HB0801, there was no statistical difference between the strains (P>0.05). Compared to Hubei-1, a total of 122 SNP loci were disclosed in HB0801. In conclusion, although genomic plasticity was thought to be an evolutionary advantage, it did not apparently affect virulence of M. bovis strains in cattle.", "author": ["Guo Aizhen", "Chen Yingyu", "Aizhen Guo", "Peng Cui", "Xi Chen", "Cui Peng", "Changmin Hu", "Lei Shi", "Mustafa Riaz", "Bai Zhidi", "Xiaoliang Ba", "Ba Xiaoliang", "Shi Lei", "Jingjing Qi", "Huanchun Chen", "Chen Huanchun", "Yingyu Chen", "Chen Xi", "Qi Jingjing", "Zhidi Bai", "Hu Changmin", "Riaz Mustafa"], "localIdentifier": [{"type": "pmid", "id": "22693604"}, {"type": "pbmid", "id": "22693604"}, {"type": "doi", "id": "10.1371/journal.pone.0038239"}], "id": "50|dedup_wf_001::8dc487065e2dfa9f01a43e46b3767d6a", "relatedPublications": 0, "date": ["2012-05-31"], "title": ["Comparative geno-plasticity analysis of Mycoplasma bovis HB0801 (Chinese isolate)."], "relatedDatasets": 6}
510
{"typology": "publication", "publisher": ["Diagnostic microbiology and infectious disease"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c9ed6c4a7754589d7af417363549460e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18061387&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::895969dd74baedfaddfbe674e61383ed", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18061387&result=sequence_release", "schema": "url"}}], "abstract": "None: Streptomyces cinereoruber isolated from a patient with severe respiratory failure that could not be identified by culture was correctly identified at the species level by comparative sequence analysis of 16S rDNA and the hypervariable alpha-region of 16S rDNA. Restriction fragment length polymorphism, morphologic, and biochemical characteristics have confirmed their identity.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18061387"}], "author": ["Hidalgo Elisa", "del Busto Benigno", "Pelaez Ana Isabel", "Mendez Francisco J", "Manteca Angel", "del Mar Garcia-Suarez Maria"], "relatedPublications": 0, "id": "50|r3d100010527::954414a569d64cb42bf1cb4c3332738d", "title": ["A rare case of lung coinfection by Streptomyces cinereoruber and Haemophilus influenzae in a patient with severe chronic obstructive pulmonary disease: characterization at species level using molecular techniques."], "relatedDatasets": 2}
511
{"typology": "publication", "publisher": ["Blood"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d43f15a8a9adfcf96d4cfa59672ea8f9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8652841&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b777bc7e9ba89290c08a619cccdefa75", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8652841&result=sequence_release", "schema": "url"}}], "abstract": "None: Translocations involving the BCL-6 gene are common in the diffuse large cell subtype of non-Hodgkin's lymphoma. Invariably, the BCL-6 coding region is intact, but its 5' untranslated region is replaced with sequences from the translocation partner. The present study shows that BCL-6 expression is regulated in lymphocytes during mitogenic stimulation. Resting B and T lymphocytes contain high levels of BCL-6 mRNA. Stimulation of mouse B cells with anti-IgM or IgD antibodies, bacterial lipopolysaccharide, phorbol 12-myristate 13-acetate plus ionomycin, or CD40 ligand led to a five-fold to 35-fold decrease in BCL-6 mRNA levels. Similar downregulation of BCL-6 mRNA was seen in human B cells stimulated with Staphylococcus aureus plus interleukin-2 or anti-IgM antibodies and in human T lymphocytes stimulated with phytohemagglutinin. BCL-6 mRNA levels began to decrease 8 to 16 hours after stimulation, before cells entered S phase. Although polyclonal activation of B cells in vitro invariably decreased BCL-6 MRNA expression, activated B cells from human germinal centers expressed BCL-6 mRNA at levels comparable to the levels in resting B cells. Despite these similar mRNA levels, BCL-6 protein expression was threefold to 34-fold higher in germinal center B cells than in resting B cells, suggesting that BCL-6 protein levels are controlled by translational or posttranslational mechanisms. These observations suggest that the germinal center reaction provides unique activation signals to B cells that allow for continued, high-level BCL-6 expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8652841"}], "author": ["Maile R R", "Jain A", "Dent A", "Selvaggi T", "Kehry M R", "Staudt L M", "Allman D"], "relatedPublications": 0, "id": "50|r3d100010527::fce8dd30f2f7060a6341471ff94aa799", "title": ["BCL-6 expression during B-cell activation."], "relatedDatasets": 2}
512
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::856528993ab5d0afa62bc4dfbec9fc32", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2354997&result=sequence_release", "schema": "url"}}], "abstract": "None: In this study, we have analyzed alpha 1-acid glycoprotein (AGP) production in the wild mouse strain Mus caroli to assess whether the stimulation of AGP by inflammatory mediators has been conserved during rodent evolution and to determine what DNA elements manifested the hormonal induction in mouse AGP gene sequences. To this end, we isolated the M. caroli AGP genes and characterized their expression. Southern blot hybridization of M. caroli genomic DNA revealed the existence of approximately eight genes per haploid genome, and eight distinct genes were identified from a M. caroli lambda genomic DNA library. Two actively transcribed and acute phase-regulated genes (AGP genes 1 and 8) were identified by sequence correlation with the two different cDNAs isolated from an acute phase liver cDNA library. Two-dimensional gel analysis of in vitro transcription and translation products from these two cDNAs displayed a pattern of protein precursors identical with that shown by in vitro translation of the endogenous AGP mRNA. A glucocorticoid-responsive element (GRE) in M. caroli AGP gene 8 was localized to a unique sequence distal to the relative position of the rat AGP gene GRE. The mouse region analogous to the rat GRE did not show glucocorticoid-mediated induction of an indicator gene although greater than 90% sequence similarity is maintained. GRE function in this mouse region was improved by introducing a point mutation that restores the rat AGP GRE consensus sequence, although the relative induction obtained was less than the wild-type rat AGP GRE.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2354997"}], "author": ["Prowse K R", "Baumann H"], "relatedPublications": 0, "id": "50|r3d100010527::240cf5c320294c66b519df990f276761", "title": ["Molecular characterization and acute phase expression of the multiple Mus caroli alpha 1-acid glycoprotein (AGP) genes. Differences in glucocorticoid stimulation and regulatory elements between the rat and mouse AGP genes."], "relatedDatasets": 1}
513
{"typology": "publication", "publisher": ["Genetics and molecular research : GMR"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8db59a5d64ed3337e84deb7ce7201812", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21732289&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d23f071949bec67259b6b084b4222c31", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21732289&result=sequence_release", "schema": "url"}}], "abstract": "None: We examined genetic variation in blood cockles in an effort to obtain information useful for the sustainability, management, and the stability of this species as a major commodity in the fisheries sector. Ten populations of cockles were sampled from the north to the south of the west coast of peninsular Malaysia. The cockles were collected in collaboration with the Fisheries Research Institute, Penang. The population genetic analysis of the cockles were studied via RAPD-PCR and mtDNA sequencing. Three hundred individuals were analyzed with RAPD-PCR experiments. High gene diversity over all loci was observed (Shannon index = 0.549 ± 0.056 and Nei's gene diversity = 0.4852 ± 0.0430 among 35 loci). The second method, mtDNA sequencing, was employed to complement the information obtained from RAPD-PCR. The gene selected for mtDNA sequencing was cytochrome c oxidase I (COI). One hundred and fifty individuals were sequenced, yielding a partial gene of 585 bp. Statistical analysis showed homogeneity in general but did reveal some degree of variability between the populations in Johor and the rest of the populations. The Mantel test showed a positive but nonsignificant correlation between geographic and genetic distances (r = 0.2710, P = 0.622), as in the RAPD analysis. We propose that the homogeneity between distant populations is caused by two factors: 1) the translocation of the spats; 2) larvae are carried by current movement from the north of the peninsula to the south. The different genetic composition found in Johor could be due to pollution, mutagenic substances or physical factors such as the depth of the water column. This population genetic study is the first for this species in peninsular Malaysia. The data from this study have important implications for fishery management, conservation of blood cockles and translocation policies for aquaculture and stock enhancement programs.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.4238/vol10-2gmr1103"}, {"type": "pbmid", "id": "21732289"}], "author": ["Azizah M N S", "Devakie M N", "Chee S Y"], "relatedPublications": 0, "id": "50|r3d100010527::15f40fb571ef5fc0957c4c07ac06b72b", "title": ["Utilization of molecular markers for the conservation of blood cockles, Anadara granosa (Arcidae)."], "relatedDatasets": 2}
514
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e09254bd3c5a6197857ae504ce5e5aa7", "id": {"identifier": "10.5517/cctp8vl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Smith Adrian R.", "White Nicholas M.", "Luck Rudy L.", "Logue Marshall W.", "Gould Graham B.", "Jackman Brock G.", "Pignotti Louis R."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810003144"}], "id": "50|dli_resolver::2526528c6356d2b417973a1f5e952dba", "relatedPublications": 0, "date": [""], "title": ["\"tert-Butyl 2-methyl-2-(4-methylbenzoyl)propanoate\""], "relatedDatasets": 1}
515
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55a0860ba0672b89c1e332a23995c480", "id": {"identifier": "10.5517/ccrwhtx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c98d463b6d8c0828377d9f95d3f412b5", "id": {"identifier": "10.5517/ccrwhsw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::232589cc2608dea04df1bd218a9ee5d3", "id": {"identifier": "10.5517/ccrwhvy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The reactivity of a C,N-chelated stannylene L2Sn [L = 2-(Me2NCH2)C6H4] with azobenzene yielded two different products. In the case of reaction in diethyl ether at room temperature, the cyclic complex L2Sn–N(Ph)–N(Ph)–SnL2 was isolated. The second compound, isolated from the reaction in boiling THF, is the product of C–H activation and ortho-metallation of azobenzene, the cyclic [2-(SnL2)-C6H4]–N–N–[C6H4-2-(SnL2)]. Byproducts in the second reaction are the free ligand (LH) and the cyclic complex L2Sn–(L)Sn–Sn(L)2–O(H). (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2009)", "author": ["Růžička Aleš", "Padělková Zdeňka", "Zevaco Thomas A.", "Holubová Jana", "Nechaev Mikhail S.", "Lyčka Antonín"], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200900181"}], "id": "50|dli_resolver::c2e2743bd6ed6135d8cbcee29c524f31", "relatedPublications": 0, "date": [""], "title": ["\"Reactivity of C,N-Chelated Stannylene with Azobenzene\""], "relatedDatasets": 3}
516
{"typology": "publication", "publisher": ["European journal of biochemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5fac084dc631418ec0ce9e52b96e6a1a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2269303&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e30fc2bc7053473f19ec238813936b78", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2269303&result=coding_release", "schema": "url"}}], "abstract": "None: The gene encoding the citric acid cycle enzyme, citrate synthase, has been cloned from the thermoacidophilic archaebacterium, Thermoplasma acidophilum. We report the sequencing of this gene and its flanking regions, and the derived amino acid sequence of the enzyme is compared by multiple-sequence alignment analysis with those of citrate synthases from eubacterial and eukaryotic organisms. The similarity is less than 30% between the archaebacterial and non-archaebacterial sequences, although the majority of residues implicated in the catalytic action of the enzyme have been conserved across all three kingdoms. The cloned archaebacterial gene has been expressed in Escherichia coli to produce catalytically active citrate synthase. This is the first reported sequence of citrate synthase from the archaebacteria.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2269303"}], "author": ["Sutherland K J", "Towner P", "Henneke C M", "Hough D W", "Danson M J"], "relatedPublications": 0, "id": "50|r3d100010527::66ab04440056f67672c1826c045e63df", "title": ["Citrate synthase from the thermophilic archaebacterium Thermoplasma acidophilium. Cloning and sequencing of the gene."], "relatedDatasets": 2}
517
{"typology": "publication", "publisher": ["FEMS microbiology letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::713d4b3ade63a694cfadd1ef7c7a7d20", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12007656&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f55b7d03b99dda47a869ff64df35ccdd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12007656&result=coding_release", "schema": "url"}}], "abstract": "None: The three genes (pduCDE) encoding the diol dehydratase of Lactobacillus collinoides were sequenced. They exhibited strong identities with the ddrABC and pduCDE genes of Klebsiella oxytoca and Salmonella enterica, respectively. These genes are part of a putative operon with at least four other genes. An eighth open reading frame was identified as homologous to the pocR gene (encoding the operon regulatory protein). Although the enzyme was detected in exponential growth phase, PduCDE activity was increased at the end of exponential phase in presence of 1,2-propanediol.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12007656"}], "author": ["Sauvageot Nicolas", "Muller Cécile", "Hartke Axel", "Laplace Jean-Marie", "Auffray Yanick"], "relatedPublications": 0, "id": "50|r3d100010527::dcaedc0e98e6728b4547afbb97480d46", "title": ["Characterisation of the diol dehydratase pdu operon of Lactobacillus collinoides."], "relatedDatasets": 2}
518
{"typology": "publication", "publisher": ["Archives of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::74bac35897eb64408bf56f657c4e2fad", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26758729&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::27d5e4d92ddd0ae2a1c63ed801801909", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26758729&result=sequence_release", "schema": "url"}}], "abstract": "None: Arabis mosaic virus (ArMV) is a virus with a wide host range. In this study, the genetic diversity of ArMV and the molecular mechanisms underlying its evolution were investigated using the coat protein (CP) sequence. Of the 33 ArMV isolates studied, three were found to be recombinants. The other 30 recombination-free ArMV isolates could be separated into two major lineages with a significant F ST value (0.384) and tended to cluster according to their geographical origin. Different evolutionary constraints were detected for the two linages, pointing to a role of natural selection in the differentiation of ArMV.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s00705-015-2729-z"}, {"type": "pbmid", "id": "26758729"}], "author": ["Gao Fangluan", "Lin Wuzhen", "Shen Jianguo", "Liao Furong"], "relatedPublications": 0, "id": "50|r3d100010527::ce0744edc3e75809ff881f6a3d0869b6", "title": ["Genetic diversity and molecular evolution of arabis mosaic virus based on the CP gene sequence."], "relatedDatasets": 2}
519
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::50c93032ad561a7c319baadc7bb8acf3", "id": {"identifier": "10.3886/icpsr07757.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Patty, John W."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.electstud.2005.05.004"}], "relatedPublications": 0, "title": ["Loss aversion, presidential responsibility, and midterm congressional elections"], "id": "50|r3d100010255::eaafa80c73a89ba7077c10b25bde1e9a"}
520
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bc101a3e9b576c09ca1c129e3394579f", "id": {"identifier": "10.5517/cc9x6lz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Badshah Amin", "Shahzadi Saira", "Fettouhi Mohammed", "Ahmed Fiaz", "Shaheen Farkhanda", "Ali Saqib"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-006-9101-9"}], "id": "50|dli_resolver::828e46429b80b56abff526011533e31a", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and crystal structure of bis(4-methylpiperidine-dithiocarbamato-S,S′)-palladium(II)\""], "relatedDatasets": 1}
521
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cffbf6812307e305d346effc8cfb4dd0", "id": {"identifier": "af392054.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c55556e595d9661b667bbb6a12f7ca52", "id": {"identifier": "l29771.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::241a528afb54f403099d4f90dfa53b2e", "id": {"identifier": "dq288268.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0f022063ea391f2dc02a0968ab101ee5", "id": {"identifier": "ef126369.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::884292c70917c731e06297b36e9c476a", "id": {"identifier": "eu186781.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2356b93e0e8925a189c8e338d1f3bd03", "id": {"identifier": "ef055889.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ace5bd1d9a02a6519ef84f2c9829eb5b", "id": {"identifier": "dq288271.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aa72e40b6650b0adc28bde513b3352f2", "id": {"identifier": "eu186797.1", "schema": "ena"}}], "abstract": "", "author": ["Wilcox, Taylor M.", "Carim, Kellie J.", "Young, Michael K.", "Mckelvey, Kevin S.", "Schwartz, Michael K."], "localIdentifier": [{"type": "pmid", "id": "26536367"}], "id": "50|pubmed______::8e4d0f85f5244cf09d5246d7f3b3b500", "relatedPublications": 0, "date": ["2015-11-04"], "title": ["The Dual Challenges of Generality and Specificity When Developing Environmental DNA Markers for Species and Subspecies of Oncorhynchus."], "relatedDatasets": 8}
522
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::741c7a533778b9953d2f2ca9e01b3470", "id": {"identifier": "10.5517/cczzjjz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis of photoactive arrays consisting of Bodipy scaffoldings is described. The synthetic strategy involved first the construction of functionalised modules, then the use of specific Knoevenagel reactions. Boron-protection is required to avoid self-condensation. Comparison of thienylBodipy dyes with their phenyl analogues showed them to be both less chemically stable and more weakly fluorescent. In the multichromophoric species, efficient cascade energy transfer occurs upon absorption in the highest energy unit. The redox activity of the mixed dyes is analysed in terms of the behaviour of specific reference compounds.", "author": ["Retailleau Pascal", "Ziessel Raymond", "Mirloup Antoine"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tetlet.2013.06.039"}], "id": "50|dli_resolver::a566c58df123810124c587b0e6d46c54", "relatedPublications": 0, "date": [""], "title": ["\"Luminescent molecular solar concentrators made of multi-Bodipy dyes\""], "relatedDatasets": 1}
523
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::08991d236dd4a9c1384b7c6e71b2d494", "id": {"identifier": "10.5517/ccv70gj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The bicyclo­[3.3.1]nonane ring in the title compound, C39H44N2O, adopts a chair–boat conformation with the four benzene rings being directed away from the carbonyl group. The presence of C—H⋯O contacts leads to helical supra­molecular chains along the b axis.", "author": ["Tan Kong Wai", "Tiekink Edward R. T.", "Vijayakumar V.", "Rajesh K.", "Safwan A. P."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810016569"}], "id": "50|dli_resolver::b1c36fa0167e898a9876841826ae52f8", "relatedPublications": 0, "date": [""], "title": ["\"2,4,6,8-Tetrakis(4-ethylphenyl)-3,7-diazabicyclo3.3.1nonan-9-one\""], "relatedDatasets": 1}
524
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::34af96e8a76414aa5104da87776237c2", "id": {"identifier": "10.3886/icpsr07610.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Lutz, Byron", "Gilleskie, Donna"], "localIdentifier": [{"type": "icpsr", "id": "43116"}], "relatedPublications": 0, "title": ["The impact of employer-provided health insurance on dynamic employment transitions"], "id": "50|r3d100010255::5a7a4044dbf9033ae866cc7a3b6b8f07"}
525
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2a6ea3ef7c825e5b281e8b9ffca912a3", "id": {"identifier": "10.3886/icpsr20240.v8", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [], "abstract": "", "author": ["Levine, Erica", "Bosworth, Hayden B.", "Foley, Perry", "Steinberg, Dori", "Askew, Sandy", "Miranda, Heather", "Batch, Bryan C.", "Bennett, Gary G.", "Devries, Abigail", "Puleo, Elaine M.", "Svetkey, Laura P."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cct.2016.03.006"}], "id": "50|dedup_wf_001::fd72dedc1dc3898c14ed7155633e7968", "relatedPublications": 0, "date": ["2016"], "title": ["Track: A randomized controlled trial of a digital health obesity treatment intervention for medically vulnerable primary care patients"], "relatedDatasets": 1}
526
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bf9e9a1235485337fea7209a1dd72ceb", "id": {"identifier": "ae004092", "schema": "ena"}}], "abstract": "", "author": ["Steiner, K.", "Malke, H."], "localIdentifier": [{"type": "pmid", "id": "11717294"}], "id": "50|pubmed______::8e71a19ee7ed1fb1335cd6d0c70d8979", "relatedPublications": 0, "date": ["2001-12-01"], "title": ["relA-Independent amino acid starvation response network of Streptococcus pyogenes."], "relatedDatasets": 1}
527
{"typology": "publication", "publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::adcb1f6dc1b460b41cbad0fa681b597f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26828597&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::991547bf4e6ab45c1eec647ba4ceafe3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26828597&result=sequence_release", "schema": "url"}}], "abstract": "None: African swine fever is a haemorrhagic disease in pig production that can have disastrous financial consequences for farming. No vaccines are currently available and animal slaughtering or area zoning to restrict risk-related movements are the only effective measures to prevent the spread of the disease. Ornithodoros soft ticks are known to transmit the African swine fever virus (ASFV) to pigs in farms, following the natural epidemiologic cycle of the virus. Tick saliva has been shown to modulate the host physiological and immunological responses during feeding on skin, thus affecting viral infection. To better understand the interaction between soft tick, ASFV and pig at the bite location and the possible influence of tick saliva on pig infection by ASFV, salivary gland extract (SGE) of Ornithodoros porcinus, co-inoculated or not with ASFV, was used for intradermal auricular inoculation. Our results showed that, after the virus triggered the disease, pigs inoculated with virus and SGE presented greater hyperthermia than pigs inoculated with virus alone. The density of Langerhans cells was modulated at the tick bite or inoculation site, either through recruitment by ASFV or inhibition by SGE. Additionally, SGE and virus induced macrophage recruitment each. This effect was enhanced when they were co-inoculated. Finally, the co-inoculation of SGE and virus delayed the early local spread of virus to the first lymph node on the inoculation side. This study has shown that the effect of SGE was powerful enough to be quantified in pig both on the systemic and local immune response. We believe this model should be developed with infected tick and could improve knowledge of both tick vector competence and tick saliva immunomodulation.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0147869"}, {"type": "pbmid", "id": "26828597"}], "author": ["Lancelot Renaud", "Bernard Jennifer", "Holzmuller Philippe", "Hutet Evelyne", "Rodrigues Valérie", "Randriamparany Tantely", "Paboeuf Frédéric", "Le Potier Marie-Frédérique", "Vial Laurence"], "relatedPublications": 0, "id": "50|r3d100010527::b54f25431d021cfcd42705ce4e130a5a", "title": ["Effect of O. porcinus Tick Salivary Gland Extract on the African Swine Fever Virus Infection in Domestic Pig."], "relatedDatasets": 2}
528
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f419dd303d498d5cd102c717936bc6f9", "id": {"identifier": "10.3886/icpsr02760.v11", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Zaslavsky, Alan M.", "Cleary, Paul D.", "Keating, Nancy L.", "Ayanian, John Z.", "Rossi, Alice S."], "localIdentifier": [{"type": "icpsr", "id": "97068"}], "relatedPublications": 0, "title": ["Use of hormone replacement therapy by postmenopausal women in the United States"], "id": "50|r3d100010255::f46bcf67f77fe1dbfa145c8a71e865cc"}
529
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::dc3b3678be073b5f8879e9d48f57d056", "id": {"identifier": "10.3886/icpsr07675.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["(author unknown)"], "localIdentifier": [{"type": "icpsr", "id": "410"}], "relatedPublications": 0, "title": ["Criminal Justice Education and Training"], "id": "50|r3d100010255::9a73e3cf7d9e6804365872bce4014f7f"}
530
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::88c25fdf965fcc3567d2c13a248b11c1", "id": {"identifier": "10.5517/cc498th", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C 19 H 13 N 5 O 4 S.0.5CH 3 OH, the phenylazo group and the substituted benzene ring of the phenothiazine system are almost in the same plane, resulting in the formation of a conjugated system.", "author": ["Liu Y. C.", "Guo Q. X.", "Liu B.", "Zhu Y."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270196007597"}], "id": "50|dli_resolver::765c211fabdeea872255bb30dc8df2b4", "relatedPublications": 0, "date": [""], "title": ["\"(2,4-Dinitrophenyl)(10-methyl-3-phenothiazinyl)diazene Hemimethanol Solvate\""], "relatedDatasets": 1}
531
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::08c17309b5d607a7cd926a621f9f8b72", "id": {"identifier": "10.5517/ccxwnm1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6bb3b9c42c11e3274c0627fa6935c68c", "id": {"identifier": "10.5517/ccxwnl0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::80f00395f72ec41ec684b1d2b296b1bc", "id": {"identifier": "10.5517/ccxwnp3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::02c1bd70da04cb68c50007a7220cf0eb", "id": {"identifier": "10.5517/ccxwngw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::acff46ad0035a1e1d150658bb138cc6f", "id": {"identifier": "10.5517/ccxwnkz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::edd5113cb18d78312a768b673d04c8c3", "id": {"identifier": "10.5517/ccxwnhx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e9e48cef8091cfb293c2344dcfff29a1", "id": {"identifier": "10.5517/ccxwnn2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::42d9e90510c77cfa24d9efadb0269b15", "id": {"identifier": "10.5517/ccxwnjy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Nonbiaryl axially chiral 2-pyridones were synthesized and employed for light-induced electrocyclic 4π ring closure leading to bicyclo-β-lactam photoproducts in solution. The enantioselectivity in the photoproducts varied from 22 to 95% depending on the reaction temperature and the ability of the axially chiral chromophore to form intramolecular and/or intermolecular H-bonds with the solvent. On the basis of the differential activation parameters, entropic control of the enantiospecificity was observed for 2-pyridones lacking the ability to form H-bonds. Conversely, enthalpy played a significant role for 2-pyridones having the ability to form H-bonds.", "author": ["Ugrinov Angel", "Sivaguru Jayaraman", "Kumarasamy Elango", "Jesuraj Josepha L.", "Omlid Joseph N."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja203087a"}], "id": "50|dli_resolver::4b060218d9d3b364f9766b5ef2cdc15b", "relatedPublications": 0, "date": [""], "title": ["\"Light-Induced Enantiospecific 4π Ring Closure of Axially Chiral 2-Pyridones: Enthalpic and Entropic Effects Promoted by H-Bonding\""], "relatedDatasets": 8}
532
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0548aff0711a1992d564e41174e96f3e", "id": {"identifier": "10.5517/cc1467bx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a4fc7745c85acf4047ca21b55d4067e", "id": {"identifier": "10.5517/cc14679w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::09b7b5216c93a518a3b3bb7e8940cffa", "id": {"identifier": "10.5517/cc1467cy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This study probes the magnetic and ferroelectric ordering of the NH4M(HCO2)3 (M = Mn2+, Fe2+, Co2+ and Ni2+) frameworks using neutron diffraction, improving the understanding of the origins of the properties of these fascinating multiferroics. This rare study of the magnetic structure of a family of metal–organic frameworks shows that all four compounds exhibit antiferromagnetic coupling between neighbouring cations bridged by formate ligands. The orientation of the spin, however, changes in a highly unusual way across the series with the spins aligned along the c-axis for the Fe2+ and Ni2+ frameworks but lying in the ab plane for the other members of the series. This work also sheds new light on the nature of the ferroelectric order–disorder transition in these materials; probing changes in the ammonium cation across the transition and also shows that the Ni2+ framework does not undergo a transition to the polar P63 phase due to the smaller size of the Ni2+ cation. Finally trends in their anisotropic negative thermal expansion, which potentially enhances their ferroic behaviour, are quantified.", "author": ["Thompson Amber L.", "Lawler James M. M.", "Saines Paul J.", "Manuel Pascal"], "localIdentifier": [{"type": "doi", "id": "10.1039/c5dt00733j"}], "id": "50|dli_resolver::1055a6f2dfac0a03f001c2e0016785b7", "relatedPublications": 0, "date": [""], "title": ["\"Probing ferroic transitions in a multiferroic framework family: a neutron diffraction study of the ammonium transition metal formates\""], "relatedDatasets": 3}
533
{"typology": "publication", "publisher": ["Marine biotechnology (New York, N.Y.)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::af6b1ca691e1d47106a8c71367192366", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10852807&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4560763aec16f9ae4c9b8e6d8e2db151", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10852807&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::03c7e029c4f0428b9878833fd5b4c941", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10852807&result=sequence_release", "schema": "url"}}], "abstract": "None: To increase knowledge about the systematics and evolution of Mediterranean soles, we assessed mitochondrial DNA variation, molecular phylogeny, and evolution in eight species from the genera Solea, Microchirus, Monochirus, and Buglossidium by large ribosomal subunit (16S) and cytochrome b (cytb) sequence analysis. Relevant molecular features are the great variation of base composition among species at the third codon in cytb and the heterogeneity of the nucleotide substitution rate. Phylogenies recovered using 16S nucleotide and cytb amino acid sequences agree with those based on morphology in assessing monophyly of Solea species and ancestry of Buglossidium luteum, but they are against the intergeneric differentiation of Microchirus and Monochirus. Conversely, phylogenetic trees based on cytb nucleotide sequences yielded relationships among taxa regardless of their evolutionary histories. The incongruities between morphological and molecular issues suggest the need for reassessing the systematic value of some morphological characters. Approximate estimates of the divergence time of Mediterranean soleid lineages range from 40 to 13 Mya (Oligocene-Miocene), indicating an ancient origin for the group.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s101269900035"}, {"type": "pbmid", "id": "10852807"}], "author": ["Tommasini S", "Vallisneri M", "Tinti F", "Piccinetti C"], "relatedPublications": 0, "id": "50|r3d100010527::2f4dc85bad43a47722972d6bc0b83c2d", "title": ["Mitochondrial DNA variation, phylogenetic relationships, and evolution of four mediterranean genera of soles (soleidae, pleuronectiformes)."], "relatedDatasets": 3}
534
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c7f0c9263b33982c39197e331ff96a60", "id": {"identifier": "10.5061/dryad.kc4p4", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c7f0c9263b33982c39197e331ff96a60", "id": {"identifier": "10.5061/dryad.kc4p4", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ryan Michael J.", "Geipel Inga", "Lea Amanda M.", "Halfwerk Wouter", "Loning Hugo", "Ellers Jacintha", "Smit Judith A. H."], "localIdentifier": [{"type": "doi", "id": "10.1038/s41467-017-02067-1"}], "id": "50|dli_resolver::8b1836856805b9528169df900a9eab9e", "relatedPublications": 0, "date": [""], "title": ["\"Environmental conditions limit attractiveness of a complex sexual signal in the túngara frog\""], "relatedDatasets": 2}
535
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6ec005a7a2171b8180a30734e5ce7ce5", "id": {"identifier": "10.17182/hepdata.34624.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3d92014f1985ad481fed3717dd79e9d7", "id": {"identifier": "10.17182/hepdata.34624", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract   Measurements have been made of the double polarisation parameters  G  and  H  in the photoproduction of neutral pions from protons, for incident photon energies between 1300 MeV and 2300 MeV and for pion c.m. angles between 50δ and 80δ. The results are compared with predictions from a recent comprehensive analysis of earlier photoproduction data.", "author": ["Booth P.S.L.", "Wooff C.", "Galbraith W.", "Jackson J.N.", "Holt J.R.", "Rutherglen J.G.", "Gamet R.", "Edwards A.W.", "Hayman P.J.", "Court G.R.", "Bussey P.J.", "Phillips A.", "Rajaratnam V.H.", "Range W.H.", "Carroll L.J.", "Combley F.H."], "localIdentifier": [{"type": "doi", "id": "10.1016/0550-3213(79)90341-9"}], "id": "50|dli_resolver::2e5c496d467122f89d8fb5e290399ee5", "relatedPublications": 0, "date": [""], "title": ["\"Measurements of the double polarisation parameters G and H in neutral pion photoproduction\""], "relatedDatasets": 2}
536
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology", "Microbiology Society"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1f5eac6e36d3aacd996396e6023bc9d", "id": {"identifier": "10.15468/dl.bmsde1", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::be0845cbb64ed99b4de5724c1f1d03da", "id": {"identifier": "10.15468/dl.flbein", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::52944d952568690fd15be1f8be29e74e", "id": {"identifier": "10.15468/dl.evby99", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::21a77181775f3760fc476e7272ac2142", "id": {"identifier": "10.15468/dl.0u57m2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3d43d1a5c597bef5b443d8a019ff5f2c", "id": {"identifier": "10.15468/dl.umg0nq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6786e18f610f5da4b7ceccf3a93479c3", "id": {"identifier": "10.15468/dl.ly9rkw", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fc4b7b88722cc6de48ebd3a0611eca6b", "id": {"identifier": "10.15468/dl.uge2io", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f3b37d3483d91deb31fc5d8ad9832e16", "id": {"identifier": "10.15468/dl.1f1ttn", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2c41ceb80bcbf05eb33f102eaecc2187", "id": {"identifier": "10.15468/dl.wzvlwq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b2fba73c8a77fbd9c308d13ff904ccf0", "id": {"identifier": "10.15468/dl.vhrhed", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0cae5a98ae4eb5131993dd9ef9153f41", "id": {"identifier": "10.15468/dl.9yeqxt", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::454cb5c2468ec17f66b024ba25507e8d", "id": {"identifier": "10.15468/dl.6mqtyi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::80f66e4cffe6dc34f32e29f5000acd96", "id": {"identifier": "10.15468/dl.1ja2gp", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9464b9dafabbdcc7d12ffe3a828c150b", "id": {"identifier": "10.15468/dl.hcpc9u", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5f2649ba45fc3bb8a0bc3049a6a20711", "id": {"identifier": "10.15468/dl.dhign6", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::79287449a6695244fb2fe4ff19725fab", "id": {"identifier": "10.15468/dl.yk84ae", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4c9a736551eaa411dcbbfcfc1188ad80", "id": {"identifier": "10.15468/dl.k1i1cy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1eafe164206488b17345fadb29468f37", "id": {"identifier": "10.15468/dl.8ghn1v", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b2a33a1f6ef20a54933e7a1ba14c5e3e", "id": {"identifier": "10.15468/dl.mnguxv", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::69b167cebe770d593bcc52243ed9c67d", "id": {"identifier": "10.15468/dl.0ryefx", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::41b02bc9dbd59429e9a03b7ee6bae0af", "id": {"identifier": "10.15468/dl.u92glf", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f644f1f368b1e4d26dc260b2305b5f06", "id": {"identifier": "10.15468/dl.acqt7p", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c03084eaeface8310938150ef05ea7f4", "id": {"identifier": "10.15468/dl.nya1q1", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::82f392aca35de4ed3e67111004e21127", "id": {"identifier": "10.15468/dl.7i4kod", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::58589430b801e371b19abbcfbafaaa8b", "id": {"identifier": "10.15468/dl.6hnpea", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::624fb28df6dd6c11d13b3c88a9d924fe", "id": {"identifier": "10.15468/dl.ypm4jx", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::85b9a7a1f3c308c95a2669e5c8886a6b", "id": {"identifier": "10.15468/dl.1zci7l", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::03d4c031dcccd08e6f270e161a611a82", "id": {"identifier": "10.15468/dl.ne27wt", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f99786dc237cf13cf476a292447d1692", "id": {"identifier": "10.15468/dl.axnlku", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::befc13b52e547f06ae53c13594acef57", "id": {"identifier": "10.15468/dl.dh0cr7", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::29e884741ebd6a7b74afd210b55bce81", "id": {"identifier": "10.15468/dl.r0weze", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::879f4daf02554a2143b3f50f346cb1a1", "id": {"identifier": "10.15468/dl.rbvvmy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a8a326e6ef38bfd3fe99a064adebda07", "id": {"identifier": "10.15468/dl.jw6c0n", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::45115fdc36be562272d1384be10ef2b4", "id": {"identifier": "10.15468/dl.ci28yh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::08d649065b78f0e41ba875c5867b3761", "id": {"identifier": "10.15468/dl.wx6m2e", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::091c78784a6797bd4f30f671f4116019", "id": {"identifier": "10.15468/dl.kpb0oh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6d9ccd8d37d64fdee95547ac4aa3361d", "id": {"identifier": "10.15468/dl.nppccz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecfe98aee6dac2d8cc6d373b14faf6d", "id": {"identifier": "10.15468/dl.hjr0yd", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::09cf065ca2d4337fb0e1057fb71df23d", "id": {"identifier": "10.15468/dl.hxhgli", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::81ed8d585ead3489ff3940daa7af536f", "id": {"identifier": "10.15468/dl.hnx8tc", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b5502d332f1651e96ad936ae05633468", "id": {"identifier": "10.15468/dl.1wtcio", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::76859b3b14137a82f6f22eddc933cce4", "id": {"identifier": "10.15468/dl.pclhy2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cf863b6e495fa16376cad682019a8560", "id": {"identifier": "10.15468/dl.kn4u7d", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::99d478b960739213c3248d4b7a7c88a0", "id": {"identifier": "10.15468/dl.efj0mu", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::86b0c50f55cfc40d203c8b883fb2b2d7", "id": {"identifier": "10.15468/dl.vigeow", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a9dd57b65a32b7d8d8888a11ea02969c", "id": {"identifier": "10.15468/dl.3xe3q8", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a5931798b629de06854a959313f07a6e", "id": {"identifier": "10.15468/dl.4nw090", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a3ee8266f9ee8a72a31a404dfaf44565", "id": {"identifier": "10.15468/dl.svpemk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0e7108ebeaa880510f86dc458d4fe9d3", "id": {"identifier": "10.15468/dl.ljofvp", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::42ec206e71f9a4f31bffcf5d4782027e", "id": {"identifier": "10.15468/dl.xwuwjc", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9c0a9bad97a5775e254debfb32d4d13b", "id": {"identifier": "10.15468/dl.8ufjc8", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b598ad27d8d2fb37811c49a58cd83e84", "id": {"identifier": "10.15468/dl.g4m52r", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e9536d0b8ab78e6b37c3ec0932cc0069", "id": {"identifier": "10.15468/dl.ghvhqr", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d25f51e49565d7a5a1341b2bd54c742e", "id": {"identifier": "10.15468/dl.ppriud", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5dc5313467b4f53ba5a71d8a90d4a70", "id": {"identifier": "10.15468/dl.zy3qde", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cafe6582036e59252fb5c9e1f1bb0141", "id": {"identifier": "10.15468/dl.ewq7ai", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8c51650bdbf8db9fa3e61f7e358e2edb", "id": {"identifier": "10.15468/dl.6cs0pm", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::875ca6fc325febc60cbc5928f62de5eb", "id": {"identifier": "10.15468/dl.8rnwae", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecdef8da5d3092fa6045dd6b870f073", "id": {"identifier": "10.15468/dl.7bb4uk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::43b10b17e408066194d0e969f4a1c46c", "id": {"identifier": "10.15468/dl.rpvodb", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f56b453847095271c227b64e18b5a792", "id": {"identifier": "10.15468/hcojax", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::13ac05c8f668267e55b0a26c602f22a4", "id": {"identifier": "10.15468/dl.kptvjm", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::104abe2797fffb3ad67ac3210a674416", "id": {"identifier": "10.15468/dl.krxugt", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::85e5c1b96c7ac6cfed1edcf266a430b2", "id": {"identifier": "10.15468/dl.js37x9", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dd5ba42e461ff7847790f3b076ecec79", "id": {"identifier": "10.15468/dl.m8lq3g", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3e744e663a4bd3c9ae6f77aa20021034", "id": {"identifier": "10.15468/dl.lzcpxe", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::75c1fa0e3e5d1b950f01eede17d3c2d0", "id": {"identifier": "10.15468/dl.vernsy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c44513d9fd04247ab62a189f4c76d48f", "id": {"identifier": "10.15468/dl.ecqsna", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f176fef98011ca832570fc6d5d4997e6", "id": {"identifier": "10.15468/dl.uhuoks", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4e65bccae17cbd114db45b992e2abdb4", "id": {"identifier": "10.15468/dl.mgllzh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::339e1d2fdb753d2ebed56c18ba143152", "id": {"identifier": "10.15468/dl.9pirty", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3bdba2103daa95486cf24cc71cabcdc2", "id": {"identifier": "10.15468/dl.mgm2pq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::60c90637bac9de39144d6c3fc434fa39", "id": {"identifier": "10.15468/dl.lecdzw", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::63e0d0e0edf026fe0f959f555cd459fb", "id": {"identifier": "10.15468/dl.7xbirz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f00fd3cb213f41fa1a4670a032194bb5", "id": {"identifier": "10.15468/dl.fiou8c", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::19b9332effbc0ca7a89fde83ed97ae54", "id": {"identifier": "10.15468/dl.68hxb4", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69b63eed48e1a1d2bd96c5f6937499e5", "id": {"identifier": "10.15468/dl.0zeinh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e130a2b363abcec7a6d6672971a7e527", "id": {"identifier": "10.15468/dl.p0ynfi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5838a9dce26225447cabf86e88c5a6cc", "id": {"identifier": "10.15468/dl.ucaqan", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4e243a7d6e7da74e098ef2dc87d7f208", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15388753&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::013dbc0f44523de191f8ec3b60da6eaa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15388753&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::25f005cc67eae71d5dbc4b2045891b4e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15388753&result=sequence_release", "schema": "url"}}], "abstract": "None: Two Gram-negative, non-motile, non-spore-forming, rod-shaped strains, SW-2T and SW-26, were isolated from sea water of the East Sea in Korea. These organisms grew optimally at 37 degrees C and in the presence of 2-3 % (w/v) NaCl. They did not grow without NaCl or in the presence of >9 % (w/v) NaCl. Strains SW-2T and SW-26 were characterized chemotaxonomically as having MK-7 as the predominant isoprenoid quinone and iso-C(15 : 0) as the major fatty acid. The DNA G + C content of strains SW-2T and SW-26 was 43 mol%. A neighbour-joining tree based on 16S rRNA gene sequences showed that strains SW-2T and SW-26 fell within the Cytophaga-Flavobacterium-Bacteroides group and formed a coherent cluster with Hongiella species. Strains SW-2T and SW-26 showed a 16S rRNA gene sequence similarity value of 99.9 % and a mean DNA-DNA relatedness level of 87 % to each other. Levels of 16S rRNA gene sequence similarity between strains SW-2T and SW-26 and the type strains of two Hongiella species ranged from 94.2 to 96.6 %. On the basis of phenotypic and chemotaxonomic properties and phylogenetic distinctiveness, strains SW-2T and SW-26 should be placed in the genus Hongiella as members of a novel species, for which the name Hongiella marincola sp. nov. is proposed. The type strain is SW-2T (= KCTC 12180T = DSM 16067T).", "author": ["Oh Tae-Kwang", "Yoon Jung-Hoon", "-H, Yoon J.", "Yeo Soo-Hwan"], "localIdentifier": [{"type": "pbmid", "id": "15388753"}, {"type": "doi", "id": "10.1099/ijs.0.63170-0"}], "id": "50|dedup_wf_001::b82370225260581e6a29b825fe3bb917", "relatedPublications": 0, "date": [""], "title": ["Hongiella marincola sp. nov., isolated from sea water of the East Sea in Korea"], "relatedDatasets": 82}
537
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4c27fa3b8b58eab3bf50c5687155dd4b", "id": {"identifier": "v01103", "schema": "ena"}}], "abstract": "", "author": ["Thomas Stratmann", "Kang, Angray S."], "localIdentifier": [{"type": "pmid", "id": "15963231"}], "id": "50|pubmed______::19f55142255d168b4055ecf1926a12ae", "relatedPublications": 0, "date": ["2005-06-17"], "title": ["Cognate peptide-receptor ligand mapping by directed phage display."], "relatedDatasets": 1}
538
{"typology": "publication", "publisher": ["PeerJ"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::18b89f5cbffe2cc7df762bb2b3857302", "id": {"identifier": "10.7287/peerj.1984v0.1/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::25d3257563b5d8702bbe7a15fe1d22f7", "id": {"identifier": "10.7287/peerj.1984v0.2/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5161b0db2aa0ce993cf5b21b845749fa", "id": {"identifier": "10.7287/peerj.1984v0.1/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7f86f2effa990f2215b92922650f5406", "id": {"identifier": "10.7287/peerj.1984v0.1/reviews/3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Turf algae are becoming more abundant on coral reefs worldwide, but their effects on other benthic organisms remain poorly described. To describe the general characteristics of competitive interactions between corals and turf algae, we determined the occurrence and outcomes of coral–turf algal interactions among different coral growth forms (branching, upright, massive, encrusting, plating, and solitary) on a shallow reef in Vietnam. In total, the amount of turf algal interaction, i.e., the proportion of the coral boundary directly bordering turf algae, was quantified for 1,276 coral colonies belonging to 27 genera and the putative outcome of each interaction was noted. The amount of turf algal interaction and the outcome of these interactions differed predictably among the six growth forms. Encrusting corals interacted most often with turf algae, but also competed most successfully against turf algae. The opposite was observed for branching corals, which rarely interacted with turf algae and rarely won these competitive interactions. Including all other growth forms, a positive relationship was found between the amount of competitive interactions with neighboring turf algae and the percentage of such interaction won by the coral. This growth form dependent ability to outcompete turf algae was not only observed among coral species, but also among different growth forms in morphologically plastic coral genera (Acropora, Favia, Favites, Montastrea, Montipora, Porites) illustrating the general nature of this relationship.", "author": ["Swierts Thomas", "Ja, Vermeij Mark"], "localIdentifier": [{"type": "doi", "id": "10.7717/peerj.1984"}], "id": "50|dli_resolver::bf7e2baa567029256911d83510942026", "relatedPublications": 0, "date": [""], "title": ["\"Competitive interactions between corals and turf algae depend on coral colony form\""], "relatedDatasets": 4}
539
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7d4ecc1af69d1a7d19d1f3c9860ea949", "id": {"identifier": "10.3886/icpsr09723.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3caf83cc0dc061e6c5c5523ec99429ca", "id": {"identifier": "10.3886/icpsr03085.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d44d59f2b83b40fd9cb6d000b7c522cc", "id": {"identifier": "10.3886/icpsr09811.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::08b6c9b63582232c05ee4ba1c13c4d68", "id": {"identifier": "10.3886/icpsr09879.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::28bccc9d278d7f9a7fe89d5cd85ce3cc", "id": {"identifier": "10.3886/icpsr06799.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c41a29ea3b18011b0a28886211680e37", "id": {"identifier": "10.3886/icpsr03897.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::125ea26ccd744ac0f69a94e05dbfef4c", "id": {"identifier": "10.3886/icpsr06257.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::14bc510a6fc5ea8fc6fdfa4f02d3ac1d", "id": {"identifier": "10.3886/icpsr09724.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::98d8918721c579b91b2f30356ef151dc", "id": {"identifier": "10.3886/icpsr06546.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::60fd0073335e255bd450d77ab5af69a9", "id": {"identifier": "10.3886/icpsr03874.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cd3925ba2a880abdd1daf8a092c3f2f0", "id": {"identifier": "10.3886/icpsr03473.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b8a7300a278e061e23b8d4331a24f7d9", "id": {"identifier": "10.3886/icpsr03306.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0c446cb95e987ca3aead173a4a3a1ce4", "id": {"identifier": "10.3886/icpsr09812.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c2828ff03b37ec20e8cb00acf432d8aa", "id": {"identifier": "10.3886/icpsr06299.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::04aaaafe19abb8cd4a618fbd252ca1de", "id": {"identifier": "10.3886/icpsr04640.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eedf6d6af86421a857ffe23d999bfa6e", "id": {"identifier": "10.3886/icpsr06320.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::887b67dc739342701b2aa5202fd6eff2", "id": {"identifier": "10.3886/icpsr09880.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::aa1e1bca766f38269e2b75901fe82ffa", "id": {"identifier": "10.3886/icpsr02702.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0f1d94f1d52bb22e6ac5f589b40b113a", "id": {"identifier": "10.3886/icpsr02392.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::1466dda444dc6279cacb0be611872ece", "id": {"identifier": "10.3886/icpsr02201.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::171bfe93e7894bed2046b1f8bc68d7c7", "id": {"identifier": "10.3886/icpsr06319.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 21, "relatedUnknown": 0, "externalRels": [], "author": ["Mensah, George A.", "Ayala, Carma", "Zheng, Kan", "Zheng, Zhi-Jie", "Hyduk, Alexandra", "Croft, Janet B."], "localIdentifier": [{"type": "icpsr", "id": "87605"}], "relatedPublications": 0, "title": ["Pulmonary hypertension surveillance--United States, 1980-2002"], "id": "50|r3d100010255::f40640e3bf24137f9b196c2db28c08ca"}
540
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a65afeab6ba8f316dacb067dc2726098", "id": {"identifier": "bc001110", "schema": "ncbi-n"}}], "abstract": "", "title": ["Peripheral benzodiazepine receptor regulates vascular endothelial activations via suppression of the voltage-dependent anion channel-1"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.febslet.2012.03.049"}], "id": "50|elsevier____::c2a59f91b7a9dbb4f5111ef9a6ff0001", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 1}
541
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 6, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::df1d4d3289193d5eb43c9645dc3e5fc4", "id": {"identifier": "x00686", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5b101c937b4196c2d528eed97b34ad9c", "id": {"identifier": "ay321510", "schema": "genbank"}}], "abstract": "", "title": ["Aryl Hydrocarbon Receptor Nuclear Translocator and Upstream Stimulatory Factor Regulate"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2007.03.075"}], "id": "50|elsevier____::c9617b9402ad9463717ad343cb0425e8", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 3}
542
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0e179b24df9f62ef20fb49aa9a2a4599", "id": {"identifier": "af177379", "schema": "ena"}}], "abstract": "", "author": ["Singh, Mohan B.", "Bhalla, Prem L.", "Ruby Tiwari"], "localIdentifier": [{"type": "pmid", "id": "19187539"}], "id": "50|pubmed______::5fa86c638db92eb01b1caafd64d5663c", "relatedPublications": 0, "date": ["2009-02-02"], "title": ["Mapping of IgE-binding regions on recombinant Cyn d 1, a major allergen from Bermuda Grass Pollen (BGP)."], "relatedDatasets": 1}
543
{"typology": "publication", "publisher": ["Inter-Research Science Center"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::63945faba0a9c5ce442b666ca33525f1", "id": {"identifier": "10.1594/pangaea.715967", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We examined a 32 mo continuous record of the flux of diatoms, silicoflagellates and bulk components collected between November 2000 and July 2003 at the pelagic mooring site Java Moor- ing (JAM), off southern Java in the tropical southeastern Indian Ocean. Temporal variations in the flux mainly reflected the dynamics of monsoon-driven seasonality of oceanographic and atmospheric conditions. Highest diatom fluxes coincided with the SE monsoon season during La Nina in Septem- ber 2001, with the NW monsoon season in February/March 2003 and with the early SE monsoon sea- son in 2003. Enhanced fluxes of diatoms, opal and organic carbon toward the end of the NW monsoon season are related to riverine nutrient inputs and the subsequent development of diatom-dominated phytoplankton blooms. During the SE monsoon season, the entrainment of nutrients from the subsur- face into surface waters, due to upwelling, enhanced flux. A highly diverse diatom community characterized the fluxes throughout the sampling period. Several pelagic, warm-water species of the genus Nitzschia, accompanied by Thalassionema nitzschioides var. parva and T. nitzschioides var. inflata, dominated during periods of strong stratification, high sea surface temperature and low sur- face water productivity. The simultaneous occurrence of the pelagic Azpeitia tabularis, Fragilariopsis doliolus and Planktoniella sol and the coastal planktonic diatoms Actinocyclus curvatulus and Tha- lassiosira oestrupii var. venrickae reveals the intermingling of water masses of moderate-to-low nutrient content. Coastal upwelling diatoms Thalassionema nitzschioides var. nitzschioides and rest- ing spores of Chaetoceros spp. occur most abundantly during the NW monsoon season. The diatom assemblage at the JAM site responded, with slight changes, to El Nino/Southern Oscillation occurrence. The co-occurrence of diatom species with different ecological affinities mirrors the fact that the JAM site was located in a region with large hydrographic variability over short time intervals.", "author": ["Rixen T", "Herunadi B", "Oe, Romero"], "localIdentifier": [{"type": "doi", "id": "10.3354/meps08013"}], "id": "50|dli_resolver::b534f112f3386b628401c7dce42d04b9", "relatedPublications": 0, "date": [""], "title": ["\"Effects of hydrographic and climatic forcing on diatom production and export in the tropical southeastern Indian Ocean\""], "relatedDatasets": 1}
544
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6c16d8bac41e20a273c028adc647c1b5", "id": {"identifier": "10.3886/icpsr08092.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Oden, M. H."], "localIdentifier": [{"type": "icpsr", "id": "23344"}], "relatedPublications": 0, "title": ["The fulfillment of promise: 40-year follow-up of the Terman giften group"], "id": "50|r3d100010255::4868fa029f054ede510f627b3a06dc47"}
545
{"typology": "publication", "publisher": ["Development (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f7d36cfbad0710e21d5e540b9ff4cf20", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15175247&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f32af4336bdc22e2586c10d28e92967", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15175247&result=coding_release", "schema": "url"}}], "abstract": "None: In plants, organs are generated post-embryonically from highly organized structures known as meristems. Cell division in the meristem is closely integrated with cell fate specification and organ formation. The presence of multiple cyclin-dependent kinases (CDKs) and their partner cyclins in plants and other multicellular organisms probably reflects the complexity of cell cycle regulation within developmental contexts. The Arabidopsis genome encodes at least eight CDKs and 30 cyclins. However, no mutants in any CDKs have been reported, and the function of the great majority of these genes in plant development is unknown. We show that HUA ENHANCER3 (HEN3), which encodes CDKE, a homolog of mammalian CDK8, is required for the specification of stamen and carpel identities and for the proper termination of stem cells in the floral meristem. Therefore, CDK8 plays a role in cell differentiation in a multicellular organism.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15175247"}], "author": ["Wang Wenming", "Chen Xuemei"], "relatedPublications": 0, "id": "50|r3d100010527::90847b60175af5d139c2285cf85f9c07", "title": ["HUA ENHANCER3 reveals a role for a cyclin-dependent protein kinase in the specification of floral organ identity in Arabidopsis."], "relatedDatasets": 2}
546
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::406ada462b877aadf598d1cae7e891dc", "id": {"identifier": "10.3886/icpsr09090.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::99972fb1f3cecc1671f1a8928158b2f9", "id": {"identifier": "10.3886/icpsr09374.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Kominski, Robert"], "localIdentifier": [{"type": "icpsr", "id": "17557"}], "relatedPublications": 0, "title": ["Educational Attainment in the United States: March 1989 and 1988"], "id": "50|r3d100010255::2b7b749d8e836b6ac4a658f69f723eaf"}
547
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e5d8e629b994095f8b7341a460a3e9d", "id": {"identifier": "10.5517/ccs2f6g", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title N-heterocyclic carbene derivative, C23H33N4+·Cl−, has been synthesized and characterized by elemental analysis, 1H and 13C NMR, IR spectroscopy and a single-crystal X-ray diffraction study. Ions of the title compound are linked by three C—H⋯Cl inter­actions. The seven-membered 1,3-diazepane ring has a form inter­mediate between twist-chair and twist-boat.", "author": ["Çetinkaya Bekir", "VanDerveer Don", "Gök Yetkin", "Arslan Hakan", "Özdemir İsmail"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808041603"}], "id": "50|dli_resolver::48d03ce7b8bc1a1419f729fe3b677ca6", "relatedPublications": 0, "date": [""], "title": ["\"1,3-Bis4-(dimethylamino)benzyl-4,5,6,7-tetrahydro-1H-1,3-diazepan-2-ium chloride\""], "relatedDatasets": 1}
548
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::34af96e8a76414aa5104da87776237c2", "id": {"identifier": "10.3886/icpsr07610.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Hussain, Mofakhar"], "localIdentifier": [{"type": "icpsr", "id": "15168"}], "relatedPublications": 0, "title": ["Role of Time Preference in the Correlation Between Health and Education"], "id": "50|r3d100010255::cfe54d0b2b25cb7a5af82f91144ce3b8"}
549
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::946f1acc52b11cd10171818c5cc56549", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8692846&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cb39a56e55fb8695518e01f8cd8f7ee5", "id": {"identifier": "u57043", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5c6ef6ccd1219e8e1c11c9b18717f6d4", "id": {"identifier": "u57045", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::86f9667220ef6c15fe7ab1cc79d5377c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8692846&result=coding_release", "schema": "url"}}], "abstract": "None: Nucleotide sequences were determined for the gamma1- and gamma2-globin loci from representatives of the seven anciently separated clades in the three extant platyrrhine families (Atelidae, Pitheciidae, and Cebidae). These sequences revealed an evolutionary trend in New World monkeys either to inactivate the gamma1 gene or to fuse it with the gamma2 gene, i.e. to have only one functional fetally expressed gamma gene. This trend is clearly evident in six of the seven clades: (i) it occurred in atelids by deletion of most of the gamma1 gene in the basal ancestor of this clade; (ii-iv) in pitheciid titi, saki, and cebid capuchin monkeys by potentially debilitating nucleotide substitutions in the proximal CCAAT box of the gamma1 promoters and (v and vi) in cebid owl and squirrel monkeys by crossovers that fused 5' sequence from gamma1 with 3' sequence from gamma2. In the five clades with gamma1 and gamma2 loci separated by intergenic sequences (the fifth clade being the cebid marmosets), the gamma2 genes retained an unaltered proximal CCAAT motif and their gamma2 promoters accumulated fewer nucleotide substitutions than did the gamma1 promoters. Thus, phylogenetic considerations indicate that the stem platyrrhines, ancestral to all New World monkeys, had gamma2 as the primary fetally expressed gamma gene. A further inference is that when the earlier stem anthropoid gamma gene duplicated, gamma2 (at its greater downstream distance from epsilon) could evade embryonic activation by the locus control region but could be fetally activated once released by regulatory mutations from fetal repressors.", "author": ["Mp, Schneider", "Ch, Chiu", "Goodman, M.", "Meireles, C.", "Goodman M", "Meireles C", "Dl, Gumucio", "Schneider M P", "Sampaio I", "Gumucio D L", "Schneider H", "Schneider, H.", "Sampaio, I.", "Slightom J L", "Jl, Slightom", "Chiu C H"], "localIdentifier": [{"type": "pmid", "id": "8692846"}, {"type": "pbmid", "id": "8692846"}], "id": "50|dedup_wf_001::b8eb6caa25bf4a9f64133991fb8a27f2", "relatedPublications": 0, "date": ["1996-06-01"], "title": ["Reduction of two functional gamma-globin genes to one: an evolutionary trend in New World monkeys (infraorder Platyrrhini)."], "relatedDatasets": 4}
550
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c05acad61f2acd3425aafc1717b7a81f", "id": {"identifier": "10.5517/ccvygv2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The role of steric hindrance in controlling the binding mode of propylene oxide to a novel vanadyl salen-type complex N,N′-bis(5-tert-butylsalicylidene)-1,2-cyclohexanediamino-vanadium(IV) oxide, [VO(3)], has been investigated using CW/pulse EPR, ENDOR and HYSCORE spectroscopy and compared to that of the parent complex N,N′-bis(3,5-di-tert-butylsalicylidene)-1,2-cyclohexanediamino-vanadium(IV) oxide, [VO(1)]. The single-crystal X-ray structure of [VO(3)]·HCCl3 has been determined by X-ray analysis and is complemented by DFT calculations and circular dichroism measurements. The structure of the complex in frozen solution, as revealed by the EPR methods, is in good agreement with the X-ray and DFT analyses. Removal of the ‘inner’ tert-butyl groups from the salicylidene rings reduces the steric hindrance between the ligand and epoxide substrate. As a result the selectivity for binding single enantiomers of propylene oxide in these complexes is reversed in [VO(3)] relative to [VO(1)].", "author": ["Morgan I. R.", "Kariuki B. M.", "Murphy D. M.", "Vinck E.", "Carter E.", "Tatchell T.", "Van Doorslaer S.", "Fallis I. A."], "localIdentifier": [{"type": "doi", "id": "10.1039/c1dt10378d"}], "id": "50|dli_resolver::d10ac67664be38be80257abfea693a1b", "relatedPublications": 0, "date": [""], "title": ["\"Structure and pulsed EPR characterization of N,N′-bis(5-tert-butylsalicylidene)-1,2-cyclohexanediamino-vanadium(iv) oxide and its adducts with propylene oxide\""], "relatedDatasets": 1}
551
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::97baba69d632c49602fd2906ebbb4c99", "id": {"identifier": "2mpf", "schema": "pdb"}}], "abstract": "cAMP signaling in the brain mediates several higher order neural processes. Hyperpolarization-activated cyclic nucleotide-gated (HCN) channels directly bind cAMP through their cytoplasmic cyclic nucleotide binding domain (CNBD), thus playing a unique role in brain function. Neuronal HCN channels are also regulated by tetratricopeptide repeat-containing Rab8b interacting protein (TRIP8b), an auxiliary subunit that antagonizes the effects of cAMP by interacting with the channel CNBD. To unravel the molecular mechanisms underlying the dual regulation of HCN channel activity by cAMP/TRIP8b, we determined the NMR solution structure of the HCN2 channel CNBD in the cAMP-free form and mapped on it the TRIP8b interaction site. We reconstruct here the full conformational changes induced by cAMP binding to the HCN channel CNBD. Our results show that TRIP8b does not compete with cAMP for the same binding region; rather, it exerts its inhibitory action through an allosteric mechanism, preventing the cAMP-induced conformational changes in the HCN channel CNBD.", "author": ["Saponaro Andrea", "Hu Lei", "Matzapetakis Manolis", "Banci Lucia", "Hammann Christian", "Thiel Gerhard", "Santoro Bina", "Cantini Francesca", "Moroni Anna", "Pauleta Sofia R.", "Donadoni Chiara"], "localIdentifier": [{"type": "doi", "id": "10.1073/pnas.1410389111"}], "id": "50|dli_resolver::2365547096071cff36b3eb81759fa8f1", "relatedPublications": 0, "date": [""], "title": ["\"Structural basis for the mutual antagonism of cAMP and TRIP8b in regulating HCN channel function\""], "relatedDatasets": 1}
552
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::140e8288fcf7d88fe598c826114d22ac", "id": {"identifier": "eu262658", "schema": "ena"}}], "abstract": "", "author": ["Zhong Huang", "Si-Dong Xiong", "Hai-Bo Wang", "Chuan Li", "Xiao-Xin Ren", "Li Ma", "Qing-Wei Liu", "Jian-Hua Wang", "Li Wu"], "localIdentifier": [{"type": "pmid", "id": "24620896"}], "id": "50|pubmed______::5b4b751acd4c8c1f3f7946292aad36f4", "relatedPublications": 0, "date": ["2014-03-12"], "title": ["The molecule of DC-SIGN captures enterovirus 71 and confers dendritic cell-mediated viral trans-infection."], "relatedDatasets": 1}
553
{"typology": "publication", "publisher": ["Mycologia"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8a22574fd05b29d49cda686cfc605eda", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22675047&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7069bc33886a9e006bf9b3d036196f42", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22675047&result=sequence_release", "schema": "url"}}], "abstract": "None: The phylogenetic position of a new species of Anhellia (Myriangiales) was investigated by analysis of nucleotide sequences of ribosomal large subunit (LSU) and ITS regions. The new sequence was aligned with 28 sequences obtained from GenBank, including four species of Davidiellaceae (Capnodiales) used as outgroup. This study is the first attempt to resolve the placement of the genus Anhellia within Myriangiales. The genus Anhellia was strongly supported in Myriangiaceae by phylogenetic analyses. In addition, A. nectandrae sp. nov., collected on Nectandra rigida from a fragment of Atlantic forest in Brazil, is described, illustrated and a table with morphological features to all known Anhellia species is provided.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.3852/12-032"}, {"type": "pbmid", "id": "22675047"}], "author": ["Bragança Carlos Augusto Dorea", "Nicoli Alessandro", "Junior Jaime Honorato", "Junior Braz Tavares Hora", "Pinho Danilo Batista", "Pereira Olinto Liparini"], "relatedPublications": 0, "id": "50|r3d100010527::34bf26d359f6d3ad8c7b896413430b18", "title": ["Phylogenetic placement of the genus Anhellia and the description of A. nectandrae sp. nov."], "relatedDatasets": 2}
554
{"typology": "publication", "publisher": ["AIDS research and human retroviruses"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::41c7752bf8a53ffb7a899bfdf17fc4ba", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25523403&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a9d19e5e336a1e261777d7e2f9770c3e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25523403&result=sequence_release", "schema": "url"}}], "abstract": "None: We sequenced near full length SIVdrl genomes from four captive drills (Mandrillus leucophaeus). All four animals were born in captivity in German zoos. Although serologically SIV negative before acquisition in zoo A in 2008 and 2009, during a routine analysis all four animals were determined to be SIV antibody positive in 2011. Comparisons of the four new SIVdrl sequences showed high identity among each other (90.7-97.7% in env) and to the only published full length sequence SIVdrl FAO (90.5-92.8% in env), which is also derived from a captive drill. SIVdrl infections seem to be highly prevalent in captive drills, probably resulting from frequent animal transfers between the zoos in an effort to maintain this highly endangered species and its genetic diversity. This should be kept in mind as SIVdrl may be transmitted to uninfected animals in open groups and potentially also to animal keepers having contact with these nonhuman primates.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1089/aid.2014.0244"}, {"type": "pbmid", "id": "25523403"}], "author": ["Foley Brian T", "Geiger Christina", "Dietrich Ursula", "Landersz Margot", "Stahl-Hennig Christiane"], "relatedPublications": 0, "id": "50|r3d100010527::e10d56920ef16446c656f8f0d5d666d6", "title": ["Genetic characterization of near full length SIVdrl genomes from four captive drills (Mandrillus leucophaeus)."], "relatedDatasets": 2}
555
{"typology": "publication", "publisher": ["Developmental genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::eb768e5d920116581b3677ebd7cb1686", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1304422&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0fb18c9842f7c98b44edf2ce2789ec9f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1304422&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4556a8edb46a4ee3eea98603f5a64f1c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1304422&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::432b8d6b6e99a2354e673ef47dc0f743", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1304422&result=noncoding_release", "schema": "url"}}], "abstract": "None: The REC104 gene was initially defined by mutations that rescued the inviability of a rad52 spo 13 haploid strain in meiosis. We have observed that rec104 mutant strains undergo essentially no induction of meiotic gene conversion, and we have not been able to detect any meiotic crossing over in such strains. The REC104 gene has no apparent role in mitosis, since mutations have no observable effect on growth, mitotic recombination, or DNA repair. The DNA sequence of REC104 reveals that it is a previously unknown gene with a coding region of 549-bp, and genetic mapping has localized the gene to chromosome VIII near FUR1. Expression of the REC104 gene is induced in meiosis, and it appears that the gene is not transcribed in mitotic cells. Possible roles for the REC104 gene product in meiosis are discussed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1304422"}], "author": ["Galbraith A M", "Malone R E"], "relatedPublications": 0, "id": "50|r3d100010527::9b75765642d0c21c18996851f1573383", "title": ["Characterization of REC104, a gene required for early meiotic recombination in the yeast Saccharomyces cerevisiae."], "relatedDatasets": 4}
556
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1ba6a006f3f6bf0feddb32c2d0e9c907", "id": {"identifier": "10.5517/cc13ypnd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A 1D anionic lanthanide coordination polymer {[(CH3)2NH2] [(H2abtc)2Ho(H2O)]}n (1) (H4abtc = 3,3′,5,5′-azobenzene-tetracarboxylic acid) has been synthesized under hydrothermal reaction conditions. The protonated [(CH3)2NH2]+ is generated from decomposed DMA during the reaction, and balances the negative charge of the framework. The as-obtained samples were characterized using single-crystal and powder X-ray diffraction and TGA. Interestingly, 1 can selectively capture cationic dye molecules from mixtures of dye molecules containing different charges in aqueous solutions. Furthermore, 1 exhibits a different adsorption efficiency toward different cationic dyes (crystal violet, rhodamine B, safranine T and methylene blue). Among the studied dyes, methylene blue has a higher adsorption efficiency in comparison to the others. Thus, complex 1 could serve as a good candidate material for the selective removal of cationic dyes during the treatment of wastewater.", "author": ["Liu Xin", "Gu Wen", "Du Pei-Yao", "Li Hui", "Fu Xin"], "localIdentifier": [{"type": "doi", "id": "10.1039/c5dt01848j"}], "id": "50|dli_resolver::1f375b2fb6e3dacf3f7cefd1b7cc18d5", "relatedPublications": 0, "date": [""], "title": ["\"A 1D anionic lanthanide coordination polymer as an adsorbent material for the selective uptake of cationic dyes from aqueous solutions\""], "relatedDatasets": 1}
557
{"typology": "publication", "publisher": ["Zootaxa"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6e3ee2b811f386fbcb898784aa7d8c91", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26624626&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ae80651c2a0b6d6c6e56b141e93a0641", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26624626&result=sequence_release", "schema": "url"}}], "abstract": "None: We describe a new, medium-sized Leptolalax species from the Kon Tum Plateau of Vietnam and adjacent Cambodia. Leptolalax isos sp. nov. is distinguished from its congeners by a combination of an absence of distinct dark brown/black dorsolateral markings; toes with rudimentary webbing, wide lateral dermal fringes in males and weak or absent lateral dermal fringes in females; most males with wide lateral dermal fringes on Finger II, a body size of 23.7-27.9 mm in 38 adult males and 28.6-31.5 mm in 9 adult females, near immaculate white chest and belly; absence of white speckling on the dorsum; and a call consisting of 2-3 notes with a dominant frequency of 5.9-6.2 kHz (at 22.4-22.8º C). Uncorrected sequence divergences between L. isos sp. nov. and all homologous 16S rRNA sequences available are &gt;10%. At present, the new species is known from montane evergreen forest between ~650-1100 m elevation in northeastern Cambodia and central Vietnam. Habitat within the range of the new species is threatened by deforestation and upstream hydroelectric dams.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26624626"}, {"type": "doi", "id": "10.11646/zootaxa.4039.3.1"}], "author": ["Neang Thy", "Nguyen Tao T", "Stuart Bryan L", "Hoang Huy D", "Emmett David A", "Dau Vinh Q", "Rowley Jodi J L"], "relatedPublications": 0, "id": "50|r3d100010527::40131b7c41462b8d6b6a2dc25ed20008", "title": ["A new species of Leptolalax (Anura: Megophryidae) from Vietnam and Cambodia."], "relatedDatasets": 2}
558
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::bedcacecd16ca180ce7e890b6f11640a", "id": {"identifier": "1o75", "schema": "pdb"}}], "abstract": "Abstract Syphilis is a complex sexually transmitted disease caused by the spirochetal bacterium Treponema pallidum. T. pallidum has remained exquisitely sensitive to penicillin, but the mode of action and lethal targets for β-lactams are still unknown. We previously identified the T. pallidum 47-kDa lipoprotein (Tp47) as a penicillin-binding protein (PBP). Tp47 contains three hypothetical consensus motifs (SVTK, TEN, and KTG) that typically form the active center of other PBPs. Yet, in this study, mutations of key amino acids within these motifs failed to abolish the penicillin binding activity of Tp47. The crystal structure of Tp47 at a resolution of 1.95 A revealed a fold different from any other known PBP; Tp47 is predominantly β-sheet, in contrast to the α/β-fold common to other PBPs. It comprises four distinct domains: two complex β-sheet-containing N-terminal domains and two C-terminal domains that adopt immunoglobulin-like folds. The three hypothetical PBP signature motifs do not come together to form a typical PBP active site. Furthermore, Tp47 is unusual in that it displays β-lactamase activity (k cat for penicillin = 271 ± 6 s−1), a feature that hindered attempts to identify the active site in Tp47 by co-crystallization and mass spectrometric techniques. Taken together, Tp47 does not fit the classical structural and mechanistic paradigms for PBPs, and thus Tp47 appears to represent a new class of PBP.", "author": ["Tomchick Diana R.", "Machius Mischa", "Norgard Michael V.", "Deka Ranjit K."], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m207402200"}], "id": "50|dli_resolver::d4a7a3e1788b7bef52dfa203968f6e78", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure of the 47-kDa Lipoprotein ofTreponema pallidumReveals a Novel Penicillin-binding Protein\""], "relatedDatasets": 1}
559
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::53778622d8eb2d4cb747ab01d4084bd4", "id": {"identifier": "10.6084/m9.figshare.c.3976368", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fa5971f24145a2083fcefbe829432c69", "id": {"identifier": "10.6084/m9.figshare.c.3976368.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::04d9e172bbabcc88ca00e6f28c1948da", "id": {"identifier": "10.6084/m9.figshare.5786301.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wang Fen", "Shah Syed Tahir Abbas", "Ye Lin", "Jiang Wen G.", "Malik Muhammad Faraz Arshad", "Khan Jahangir Sarwar", "Riaz Syeda Kiran"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12964-017-0213-y"}], "id": "50|dli_resolver::509bafd20ca4df52994bad8358b8bf58", "relatedPublications": 0, "date": [""], "title": ["Involvement of hedgehog pathway in early onset, aggressive molecular subtypes and metastatic potential of breast cancer"], "relatedDatasets": 3}
560
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::7254eb353daa266a727a7955b9cee4aa", "id": {"identifier": "2zwy", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::932c92948cb496536b3018357585dc6b", "id": {"identifier": "1hl9", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::b008601709f51330fd298428b1410713", "id": {"identifier": "4ni3", "schema": "pdb"}}], "abstract": "", "title": ["Substrate specificity and transfucosylation activity of GH29 α-"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.nbt.2017.12.002"}], "id": "50|elsevier____::113a0cd3e17166b6c1ea42c569bec380", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 5}
561
{"typology": "publication", "publisher": ["Journal of hepatology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fc11ef7ca13bd3031537ad5b28accbdd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11830337&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::11c1d1a403006e7fa2ad082154b12b32", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11830337&result=coding_release", "schema": "url"}}], "abstract": "BACKGROUND/AIMS: Transmission of hepatitis B virus (HBV) in countries of intermediate endemicity, such as Italy, is thought to be primarily horizontal and, to a lesser extent, vertical. Most chronic carriers therefore become infected in infancy or at a very young age. The index cases in such events have been assumed to come from within the family unit or from sources outside the immediate family, with whom the affected person is in close contact. METHODS: We studied a number of Italian families with multiple members chronically infected with HBV. The precore/core region of the virus was amplified from serum derived HBV-DNA, and the sequences subjected to phylogenetic tree analysis. In addition, the extent of amino-acid variation within the core region was correlated to HLA type, determined by allele-specific PCR. RESULTS: The phylogenetic tree analysis provided strong evidence of intra-familial transmission of the virus. Analysis of amino-acid substitutions in the core region in relation to HLA class II alleles from members of the same family showed that these substitutions were restricted in siblings with concordant, and more diverse in those with discordant HLA haplotypes. CONCLUSIONS: This is consistent with major histocompatibility complex class II mediated selection pressure on the virus.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11830337"}], "author": ["Venturi-Pasini Carla", "Zampino Rosa", "Thursz Mark", "Lobello Salvatore", "Karayiannis Peter", "Dumpis Uga", "Chiaramonte Maria"], "relatedPublications": 0, "id": "50|r3d100010527::6680a090c3141be535aa342af8754b89", "title": ["Intra-familial transmission of hepatitis B virus in Italy: phylogenetic sequence analysis and amino-acid variation of the core gene."], "relatedDatasets": 2}
562
{"typology": "publication", "publisher": ["The Biochemical journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::89857cf6954056620c339b572c87137b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9359437&result=sequence_release", "schema": "url"}}], "abstract": "None: A gene responsive to thyroid hormone (TH) has been identified in the adult rat brain cerebral tissue. A cDNA probe differentially expressed in euthyroid, hypothyroid and hyperthyroid rat cerebral tissue, generated by reverse transcriptase-PCR differential display of mRNA, was used to screen the rat brain cDNA library. A 3.4 kb positive clone hybridized in Northern blots with a 3.8 kb mRNA that proved to be TH responsive (THR). The remaining coding sequence and a part of the 5' untranslated region of this cDNA were obtained by 5' rapid amplification of cDNA ends. The deduced amino acid sequence revealed that THR protein (THRP), a 68 kDa moiety, has 83% sequence similarity with c-Abl interactor protein (Abi-2), which is a substrate for tyrosine kinase activity of c-Abl. The extensive similarity between the two proteins suggests a potential role for THRP as a substrate for c-Abl. Northern analysis showed that the expression of THR mRNA in hyperthyroid rats is 6-fold that in euthyroid rats. There is also a 4-6-fold increase in the concentration of THRP, as analysed by Western analysis. Owing to the extensive similarity between rat THRP and human Abi-2, a polyclonal anti- (human Abi-2) antibody was successfully used for Western analysis of proteins from the rat tissues. The observed increase in both the mRNA and the protein did not decline after beta-adrenergic system blockade with propranolol, suggesting that the action of TH on the expression of this gene is not mediated through the beta-adrenergic system. Immunohistochemical studies revealed that neuronal cells were particularly rich in THRP. Both THR mRNA and THRP are rapidly induced in vivo after intravenous administration of thyroxine. Tissue distribution studies indicated that the cerebral tissue was particularly enriched with THR mRNA and 68 kDa THRP. A cDNA clone for a THR gene could provide a useful tool to study the molecular mechanisms of TH effects on cerebral tissue in adult animals.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9359437"}], "author": ["Mooradian A D", "Li J", "Shah G N", "Schneiderjohn P"], "relatedPublications": 0, "id": "50|r3d100010527::5dc0adf2428b8b3e766f240893622327", "title": ["Cloning and characterization of a complementary DNA for a thyroid hormone-responsive protein in mature rat cerebral tissue."], "relatedDatasets": 1}
563
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ed71a5732aef93b20dcb786f90390974", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10679194&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f5b8c89259b904d478e51eb3151a5739", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10679194&result=sequence_release", "schema": "url"}}], "abstract": "None: A 4.5-kb BamHI fragment of chromosomal DNA of Streptomyces collinus containing gene ftsZ was cloned and sequenced. Upstream of ftsZ are localized genes ftsQ, murG, and ftsW, and downstream is yfiH. Gene ftsA is not adjacent to ftsZ or other genes of the cloned fragment. Protein FtsZ was isolated and characterized with respect to its binding to GTP and GTPase activity. The binding of GTP to FtsZ was Ca(2+) or Mg(2+) dependent with an optimum at 10 mM. The rate of GTP hydrolysis by FtsZ was stimulated by KCl. The presence of Ca(2+) (3-5 mM) resulted in a significant increase of GTPase activity. Higher concentrations of Ca(2+) than 5 mM had an inhibitory effect on GTPase activity. These results indicate that divalent ions (Ca(2+) or Mg(2+)) can be involved in regulation of GTP binding and hydrolysis of FtsZ. The maximum level of FtsZ was detected in aerial mycelium when spiral loops and sporulation septa were formed. FtsZ is degraded after finishing sporulation septa.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10679194"}], "author": ["Zhulanova E", "Kofronová O", "Mikulík K", "Krátký M", "Benada O"], "relatedPublications": 0, "id": "50|r3d100010527::8a80f68cef63b22a1526d0c962b35f8b", "title": ["Isolation and characterization of dcw cluster from Streptomyces collinus producing kirromycin."], "relatedDatasets": 2}
564
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4c04256d732546d50894c72e23f2d36e", "id": {"identifier": "10.6084/m9.figshare.c.3596228", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0f8e8c565378b5ad14cb7c80e5da8d4b", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d6.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::518e6d1572d49e7337e0cbb5fd82bbc6", "id": {"identifier": "10.6084/m9.figshare.c.3596228.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::81a8eb261c7272cc135e930364fd662c", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d14.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::81060ca3c7dbef68c19ce065cdda74db", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d7.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cee2a41e0586e16a36e181edddefd109", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d11.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9d54f7f65d46b34a1ef7f136460021a1", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d15.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6f1eeffed2a49257adab2ddcce892548", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d16.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::257ea118bbaf3ea79b077b50b3f0daf3", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f0bdce3b755d4a11f778335f00a2b3da", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d8.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ad50309968af74ef171329301978ad2d", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::64af365827ab3a8b256a648f41a2bd2d", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d12.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fefd70a037b08ac129a84c624bd3e86b", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4b91a5ec479364bbffdffc71e5363f4b", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::182dbc7f969a0473d898f4468651abdd", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d9.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::059caa875134aaf979ea87cde468e230", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d5.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d9084f1c35fb9f040f8a459730b01698", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d10.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cbb3cb07bcfacb1cb2f147b5c9ac5132", "id": {"identifier": "10.6084/m9.figshare.c.3596228_d13.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Maize breeding germplasm used in Southwest China has high complexity because of the diverse ecological features of this area. In this study, the population structure, genetic diversity, and linkage disequilibrium decay distance of 362 important inbred lines collected from the breeding program of Southwest China were characterized using the MaizeSNP50 BeadChip with 56,110 single nucleotide polymorphisms (SNPs). With respect to population structure, two (Tropical and Temperate), three (Tropical, Stiff Stalk and non-Stiff Stalk), four [Tropical, group A germplasm derived from modern U.S. hybrids (PA), group B germplasm derived from modern U.S. hybrids (PB) and Reid] and six (Tropical, PB, Reid, Iowa Stiff Stalk Synthetic, PA and North) subgroups were identified. With increasing K value, the Temperate group showed pronounced hierarchical structure with division into further subgroups. The Genetic Diversity of each group was also estimated, and the Tropical group was more diverse than the Temperate group. Seven low-genetic-diversity and one high-genetic-diversity regions were collectively identified in the Temperate, Tropical groups, and the entire panel. SNPs with significant variation in allele frequency between the Tropical and Temperate groups were also evaluated. Among them, a region located at 130 Mb on Chromosome 2 showed the highest genetic diversity, including both number of SNPs with significant variation and the ratio of significant SNPs to total SNPs. Linkage disequilibrium decay distance in the Temperate group was greater (2.5–3 Mb) than that in the entire panel (0.5–0.75 Mb) and the Tropical group (0.25–0.5 Mb). A large region at 30–120 Mb of Chromosome 7 was concluded to be a region conserved during the breeding process by comparison between S37, which was considered a representative tropical line in Southwest China, and its 30 most similar derived lines. For the panel covered most of widely used inbred lines in Southwest China, this work representatively not only illustrates the foundation and evolution trend of maize breeding resource as a theoretical reference for the improvement of heterosis, but also provides plenty of information for genetic researches such as genome-wide association study and marker-assisted selection in the future.", "author": ["Li Bailin", "Li Lujiang", "Pan Guangtang", "Lan Hai", "Ren Zhiyong", "Wu Ling", "Liu Hailan", "Zhang Hua", "Jaqueth Jennifer", "Zhang Xiao", "Gao Shibin", "Liu Dan"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12864-016-3041-3"}], "id": "50|dli_resolver::9ffc09fd54e339e8dd750b7af0e657bd", "relatedPublications": 0, "date": [""], "title": ["\"Characterizing the population structure and genetic diversity of maize breeding germplasm in Southwest China using genome-wide SNP markers\""], "relatedDatasets": 18}
565
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5473cf36631045cabe8772f716ee21e7", "id": {"identifier": "10.7916/d8zg6q83", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["El-Sayed Abdulrahman M.", "Scarborough Peter", "Galea Sandro"], "localIdentifier": [{"type": "doi", "id": "10.1159/000343611"}], "id": "50|dli_resolver::00545c849218b795d9b51c8b671dab5c", "relatedPublications": 0, "date": [""], "title": ["Socioeconomic Inequalities in Childhood Obesity in the United Kingdom: A Systematic Review of the Literature"], "relatedDatasets": 1}
566
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e020a9eb31ce13ded01d4fd18240a36f", "id": {"identifier": "10.5517/cct8sxr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a2cdc4c764f2b40cee8136b6233bd9d1", "id": {"identifier": "10.5517/cct8sys", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new chiral Metal−Organic Framework (MOF), named DUT-7, has been synthesized from enantiopure (S)-2,2′-spirobiindane-5,5′-dicarboxylic acid ((S)-H2L) and zinc nitrate. The framework of the compound has the composition Zn4O((S)-L)3 as it is found for the IRMOF series, but in contrast to these MOFs, the crystal structure of DUT-7(RT) (RT: room temperature) which has to be assigned to the chiral space group P6322, has a completely different topology. The Zn4O clusters are not coordinated in an octahedral fashion but show only C3 symmetry and are arranged in a trigonal-prismatic manner. The framework is built of two interpenetrated nets with an acs topology related to each other by the 2-fold axes. DUT-7 is the first example of this rare framework topology constructed from Zn4O units. A reversible structural transformation was observed upon cooling during single crystal X-ray diffraction. The resulting crystal structure, denoted as DUT-7(LT) (LT: low temperature), is characterized by a Zn4O cluster not only ...", "author": ["Kaskel Stefan", "Senkovska Irena", "Baburin Igor A.", "Mueller Uwe", "Trapp Oliver", "Gedrich Kristina"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic9022085"}], "id": "50|dli_resolver::4378850be53c491dbce7435354ac1ec6", "relatedPublications": 0, "date": [""], "title": ["\"New Chiral and Flexible Metal−Organic Framework with a Bifunctional Spiro Linker and Zn4O-Nodes\""], "relatedDatasets": 2}
567
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f883bf2165f392b066bb6dca5424aa00", "id": {"identifier": "10.6084/m9.figshare.c.3700966.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2b7641b69a2d6a2dad6c7b54ee78d537", "id": {"identifier": "10.6084/m9.figshare.c.3700966", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bf1909411e9271320d6b451428f90b67", "id": {"identifier": "10.6084/m9.figshare.c.3700966_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::daaacd8889feb9261691141b4de8e2b9", "id": {"identifier": "10.6084/m9.figshare.c.3700966_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b7b992fd2a70ccfb1e227eb68e4cf763", "id": {"identifier": "10.6084/m9.figshare.c.3700966_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::724ab70e2b9fef77217a14290b305305", "id": {"identifier": "10.6084/m9.figshare.c.3700966_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Paner Gladell P.", "Gillard Marc", "Lack Justin", "Cam Maggie", "VanderWeele David J."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12967-017-1138-3"}], "id": "50|dli_resolver::f42525a97f36b9cea82373a77e98c786", "relatedPublications": 0, "date": [""], "title": ["Circulating tumor cells capture disease evolution in advanced prostate cancer"], "relatedDatasets": 6}
568
{"typology": "publication", "publisher": ["Genes & development"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::64427ef9c4b07a23085dda56032fea02", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1516832&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::07943ef2c147f2617336e3a824430415", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1516832&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::aa862dc436f3a4f651357d301dd35e73", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1516832&result=taxon", "schema": "url"}}], "abstract": "None: The stunted (stuA) gene product is required for the orderly differentiation and spatial organization of cell types of the Aspergillus nidulans conidiophore. Expression of the stuA gene is complex. Two transcripts, stuA alpha and stuA beta, are initiated from separate promoters. Transcription of both RNAs increases approximately 50-fold during the establishment of developmental competence. Induction-dependent transcriptional and post-transcriptional regulatory mechanisms further enhance expression 15-fold. Consistent with the latter observation, both transcripts have structural features characteristic of RNAs subject to translational control. Conidiophore morphogenesis requires regulatory interactions between the products of the stuA, bristle (brlA), and abacus (abaA) genes. Enhanced stunted expression is cell type specific and dependent on a functional BrlA protein. StuA affects the spatial localization of AbaA by acting directly, or indirectly, to repress abaA expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1516832"}], "author": ["Miller B L", "Wu J", "Miller K Y"], "relatedPublications": 0, "id": "50|r3d100010527::f2e47e0f0f27ea5557ea81ed84787cac", "title": ["StuA is required for cell pattern formation in Aspergillus."], "relatedDatasets": 3}
569
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::3291a21df31186405c3132d7669c9c6a", "id": {"identifier": "10.3886/icpsr03510.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Quinn, R.", "Mandilovitch, M."], "localIdentifier": [{"type": "icpsr", "id": "19939"}], "relatedPublications": 0, "title": ["Education and job satisfaction: A questionable payoff"], "id": "50|r3d100010255::668ed6f171d6d2e69890c2cfb7a15b81"}
570
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 4, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::aafb253c029e400af6dc43bc0d053791", "id": {"identifier": "2qmj", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1a67b46f7a4ea89567d5e1d4434ea0fd", "id": {"identifier": "2qly", "schema": "pdb"}}], "abstract": "Human maltase–glucoamylase (MGAM) is one of the two enzymes responsible for catalyzing the last glucose-releasing step in starch digestion. MGAM is anchored to the small-intestinal brush-border epithelial cells and contains two homologous glycosyl hydrolase family 31 catalytic subunits: an N-terminal subunit (NtMGAM) found near the membrane-bound end and a C-terminal luminal subunit (CtMGAM). In this study, we report the crystal structure of the human NtMGAM subunit in its apo form (to 2.0 A) and in complex with acarbose (to 1.9 A). Structural analysis of the NtMGAM–acarbose complex reveals that acarbose is bound to the NtMGAM active site primarily through side-chain interactions with its acarvosine unit, and almost no interactions are made with its glycone rings. These observations, along with results from kinetic studies, suggest that the NtMGAM active site contains two primary sugar subsites and that NtMGAM and CtMGAM differ in their substrate specificities despite their structural relationship. Additional sequence analysis of the CtMGAM subunit suggests several features that could explain the higher affinity of the CtMGAM subunit for longer maltose oligosaccharides. The results provide a structural basis for the complementary roles of these glycosyl hydrolase family 31 subunits in the bioprocessing of complex starch structures into glucose.", "author": ["Nichols Buford L.", "Rose David R.", "Sim Lyann", "Quezada-Calvillo Roberto", "Sterchi Erwin E."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2007.10.069"}], "id": "50|dedup_wf_001::187932eeaa0f559846a48950081e95ed", "relatedPublications": 0, "date": [""], "title": ["\"Human Intestinal Maltase–Glucoamylase: Crystal Structure of the N-Terminal Catalytic Subunit and Basis of Inhibition and Substrate Specificity\""], "relatedDatasets": 2}
571
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f3055d2902b5f3644f2cf10a788e6c3f", "id": {"identifier": "10.6084/m9.figshare.4900607.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5bb30dd1a3a12c1700e6d53275c03b56", "id": {"identifier": "10.6084/m9.figshare.4900607", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9c2b67a6aa9b7c29cc84fefec5b5bbcf", "id": {"identifier": "10.6084/m9.figshare.4900607.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractMetal cofactors are required for many enzymes in anaerobic microbial respiration. This study examined iron, cobalt, nickel, copper, and zinc in cellular and abiotic phases at the single-cell scale for a sulfate-reducing bacterium (Desulfococcus multivorans) and a methanogenic archaeon (Methanosarcina acetivorans) using synchrotron x-ray fluorescence microscopy. Relative abundances of cellular metals were also measured by inductively coupled plasma mass spectrometry. For both species, zinc and iron were consistently the most abundant cellular metals. M. acetivorans contained higher nickel and cobalt content than D. multivorans, likely due to elevated metal requirements for methylotrophic methanogenesis. Cocultures contained spheroid zinc sulfides and cobalt/copper-sulfides.", "author": ["Vogt Stefan", "Chen Si", "Ingall Ellery D.", "Twining Benjamin S.", "Orphan Victoria J.", "Glass Jennifer B.", "Horton Damian R.", "Dawson Katherine S."], "localIdentifier": [{"type": "doi", "id": "10.1080/01490451.2017.1321068"}], "id": "50|dli_resolver::8f60c6cf90c3567bf7831179f4ac9194", "relatedPublications": 0, "date": [""], "title": ["Trace Metal Imaging of Sulfate-Reducing Bacteria and Methanogenic Archaea at Single-Cell Resolution by Synchrotron X-Ray Fluorescence Imaging"], "relatedDatasets": 3}
572
{"typology": "publication", "publisher": ["Hindawi Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::21483485e142391b95ee475e34bfd221", "id": {"identifier": "10.5517/ccw2457", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::577a723872a0519f240e48f03cb59f90", "id": {"identifier": "10.5517/ccw2468", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::32c5374739a70dbfdf9125fb6b5607a3", "id": {"identifier": "10.5517/ccw2479", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Five monooxovanadium(V) complexes [VO(L1)(OCH3)(OHCH3)] (1), [VO(L2)(OCH3)(OHCH3)] (2), [VO(L3)(OCH3)(OHCH3)] (3), [VO(L4)(OCH3)(OHCH3)] (4), and [VO(L5)(OCH3)(OHCH3)] (5) were synthesized and characterized by IR, NMR UV-Vis, and single-crystal structure analysis [-N&#x2032;-((2-hydroxynaphthalen-1-yl)methylene)furan-2-carbohydrazide, -N&#x2032;-(2-hydroxybenzylidene)furan-2-carbohydrazide, H2L3(E)-N&#x2032;-(5-bromo-2-hydroxybenzylidene)furan-2-carbohydrazide, -N&#x2032;-(2-hydroxy-5-nitrobenzylidene)furan-2-carbohydrazide, -N&#x2032;-(2-hydroxy-5-iodobenzylidene)furan-2-carbohydrazide]. In all 1&#x2013;3 structures the vanadium atom has a distorted octahedral coordination with the three meridional donor atoms from the Schiff base dianion (L1&#x2013;3)2&#x2212; and one methoxylato group occupying the sites of the equatorial plane. The oxo group and one methanol molecule occupy the apical sites. In the complexes 1, 2, and 3 the conformation of 2-furanyl oxygen atom relative to the carbohydrazide oxygen atom is s-anti, s-anti/s-syn, and s-syn at 293&#x2009;K, respectively. Cyclic voltammetric experiments of the solution species 1&#x2013;5 in DMSO revealed a quasi-reversible behavior.", "author": ["Hosseini-Monfared Hassan", "Bikas Rahman", "Jeanneau Erwann", "Shaabani Behrouz"], "localIdentifier": [{"type": "doi", "id": "10.1155/2013/546287"}], "id": "50|dli_resolver::8b9004bd32bec767dfaf9896a25848ae", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, Structural Characterization, and Electrochemical Studies of New Oxovanadium(V) Complexes Derived from 2-Furanoylhydrazon Derivatives\""], "relatedDatasets": 3}
573
{"typology": "publication", "publisher": ["Institute of Organic Chemistry & Biochemistry"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f9ff585edbfe48870605f2183e32cca", "id": {"identifier": "10.5517/ccrl3s6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of diverse aromatic azadienetriyne and azatriynes was synthesised. These compounds were subjected to transition metal-mediated [2+2+2] cycloisomerisation to form pentacyclic or hexacyclic helically chiral azahelicene or azahelicene-like structures mostly in moderate yields. Introducing stereogenic centre(s) into selected azatriynes, cyclisation proceeded in a stereoselective fashion providing aza[5]helicenes or aza[6]helicene-like compounds in up to a 100:0 diastereomeric ratio. Gibbs energy differences between corresponding pairs of diastereomers (calculated at the DFT(B3LYP)/TZV+P level) were in good agreement with the experimental data and allowed for the prediction of the stereochemical outcome of the reaction. This study presents for the first time asymmetric synthesis of azahelicene derivatives in high optical purities.", "author": ["Stará Irena G.", "Rulíšek Lubomír", "Szydlo Florence", "Teplý Filip", "Fiedler Pavel", "Vojtíšek Pavel", "Volot Amandine", "Cvačka Josef", "Starý Ivo", "Tobrmanová Miroslava", "Andronova Angelina", "Šaman David"], "localIdentifier": [{"type": "doi", "id": "10.1135/cccc2008180"}], "id": "50|dli_resolver::3e8d7064e07284b87de8d9e9e0e7cbd7", "relatedPublications": 0, "date": [""], "title": ["\"The quest for alternative routes to racemic and nonracemic azahelicene derivatives\""], "relatedDatasets": 1}
574
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::475e595089b22d4a749f17a722db80fa", "id": {"identifier": "10.5517/cc81vx1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2cc483b6938d4cbab88d66c5fe0bafa5", "id": {"identifier": "10.5517/cc81vy2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two novel Cd(II)-citrate complexes were obtained with different metal/ligand ratios through hydrothermal method. Their structures were determined by single-crystal X-ray diffraction analysis. Although their topological structures are both 2-D layer network assemblies, both central Cd(II) ions and Hcit 3−  ligands display completely different coordination modes. In polymeric complex  1 , Hcit 3−  serves as a μ 10 -bridged and central Cd(II) ions adopt 6- and 8-coordinated configurations. In contrast, a μ 9 -bridged and 6- and 7-coordinated environments between Cd(II) and Hcit 3−  are established in the polymeric complex  2 . Two Complexes remain stable up to approximately 300 °C. The complex  1  exhibits strong fluorescent emission band at 450 nm ( λ =346 nm) as well as complex  2  exhibits strong fluorescent emission band at 430 ( λ =346 nm).", "author": ["Cheng Jian-Kai", "Zhang Jian", "Li Zhao-Ji", "Dai Yu-Mei", "Wen Yi-Hang", "Tang En", "Yao Yuan-Gen"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.molstruc.2005.01.031"}], "id": "50|dli_resolver::03c1794a66abf425090eba447007d2f8", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, structure, and fluorescence of two cadmium(II)-citrate coordination polymers with different coordination architectures\""], "relatedDatasets": 2}
575
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::4918c0b4faf37e7c778f47c6153d0c23", "id": {"identifier": "3jb9", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::996936a7eaab17dfdf396d85e31b7303", "id": {"identifier": "5gan", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::d889f510c4cf477f4ea544c95c83932e", "id": {"identifier": "3jcm", "schema": "pdb"}}], "abstract": "", "title": ["Putting Humpty–Dumpty Together"], "localIdentifier": [{"type": "doi", "id": "10.1016/bs.mie.2016.08.022"}], "id": "50|elsevier____::7321c2bf6ae5a45c8b1b858facc8b57f", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 3}
576
{"typology": "publication", "publisher": ["Microbiology (Reading, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd175ed0b29cc905376f3a62532e4798", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12777489&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::31da107342ec88b5e33985310f0b2448", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12777489&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::25e866e1b4010cfa385a0f1bb768d574", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12777489&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0a8a86e80bdf1e6ec554c254aed2d2fd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12777489&result=sequence_release", "schema": "url"}}], "abstract": "None: Among the seven species characterized within the genus Veillonella, three (Veillonella dispar, Veillonella parvula and Veillonella atypica) have so far been isolated from human flora and during infectious processes. Sequencing and analysis of 16S rDNA (rrs) has been described as the best method for identification of Veillonella strains at the species level since phenotypic characteristics are unable to differentiate between species. rrs sequencing for the three species isolated from humans showed more than 98 % identity between them. Four rrs copies were found in the reference strains and in all the clinical isolates studied. The sequences of each rrs were determined for the clinical strain ADV 360.1, and they showed a relatively high level of heterogeneity (1.43 %). In the majority of cases, polymorphic positions corresponded to nucleotides allowing differentiation between the three species isolated from humans. Moreover, variability observed between rrs copies was higher than that between 16S rDNA sequences of V. parvula and V. dispar. Phylogenetic analysis showed that polymorphism between rrs copies affected the position of strain ADV 360.1 in the tree. Variable positions occurred in stems and loops belonging to variable and hypervariable regions of the 16S rRNA secondary structure but did not change the overall structure of the 16S rRNA. PCR-RFLP experiments performed on 27 clinical isolates of Veillonella sp. suggested that inter-rrs heterogeneity occurs widely among the members of the genus VEILLONELLA: These results, together with the lack of phenotypic criteria for species differentiation, give preliminary arguments for unification of V. dispar and V. parvula.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12777489"}], "author": ["Siméon De Buochberg Michèle", "Carriere Christian", "Teyssier Corinne", "Jean-Pierre Hélène", "Marchandin Hélène", "Jumas-Bilak Estelle"], "relatedPublications": 0, "id": "50|r3d100010527::3ca72dc1293ad57acd0f904d635b2444", "title": ["Intra-chromosomal heterogeneity between the four 16S rRNA gene copies in the genus Veillonella: implications for phylogeny and taxonomy."], "relatedDatasets": 4}
577
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b6a5bff93e50dee3c5203aa130f3e6d3", "id": {"identifier": "10.5517/cc105myr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Ru(II)-catalyzed intermolecular ortho-C–H amidation of weakly coordinating aromatic ketones with sulfonyl azides is reported. The developed reaction protocol can be extended to various substituted aromatic ketones to afford a wide range of desired C–N bond formation products in good yields.", "author": ["Bhanuchandra M.", "Ramu Yadav M.", "Rao Kuram Malleswara", "Rit Raja K.", "Sahoo Akhila K."], "localIdentifier": [{"type": "doi", "id": "10.1039/c3cc41915k"}], "id": "50|dli_resolver::d1f70c4583e650be2282630598a8c3f8", "relatedPublications": 0, "date": [""], "title": ["\"Ru(ii)-catalyzed intermolecular ortho-C–H amidation of aromatic ketones with sulfonyl azides\""], "relatedDatasets": 1}
578
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1225d9e9d41eeb28f621ec18999f434", "id": {"identifier": "10.5517/cc14cc95", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Pätzel Michael", "Hecht Stefan", "Grubert Lutz", "Herder Martin", "Schwarz Jutta", "Schmidt Bernd M."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja513027s"}], "id": "50|dli_resolver::3b3bd525efc38053050b1ad2380ae2fb", "relatedPublications": 0, "date": [""], "title": ["\"Improving the Fatigue Resistance of Diarylethene Switches\""], "relatedDatasets": 1}
579
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::2da47f4d690c5155e0143b61df657650", "id": {"identifier": "5ji6", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::f8a46dde3f1de302a10c95864310e925", "id": {"identifier": "5jfr", "schema": "pdb"}}], "abstract": "", "title": ["Discovery of potent, reversible MetAP2 inhibitors via fragment based drug discovery and structure based drug design—Part 2"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmcl.2016.04.072"}], "id": "50|elsevier____::1f2649f7bca51a19ab5681023c1ff296", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 2}
580
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::04b89879ee038ad0e8369fb1e5987c7a", "id": {"identifier": "bc102491", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8eaa27faa73f8b97de2facdab58b031a", "id": {"identifier": "xm_614208", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0d7c3019a18a60f291bf1508fd340401", "id": {"identifier": "nm_001045975", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c1948c75e3a7ecc11c2b1d2c76d6aec0", "id": {"identifier": "bx648862", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d7c71f543343e781ea9141e7dbea512a", "id": {"identifier": "nm_001034219", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1df4b4f2c10b3342561363ad013c7b13", "id": {"identifier": "nm_001040646", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9a7b20e6965d1e2f4abebaa7c36eb0e5", "id": {"identifier": "ab099039", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5b1e60bd47e993472857acdeea35de14", "id": {"identifier": "bc103427", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9f06d61e2a4bb32759f7d28cdaef6ca5", "id": {"identifier": "ay490804.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::37ef370a0861c25546929669760aed67", "id": {"identifier": "xm_589307", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f052f636b7f32295f5c5f7dd71c17415", "id": {"identifier": "nm_024635", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::864587f71ed33dd4d0cfee0ad04f4482", "id": {"identifier": "bc109978", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9861d9a3e49d49d4bfad106e691a65e9", "id": {"identifier": "m95283.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::181dafa18d25cc7dfd02e442fc75e602", "id": {"identifier": "bc105159", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b7fbfcf8cdafd3110405af213131505e", "id": {"identifier": "bc109864", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cc6b88e0b5e382f6c05b82954db3bc6b", "id": {"identifier": "ab099089", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9911b648b9c05728f67480e890b46b45", "id": {"identifier": "nm_174501", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::46321e6909c5642329a949ce9f9a30fb", "id": {"identifier": "nm_001025325", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::99c43330bf7549cc035947d0b46cbfa3", "id": {"identifier": "ay911322", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2575d910189f7a273f1bd172509ce937", "id": {"identifier": "bc108237", "schema": "ncbi-n"}}], "abstract": "", "title": ["cDNA microarray analysis of gene expression in parthenotes and"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.theriogenology.2011.11.004"}], "id": "50|elsevier____::3ec5f7eeba9eb119f3a248a30d8499bf", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 57}
581
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5c8f4e52e0344735f9b969ce6151f488", "id": {"identifier": "al049757", "schema": "ena"}}], "abstract": "", "author": ["Olsson, Martin L.", "Asa Hellberg", "Alan Chester, M."], "localIdentifier": [{"type": "pmid", "id": "16212661"}], "id": "50|pubmed______::421dca1df616021b46569d739d42c941", "relatedPublications": 0, "date": ["2005-10-07"], "title": ["Two previously proposed P1/P2-differentiating and nine novel polymorphisms at the A4GALT (Pk) locus do not correlate with the presence of the P1 blood group antigen."], "relatedDatasets": 1}
582
{"publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "complete", "datasourceId": "dli_________::elsevier", "datasourceName": "Elsevier"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010327", "datasourceName": "RCSB"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::584910341b115e5e1f47544c39ddaf5a", "id": {"identifier": "2m20", "schema": "pdb"}}], "abstract": "Summary  How the epidermal growth factor receptor (EGFR) activates is incompletely understood. The intracellular portion of the receptor is intrinsically active in solution, and to study its regulation, we measured autophosphorylation as a function of EGFR surface density in cells. Without EGF, intact EGFR escapes inhibition only at high surface densities. Although the transmembrane helix and the intracellular module together suffice for constitutive activity even at low densities, the intracellular module is inactivated when tethered on its own to the plasma membrane, and fluorescence cross-correlation shows that it fails to dimerize. NMR and functional data indicate that activation requires an N-terminal interaction between the transmembrane helices, which promotes an antiparallel interaction between juxtamembrane segments and release of inhibition by the membrane. We conclude that EGF binding removes steric constraints in the extracellular module, promoting activation through N-terminal association of the transmembrane helices.", "author": ["Smith Adam W.", "Wemmer David E.", "Endres Nicholas F.", "Groves Jay T.", "Arkhipov Anton", "Shaw David E.", "Shan Yibing", "Kovacs Erika", "Kuriyan John", "Pelton Jeffrey G.", "Das Rahul", "Huang Yongjian"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cell.2012.12.032"}], "id": "50|dedup_wf_001::1e814f2bf7a283a1ab50307ac20c39f0", "relatedPublications": 0, "date": [""], "title": ["\"Conformational Coupling across the Plasma Membrane in Activation of the EGF Receptor\""], "typology": "publication"}
583
{"typology": "publication", "publisher": ["Mycorrhiza"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5ee79029da6935a87bd5f7cc92495ebc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23754539&result=sequence_release", "schema": "url"}}], "abstract": "None: Estimations of genome size and its variation can provide valuable information regarding the genetic diversity of organisms and their adaptation potential to heterogeneous environments. We used flow cytometry to characterize the variation in genome size among 40 isolates of Cenococcum geophilum, an ectomycorrhizal fungus with a wide ecological and geographical distribution, obtained from two serpentine and two non-serpentine sites in Portugal. Besides determining the genome size and its intraspecies variation, we wanted to assess whether a relationship exists between genome size and the edaphic background of the C. geophilum isolates. Our results reveal C. geophilum to have one of the largest genome sizes so far measured in the Ascomycota, with a mean haploid genome size estimate of 0.208 pg (203 Mbp). However, no relationship was found between genome size and the edaphic background of the sampled isolates, indicating genetic and demographic processes to be more important for shaping the genome size variation in this species than environmental selection. The detection of variation in ploidy level among our isolates, including a single individual with both presumed haploid and diploid nuclei, provides supportive evidence for a possible cryptic sexual or parasexual cycle in C. geophilum (although other mechanisms may have caused this variation). The existence of such a cycle would have wide significance, explaining the high levels of genetic diversity and likelihood of recombination previously reported in this species, and adds to the increasing number of studies suggesting sexual cycles in previously assumed asexual fungi.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23754539"}, {"type": "doi", "id": "10.1007/s00572-013-0501-3"}], "author": ["Mina Diogo", "Bourne Elizabeth C", "Freitas Helena", "Loureiro João", "Gonçalves Susana C", "Muller Ludo A H"], "relatedPublications": 0, "id": "50|r3d100010527::c8ed0d3c0cb271c8dc0939a3c17e6da7", "title": ["Large and variable genome size unrelated to serpentine adaptation but supportive of cryptic sexuality in Cenococcum geophilum."], "relatedDatasets": 1}
584
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::52be43adc89d93aa249b472e9d7db7fc", "id": {"identifier": "a47371", "schema": "ena"}}], "abstract": "", "author": ["Katzenberger, Rebeccah J.", "Marengo, Matthew S.", "Wassarman, David A."], "localIdentifier": [{"type": "pmid", "id": "17030624"}], "id": "50|pubmed______::1a80931f927c2384cf59ac391d541429", "relatedPublications": 0, "date": ["2006-10-09"], "title": ["ATM and ATR pathways signal alternative splicing of Drosophila TAF1 pre-mRNA in response to DNA damage."], "relatedDatasets": 1}
585
{"typology": "publication", "publisher": ["Journal of chromatography. B, Analytical technologies in the biomedical and life sciences"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5a482314a0a63869649cc7b07b794e3d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16165406&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9038bbe7419a60e7496314183ba9e6ad", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16165406&result=coding_release", "schema": "url"}}], "abstract": "None: The cDNA of Cu, Zn containing superoxide dismutase from the Cordyceps militaris SH (cm-SOD) was overexpressed in Escherichia coli BL 21 (DE3) using the pET-21a expression vector. The recombinant cell overexpressed the protein corresponding to 35+/-3% of total bacterial protein in cytosol. The purification was performed through three steps: DEAE-FF, CM-52, and G-100. After this purification procedure, a specific activity of 27272.7 U/mg of protein was reached, corresponding to 6.1-fold purification with a yield of 85.0%. The purity was homogeneous by SDS-PAGE analysis and 94.2+/-1.0% by CZE analysis. A subunit molecular mass of the recombinant enzyme was 15704 Da with a Cu and Zn element. In addition, the dimeric and polymeric structures were observed on MALDI-TOF-MS. Isoelectric point value of 7.0 was obtained for the recombinant enzyme that was sensitive to H2O2 and KCN. The recombinant enzyme remained 80+/-2% residual activity at pH 7.8, at 50 degrees C for 4h incubation. The properties: N-terminal amino acid sequence (the first 12 amino acid residues), pI, subunit molecular mass, thermo-stability of the purified recombinant SOD are similar to that of the native Cu, Zn-SOD from C. militaris (N-cm-SOD).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16165406"}], "author": ["Wang Zunsheng", "Li Suxia", "Yuan Qinsheng", "He Zhuojing", "Gu Yuxiang", "Shen Qiong"], "relatedPublications": 0, "id": "50|r3d100010527::803e82f0f5fead053b0367fecd157ad8", "title": ["Purification and partial characterization of recombinant Cu, Zn containing superoxide dismutase of Cordyceps militaris in E.coli."], "relatedDatasets": 2}
586
{"typology": "publication", "publisher": ["Fungal diversity"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::69877647f1019bf174763ed7bcd8af5f", "id": {"identifier": "gu055747", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::590bd033935be33211acf2f7c5e5238d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23794962&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c9e787a35b19a5c85d6d9a1d7dfa9b7d", "id": {"identifier": "gu055710", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a1325fa6358ca30acdee01c0fac4307f", "id": {"identifier": "gu055606", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::02048b209c4ece205baac17d9ebab752", "id": {"identifier": "gu055711", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::73bb5cc3a221bdfcc1223105b6f551da", "id": {"identifier": "gu055649", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bc59ad866b305ed6fe45433931d7c93c", "id": {"identifier": "gu055607", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::65b67e72d2cdd7051216013d15e22b72", "id": {"identifier": "gu055518", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::deb55aec81ccbe76fd8c14ed52117df0", "id": {"identifier": "gu055650", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::43cb8d85167f921e96590c1461e29143", "id": {"identifier": "gu055547", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f765f37911b0a677757e8f95c6cc73fb", "id": {"identifier": "gu055548", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::02887df3c669cf8dea293c8f8f823849", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23794962&result=noncoding_release", "schema": "url"}}], "abstract": "None: A culture-independent survey of fungal diversity in four arable soils and one grassland in Lower Austria was conducted by RFLP and sequence analysis of clone libraries of the partial ITS/LSU-region. All soils were dominated by the ascomycetous orders Sordariales, Hypocreales and Helotiales, taxa that are known from traditional cultivation approaches to occur in agricultural soils. The most abundant genus in the investigated soils was Tetracladium, a hyphomycete which has been described as occurring predominantly in aquatic habitats, but was also found in agricultural soils. Additionally, soil clone group I (SCGI), a subphylum at the base of the Ascomycota with so far no cultivated members, was identified at high frequency in the grassland soil but was below detection limit in the four arable fields. In addition to this striking difference, general fungal community parameters like richness, diversity and evenness were similar between cropland and grassland soils. The presented data provide a fungal community inventory of agricultural soils and reveal the most prominent species.", "author": ["Sophie Zechmeister-Boltenstern", "Inselsbacher Erich", "Gottsberger Richard", "Richard Gottsberger", "Joseph Strauss", "Strauss Joseph", "Markus Gorfer", "Klaubauf Sylvia", "Sylvia Klaubauf", "Gorfer Markus", "Zechmeister-Boltenstern Sophie", "Erich Inselsbacher", "Wanek Wolfgang", "Wolfgang Wanek"], "localIdentifier": [{"type": "pmid", "id": "23794962"}, {"type": "pbmid", "id": "23794962"}], "id": "50|dedup_wf_001::3973fa438cd46df907ec7b4c3d04f423", "relatedPublications": 0, "date": ["2010-08-13"], "title": ["Molecular diversity of fungal communities in agricultural soils from Lower Austria."], "relatedDatasets": 12}
587
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f6b4061275915b916eabff4917d4ec9c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5465fd6280565adaefc15671767c5728", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7334c34533c265fa3f663c5621c74507", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fd7624008b5f261afc1f2a7daadd3626", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=read_run", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::07dabbf13d84f001cc7c28961374619d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=read_experiment", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::612f00750102596ca04ff7db6b55a763", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=264242&result=noncoding_release", "schema": "url"}}], "abstract": "None: The nucleotide sequence of the right-hand terminal 3% of adenovirus type 5 (Ad5) DNA has been determined, using the chemical degradation technique developed by Maxam and Gilbert (1977). This region of the genome comprises the 1003 basepair long HindIII-I fragment and the first 75 nucleotides of the adjacent HindIII-F fragment, extending from the right-hand terminus to the sequences from which the main body of the mRNA of early region 4 is transcribed. One of the origins of adenovirus DNA replication is located within this part of the genome. The sequencing results are discussed in relation to several models proposed for the mechanism of replication of linear DNA molecules, which invariably depend on the presence of specific arrangements of nucleotides at the termini of those linear DNAs.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "264242"}], "author": ["Sussenbach J S", "Steenbergh P H"], "relatedPublications": 0, "id": "50|r3d100010527::bb33194959a23741bcf638f727569fc5", "title": ["The nucleotide sequence of the right-hand terminus of adenovirus type 5 DNA: implications for the mechanism of DNA replication."], "relatedDatasets": 6}
588
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::4c74a275cbf998925b7d05a5a817c609", "id": {"identifier": "3le4", "schema": "pdb"}}], "abstract": "", "author": ["Shoffner Grant", "Quick-Cleveland Jen", "Senturia Rachel", "Jacob Jose P.", "Guo Feng", "Weitz Sara H."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.celrep.2014.05.013"}], "id": "50|dedup_wf_001::4c07c73b4a046170b53cfff9455163f2", "relatedPublications": 0, "date": [""], "title": ["The DGCR8 RNA-Binding Heme Domain Recognizes Primary MicroRNAs by Clamping the Hairpin"], "relatedDatasets": 2}
589
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::665f740f271539fca98c189694296cf8", "id": {"identifier": "10.1594/pangaea.88945", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69b74e807f706acbb9fe3009d63e6fb6", "id": {"identifier": "10.1594/pangaea.90653", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5b6a29c092ffb0081642f2560f39f886", "id": {"identifier": "10.1594/pangaea.55092", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::868bc14fc8b8570ca1feb172495eecdf", "id": {"identifier": "10.1594/pangaea.55083", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Electrical and chemical analysis of the GRIP ice core from Summit in central Greenland confirms that the ECM current is controlled solely by acids in the ice, though there could be different responses for different acids. The dielectric conductivity is dependent on strong acid, on sea salt chloride, and also on ammonium concentrations in the ice. The response tosumi NH 4  +  is similar to that of sea salt chloride, as they both conduct only at AC frequencies, but NH 4  +  is approximately twice as conductive per mole. The response to the strong acids shows results consistent with earlier work, with similar responses throughout the length of the core", "author": ["Clausen Henrik B.", "Legrand Michel R.", "Fuhrer Katrin", "Wolff Eric W.", "Moore John C.", "Hammer Claus U."], "localIdentifier": [{"type": "doi", "id": "10.1029/94gl00542"}], "id": "50|dli_resolver::965bb5ca10250822fbaa402f868919e3", "relatedPublications": 0, "date": [""], "title": ["\"Electrical response of the Summit-Greenland ice core to ammonium, sulphuric acid, and hydrochloric acid\""], "relatedDatasets": 4}
590
{"typology": "publication", "publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1f0eeb6f2b0e798a1401263ff59776fe", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26053878&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::849586f92836915c63f92f3581348f7e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26053878&result=coding_release", "schema": "url"}}], "abstract": "INTRODUCTION: The potato (Solanum tuberosum) cultivar 'Xin Daping' is tetraploid with white skin and white flesh, while the cultivar 'Hei Meiren' is also tetraploid with purple skin and purple flesh. Comparative transcriptome analysis of white and purple cultivars was carried out using high-throughput RNA sequencing in order to further understand the mechanism of anthocyanin biosynthesis in potato. METHODS AND RESULTS: By aligning transcript reads to the recently published diploid potato genome and de novo assembly, 209 million paired-end Illumina RNA-seq reads from these tetraploid cultivars were assembled on to 60,930 transcripts, of which 27,754 (45.55%) are novel transcripts and 9393 alternative transcripts. Using a comparison of the RNA-sequence datasets, multiple versions of the genes encoding anthocyanin biosynthetic steps and regulatory transcription factors were identified. Other novel genes potentially involved in anthocyanin biosynthesis in potato tubers were also discovered. Real-time qPCR validation of candidate genes revealed good correlation with the transcriptome data. SNPs (Single Nucleotide Polymorphism) and indels were predicted and validated for the transcription factors MYB AN1 and bHLH1 and the biosynthetic gene anthocyanidin 3-O-glucosyltransferase (UFGT). CONCLUSIONS: These results contribute to our understanding of the molecular mechanism of white and purple potato development, by identifying differential responses of biosynthetic gene family members together with the variation in structural genes and transcription factors in this highly heterozygous crop. This provides an excellent platform and resource for future genetic and functional genomic research.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0129148"}, {"type": "pbmid", "id": "26053878"}], "author": ["Deng Cecilia", "Warran Ben", "Yang Hongyu", "Wang Di", "Allan Andrew C", "Liu Yuhui", "Espley Richard V", "Wang Li", "Yu Bin", "Lin-Wang Kui", "Zhang Junlian", "Wang Jing"], "relatedPublications": 0, "id": "50|r3d100010527::e73379ec0c8bbb78bd49fd13b7148a1d", "title": ["Comparative Transcriptome Analysis of White and Purple Potato to Identify Genes Involved in Anthocyanin Biosynthesis."], "relatedDatasets": 2}
591
{"typology": "publication", "publisher": ["Letters in applied microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c3d7d01d34fde03a98e67e53fbf41877", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18290810&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cea3495bb74d150f8f6b4aeb0eb7a70c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18290810&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::34c683d1ba7be4544bdb9ae21abe7f52", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18290810&result=sequence_release", "schema": "url"}}], "abstract": "AIM: To examine whether isolates of the entomopathogenic fungus Beauveria bassiana are more closely associated to their summer hosts compared with overwintering hosts, with recently developed molecular tools based on mitochondrial regions. METHODS AND RESULTS: Primers for the traditional ITS1-5.8S-ITS2 region and two mitochondrial intergenic regions, namely, nad3-atp9 and atp6-rns, were used. All amplified products were sequenced, aligned and Neighbour-Joining (NJ), parsimony and Bayesian phylogenetic inference analyses were performed. The isolates examined were grouped with very good support into three distinct groups, two of them showed geographical correlation, but no clear association to their host. CONCLUSIONS: The mitochondrial intergenic regions used were more informative than the nuclear ITS1-5.8S-ITS2 sequences. The sequence variability observed, that allowed the phylogenetic placement of the isolates into distinct groups, depended on the geographical origin of the isolates and can be exploited for designing group-specific and isolate-specific primers for their genetic fingerprinting. No clear associations with summer Sunn Pest populations were observed. SIGNIFICANCE AND IMPACT OF THE STUDY: Studies on the genetic variability of biocontrol agents like B. bassiana are indispensable for the development of molecular tools for their future monitoring.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18290810"}, {"type": "doi", "id": "10.1111/j.1472-765x.2008.02331.x"}], "author": ["Kouvelis V N", "Edgington S", "Ghikas D V", "Typas M A", "Moore D"], "relatedPublications": 0, "id": "50|r3d100010527::4fa64868587eae2377c459c7447ca162", "title": ["Molecular characterization of isolates of Beauveria bassiana obtained from overwintering and summer populations of Sunn Pest (Eurygaster integriceps)."], "relatedDatasets": 3}
592
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::19f68a2640129ac84404d78b3e7eb6bf", "id": {"identifier": "1yuw", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::621c8379c4b64882440fc807d1cdc773", "id": {"identifier": "1hjo", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::4e1602d847e944d5e61c47ab8ea3e217", "id": {"identifier": "1oks", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::79653c59673e9ddd47e40823918c883e", "id": {"identifier": "1t6o", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::fc0f97070b10112037a3e00d6feb15b4", "id": {"identifier": "4jnf", "schema": "pdb"}}], "abstract": "", "title": ["Partner-Mediated Polymorphism of an Intrinsically Disordered Protein"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2017.11.012"}], "id": "50|elsevier____::3d1c6d5634f6a63f41c1e141fd768c4f", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 10}
593
{"typology": "publication", "publisher": ["Marine pollution bulletin"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ca36e37601052fefa7f31c904334f9cf", "id": {"identifier": "ab100883", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::27cfa222534464fb38c7501eafd24645", "id": {"identifier": "ay654794", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6bcf0ef1c077f461d49375a29ed88b59", "id": {"identifier": "ay620969", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::873755eb048023480bbfc194c51611d6", "id": {"identifier": "am048780", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::314f4159a629cc2f33d335e911708707", "id": {"identifier": "ay654788", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::25d436797f316f2e5acef57edfc4ce95", "id": {"identifier": "af539779", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d92dc3e7b3bd67d0d26bd7751478edb8", "id": {"identifier": "af539781", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::444e9e0d85bfa756d2331dc6dc053826", "id": {"identifier": "ab049728", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9af25b79d0d0383d27779544ac0c2f62", "id": {"identifier": "dq267821", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ff01d9158d461ab8000602810c01cbb7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16828121&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2c4b7aa64d5e31f2e67d2e80f7bebc6f", "id": {"identifier": "ay836911", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::54a89609f859da4a9ba5d7fbb50954ce", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16828121&result=coding_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bb860ba89b68fccb4da72c20c68140f4", "id": {"identifier": "af214730", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::216e63646abea2c17bec8db178576bde", "id": {"identifier": "ay620972", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::727a45b553c8417bf5865ac86b68bb88", "id": {"identifier": "af069665", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9bc02591108c8db247028fdcdd65cde4", "id": {"identifier": "dq267815", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9d484d1f3ad71d502c2dd343e5c204ac", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16828121&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b33e84a534d441498d6c63a96e0fe853", "id": {"identifier": "ay654748", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9523680644e81cb877c9009586d74a93", "id": {"identifier": "dq267776", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d2ec146b656ebaafa5708beb794cc7c7", "id": {"identifier": "dq267816", "schema": "genbank"}}], "abstract": "None: Oxytetracycline-resistant bacteria were isolated from a mariculture farm in China, and accounted for 32.23% and 5.63% of the total culturable microbes of the sea cucumber and the sea urchin rearing waters respectively. Marine vibrios, especially strains related to Vibrio splendidus or V. tasmaniensis, were the most abundant resistant isolates. For oxytetracycline resistance, tet(A), tet(B) and tet(D) genes were detected in both sea cucumber and sea urchin rearing ponds. The dominant resistance type for V. tasmaniensis-like strains was the combination of both tet(A) and tet(B) genes, while the major resistance type for V. splendidus-like strains was a single tet(D) gene. Most of the sea cucumber tet-positive isolates harbored a chloramphenicol-resistance gene, either cat IV or cat II, while only a few sea urchin tet-positive isolates harbored a cat gene, actually cat IV. The coexistence of tet and cat genes in the strains isolated from the mariculture farm studied was helpful in explaining some of the multi-resistance mechanisms.", "author": ["Song Linsheng", "Zhang Xiaoxia", "Dang Hongyue", "Yang Guanpin", "Chang Yaqing"], "localIdentifier": [{"type": "pbmid", "id": "16828121"}, {"type": "doi", "id": "10.1016/j.marpolbul.2006.05.011"}], "id": "50|dedup_wf_001::f79c2cb71ce52d3bc2098114e73647cf", "relatedPublications": 0, "date": ["2006"], "title": ["Molecular characterizations of oxytetracycline resistant bacteria and their resistance genes from mariculture waters of China"], "relatedDatasets": 20}
594
{"typology": "publication", "publisher": ["IOP Publishing"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3a93e6988092312f77482a9358ccb1de", "id": {"identifier": "10.18154/rwth-2016-08081", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In modern horizontal axis wind turbines the rotor blades are adjusted by three individual pitch systems to control power output. The pitch system consists of either a hydraulic or an electrical actuator, the blade bearing, the rotor blade itself and the control. In case of an electrical drive a gearbox is used to transmit the high torques that are required for blade pitch angle adjustment. In this contribution a new integral multi body simulation approach is presented that enables detailed assessment of dynamic pitch system loads. The simulation results presented are compared and evaluated with measurement data of a 2 MW-class reference wind turbine. Major focus of this contribution is on the assessment of non linear tooth contact behaviour incorporating tooth backlash for the single gear stages and the impact on dynamic pitch system loads.", "author": ["Schelenz R", "Berroth J", "Jacobs G", "Kroll T"], "localIdentifier": [{"type": "doi", "id": "10.1088/1742-6596/753/11/112002"}], "id": "50|dli_resolver::1c3079f6e66eed3938fa3b3a99dede75", "relatedPublications": 0, "date": [""], "title": ["\"Investigation on pitch system loads by means of an integral multi body simulation approach\""], "relatedDatasets": 1}
595
{"typology": "publication", "publisher": ["Fish & shellfish immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6c3d6629659543d1d0bc6eaf1220a263", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23994423&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4015a38c522df2a0639a1b9c5bb3782e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23994423&result=coding_release", "schema": "url"}}], "abstract": "None: Interleukin-8 (IL-8) is a CXC chemokine that plays key regulatory roles in the immune and inflammatory responses implicated in many human diseases. In this study, we identified and characterized an IL-8 homologue from the grass carp, Ctenopharyngodon idellus. A sequence alignment of the full-length cDNA and genomic DNA showed that the exon/intron organization of grass carp IL-8 (gcIL-8) is identical to those of other known CXC chemokine genes. A multiple alignment analysis showed that gcIL-8 is an ELR(-)CXC chemokine, and its deduced amino acid sequence shares 81% and 36% identity with common carp IL-8s L1 (GenBank ID: ABE47600) and L2 (GenBank ID: AB470924), respectively, suggesting that it belongs to the lineage 1 group of fish IL-8 proteins. On a phylogenetic tree, gcIL-8 clustered with other teleost IL-8 proteins to form a fish-specific clade, clearly distinct from those of bird, mammal, and amphibian proteins. Real-time quantitative PCR analysis indicated that gcIL-8 is differentially expressed in various tissues under normal conditions and that the expression of gcIL-8 mRNA in immune-related tissues is clearly upregulated by Aeromonas hydrophila infection. To explore the biological effects of gcIL-8, we produced a recombinant protein, rgcIL-8, in a prokaryotic expression system. Purified rgcIL-8 was confirmed to be chemoattractive for head kidney neutrophils and mononuclear leukocytes in vitro. Our histopathological study also revealed that rgcIL-8 exerts proinflammatory effects by inducing neutrophil infiltration and erythrocyte extravasation. Overall, these results suggest that IL-8 is crucially involved in the inflammatory responses of fish.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.fsi.2013.08.006"}, {"type": "pbmid", "id": "23994423"}], "author": ["Bao Guang-Ming", "Zhao Jie", "Song Xue-Hong", "Zhao Li-Xiang", "Yu Xiao", "Wang Ting-Ting"], "relatedPublications": 0, "id": "50|r3d100010527::13b9ab215d0d126dec40e0c6dd6fe2f7", "title": ["Molecular characterization, expression analysis, and biological effects of interleukin-8 in grass carp Ctenopharyngodon idellus."], "relatedDatasets": 2}
596
{"typology": "publication", "publisher": ["The Journal of infectious diseases"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::85152925c76c52e4f3ea0d07dc69592c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19848587&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6759676dc2d64e94a5465d58a67977b6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19848587&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Streptococcus suis serotype 2 (SS2) has evolved into a highly infectious entity, posing a great threat to public health. Screening for and identification of protective antigens plays an important role in developing therapies against SS2 infections. METHODS: Multiple strategies were used to investigate a new surface protein that has the potential to be a protective antigen. These strategies included molecular cloning, biochemical and biophysical analyses, enzymatic assay, immunological approaches (eg, immunoelectron microscopy), and experimental infections of animals. RESULTS: We identified an enolase gene from SS2 and systematically characterized its protein product, enolase. Biophysical data indicated that S. suis enolase is an octameric protein. Enzymatic assays verified its ability to catalyze the dehydration of 2-phospho-D-glycerate to phosphoenolpyruvate. In consideration of the strong antigenicity of enolase, an efficient enolase-based method was established for monitoring SS2 infections. Combined evidence strongly indicated that SS2 enolase can localize on the bacterial cell surface and facilitate bacterial adherence. Additionally, we found that enolase can confer complete protection against SS2 infection to mice, which suggests that enolase has potential as a vaccine candidate. CONCLUSIONS: We conclude that S. suis enolase functions as a protective antigen displayed on the bacterial cell surface and that it can be used to develop new strategies to combat SS2 infections.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1086/644602"}, {"type": "pbmid", "id": "19848587"}], "author": ["Feng Youjun", "Ge Junchao", "Zheng Feng", "Li Xianfu", "Sun Wen", "Ma Ying", "Tang Jiaqi", "Wang Changjun", "Pan Xiuzhen", "Gao George F", "Zhang Huimin", "Shao Zhuqing"], "relatedPublications": 0, "id": "50|r3d100010527::bfd0993edcf3a937bbdde1057f1309d7", "title": ["Streptococcus suis enolase functions as a protective antigen displayed on the bacterial cell surface."], "relatedDatasets": 2}
597
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f7e1116f841da10634d368b60910ee3d", "id": {"identifier": "ay079097", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8f40e3564d1cd3268a751bc290103bff", "id": {"identifier": "xp_001818636", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6b3ffca8626760dc247c17d06a011c85", "id": {"identifier": "ay986984.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::eeba4502bc5580a12cd2cc3dea3765bd", "id": {"identifier": "jn974458", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::419c0b9c5e0dd07d282272d441afe1be", "id": {"identifier": "nm_001247298.2", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a9d2f532088164bed38262d7881bab3e", "id": {"identifier": "fn690739", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::76044b07b702b4cf74786b1eb8e8dcdf", "id": {"identifier": "5fb9", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f370b9316f07eb8208c8175d31ee151b", "id": {"identifier": "af057351", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e94f56d88376dddb62a8965a5f2d6a1a", "id": {"identifier": "ab075025", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::25dcf8795e592bf339c7255af5f7a3f3", "id": {"identifier": "ef032908.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6916e28b9ac1b3ea4b30244ae270222e", "id": {"identifier": "nm_105500", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d3331767248bfed0ba9a4c7a2c4526f7", "id": {"identifier": "aad00695", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::9d17fd980847217674bcf36cbb81baa5", "id": {"identifier": "1ak0", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::051b7549b29ec98d073a0330a45da9e1", "id": {"identifier": "ab030948", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d7f04d108b7f5cde7313998d06e0b90c", "id": {"identifier": "af140355", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::756c83853f477f9dd97ce7001e965037", "id": {"identifier": "3w52", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c8868183847872bba3f78e88da4ad18c", "id": {"identifier": "d83178", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dd27ffd5253c72d369a63a9ec30aa573", "id": {"identifier": "ab003131", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::11003e6487420fa98ee4760776b2a946", "id": {"identifier": "bab52626", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::829e6d20a87b2508457e6105e04a8b8f", "id": {"identifier": "jf792393", "schema": "ncbi-n"}}], "abstract": "", "title": ["Characteristics and application of S1–P1 nucleases in biotechnology and medicine"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biotechadv.2017.12.007"}], "id": "50|elsevier____::fbb3552feaa950e4bd6ab45169a6e8d7", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 30}
598
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 5, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::72427f53859fe0d94e20b13ab8b4d914", "id": {"identifier": "ay311388", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c5764158ade2885e5fa186d65f943656", "id": {"identifier": "dq786774", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2177a72ec08bbfa26f3534886998b834", "id": {"identifier": "d55717", "schema": "genbank"}}], "abstract": "", "title": ["TGFBIp/βig-h3 protein: A versatile matrix molecule induced by TGF-β"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biocel.2007.06.004"}], "id": "50|elsevier____::434ce9b3eaf16d71c1975ca1bafc893a", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 3}
599
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5bbf72cd4f3b22d414a311f28a7b71b0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12633860&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::85b2079b9cbf781b87fbbacc02fe1d38", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12633860&result=sequence_release", "schema": "url"}}], "abstract": "None: We identified cDNAs coding for homologues to tetrapod prion proteins (PrPs) in Atlantic salmon (Salmo salar) and Japanese pufferfish (Fugu rubripes), which were termed 'similar to PrPs' (stPrPs). Besides significant sequence homologies the fish stPrPs display characteristic structural features in common with tetrapod PrPs. In addition, two stPrPs were shown to be highly expressed in brain tissue. None of the so far identified PrP-homologues of fish resembles doppel. Hence, the duplication of the PrP gene, which generated doppel, may have occurred not in fish but later in the tetrapod lineage. The identification of fish PrPs provides a basis to address concerns about a possible susceptibility of fish to prion infections.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12633860"}], "author": ["Hoffmann Rudolf", "Baier Michael", "Oidtmann Birgit", "Simon Dietrich", "Holtkamp Nikola"], "relatedPublications": 0, "id": "50|r3d100010527::7bc99ee5bdbb3cbf736cbbb1ad75d9b9", "title": ["Identification of cDNAs from Japanese pufferfish (Fugu rubripes) and Atlantic salmon (Salmo salar) coding for homologues to tetrapod prion proteins."], "relatedDatasets": 2}
600
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1c3849c722d3e5c191d6ddd63aae37ca", "id": {"identifier": "10.5517/ccy4ntj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The experimental crystal structure and corresponding theoretical electron density determination of 2-hydroxy-4,4-dimethyl-6-oxo-cyclohex-1-ene carboxy amide is reported with special focus on two adjacent intramolecular hydrogen bonds (O–H⋯O and N–H⋯O). The possible tautomeric forms are studied and their theoretical populations in the gas phase were determined. Additionally, theoretical models which refer to the title compound were optimized and investigated in terms of the combined analysis of ED-topology, energy densities, electron localizability indicator (ELI), delocalization index and source function (SF). This analysis confirmed the O–H⋯O interactions to be resonance assisted and of medium strength, while the N–H⋯O interactions are rather weak. Moreover, in all cases the hydrogen bond strength and amount of resonance in the six-membered rings is related to the type of interaction (O–H⋯O and/or N–H⋯O) and to the molecular symmetry.", "author": ["Jóźwiak Andrzej", "Mebs Stefan", "Małecka Magdalena"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.chemphys.2012.08.009"}], "id": "50|dli_resolver::a8b04a643a0f77d1292b6834a11a1a7e", "relatedPublications": 0, "date": [""], "title": ["\"Electronic properties of two adjacent intramolecular hydrogen bonds and their effects to the molecular charge distribution: Experimental synchrotron microcrystal and DFT computational study\""], "relatedDatasets": 1}
601
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::31e9aebc1f4a4872ec83d48b437b1b4a", "id": {"identifier": "10.5517/ccdc.csd.cc1lqq23", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::eb1ad0c5f0697646a221e624f747b340", "id": {"identifier": "10.5517/ccdc.csd.cc1lqq56", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f98eb1a84710dd5400138a4941278b96", "id": {"identifier": "10.5517/ccdc.csd.cc1lqq34", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::62883ac473dab3c7506488e915d95116", "id": {"identifier": "10.5517/ccdc.csd.cc1lqq45", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two ladder-chain zinc coordination polymers were synthesized in aqueous or  N , N -dimethylformamide (DMF) solution by use of adipic acid dihydrazide (adih) precursor: {[Zn 2 (H 2 aph)(pim) 2 ]·4H 2 O}  n   (pim = pimelate, H 2 aph = adipic bis(2-picolinylidene)hydrazide) and {[Zn 2 (adih) 3 ][NO 3 ] 4 ·2DMF}  n  . X-ray crystal structures of the polymers were determined and the lattice solvent removal was investigated. The structural, spectroscopic and thermogravimetric studies confirm reversible and irreversible transformation upon desolvation for the former and latter 1D chains, respectively. The details of the reversible dehydration and rehydration are revealed by powder X-ray structure elucidation of the desolvated phase and are corroborated by IR spectroscopy.", "author": ["Oszajca Marcin", "Matoga Dariusz", "Zabierowski Piotr", "Hodorowicz Maciej"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2016.09.053"}], "id": "50|dli_resolver::d58414baf5cfb7d53932470fad6d0a8e", "relatedPublications": 0, "date": [""], "title": ["\"Ladder-chain zinc coordination polymers based on adipic acid dihydrazide precursor: Synthesis and structural transformations\""], "relatedDatasets": 4}
602
{"typology": "publication", "publisher": ["BMC evolutionary biology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bfb5ba17d70ad6caf72fc2d6c7c519a5", "id": {"identifier": "ak016790", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9f3806cf0b61219bbdd8f7b72a4964e0", "id": {"identifier": "dq874391", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e029307be2ead67b35b6d57f59aae20c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17892569&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f26f7bf78965ef177c5587daf9ddc967", "id": {"identifier": "es316458", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::23c09b42c3a7c3aad100955ed017eb70", "id": {"identifier": "ak015935", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a409eff60f0461464d182f28fd34cb56", "id": {"identifier": "es316436", "schema": "ena"}}], "abstract": "BACKGROUND: The male-specific region of the mouse Y chromosome long arm (MSYq) contains three known highly multi-copy X-Y homologous gene families, Ssty1/2, Sly and Asty. Deletions on MSYq lead to teratozoospermia and subfertility or infertility, with a sex ratio skew in the offspring of subfertile MSYqdel males RESULTS: We report the highly unusual genomic structure of a novel MSYq locus, Orly, and a diverse set of spermatid-specific transcripts arising from copies of this locus. Orly is composed of partial copies of Ssty1, Asty and Sly arranged in sequence. The Ssty1- and Sly-derived segments are in antisense orientation relative to each other, leading to bi-directional transcription of Orly. Genome search and phylogenetic tree analysis is used to determine the order of events in mouse Yq evolution. We find that Orly is the most recent gene to arise on Yq, and that subsequently there was massive expansion in copy number of all Yq-linked genes. CONCLUSION: Orly has an unprecedented chimeric structure, and generates both \"forward\" (Orly) and \"reverse\" (Orlyos) transcripts arising from the promoters at each end of the locus. The region of overlap of known Orly and Orlyos transcripts is homologous to Sly intron 2. We propose that Orly may be involved in an intragenomic conflict between mouse X and Y chromosomes, and that this process underlies the massive expansion in copy number of the genes on MSYq and their X homologues.", "author": ["Ellis Peter J I", "Clemente, Emily J.", "Ferguson Lydia", "Ellis, Peter J. I.", "Clemente Emily J", "Affara Nabeel A", "Lydia Ferguson", "Affara, Nabeel A."], "localIdentifier": [{"type": "pbmid", "id": "17892569"}, {"type": "pmid", "id": "17892569"}], "id": "50|dedup_wf_001::ed3949e6713c314b29db805088bb118b", "relatedPublications": 0, "date": ["2007-09-24"], "title": ["Bidirectional transcription of a novel chimeric gene mapping to mouse chromosome Yq."], "relatedDatasets": 6}
603
{"typology": "publication", "publisher": ["Phytopathology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fd88c49d3c33df80d064e30b780973a4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18943911&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::57f0db00a82c55f39e4e8f2d19b0926d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18943911&result=sequence_release", "schema": "url"}}], "abstract": "None: ABSTRACT A curtovirus associated with a disease of spinach was isolated in southwest Texas during 1996. Disease symptoms included severe stunting and chlorosis, with younger leaves curled, distorted, and dwarfed. Viral DNA was purified and an infectious clone obtained. Agroinoculation using a construct bearing full-length tandem repeats of the cloned viral genome resulted in systemic infection of species in six of seven plant families tested, indicating that the virus has a wide host range. Symptoms produced in spinach agroinoculated with cloned viral DNA were similar to those observed in the field. Viral single-stranded and double-stranded DNA forms typical of curtovirus infection were detected in host plants by Southern blot hybridization. The complete sequence of the infectious clone comprised 2,925 nucleotides, with seven open reading frames encoding proteins homologous to those of other curtoviruses. Complete genome comparisons revealed that the spinach curtovirus shared 64.2 to 83.9% nucleotide sequence identity relative to four previously characterized curtovirus species: Beet curly top virus, Beet severe curly top virus, Beet mild curly top virus, and Horseradish curly top virus. Phylogenetic analysis of individual open reading frames indicated that the evolutionary history of the three virion-sense genes was different from that of the four complementary-sense genes, suggesting that recombination among curtoviruses may have occurred. Collectively, these results indicate that the spinach curtovirus characterized here represents a newly described species of the genus Curtovirus, for which we propose the name Spinach curly top virus.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18943911"}, {"type": "doi", "id": "10.1094/phyto.2004.94.7.772"}], "author": ["Stenger Drake C", "Black Mark C", "Sunter Garry", "French Roy", "Baliji Surendranath"], "relatedPublications": 0, "id": "50|r3d100010527::61cc3b28abc34f2b3a91f8c70c25561d", "title": ["Spinach curly top virus: A Newly Described Curtovirus Species from Southwest Texas with Incongruent Gene Phylogenies."], "relatedDatasets": 2}
604
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bb80f5193c1fccb985b31863ba7c127e", "id": {"identifier": "af161080", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f600977fb967ad30fc7df97872c7181f", "id": {"identifier": "m14164", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7d329600d2cdebccad4f334648bb4e71", "id": {"identifier": "x14112", "schema": "ena"}}], "abstract": "", "author": ["Shinya Tanaka", "Amane Kogure", "Spear, Patricia G.", "Jun Arii", "Ikuo Shiratori", "Jing Wang", "Tadahiro Suenaga", "Yasushi Kawaguchi", "Takeshi Satoh", "Hisashi Arase", "Lanier, Lewis L.", "Noriko Arase", "Junji Uehori"], "localIdentifier": [{"type": "pmid", "id": "18358807"}], "id": "50|pubmed______::ac5185591470ddb013b393f32e97c783", "relatedPublications": 0, "date": ["2008-03-01"], "title": ["PILRalpha is a herpes simplex virus-1 entry coreceptor that associates with glycoprotein B."], "relatedDatasets": 3}
605
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ff96e226be894f47fcbbb3c11830c8a5", "id": {"identifier": "10.3886/icpsr07010.v4", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a43bac077f884d35ac834f7a0a1e15d6", "id": {"identifier": "10.3886/icpsr07381.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Miller, Warren E.", "Levitin, Teresa E."], "localIdentifier": [{"type": "icpsr", "id": "18843"}, {"type": "icpsr", "id": "81415"}], "relatedPublications": 0, "title": ["Ideological Interpretations of Presidential Elections"], "id": "50|dedup_wf_001::9f90ad2585b8bcc5783771502fd878f5"}
606
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7bea0ca77628823abd2c38f4f83e3cec", "id": {"identifier": "10.5517/cc7v2vz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Crystal Structure of the Oxophosphazene [Ph3PNPPh2NP(O)Ph2]#R##N##R##N##R##N##R##N#Single crystals of [Ph3PNPPh2NP(O)Ph2] were obtained as a by-product from the synthesis of [NaNPPh3]6 as a result of partial hydrolysis. According to the crystal structure determination the compound forms a molecular structure with a PNPNP chain with PN distances between 155.3(6) and 159.8(5) pm and PNP bond angles of 143.2(4) and 140.7(4)°. Space group P1¯, Z = 2, lattice dimensions at 213 K: a = 922.7(1); b = 1040.1(1); c = 1908.0(1) pm; α = 90.55(1)°; β = 103.01(1)°; γ = 92.87(1)°; R = 0.0859.", "author": ["Miekisch Thomas", "Müller Christof", "Dehnicke Kurt", "Massa Werner"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200400073"}], "id": "50|dli_resolver::c486e8eb4f27c0e81325c21d11133a3c", "relatedPublications": 0, "date": [""], "title": ["\"Die Kristallstruktur des Oxophosphazens Ph3PNPPh2NP(O)Ph2\""], "relatedDatasets": 1}
607
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d3fca6442fb5dec707511c0855618141", "id": {"identifier": "10.5517/ccp3hkt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::256351f9644e104adc1377cdd8150618", "id": {"identifier": "10.5517/ccp3hjs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::222d0b9e06b9a6b8e2126081d157c201", "id": {"identifier": "10.5517/ccp3hlv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::629cb48f00f72d982851837bab237220", "id": {"identifier": "10.5517/ccp3hmw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Eight new pseudohalogeno complexes of sterically hindered TrpyPd fragments 4–11 have been prepared by salt metathesis in one step from known trifluoroacetates TrpyPdOAcF1–3, using sodium salts of N3, NCO, NCS, NCSe, dicyanamide (dca) and tricyanomethanide (tcm) anions. Despite the propensity of the co-ligands to bind to two or more metal centres in a bridging coordination mode all new complexes have been shown by NMR spectroscopy to be essentially monomeric in solution. X-ray diffraction studies performed on TrpyPdNCS(6), TrpyPddca(8), TrpyPddca(9), and TrpyPdtcm(10) revealed the presence of two different conformers in the solid state, one with a helically distorted Trpy backbone for 6 and 10, and one with an almost planar tripyrrole but a tetrahedral distortion of the PdII coordination, a so-called pseudoplanar form, for 8 and 9. Interestingly the helical forms are also detected by unusual wavenumbers for the νCN stretching bands in their IR spectra. The reason for the occurrence of two different conformers in the solid state appears to be the crystal packing which depends mainly on the shape of the anionic co-ligand and on the presense of alkyl groups on the TrpyPd fragment.", "author": ["Cónsul Tejero Esther", "Bröring Martin", "Prikhodovski Serguei", "Brandt Carsten D."], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200600346"}], "id": "50|dli_resolver::0c35afdbd9d656c9a10b76918109ab5a", "relatedPublications": 0, "date": [""], "title": ["\"Pseudohalogeno Complexes of Sterically Hindered Tripyrrinatopalladium (TrpyPd) Fragments\""], "relatedDatasets": 4}
608
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::7d88a0f26c87127a6b59eeb03e4d33c7", "id": {"identifier": "5f34", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::390e549c5a8ba7c6d7b315cade4f97da", "id": {"identifier": "1iuq", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::f101ffab86d6f43c7ea1d38436d78dd9", "id": {"identifier": "5f2z", "schema": "pdb"}}], "abstract": "", "title": ["How lipid droplets “TAG” along: Glycerolipid synthetic enzymes and lipid storage"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbalip.2017.06.010"}], "id": "50|elsevier____::35bcf518241a2f7ac6baa07f155007bd", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 4}
609
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::09448f5ba5c585d505c01d00be5eb6dc", "id": {"identifier": "p00711", "schema": "ncbi-p"}}], "abstract": "", "title": ["Cytotoxicity of bovine α-lactalbumin: Oleic acid complexes correlates with the disruption of lipid membranes"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbamem.2013.07.026"}], "id": "50|elsevier____::5197f295b45c3c0bf4960cbf39437845", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 1}
610
{"typology": "publication", "publisher": ["Journal of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6a98aa2434b39c6dfee19a4fef8fee02", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6194314&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9f2be530c87172f14d7f57b662b6b859", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6194314&result=coding_release", "schema": "url"}}], "abstract": "None: The 5' sequences of late mRNA specified by several constructed or naturally occurring deletion or duplication mutants of simian virus 40 were examined. The mutants included viruses with various small deletions centered about 25 nucleotides upstream from the major transcription initiation site, as well as viruses containing tandem duplications of a sequence of 50 nucleotides or less embedding the major transcription initiation site. The results show that the sequences 25 to 30 nucleotides upstream from the major initiation site in the position of the TATA box of other polymerase II promoters are not essential for the precise localization of the initiation site of late mRNA. Rather, we deduce that the major late mRNA start site is determined primarily by sequences located very close to the initiation site, and that the relative abundance of the 5' ends with this initiation site is modulated by nearby downstream sequences. Modification of six nucleotides adjacent upstream to the initiation site almost completely prevents the utilization of this site. Various deletions and substitutions of sequences 21 nucleotides or more downstream from the major initiation site causes upstream shifts in the localization of the most abundantly utilized 5' ends. The sequences immediately downstream from the major simian virus 40 initiation sites contain inverted symmetries that could give rise to secondary structures in either single-stranded DNA or RNA; the possibility that these inverted symmetries function in transcription initiation at the level of DNA structure rather than in RNA stabilization is discussed. Finally, we present additional evidence that precursor species with certain 5' termini are selectively spliced to form 19S RNA, whereas other 5' termini are preferred for forming the 16S RNA splice. We discuss the possibility that this is a consequence of the influence of leader structure on downstream splicing events.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "6194314"}], "author": ["Piatak M", "Ghosh P K", "Weissman S M", "Norkin L C"], "relatedPublications": 0, "id": "50|r3d100010527::dc55dd6eb7634b6d94481b23234c1ec8", "title": ["Sequences locating the 5' ends of the major simian virus 40 late mRNA forms."], "relatedDatasets": 2}
611
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bdb947af6d7cbfbfb2ecb1ea08327370", "id": {"identifier": "10.6084/m9.figshare.6062825.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6dea70ee76967c03e40e4e9a7f0beb93", "id": {"identifier": "10.6084/m9.figshare.6062825", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d63f68b7181459f8249467d92f4db165", "id": {"identifier": "10.4121/uuid:7a4d46a5-048d-4ecc-a8c7-2de3b78d122e", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Anouk, Goedknegt M.", "Drent Jan", "Thieltges David W.", "van der Meer Jaap", "Bedolfe Sarah"], "localIdentifier": [{"type": "doi", "id": "10.1080/17451000.2018.1442579"}], "id": "50|dli_resolver::3d0d7694decc4e05bd1d2f901c6df1e4", "relatedPublications": 0, "date": [""], "title": ["Impact of the invasive parasitic copepod Mytilicola orientalis on native blue mussels Mytilus edulis in the western European Wadden Sea"], "relatedDatasets": 3}
612
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f85fa649892131bc5383ce6dc47ed139", "id": {"identifier": "dq799249", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::773a8e29b23dc013a3edf871547ca484", "id": {"identifier": "dq799263", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7fa4273dd6e7f06924ebe6095542837f", "id": {"identifier": "dq799283", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::111c47aea30d7b2c4013b40619f199e1", "id": {"identifier": "dq799285", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::36f1641f34c96bfac2528e1cec3d48c6", "id": {"identifier": "dq515232", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8917a388edb09a088ac2202f888492b6", "id": {"identifier": "dq515756", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8d273adb3bb65518e2ea89cf06c1d40c", "id": {"identifier": "dq799167", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c4c2c82d2098b661274a57cc7c6df80f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16690747&result=sequence_release", "schema": "url"}}], "abstract": "None: Cattle domestication from wild aurochsen was among the most important innovations during the Neolithic agricultural revolution. The available genetic and archaeological evidence points to at least two major sites of domestication in India and in the Near East, where zebu and the taurine breeds would have emerged independently. Under this hypothesis, all present-day European breeds would be descended from cattle domesticated in the Near East and subsequently spread during the diffusion of herding and farming lifestyles. We present here previously undescribed genetic evidence in contrast with this view, based on mtDNA sequences from five Italian aurochsen dated between 7,000 and 17,000 years B.P. and >1,000 modern cattle from 51 breeds. Our data are compatible with local domestication events in Europe and support at least some levels of introgression from the aurochs in Italy. The distribution of genetic variation in modern cattle suggest also that different south European breeds were affected by introductions from northern Africa. If so, the European cattle may represent a more variable and valuable genetic resource than previously realized, and previous simple hypotheses regarding the domestication process and the diffusion of selected breeds should be revised.", "author": ["Bertorelle Giorgio", "Lari Martina", "Luikart Gordon", "Konstantoula Ploumi", "Luca Sineo", "Sineo Luca", "Lourdes Sampietro", "Beja-Pereira Albano", "Triantaphylidis Costas", "Felix Goyache", "Lalueza-Fox Carles", "Vernesi Cristiano", "Atash Abdulkarim", "Royo Luis J", "Taberlet Pierre", "Sampietro Lourdes", "Ploumi Konstantoula", "Andrea Martini", "Nuno Ferrand", "Caramelli David", "Georg Erhardt", "Jaume Bertranpetit", "Ferrand Nuno", "Francesco Mallegni", "Attila Zsolnai", "Martini Andrea", "Carles Lalueza-Fox", "Conti Serena", "Mallegni Francesco", "Martina Lari", "Barbujani Guido", "Zsolnai Attila", "Costas Triantaphylidis", "Serena Conti", "Boscato Paolo", "Gordon Luikart", "Pierre Taberlet", "Giorgio Bertorelle", "Magid Ayed", "Ouragh Lahousine", "Cristiano Vernesi", "Royo, Luis J.", "Erhardt Georg", "Paolo Boscato", "Abdulkarim Atash", "Ayed Magid", "Albano Beja-Pereira", "Antonella Casoli", "Lahousine Ouragh", "Bertranpetit Jaume", "Casoli Antonella", "Guido Barbujani", "David Caramelli", "Goyache Felix"], "localIdentifier": [{"type": "pbmid", "id": "16690747"}, {"type": "pmid", "id": "16690747"}], "id": "50|dedup_wf_001::939502675c299c2fb60cf567ca1c6001", "relatedPublications": 0, "date": ["2006-05-11"], "title": ["The origin of European cattle: evidence from modern and ancient DNA."], "relatedDatasets": 8}
613
{"publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e365926238423c2cbdb90f4090ec334b", "id": {"identifier": "10.5517/ccrm1jx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a6d0541cc83847097d2554d3c27679ee", "id": {"identifier": "10.5517/ccrm1ft", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1bc47ad00b6b781725ad9e1bfaf4edc2", "id": {"identifier": "10.5517/ccrm1ky", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c7c44553987ddb62192cde1dbce727b0", "id": {"identifier": "10.5517/ccrm1hw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7ce946c18e0c366efb55e1fa6445094c", "id": {"identifier": "10.5517/ccrm1gv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010197", "datasourceName": "Cambridge Crystallographic Data Centre"}, {"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 5, "relatedUnknown": 0, "externalRels": [], "abstract": "The first example of an early-transition-metal complex involving a pentaarylfullerene was prepared. Instead of half-sandwich complexes, solvent separated ion pairs were obtained in which the pentaarylfullerene moiety acts as noncoordinating cyclopentadienyl anion.", "author": ["Meetsma Auke", "Bouwkamp Marco W."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic802034m"}], "id": "50|dli_resolver::0e792dab2891acbd710dfb2d89a74207", "relatedPublications": 0, "date": [""], "title": ["\"Pentaarylfullerenes as Noncoordinating Cyclopentadienyl Anions\""], "typology": "publication"}
614
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2d03f896e049f9fe498a66bd7e97eedd", "id": {"identifier": "ay321583", "schema": "genbank"}}], "abstract": "", "title": ["Minisatellites in"], "localIdentifier": [{"type": "doi", "id": "10.1016/s1567-1356(03)00172-7"}], "id": "50|elsevier____::214a477bb387a89f60cec5e7bc0f772d", "relatedPublications": 0, "date": ["2004"], "relatedDatasets": 1}
615
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::39d07e9fb6d6dc2b9b08470965f40d58", "id": {"identifier": "10.5517/ccxrc11", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d9b8ea6664ca393ea1c98f9e29d5f240", "id": {"identifier": "10.5517/cc10gjcc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Substituted ethynyl heterocycles and heteroarylbutenynes are synthesized efficiently in good yields via a copper-free, cross-coupling reaction.", "author": ["Arsenyan Pavel", "Belyakov Sergey", "Rubina Kira", "Vasiljeva Jelena"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tetlet.2013.09.088"}], "id": "50|dli_resolver::efad66cb63ba45334b68302f4acf0c1c", "relatedPublications": 0, "date": [""], "title": ["\"A copper-free, cross-coupling of terminal alkynes with hetaryl halides\""], "relatedDatasets": 2}
616
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8125c9956f5ae6bde7aac0390e5a3485", "id": {"identifier": "3dsl", "schema": "pdb"}}], "abstract": "Bothropasin is a 48 kDa hemorrhagic PIII snake venom metalloprotease (SVMP) isolated from  Bothrops jararaca , containing disintegrin/cysteine-rich adhesive domains. Here we present the crystal structure of bothropasin complexed with the inhibitor POL647. The catalytic domain consists of a scaffold of two subdomains organized similarly to those described for other SVMPs, including the zinc and calcium-binding sites. The free cysteine residue Cys 189  is located within a hydrophobic core and it is not available for disulfide bonding or other interactions. There is no identifiable secondary structure for the disintegrin domain, but instead it is composed mostly of loops stabilized by seven disulfide bonds and by two calcium ions. The ECD region is in a loop and is structurally related to the RGD region of RGD disintegrins, which are derived from PII SVMPs. The ECD motif is stabilized by the Cys 277 –Cys 310  disulfide bond (between the disintegrin and cysteine-rich domains) and by one calcium ion. The side chain of Glu 276  of the ECD motif is exposed to solvent and free to make interactions. In bothropasin, the HVR (hyper-variable region) described for other PIII SVMPs in the cysteine-rich domain, presents a well-conserved sequence with respect to several other PIII members from different species. We propose that this subset be referred to as PIII-HCR (highly conserved region) SVMPs. The differences in the disintegrin-like, cysteine-rich or disintegrin-like cysteine-rich domains may be involved in selecting target binding, which in turn could generate substrate diversity or specificity for the catalytic domain.", "author": ["Cominetti Márcia R.", "Souza Dulce H.F.", "Selistre-de-Araujo Heloisa S.", "Garratt Richard C.", "Moura-da-Silva Ana M.", "Muniz João R.C.", "Ambrosio Andre L.B.", "Oliva Glaucius"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.toxicon.2008.08.021"}], "id": "50|dli_resolver::b4ed6f9db254abd1f808744827228506", "relatedPublications": 0, "date": [""], "title": ["\"The three-dimensional structure of bothropasin, the main hemorrhagic factor from Bothrops jararaca venom: Insights for a new classification of snake venom metalloprotease subgroups\""], "relatedDatasets": 1}
617
{"typology": "publication", "publisher": ["Endocrinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::18998e9f23f4e50949b6b05d77cf5d8b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23959935&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::60f2002bf57c41ee8096d6e227a9fef9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23959935&result=coding_release", "schema": "url"}}], "abstract": "None: The kiss1 peptide (kisspeptin), a product of the kiss1 gene, is one of the key neuropeptides regulating vertebrate reproduction. In 2009, we identified a paralogous gene of kiss1 in the brain of amphibians and named it kiss2. Currently, the presence of the kiss2 gene and the kiss2 peptide is still obscure in amniotes compared with that in other vertebrates. Therefore, we performed genome database analyses in primates and reptiles to investigate the molecular evolution of the kiss2 gene in vertebrates. Because the mature kiss2 peptide has been identified only in amphibians, we further performed immunoaffinity purification and mass spectrometry to identify the mature endogenous kiss2 peptide in the brains of salmon and turtle that possessed the kiss2 gene. Here we provide the first evidence for the presence of a kiss2-like gene in the genome database of primates including humans. Synthetic amidated human KISS2 peptide activated human GPR54 expressed in COS7 cells, but nonamidated KISS2 peptide was inactive. The endogenous amidated kiss2 peptide may not be produced in primates because of the lack of an amidation signal in the precursor polypeptide. The kiss2-like gene may be nonfunctional in crocodilians because of premature stop codons. We identified the mature amidated kiss2 peptide in turtles and fish and analyzed the localization of kiss2 peptide mRNA expression in fish. The present study suggests that the kiss2 gene may have mutated in primates and crocodilians and been lost in birds during the course of evolution. In contrast, the kiss2 gene and mature kiss2 peptide are present in turtles and fish.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1210/en.2012-2267"}, {"type": "pbmid", "id": "23959935"}], "author": ["Iigo Masayuki", "Sunakawa Yuya", "Amano Masafumi", "Ohtaki Naohito", "Osugi Tomohiro", "Tsutsui Kazuyoshi", "Son You Lee", "Ohkubo Makoto"], "relatedPublications": 0, "id": "50|r3d100010527::e7bb0d8804795a84c9c96413032b1ff4", "title": ["Molecular evolution of kiss2 genes and peptides in vertebrates."], "relatedDatasets": 2}
618
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b2a9907cc3a969dc553da5d4d966269a", "id": {"identifier": "ay457145", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::134fbae8e7cfb4b53f5aaa9f5047136f", "id": {"identifier": "ay457169", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b8a97d95deff686547eb2c017212984c", "id": {"identifier": "ay459199", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::344ec07b5d2a325ff76fae82089c831c", "id": {"identifier": "ay459213", "schema": "genbank"}}], "abstract": "", "title": ["Conserved patterns in the evolution of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.gene.2004.02.055"}], "id": "50|elsevier____::f73b684bf5165b0d640f2ca8118daa74", "relatedPublications": 0, "date": ["2004"], "relatedDatasets": 4}
619
{"typology": "publication", "publisher": ["InTech"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4b9e8d4df4670b53ffa40ee602c637e6", "id": {"identifier": "10.1594/pangaea.775959", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f9b9388880b56c409c1b4f01060312a", "id": {"identifier": "10.1594/pangaea.818331", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bartsch Annett"], "localIdentifier": [{"type": "doi", "id": "10.5772/9095"}], "id": "50|dli_resolver::66e798fc6f52d9d9cd285b9bf30e5b08", "relatedPublications": 0, "date": [""], "title": ["Monitoring of Terrestrial Hydrology at High Latitudes with Scatterometer Data"], "relatedDatasets": 2}
620
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::89b50fa1f16b16ebb807b18795ae7010", "id": {"identifier": "u28963", "schema": "ena"}}], "abstract": "", "author": ["Boonchai, W.", "Sverdrup, F.", "Mj, Grossel", "Moscufo, N.", "DE Breiding", "Ej, Androphy"], "localIdentifier": [{"type": "pmid", "id": "9372953"}], "id": "50|pubmed______::b23ce5f0e1d3475e2d5d427ccb17a525", "relatedPublications": 0, "date": ["1997-12-01"], "title": ["Functional interaction of a novel cellular protein with the papillomavirus E2 transactivation domain."], "relatedDatasets": 1}
621
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c8cfafea7400935cab6e32798661e165", "id": {"identifier": "10.5517/cctch5t", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Binding an established single-molecule magnet cluster of distorted cubane type [MnIII3MnIVO4] to the lacunary site of an {α-P2W15} polyoxotungstate scaffold results in a surprising zero-field splitting inversion and the subsequent loss of magnetization bistability.", "author": ["Schilder Helmut", "O'Halloran Kevin P.", "Cao Rui", "Fang Xikui", "Speldrich Manfred", "Hill Craig L.", "Kögerler Paul"], "localIdentifier": [{"type": "doi", "id": "10.1039/b925947c"}], "id": "50|dli_resolver::467b61d3520686431e7fba2f654d2de6", "relatedPublications": 0, "date": [""], "title": ["\"Switching slow relaxation in a MnIII3MnIV cluster: an example of grafting single-molecule magnets onto polyoxometalates\""], "relatedDatasets": 1}
622
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a86796ccca04b77c6e3208ce45e2227", "id": {"identifier": "10.5061/dryad.6d3m0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a86796ccca04b77c6e3208ce45e2227", "id": {"identifier": "10.5061/dryad.6d3m0", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lachapelle J.", "Colegrave N.", "Bell G."], "localIdentifier": [{"type": "doi", "id": "10.1111/jeb.13147"}], "id": "50|dli_resolver::ebd802d4fd63f006ac67c570e5887d9f", "relatedPublications": 0, "date": [""], "title": ["\"The effect of selection history on extinction risk during severe environmental change\""], "relatedDatasets": 2}
623
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::26da760fafddce81ee3edc0f9bb54e24", "id": {"identifier": "10.6084/m9.figshare.5123314", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a7a12a15b3ba9779689da05cd26d2346", "id": {"identifier": "10.6084/m9.figshare.5123314.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background:   Inhibition of mitochondrial function occurs in many neurodegenerative diseases, and inhibitors of mitochondrial complexes I and II are used to model t", "author": ["Zhang Wendy", "Cai Ai-Li", "Zhu Julia", "Shi Chunxiao", "Sheline Christian T."], "localIdentifier": [{"type": "doi", "id": "10.1159/000336558"}], "id": "50|dli_resolver::0d478cebfe014a0750ccf182b7827d11", "relatedPublications": 0, "date": [""], "title": ["\"Mitochondrial Inhibitor Models of Huntington’s Disease and Parkinson’s Disease Induce Zinc Accumulation and Are Attenuated by Inhibition of Zinc Neurotoxicity in vitro or in vivo\""], "relatedDatasets": 2}
624
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::626f8b68e8b7fb403a59fa628e07ddc2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8387444&result=sequence_release", "schema": "url"}}], "abstract": "None: The StyLT1 restriction-modification (R-M) system of Salmonella typhimurium has recently been suggested to belong to the type-III R-M systems [De Backer and Colson, Gene 97 (1991) 103-107]. The nucleotide sequences of StyLT1 mod and res have been determined. Two closely adjacent open reading frames were found 12 bp apart with coding capacities of 651 (Mod) and 982 (Res) amino acids (aa), respectively. The genes, lying in the same direction of transcription in the mod-res order, are transcribed as distinct units. The deduced aa sequences reveal homologies with known type-III enzymes from the Escherichia coli P1 prophage, E. coli P15 plasmid and Bacillus cereus chromosome. In addition, the StyLT1 restriction endonuclease (ENase), like other type-I and type-III ENases, contains sequence motifs characteristic of superfamily-II helicases, which may be involved in DNA unwinding at the cleavage site.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8387444"}], "author": ["Colson C", "Dartois V", "De Backer O"], "relatedPublications": 0, "id": "50|r3d100010527::f9d6bf74caa08741e67171a469f6364c", "title": ["Sequence of the Salmonella typhimurium StyLT1 restriction-modification genes: homologies with EcoP1 and EcoP15 type-III R-M systems and presence of helicase domains."], "relatedDatasets": 1}
625
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1dc9193999014b58acfb42a427e85b9b", "id": {"identifier": "10.5517/ccptf74", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30d3e5adeb0053905b7674eb98b09e21", "id": {"identifier": "10.5517/ccptf41", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c08b71956a317c55a2d5666f1a6810b1", "id": {"identifier": "10.5517/ccptf2z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::90129182de63d8bdd1f052e84bcd7097", "id": {"identifier": "10.5517/ccptf52", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e05ade3b8982d1653f34f71fa29e68bd", "id": {"identifier": "10.5517/ccptf30", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55d4fab9f5b3fe71e53c40ed6a1d7344", "id": {"identifier": "10.5517/ccptf1y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb04563445490a9cc415f032a42e1a4f", "id": {"identifier": "10.5517/ccptf63", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New heterospin complexes have been obtained by combining the binuclear complexes [(Cu(H 2 O)L 1 }Ln(O 2 NO) 3 ] or [{CuL 2 }Ln(O 2 NO) 3 ] (L 1  = N,N'-propylene-di(3-methoxysalicylideneiminato); L 2  = N,N'-ethylene-di(3-methoxysalicylide-neiminato); Ln = Gd 3+ , Sm 3+ , Tb 3+ ), with the mononuclear [CuL 1(2) ] and the nickel dithiolene complexes [Ni(mnt) 2 ] q-  (q = 1, 2; mnt = maleonitriledithiolate), as follows:  1  ∞ [{CuL 1 } 2 Ln(O 2 NO){Ni(mnt) 2 ]·Solv·CH 3 CN (Ln = Gd 3+ , Solv = CH 3 OH (1), Ln = Sm 3+ , Solv = CH 3 CN (2)) and [{(CH 3 OH)CuL 2 } 2 Sm(O 2 NO)][Ni(mnt) 2 ] (3) with [Ni(mnt) 2 ] 2- , [{(CH 3 -CN)CuL 1 } 2 Ln(H 2 O)][Ni(mnt) 2 ] 3 ·2CH 3 CN (Ln = Gd 3+  (4), Sm 3+  (5), Tb 3+  (6)), and [{(CH3OH)CuL2}{CuL2}Gd(O 2 NO)-{Ni(mnt)2}][Ni(mnt)2]-CH2Cl2 (7) with [Ni(mnt) 2 ] .- . Trinuclear, almost linear, [CuLnCu] motifs are found in all the compounds. In the isostructural 1 and 2, two trans cyano groups from a [Ni(mnt) 2 ] 2-  unit bridge two trimetallic nodes through axial coordination to the Cu centers, thus leading to the establishment of infinite chains. 3 is an ionic compound, containing discrete [{(CH 3 OH)CuL 2 } 2 Sm(O 2 NO)] 2+  cations and [Ni(mnt) 2 ] 2-  anions. Within the series 4-6, layers of discrete [CuLncu] 3+  motifs alternate with stacks of interacting [Ni(mnt) 2 ] .-  radical anions, for which two overlap modes, providing two different types of stacks, can be disclosed. The strength of the intermolecular interactions between the open-shell species is estimated through extended Huckel calculations. In compound 7, [Ni(mnt) 2 ] .-  radical anions coordinate group one of the Cu centers of a trinuclear [Cu 2 Gd] motif through a CN, while discrete [Ni(mnt) 2 ] .-  units are also present, overlapping in between, but also with the coordinated ones. Furthermore, the [Cu 2 Gd] moieties dimerize each other upon linkage by two nitrato groups, both acting as chelate toward the gadolinium ion from one unit and monodentate toward a Cu ion from the other unit. The magnetic properties of the gadolinium-containing complexes have been determined. Ferromagnetic exchange interactions within the trinuclear [Cu 2 Gd] motifs occur. In the compounds 4 and 7, the [Ni(mnt) 2 ] .-  radical anions contribution to the magnetization is clearly observed in the high-temperature regime, and most of it vanishes upon temperature decrease, very likely because of the rather strong antiferromagnetic exchange interactions between the open-shell species. The extent of the exchange interaction in the compound 7, which was found to be antiferromagnetic, between the coordinated Cu center and the corresponding [Ni(mnt) 2 ] .-  radical anion, bearing mostly a 3p spin type, was estimated through CASSCF/CASPT2 calculations. Compound 6 exhibits a slow relaxation of the magnetization.", "author": ["Chibotaru Liviu F.", "Clima Sergiu", "Avarvari Narcis", "Andruh Marius", "Fourmigué Marc", "Clérac Rodolphe", "Madalan Augustin M."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic701738z"}], "id": "50|dli_resolver::7d8d84e8962955f7952127bfd836f08e", "relatedPublications": 0, "date": [""], "title": ["\"Heterospin Systems Constructed from Cu2Ln3+and Ni(mnt)21-,2-Tectons:  First 3p−3d−4f Complexes (mnt = Maleonitriledithiolato)\""], "relatedDatasets": 7}
626
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3aa508bb5aa060d7bb323cda3d4bd381", "id": {"identifier": "10.5061/dryad.2v4hv", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3aa508bb5aa060d7bb323cda3d4bd381", "id": {"identifier": "10.5061/dryad.2v4hv", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The ability of animals to adjust their behaviour according to seasonal changes in their ecology is crucial for their fitness. Eusocial insects display strong collective behavioural seasonality, yet the mechanisms underlying such changes are poorly understood. We show that nest preference by emigrating Temnothorax albipennis ant colonies is influenced by a season-specific modulatory pheromone that may help tune decision-making according to seasonal constraints. The modulatory pheromone triggers aversion towards low-quality nests and enhances colony cohesion in summer and autumn, but not after overwintering—in agreement with reports that field colonies split in spring and reunite in summer. Interestingly, we show that the pheromone acts by downgrading the perceived value of marked nests by informed and naive individuals. This contrasts with theories of collective intelligence, stating that accurate collective decision-making requires independent evaluation of options by individuals. The violation of independence highlighted here was accordingly shown to increase error rate during emigrations. However, this is counterbalanced by enhanced cohesion and the transmission of valuable information through the colony. Our results support recent claims that optimal decisions are not necessarily those that maximize accuracy. Other criteria—such as cohesion or reward rate—may be more relevant in animal decision-making.", "author": ["Mayer G.", "Franks N. R.", "Giurfa M.", "Jordan C.", "Hovsepian S.", "Stroeymeyt N."], "localIdentifier": [{"type": "doi", "id": "10.1098/rspb.2013.3108"}], "id": "50|dli_resolver::75d674ea7301ce0f858fe01523b9f169", "relatedPublications": 0, "date": [""], "title": ["\"Seasonality in communication and collective decision-making in ants\""], "relatedDatasets": 2}
627
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d522a19946030804ec1b5655ff369c50", "id": {"identifier": "10.5281/zenodo.242419", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1ef3ec8e0bc526f7cd9c606e68edf05c", "id": {"identifier": "10.15468/dnoeuu", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d237461838a78a9c5dde569af4572be", "id": {"identifier": "10.5281/zenodo.242417", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b53a7e609e5d1aa3ac4e0bb7cf9bb0c7", "id": {"identifier": "10.5281/zenodo.242415", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ac4248739d17ddafc1a778a551d6b529", "id": {"identifier": "10.5281/zenodo.242411", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f3ef242024e28f1d33d1dd2fb44902a", "id": {"identifier": "10.5281/zenodo.242406", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7bf1a517541e40fa05120ce93ca35c4e", "id": {"identifier": "10.5281/zenodo.242412", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ab39e8e308b74e2dd73b1806e981ec98", "id": {"identifier": "10.5281/zenodo.242413", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::78c5c4e0490206920829c1418bf88587", "id": {"identifier": "10.5281/zenodo.242408", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30300c85714a6d3fa8c1070a27159d05", "id": {"identifier": "10.5281/zenodo.242409", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::40484a7cefacff7cdc50111e14136bb4", "id": {"identifier": "10.5281/zenodo.242414", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::39ab1de5f38f32ae75404ab55764b2e2", "id": {"identifier": "10.5281/zenodo.242407", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1063ed5d029bc2468d6e9abb480fdf3e", "id": {"identifier": "10.5281/zenodo.242416", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c06dbbde6d0bf09fa7f57e35176458e2", "id": {"identifier": "10.5281/zenodo.242410", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Nikita, Kluge J."], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3949.4.2"}], "id": "50|dli_resolver::e4fc20713cd7dd7b99aa89d8235d1f03", "relatedPublications": 0, "date": [""], "title": ["<strong>First description of winged stages of <em>Thraulobaetodes</em> Elouard &amp; Hideux 1991 and reclassification of Rhithrocloeoninae (Ephemeroptera, Baetidae)</strong>"], "relatedDatasets": 27}
628
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3e152d7bcf89e69b175b40a1110224b7", "id": {"identifier": "10.6084/m9.figshare.2866939", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractBackground: DNA hybridization allows the preparation of nanoscale DNA structures with desired shape and size. DNA structures using simple base pairing can be used for the delivery of drug molecules into the cells. Since DNA carries multiple negative charges, their cellular uptake efficiency is low. Thus, the modification of the DNA structures with molecules that may enhance the cellular internalization may be an option.Objective: The objective of this study is to construct DNA-based nanocarrier system and to investigate the cellular uptake of DNA tile with/without lactose modification.Methods: Doxorubicin was intercalated to DNA tile and cellular uptake of drug-loaded DNA-based carrier with/without lactose modification was investigated in vitro. HeLa, BT-474, and MDA-MB-231 cancer cells were used for cellular uptake studies and cytotoxicity assays. Using fluorescence spectroscopy, flow cytometry, and confocal microscopy, cellular uptake behavior of DNA tile was investigated. The cytotoxicity of DN...", "author": ["Culha Mustafa", "Tunc Cansu Umran", "Akkus Sut Pinar"], "localIdentifier": [{"type": "doi", "id": "10.3109/1061186x.2016.1144059"}], "id": "50|dli_resolver::35aaf75b1edbdaa4bf5c015db48cd731", "relatedPublications": 0, "date": [""], "title": ["Lactose-modified DNA tile nanostructures as drug carriers"], "relatedDatasets": 1}
629
{"typology": "publication", "publisher": ["Pensoft Publishers"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c033777bf8e303287d5580a3eb50d3ef", "id": {"identifier": "10.15468/lkleox", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Shameem K. M.", "Prathapan Kaniyarikkal"], "localIdentifier": [{"type": "doi", "id": "10.3897/zookeys.269.4240"}], "id": "50|dli_resolver::5579262f5e2257a3727f0680d2bf5c3d", "relatedPublications": 0, "date": [""], "title": ["A new species of Callispa Baly (Coleoptera, Chrysomelidae, Cassidinae, Callispini) infesting coconut palm (Cocos nucifera L.) in India"], "relatedDatasets": 1}
630
{"typology": "publication", "publisher": ["The Journal of eukaryotic microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::44a52d72aabf6db2f81500fe8ecf861a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20958855&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0ae0eb8600bdd46c8e722e917b4b8347", "id": {"identifier": "hm216911", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0fb4e801a1f59b36522900dba503cda7", "id": {"identifier": "ay230191", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8e468a1c4b836491aa8a49b4d565daf5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20958855&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1057d0bc4b65b1ac6b35c20f37c0794d", "id": {"identifier": "af069063", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aec54c928681375da8bf372926026b67", "id": {"identifier": "ay963289", "schema": "ena"}}], "abstract": "None: We describe a biopsy proven case of microsporidial infection of the false vocal cords in a 69-yr-old male with a history of chronic lymphocytic leukemia. The patient had hoarseness for several weeks before his admission to the hospital for shortness of breath. He had received chemotherapy with fludarabine 6 wk before this hospital admission. A biopsy of vocal cord nodules demonstrated an organism that was identified as Anncaliia algerae by electron microscopy. Molecular analysis of the small subunit RNA gene amplified by polymerase chain reaction further confirmed the identification of this organism as A. algerae. This case illustrates the ability of this insect pathogen to cause disease in immune-compromised mammalian hosts.", "author": ["Weiss, Louis M.", "Ghosh Kaya", "Gupta Rachna", "Vergara, Rebecca B.", "Neafie Ronald", "Ann Cali", "Rachna Gupta", "Kaya Ghosh", "Cali Ann", "Weiss Louis M", "Ronald Neafie", "Vergara Rebecca B", "Takvorian, Peter M.", "Takvorian Peter M"], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1550-7408.2010.00510.x"}, {"type": "pmid", "id": "20958855"}, {"type": "pbmid", "id": "20958855"}], "id": "50|dedup_wf_001::3a9cf3d65e2dbe883ac29a6fa8a689b2", "relatedPublications": 0, "date": ["2010-10-19"], "title": ["Human vocal cord infection with the Microsporidium Anncaliia algerae."], "relatedDatasets": 6}
631
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4dc3c1151215bbe1c04be8e19d9ced24", "id": {"identifier": "10.5517/ccdc.csd.cc1llvxy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The Bull–James boronic acid assembly is used simultaneously as a chiral auxiliary for kinetic resolution and as a chiral shift reagent for in situ enantiomeric excess (ee) determination by 1H NMR spectroscopy. Chiral terminal alkyne-containing amines, and their corresponding chiral triazoles formed via CuAAC, were probed in situ. Selectivity factors of up to s = 4 were imparted and measured, accurate to within ±3% when compared to chiral GC.", "author": ["Brittain William D. G.", "Buckley Benjamin R.", "Fossey John S.", "Chapin Brette M.", "Lynch Vincent M.", "Anslyn Eric V.", "Zhai Wenlei"], "localIdentifier": [{"type": "doi", "id": "10.1039/c6ob01623e"}], "id": "50|dli_resolver::8582673498a66cbe12d1bdaf16a03934", "relatedPublications": 0, "date": [""], "title": ["\"The Bull–James assembly as a chiral auxiliary and shift reagent in kinetic resolution of alkyne amines by the CuAAC reaction\""], "relatedDatasets": 1}
632
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ebcef2cea2b50ff1a12ea90ab764d459", "id": {"identifier": "10.3204/phppubdb-16763", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We construct a gravity dual of a boost-invariant flow of an N = 4 SU(N) supersymmetric Yang-Mills gauge theory plasma with chemical potential. We present both a firstorder corrected late-time solution in Eddington-Finkelstein coordinates and a zeroth-order solution in parametric form in Fefferman-Graham coordinates. The resulting background", "author": ["Kalaydzhyan Tigran", "Kirsch Ingo"], "localIdentifier": [{"type": "doi", "id": "10.1007/jhep02(2011)053"}], "id": "50|dli_resolver::086bf9e5eaf359f38f037a37ca14d135", "relatedPublications": 0, "date": [""], "title": ["Holographic dual of a boost-invariant plasma with chemical potential"], "relatedDatasets": 1}
633
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::82a876430b0f25651d1c8906597e8f1f", "id": {"identifier": "u87411", "schema": "ena"}}], "abstract": "", "author": ["Leo Uchida", "Daisuke Hayasaka", "Yuki Takamatsu", "Buerano, Corazon C.", "Kenta Okamoto", "Takeshi Nabeshima", "Lyre Anni Espada-Murao", "Fuxun Yu", "Kouichi Morita"], "localIdentifier": [{"type": "pmid", "id": "25491663"}], "id": "50|pubmed______::e50943b045cdd936ae1876d5fb6e0984", "relatedPublications": 0, "date": ["2014-12-10"], "title": ["The dengue virus conceals double-stranded RNA in the intracellular membrane to escape from an interferon response."], "relatedDatasets": 1}
634
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::07c8f94c98835a6e28d0d903a536678e", "id": {"identifier": "10.3334/cdiac/tcm.009", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::c6348c180ef243f9d4ffe80edcbe3a61", "id": {"identifier": "10.3334/cdiac/tcm.005", "schema": "url"}}], "abstract": "Grazing exclusion (GE) has been deemed as an important approach to enhance the soil carbon storage of semiarid grasslands in China; however, it remains unclear how different organic carbon (OC) components in soils vary with the duration of GE. Here, we observed the changing trends of different OC components in soils with increased GE duration in five grassland succession series plots, ranging from free grazing to 31-year GE. Specifically, we measured microbial biomass carbon (MBC), easily oxidizable OC (EOC), water-soluble OC (WSOC), and OC in water stable aggregates (macroaggregates [250–2000 μm], microaggregates [53–250 μm], and mineral fraction [< 53 μm]) at 0–20 cm soil depths. The results showed that GE significantly enhanced EOC and WSOC contents in soils, but caused a decline of MBC at the three decade scale. Macroaggregate content (F = 425.8, P < 0.001), OC stored in macroaggregates (F = 84.1, P < 0.001), and the mean weight diameter (MWD) of soil aggregates (F = 371.3, P < 0.001) increased linearly with increasing GE duration. These findings indicate that OC stored in soil increases under three-decade GE with soil organic matter (SOM) stability improving to some extent. Long-term GE practices enhance the formation of soil aggregates through higher SOM input and an exclusion of animal trampling. Therefore, the practice of GE may be further encouraged to realize the soil carbon sequestration potential of semi-arid grasslands, China.", "author": ["Ding Wen", "He Nianpeng", "Nianpeng He", "Wen Ding", "Zhang Jinjing", "Jinjing Zhang"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::6548a979d828260500be4ff4f20a888f"}, {"type": "doi", "id": "10.1371/journal.pone.0146757"}], "id": "50|dedup_wf_001::7894f76b90a63e01a07bd46bcd05e157", "relatedPublications": 0, "date": [""], "title": ["Dynamics of Soil Organic Carbon and Aggregate Stability with Grazing Exclusion in the Inner Mongolian Grasslands."], "relatedDatasets": 2, "subject": [{"scheme": "keyword", "value": "Medicine"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "R"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "Research Article"}]}
635
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d13ea03c5af93f8f96459169dcf780fb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11961544&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::42ecc3ed47cb517f7d4c799cc5b19e75", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11961544&result=coding_release", "schema": "url"}}], "abstract": "None: The chronic food shortage that was feared after the rapid expansion of the world population in the 1960s was averted largely by the development of a high-yielding semi-dwarf variety of rice known as IR8, the so-called rice 'green revolution'. The short stature of IR8 is due to a mutation in the plant's sd1 gene, and here we identify this gene as encoding an oxidase enzyme involved in the biosynthesis of gibberellin, a plant growth hormone. Gibberellin is also implicated in green-revolution varieties of wheat, but the reduced height of those crops is conferred by defects in the hormone's signalling pathway.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11961544"}], "author": ["Swapan D", "Khush G S", "Ashikari M", "Saito T", "Itoh H", "Ueguchi-Tanaka M", "Kitano H", "Ishiyama K", "Nishimura A", "Kobayashi M", "Sasaki A", "Matsuoka M"], "relatedPublications": 0, "id": "50|r3d100010527::b024a034da970970d4c60f78ea12da8b", "title": ["Green revolution: a mutant gibberellin-synthesis gene in rice."], "relatedDatasets": 2}
636
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ca47413bfff99875eb4c7bd22c559c74", "id": {"identifier": "10.5517/cc110gk2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Understanding the distance distribution and dynamics between moieties attached to the walls of a resorcin[4]arene cavitand, which is switchable between an expanded kite and a contracted vase form, might enable the use of this molecular system for the study of fundamental distance-dependent interactions. Toward this goal, a combined experimental and molecular dynamics (MD) simulation study on donor/acceptor borondipyrromethene (BODIPY) dye-labeled cavitands present in the vase and kite forms was performed. Direct comparison between anisotropy decays calculated from MD simulations with experimental fluorescence anisotropy data showed excellent agreement, indicating that the simulations provide an accurate representation of the dynamics of the system. Distance distributions between the BODIPY dyes were established by comparing time-resolved Forster resonance energy transfer experiments and MD simulations. Fluorescence intensity decay curves emulated on the basis of the MD trajectories showed good agreement with the experimental data, suggesting that the simulations present an accurate picture of the distance distributions and dynamics in this molecular system and provide an important tool for understanding the behavior of extended molecular systems and designing future applications.", "author": ["Pochorovski Igor", "Nettels Daniel", "Bernd, Schweizer W.", "Knehans Tim", "Caflisch Amedeo", "Müller Astrid M.", "Schuler Benjamin", "Diederich François"], "localIdentifier": [{"type": "doi", "id": "10.1021/ja4104292"}], "id": "50|dli_resolver::5ea7d6558378f7f9cdf87394be4513ee", "relatedPublications": 0, "date": [""], "title": ["\"Experimental and Computational Study of BODIPY Dye-Labeled Cavitand Dynamics\""], "relatedDatasets": 1}
637
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::04fc790f293a150bbdf2cb9690ae2f04", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9334258&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::eff34c54719168a52bfdf6e285d7013f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9334258&result=sequence_release", "schema": "url"}}], "abstract": "None: Transcriptional repression of the mouse vascular smooth muscle alpha-actin gene in fibroblasts and myoblasts is mediated, in part, by the interaction of two single-stranded DNA binding activities with opposite strands of an essential transcription enhancer factor-1 recognition element (Sun, S., Stoflet, E. S., Cogan, J. G., Strauch, A. R., and Getz, M. J. (1995) Mol. Cell. Biol. 15, 2429-2436). One of these activities, previously designated vascular actin single-stranded DNA-binding factor 2 includes two distinct polypeptides (p44 and p46) which specifically interact with the purine-rich strand of both the enhancer and a related element in a protein coding exon of the gene (Kelm, R. J., Jr., Sun, S., Strauch, A. R., and Getz, M. J. (1996) J. Biol. Chem. 271, 24278-24285). Expression screening of a mouse lung cDNA library with a vascular actin single-stranded DNA-binding factor 2 recognition element has now resulted in the isolation of two distinct cDNA clones that encode p46 and p44. One of these proteins is identical to Puralpha, a retinoblastoma-binding protein previously implicated in both transcriptional activation and DNA replication. The other is a related family member, presumably Purbeta. Comparative band shift and Southwestern blot analyses conducted with cellular p46, p44, and cloned Pur proteins synthesized in vitro and in vivo, establish identity of p46 with Puralpha and p44 with Purbeta. This study implicates Puralpha and/or Purbeta in the control of vascular smooth muscle alpha-actin gene transcription.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9334258"}], "author": ["Strauch A R", "Elder P K", "Getz M J", "Kelm R J"], "relatedPublications": 0, "id": "50|r3d100010527::9b7d6d50f9d80b68e23ebdf423cd4a37", "title": ["Sequence of cDNAs encoding components of vascular actin single-stranded DNA-binding factor 2 establish identity to Puralpha and Purbeta."], "relatedDatasets": 2}
638
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b698e5d22d9c1040dddc0e3cd3b0abc9", "id": {"identifier": "ab291557", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2e1645868898ff2330dd5cdad50e65ff", "id": {"identifier": "ab359191", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::810927b1791e6defe0465bec0f2a9a2d", "id": {"identifier": "ab291588", "schema": "ncbi-n"}}], "abstract": "", "title": ["Dietary protein complexity modulates growth, protein utilisation and the expression of protein digestion-related genes in Senegalese sole larvae"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.aquaculture.2017.05.028"}], "id": "50|elsevier____::962e9578d9718bdbceb724d37f1d5131", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 3}
639
{"typology": "publication", "publisher": ["Applications in plant sciences"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9cb2acc4fe7d44ef183694175b74a43f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25202630&result=sequence_release", "schema": "url"}}], "abstract": "UNLABELLED: None PREMISE OF THE STUDY: To investigate fungal species identity and diversity in mycorrhizal fungi of order Sebacinales, we developed phylogenetic markers. These new markers will enable future studies investigating species delineation and phylogenetic relationships of the fungal symbionts and facilitate investigations into evolutionary interactions among Sebacina species and their orchid hosts. • METHODS AND RESULTS: We generated partial genome sequences for a Sebacina symbiont originating from Caladenia huegelii with 454 genome sequencing and from three symbionts from Eriochilus dilatatus and one from E. pulchellus using Illumina sequencing. Six nuclear and two mitochondrial loci showed high variability (10-31% parsimony informative sites) for Sebacinales mycorrhizal fungi across four genera of Australian orchids (Caladenia, Eriochilus, Elythranthera, and Glossodia). • CONCLUSIONS: We obtained highly informative DNA markers that will allow investigation of mycorrhizal diversity of Sebacinaceae fungi associated with terrestrial orchids in Australia and worldwide.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.3732/apps.1400015"}, {"type": "pbmid", "id": "25202630"}], "author": ["Foret Sylvain", "Linde Celeste C", "Ruibal Monica P", "Peakall Rod"], "relatedPublications": 0, "id": "50|r3d100010527::3c9da6314c08ba43cce6140a9b099e7f", "title": ["Development of phylogenetic markers for Sebacina (Sebacinaceae) mycorrhizal fungi associated with Australian orchids."], "relatedDatasets": 1}
640
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8756c08b16f53008e272b1d4fb8271ab", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9714754&result=sequence_release", "schema": "url"}}], "abstract": "None: MCM7 is a member of the MCM protein family which has been implicated in the regulatory machinery allowing DNA to replicate only once during S phase. In quiescent cells, human MCM7 (hMCM7) mRNA is almost undetectable. Stimulation of cells to enter the cell cycle results in induction of hMCM7 expression. Here, we report cloning and characterization of the hMCM7 promoter. We isolated and sequenced a 0.5 kb genomic fragment that contains putative transcription factor binding sites including three E2F sites, three GC boxes and an E box. Several transcription start sites, which were used upon growth stimulation, were identified. The minimal promoter region required for transcription of a luciferase reporter gene was delineated, and it contained an E box and one E2F site, which were important for promoter activity. Interestingly, the cloned sequence appears to act as a promoter for mu-adaptin-related protein 2 (mu-ARP2) gene in the opposite orientation.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9714754"}], "author": ["Suzuki S", "Adachi A", "Hiraiwa A", "Ohashi M", "Kiyono T", "Ishibashi M"], "relatedPublications": 0, "id": "50|r3d100010527::f7bb4506d2422f059c896516212480d8", "title": ["Cloning and characterization of human MCM7 promoter."], "relatedDatasets": 1}
641
{"typology": "publication", "publisher": ["Experimental parasitology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e0d607aa3e713b45cb11292651ae26b3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24355868&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4d36a0aefcad32f57083b0029da5faef", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24355868&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f162a05756cddcb3ebb7252b5a97c49", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24355868&result=coding_update", "schema": "url"}}], "abstract": "None: A novel quantitative PCR (qPCR) for Giardia at the glutamate dehydrogenase (gdh) locus was developed and validated. The qPCR was used to screen a total of 3412 lamb faecal samples collected from approximately 1189 lambs at three sampling periods (weaning, post-weaning and pre-slaughter) from eight farms across South Australia (SA), New South Wales (NSW), Victoria (Vic) and Western Australia (WA). The overall prevalence was 20.2% (95% CI 18.9-21.6) and of the 690 positives, 473 were successfully typed. In general, the prevalence of Giardia varied widely across the different farms with the highest prevalence in one WA farm (42.1%) at pre-slaughter sampling and the lowest prevalence in one Victorian farm (7.2%) at weaning. The range of cyst shedding at weaning, post-weaning and pre-slaughter overall across all states was 63-1.3×10(9) cysts g(-1) (median=1.7×10(4)), 63-1.1×10(9) cysts g(-1) (median=9.6×10(3)), 63-4.7×10(9) cysts g(-1) (median=8.1×10(4)) respectively. Assemblage specific primers at the triose phosphate isomerase (tpi) locus identified assemblage A in 22.4% (106/473) of positive samples typed, assemblage E in 75.9% (359/473) and mixed A and E assemblages in 1.7% (8/473) of samples. A subset of representative samples from the 8 farms (n=32) were typed at both the gdh and beta-giardin loci and confirmed these results and identified sub-assemblage AII in 16 representative assemblage A isolates across the 8 farms. This demonstrates a prevalence of Giardia previously not recognised in Australian sheep, highlighting a need for further research to quantify the production impacts of this protozoan parasite.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.exppara.2013.12.004"}, {"type": "pbmid", "id": "24355868"}], "author": ["Yang Rongchang", "Ryan Una", "Carmichael Ian", "Campbell Angus J D", "Jacobson Caroline", "Gardner Graham"], "relatedPublications": 0, "id": "50|r3d100010527::3650a0d6cf52d000294044c1b0f4eae7", "title": ["Development of a quantitative PCR (qPCR) for Giardia and analysis of the prevalence, cyst shedding and genotypes of Giardia present in sheep across four states in Australia."], "relatedDatasets": 3}
642
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9ba1ca9b23b47611e4b3baf63a0953ee", "id": {"identifier": "d90208", "schema": "genbank"}}], "abstract": "", "title": ["Identification of novel hepatitis C virus-specific cytotoxic T lymphocyte epiotpe in NS3 region"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.hepres.2006.08.011"}], "id": "50|elsevier____::bb35bb1c9f272d901d944702ed9d39fe", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 1}
643
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::6ef708576a08457210b87e400fdf0cc7", "id": {"identifier": "10.3886/icpsr02851.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::6ef708576a08457210b87e400fdf0cc7", "id": {"identifier": "10.3886/icpsr02851.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2cbdbedbac7c9eab54021cf3aedf7964", "id": {"identifier": "10.3886/icpsr02851", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::60124d8c123a470ffc945f6e085d1e65", "id": {"identifier": "10.3886/icpsr02851.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This study employs data from the 1993-94 Hispanic Established Population for Epidemiological Studies of the Elderly (H-EPESE) to assess the impact of nativity on preferences in living arrangements for a sample of 3,046 Mexican American individuals over the age of 65. Our results reveal great differences between the native and foreign-born in their desire to live with their children. A larger fraction of the foreign-born than native-born currently live with their children and state that they would care to continue living with their children in the event that they could no longer care for themselves. The data also reveal that the foreign-born face more serious economic constraints than the native-born and suggest that living with children may be motivated in part by economic need. We end by speculating on the implications of these findings for community-based care for elderly Mexican Americans.", "author": ["Markides, Kyriakos S.", "Markides K. S.", "Mcclellan, Judi L.", "Angel, Jacqueline L.", "McClellan J. L.", "Angel, Ronald J.", "Angel J. L.", "Angel R. J."], "localIdentifier": [{"type": "doi", "id": "10.1093/geront/36.4.464"}], "id": "50|dedup_wf_001::dad4847bcbfe056e775cb5c91833de0c", "relatedPublications": 0, "date": [""], "title": ["Nativity, declining health, and preferences in living arrangements among elderly Mexican Americans: Implications for long-term care"], "relatedDatasets": 4}
644
{"typology": "publication", "publisher": ["Biochimica et biophysica acta"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8d3f2d17410c7484099adeae5326cc1c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1336396&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::eaabd01a383acb95f79435ccbcd51dfa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1336396&result=coding_release", "schema": "url"}}], "abstract": "None: A clone MA2C2 encoding the murine homologue of adrenoceptor alpha 2C2 was isolated from a mouse genomic library using a subtype specific probe. The nucleotide and the deduced amino acid sequences derived from an ApaI fragment (2 kb) of the clone reveal a single open reading frame encoding a putative receptor protein of 455 amino acids. The 5' untranslated region (0.5 kb) sequenced is characterized by high GC content and CpG island count.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1336396"}], "author": ["Chang A C", "Chang Y H", "Shie B J", "Chang N C", "Chen W M"], "relatedPublications": 0, "id": "50|r3d100010527::a5c23e57b69d3652dcfaf40d35dd2e64", "title": ["Molecular cloning and characterization of a mouse alpha 2C2 adrenoceptor subtype gene."], "relatedDatasets": 2}
645
{"typology": "publication", "publisher": ["General and comparative endocrinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ad358cd618d0d14a34c3ee9059fd4228", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1936917&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71bf60bb952ebb0fb548ef9f758a2ef1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1936917&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b06fdc1c983aabb2d1bd39aa9210545e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1936917&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c78e3c04e4b0bd771396af03038178b4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1936917&result=sample", "schema": "url"}}], "abstract": "None: From pituitary cDNA libraries of Atlantic cod and chum salmon, cDNA clones coding for somatolactin (SL), a presumed pituitary hormone belonging to the growth hormone (GH)/prolactin (PRL) family, were isolated and characterized. The 1.3-kb cod SL mRNA was composed of a greater than 0.25-kb 5' untranslated region, a coding region for the precursor of 235 amino acids (aa), a 0.14-kb 3' untranslated region, and a poly(A) tail. The 2.5-kb salmon SL mRNA had a less than 0.1-kb 5' untranslated region, a precursor (233 aa) coding region, a 1.6-kb 3' untranslated region, and a poly(A) tail. A signal peptide of 26 and 24 aa was found in the SL precursor of cod and salmon, respectively. Thus, the mature SLs of these fish are composed of 209 aa. Two potential N-glycosylation sites were identified in cod SL, whereas no site could be found in the salmon. A comparison of amino acid sequences of the three SLs so far isolated indicated six Cys residues to be in homologous positions to those in GH and PRL, and one Cys residue to be characteristically present in SL. Among cod, salmon, and flounder, greater colinearity of amino acid sequences was noted in SLs than in GHs. The identities of the SL amino acid sequences were between 73 and 81% as compared to 58-62% for the corresponding GHs, indicating greater conservation of SL than GH.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1936917"}], "author": ["Ono M", "Rand-Weaver M", "Kawauchi H", "Takayama Y"], "relatedPublications": 0, "id": "50|r3d100010527::3bfdedf300e017da8b4c12b0dc250f56", "title": ["Greater conservation of somatolactin, a presumed pituitary hormone of the growth hormone/prolactin family, than of growth hormone in teleost fish."], "relatedDatasets": 4}
646
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::07514138afbba2640218d70242dd0ed5", "id": {"identifier": "10.6084/m9.figshare.c.3616286.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f142e5d27e5f66cc3659ceb7e44a5a13", "id": {"identifier": "10.6084/m9.figshare.c.3616286_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a091e5a5066f2a920a86bf851e6867ad", "id": {"identifier": "10.6084/m9.figshare.c.3616286", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Sri Lanka has one of the highest suicide rates in the world. Gatekeeper programs aimed at specific target groups could be a promising suicide prevention strategy in the country. The aim of this study was to develop guidelines that help members of the public to provide first aid to persons in Sri Lanka who are at risk of suicide.", "author": ["Mendis Jayan", "Kelly Claire M.", "Colucci Erminia", "Jorm Anthony F.", "Minas Harry", "De Silva Saranga A."], "localIdentifier": [{"type": "doi", "id": "10.1186/s13033-016-0085-3"}], "id": "50|dli_resolver::0282ef7241143d8197f673ce068dd63b", "relatedPublications": 0, "date": [""], "title": ["\"Suicide first aid guidelines for Sri Lanka: a Delphi consensus study\""], "relatedDatasets": 3}
647
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::38e023a5d9ee6cc8ffd0a21995f60706", "id": {"identifier": "10.3334/cdiac/otg.cdiac_158", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::e0077ca457ecd5b7d146321ac703b043", "id": {"identifier": "10.3334/cdiac/atg.012", "schema": "url"}}], "abstract": "In a recent study (Garrett, 2011), I described theoretical arguments and empirical evidence showing how civilization evolution might be considered from a purely physical basis. One implication is that civilization exhibits the property of persistence in its growth. Here, this argument is elaborated further, and specific near-term forecasts are provided for key economic variables and anthropogenic CO2 emission rates at global scales. Absent some external shock, civilization wealth, energy consumption and carbon dioxide emissions will continue to grow exponentially at an average rate of about 2.3% per year.", "author": ["Garrett, Timothy J."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od________18::e115b2f321c50da73354051c569b5f50"}], "id": "50|dli_resolver::37436acdf69aac678b1fd0e1fbfed47e", "relatedPublications": 0, "date": [""], "title": ["How persistent is civilization growth?"], "relatedDatasets": 2, "subject": [{"scheme": "keyword", "value": "Physics - Atmospheric and Oceanic Physics"}, {"scheme": "keyword", "value": "Physics - Physics and Society"}, {"scheme": "keyword", "value": "Nonlinear Sciences - Adaptation and Self-Organizing Systems"}]}
648
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::65e71e58772cabbe0f55178a84ac1af2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9989411&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4010b0c560fdb30422d8c09ae48700ac", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9989411&result=coding_release", "schema": "url"}}], "abstract": "None: Mitochondria play a key part in the regulation of apoptosis (cell death). Their intermembrane space contains several proteins that are liberated through the outer membrane in order to participate in the degradation phase of apoptosis. Here we report the identification and cloning of an apoptosis-inducing factor, AIF, which is sufficient to induce apoptosis of isolated nuclei. AIF is a flavoprotein of relative molecular mass 57,000 which shares homology with the bacterial oxidoreductases; it is normally confined to mitochondria but translocates to the nucleus when apoptosis is induced. Recombinant AIF causes chromatin condensation in isolated nuclei and large-scale fragmentation of DNA. It induces purified mitochondria to release the apoptogenic proteins cytochrome c and caspase-9. Microinjection of AIF into the cytoplasm of intact cells induces condensation of chromatin, dissipation of the mitochondrial transmembrane potential, and exposure of phosphatidylserine in the plasma membrane. None of these effects is prevented by the wide-ranging caspase inhibitor known as Z-VAD.fmk. Overexpression of Bcl-2, which controls the opening of mitochondrial permeability transition pores, prevents the release of AIF from the mitochondrion but does not affect its apoptogenic activity. These results indicate that AIF is a mitochondrial effector of apoptotic cell death.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9989411"}], "author": ["Siderovski D P", "Kroemer G", "Costantini P", "Penninger J M", "Larochette N", "Lorenzo H K", "Zamzami N", "Mangion J", "Goodlett D R", "Aebersold R", "Jacotot E", "Marzo I", "Susin S A", "Brothers G M", "Snow B E", "Loeffler M"], "relatedPublications": 0, "id": "50|r3d100010527::00a0e6874f793c70b4c3d987ad77ddcf", "title": ["Molecular characterization of mitochondrial apoptosis-inducing factor."], "relatedDatasets": 2}
649
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b8ff9c1ee12393ba84fb87cd905f98df", "id": {"identifier": "10.3886/icpsr03141.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Kelly, William R."], "localIdentifier": [{"type": "icpsr", "id": "16721"}], "relatedPublications": 0, "title": ["Outcome Evaluation of the Texas Youth Commission's Chemical Dependency Treatment Program, Final Report"], "id": "50|r3d100010255::0c9494d6ab64cbef645c2225cecb9406"}
650
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::48128671d5b116e7526d5c09aa94f2f3", "id": {"identifier": "a11008", "schema": "ncbi-n"}}], "abstract": "", "title": ["Central glial activation mediates cancer-induced pain in a rat facial cancer model"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.neuroscience.2011.02.007"}], "id": "50|elsevier____::e68c6491cf0133a9fa553e654aabc66c", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 1}
651
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5f494714c6059a98ae7735fae515df3a", "id": {"identifier": "10.5517/ccxvxc0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Novel aryl-β-C-glucosidation method using glucal boronate was developed. This protocol can offer several advantages including use of non-toxic, easily handling glucal boronate as a crystalline solid and storable at room temperature for several months. Tri- O -methylnorbergenin (8,10-di- O -methylbergenin), an anti-HIV active bergenin derivative, was concisely synthesized by application of the aryl-β-C-glucosidation method.", "author": ["Kawanishi Eiji", "Sakamaki Shigeki", "Ishikawa Tsutomu", "Nomura Sumihiro"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2012.05.035"}], "id": "50|dli_resolver::8967569967865407ace140de4a5ccb1e", "relatedPublications": 0, "date": [""], "title": ["\"Aryl-β-C-glucosidation using glucal boronate: application to the synthesis of tri-O-methylnorbergenin\""], "relatedDatasets": 1}
652
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2c4658884def5997e2f9cebee7248e8d", "id": {"identifier": "dq401076", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5deacaa9429d417a498fe3d4560d816d", "id": {"identifier": "dq401075", "schema": "genbank"}}], "abstract": "", "title": ["Ancestral and consensus envelope immunogens for HIV-1 subtype C"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virol.2006.05.011"}], "id": "50|elsevier____::80f30a9b852c7312c2f7d08e977138f1", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 2}
653
{"typology": "publication", "publisher": ["Toxicon : official journal of the International Society on Toxinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d03955c748e9a63b795da36729389619", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12076655&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::58e06c7fe4b3e7327bcb770798870865", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12076655&result=sequence_release", "schema": "url"}}], "abstract": "None: The tick, Ornithodoros savignyi has been implicated in inducing paralysis and tampan toxicosis. In this study, a basic toxin (TSGP4) was identified and the presence of an acidic toxin (TSGP2) was confirmed. Both basic and acidic toxins were more lethal than previously described, with TSGP4 (34microg) and TSGP2 (24microg) causing mortality of adult mice within 30min. Pathological effects on the cardiac system, notably of salivary gland extract on an isolated rat heart perfusion system and of purified toxins on mouse electrocardiogram patterns could be observed. TSGP4 caused Mobitz type ventricular block, while TSGP2 induced ventricular tachycardia. Conversely, fractions from reversed phase high performance liquid chromatography preparations caused paralysis-like symptoms of the limbs after only 48h. The toxins also differ from previously described tick paralysis toxins in terms of molecular behavior and properties. These results indicate that tampan toxicoses and tick paralysis are unrelated pathogenic phenomena.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12076655"}], "author": ["Mans Ben J", "Venter Jacobus D", "Steinmann Christiaan M L", "Neitz Albert W H", "Louw Abraham I"], "relatedPublications": 0, "id": "50|r3d100010527::ddd6397be6104799c6a035f2927f3f1d", "title": ["Pathogenic mechanisms of sand tampan toxicoses induced by the tick, Ornithodoros savignyi."], "relatedDatasets": 2}
654
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9709011e19a15b80fa34bb42c3c0a203", "id": {"identifier": "bc119322.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8093d87fe33cb8e43c4442908c6c52b9", "id": {"identifier": "nm_016967", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f07c05837e6c3d131a93bd7322eb76cb", "id": {"identifier": "nm_008084", "schema": "ncbi-n"}}], "abstract": "", "title": ["Induction of motor neuron differentiation by transduction of Olig2 protein"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2012.09.090"}], "id": "50|elsevier____::66a0c6d27ea9710ad2b2bcd308c633a8", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 3}
655
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::693698a02d060c9b58c744fcebd5ff2d", "id": {"identifier": "10.5517/cc5zk2r", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The mode of action of the bidentate bis(boronate) Lewis acid 2 as a fluoride ion sensor is shown to involve selective anion binding together with an electrochemical response.", "author": ["Coles S. J.", "Aldridge S.", "Bresner C.", "Hursthouse M. B.", "Fallis I. A."], "localIdentifier": [{"type": "doi", "id": "10.1039/b200828a"}], "id": "50|dli_resolver::a4499f6723e8a2cba7c96457dfe331e5", "relatedPublications": 0, "date": [""], "title": ["\"Multidentate Lewis acids: synthesis, structure and mode of action of a redox-based fluoride ion sensorElectronic supplementary information (ESI) available: details of NMR and UV/Vis spectroscopic measurements. See http://www.rsc.org/suppdata/cc/b2/b200828a/\""], "relatedDatasets": 1}
656
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d0d987b6a618a7a62b110c927bb283a3", "id": {"identifier": "10.5517/ccwtm8k", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New Schiff base compound bis((2,3,4-tri- methoxy-benzylidenepropylideneamino)phenyl)-ether (1) was synthesized and characterized by elemental analyses (CHN), FT-IR and 1 H-NMR spectroscopy and single- crystal X-ray diffraction. The title compound 1 crystallizes in triclinic system, space group P-1, with a = 6.8255(4) A ˚ , b = 10.4346(4) A ˚ , c = 19.4166(8) A ˚ , a = 86.588(3), b = 85.019(4), c = 89.042(4), V = 1375.12(11) A ˚ 3 and Z = 2.", "author": ["Dusek Michal", "Fejfarova Karla", "Khalaji Aliakbar Dehno"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-011-0235-z"}], "id": "50|dli_resolver::34b7246e47cfc2bb6516a7191ac97a81", "relatedPublications": 0, "date": [""], "title": ["\"Bis(2,3,4-Trimethoxy-Benzylidenepropylideneamino)PhenylEther: Synthesis, Characterization and Crystal Structure\""], "relatedDatasets": 1}
657
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a0bfb7528defc5f6c2bb93c6e51843d0", "id": {"identifier": "10.5517/ccpz8vr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title complex, [Cu2Cl2(C10H8N2S2)2], the asymmetric unit contains one and a half dinuclear copper complexes, one complex being arranged around an inversion center. In each complex, the CuI atom is coordinated by two N atoms from one di-2-pyridyl disulfide ligand and two bridging Cl atoms, and has a distorted tetrahedral geometry.", "author": ["Wang Liang-Gui"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807027304"}], "id": "50|dli_resolver::6a3cac938fc317635c223d90e3a360d3", "relatedPublications": 0, "date": [""], "title": ["\"Di-μ-chlorido-bis(di-2-pyridyl disulfide-κ2N,N′)copper(I)\""], "relatedDatasets": 1}
658
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 5, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5f5c918e48fedd672ead69e3a3a5ccb8", "id": {"identifier": "aaa29171", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bcacba6a43d42189f8b1f3ccbf729d2f", "id": {"identifier": "aac19750", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ca0788b773cbc7430d22737a641f69b4", "id": {"identifier": "ay699070", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f7305c8afe8d73888ce848fc37da845f", "id": {"identifier": "ay603336", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f73b630964af12d1580eb9766a6b1c6f", "id": {"identifier": "af036098", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::56890bd293fd472b7e1ee9b0dad45d36", "id": {"identifier": "af305967", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d510b155a0b68de95f2767e70fc1d821", "id": {"identifier": "af077944", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::58d0605a4c157fd332325f1d883b2043", "id": {"identifier": "af305959", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9868f86dd05798f4961dbaf0fa7bab2e", "id": {"identifier": "ay699067", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ca93eca1ec0a649cd046fb046c5478d5", "id": {"identifier": "af161220", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6661f2244d59c1972b89f96ef23fa957", "id": {"identifier": "af043121", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8e3e5f58d0b8eeccc7f1b8c102020c19", "id": {"identifier": "af305965", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c0ae52ddd3070e28049361fb9734d1df", "id": {"identifier": "z69630", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::992c1a3bc8dd1a47dff745d11fbf8e55", "id": {"identifier": "af457198", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c7ce2c570311b4f9f1ad8c57397adc0c", "id": {"identifier": "m31112", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::134bb0a6e7d59cca4de525f32a771198", "id": {"identifier": "aab95324", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f6f3a370d501ad434656b8b38a4ce0ba", "id": {"identifier": "af305963", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::421661c4da1d1a5a117579cd7cbb9cbc", "id": {"identifier": "af457203", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4381fad24ea4615ce3ce8e290f0395c8", "id": {"identifier": "af305960", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8c32e5e3acf2303b62f92c016fe9524a", "id": {"identifier": "af305964", "schema": "genbank"}}], "abstract": "", "title": ["Prospects for exploring molecular developmental processes in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijpara.2006.04.007"}], "id": "50|elsevier____::815a16e6aee45b6821582c1a5968d729", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 37}
659
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ad526b3570c7f4030adb2d30ad892262", "id": {"identifier": "ef204592.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::326b032380c45dc84d090e7dbcbb0d3d", "id": {"identifier": "ef204594.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7d8ad7c6f4a82a22e98186d8ac7c1b3f", "id": {"identifier": "ef204593.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Survival of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijfoodmicro.2013.05.020"}], "id": "50|elsevier____::e142564636bfa4e1075efd28a12d0d23", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 3}
660
{"typology": "publication", "publisher": ["American Physical Society (APS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b7cb82ed82e7d7ae39622a345b51f382", "id": {"identifier": "10.17182/hepdata.65457.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::76bef9c2bc06cc651b6fb383284f60a1", "id": {"identifier": "10.17182/hepdata.65457", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Results of a search for supersymmetry via direct production of third-generation squarks are reported, using 20.3 fb(-1) of proton-proton collision data at root s = 8 TeV recorded by the ATLAS experiment at the LHC in 2012. Two different analysis strategies based on monojetlike and c-tagged event selections are carried out to optimize the sensitivity for direct top squark-pair production in the decay channel to a charm quark and the lightest neutralino ((t) over tilde (1) -> c + (chi) over tilde (0)(1)) across the top squark-neutralino mass parameter space. No excess above the Standard Model background expectation is observed. The results are interpreted in the context of direct pair production of top squarks and presented in terms of exclusion limits in the (m((t) over tilde1), m((chi) over tilde 10)) parameter space. A top squark of mass up to about 240 GeV is excluded at 95% confidence level for arbitrary neutralino masses, within the kinematic boundaries. Top squark masses up to 270 GeV are excluded for a neutralino mass of 200 GeV. In a scenario where the top squark and the lightest neutralino are nearly degenerate in mass, top squark masses up to 260 GeV are excluded. The results from the monojetlike analysis are also interpreted in terms of compressed scenarios for top squark-pair production in the decay channel (t) over tilde (1) -> b + ff' + (chi) over tilde (0)(1) and sbottom pair production with (b) over tilde -> b + (chi) over tilde (0)(1), leading to a similar exclusion for nearly mass-degenerate third-generation squarks and the lightest neutralino. The results in this paper significantly extend previous results at colliders.", "author": [" k, Brooks W.", "Leisos A.", "Obermann T.", " m, Liss T.", " o, Jamin D.", " c, Endner O.", "Sommer P.", "Whiteson D.", "Darbo G.", " b, Tannenwald B.", " e  m, Robinson J.", "Dita P.", "Bosman M.", "Backhaus M.", " w, Black C.", "Rao K.", " a  l, Leite M.", "Fournier D.", " j, Wollstadt S.", "Landgraf U.", "Czirr H.", " ", "Nikiforov A.", " k, Nelson T.", "Spurlock B.", "Köpke L.", "Spettel F.", "Haleem M.", "Nakamura T.", "De Pedis D.", "Besson N.", " d, Harrington R.", " b  f  g, Knoops E.", " p, Sanders M.", "Lari T.", "Piccinini M.", "Artamonov A.", "Chytka L.", "Durglishvili A.", " j, Wickens F.", "Bona M.", "Bloch I.", "Backus Mayes J.", "Firan A.", "Schacht P.", "Lohse T.", " p, Beck H.", "Friedrich F.", "Tian F.", "Xu L.", "D’Auria S.", "Guindon S.", " g, Pope B.", "Willis C.", "Boisvert V.", "Abdel Khalek S.", "Roth I.", "Clark A.", " s, Mete A.", "Pedraza Lopez S.", "Plotnikova E.", "Petrolo E.", "Tas P.", "Oliveira Damazio D.", "Schwemling Ph.", "Khalil-zada F.", "Lysak R.", "Brooijmans G.", "Schwanenberger C.", "Butti P.", "Bechtle P.", " c, Woerden M.", "Hejbal J.", " p, Hays C.", "Unal G.", "Zwalinski L.", "Javadov N.", "Izzo V.", "Nagel M.", "Picazio A.", "Robson A.", "Veloso F.", "Chiarella V.", " g, Leister A.", "Malon D.", "Vazeille F.", "Czyczula Z.", "Vest A.", " g, Vincter M.", "Mastrandrea P.", " e, Cox B.", "Berghaus F.", " r, Lacuesta V.", "Owen M.", "Meoni E.", " a, Mcfayden J.", "Polychronakos V.", "Gozpinar S.", "Demilly A.", "Carminati L.", "Bartsch V.", "Emeliyanov D.", "Ocariz J.", "Lacker H.", "Cameron D.", " j, Haywood S.", "Lenzen G.", "Morii M.", "Kaplan B.", "Harenberg T.", "Sugaya Y.", " j, Sekula S.", "Heim S.", "Alexander G.", "Cavalli-Sforza M.", "Karthik K.", "Debbe R.", "Penwell J.", "Lipniacka A.", " e, Price L.", "Nevski P.", "Salvucci A.", "Dattagupta A.", "Yao L.", "Krumnack N.", "Lacava F.", "Yamamoto K.", "Conta C.", "Klingenberg R.", "Klein U.", "Castelli A.", "Albrand S.", "Benslama K.", " a, Johns K.", "Vogel A.", " k, Wosiek B.", "Della Pietra M.", " s, Cerqueira A.", "Heim T.", "Keoshkerian H.", "Panagiotopoulou E.", "Fischer J.", "Kondo T.", "Seuster R.", "Primavera M.", " v, Anisenkov A.", " s, Thompson A.", "Burghgrave B.", "Wakabayashi J.", "El Kacimi M.", " c, Edwards N.", "Lehan A.", "Ashkenazi A.", "Dano Hoffmann M.", "Kashif L.", "Friedrich C.", "Evans H.", "Chafaq A.", "Jinaru A.", "Luehring F.", "Guan L.", "von Toerne E.", "Fortin D.", "Salzburger A.", "Qureshi A.", "Manousakis-Katsikakis A.", "Perez Codina E.", "Zeitnitz C.", "Plucinski P.", "Unno Y.", "Ezhilov A.", " s, Hard A.", "Ten Kate H.", "Panitkin S.", " m, Hawkes C.", "Sumida T.", " j, Falla R.", "Skubic P.", " c, O’neil D.", "Monk J.", "Alexopoulos T.", "Bessner M.", "Gauthier L.", "Vilucchi E.", "Inamaru Y.", "Purohit M.", " g, Alviggi M.", "Lounis A.", "Ronzani M.", "Pitt M.", "Yoosoofmiya R.", " w  l, Jones R.", "Dingfelder J.", "Filthaut F.", "Liberti B.", "Tarem S.", "Nilsson P.", "Rosati S.", "Saxon J.", "Wicke D.", "Bergeaas Kuutmann E.", "Doherty T.", "Mal P.", "-A, Pleier M.", " m, Harris O.", "Schwartzman A.", "Ženiš T.", "Bassalat A.", " m, Caminada L.", "Gutierrez P.", "Kneringer E.", "Liebal J.", " a, Cribbs W.", "Mastroberardino A.", " a, Solans C.", "Goossens L.", " a, Neal H.", "Stoebe M.", "Xu D.", " m, Braun H.", "Battistin M.", "Orestano D.", " p, Bee C.", " c, Ryder N.", " m, Seliverstov D.", "Shmeleva A.", "Torró Pastor E.", "Gianotti F.", "Schmitt S.", "Zemla A.", "Jin S.", "Mamuzic J.", "Tisserant S.", "Toggerson B.", "Vogel M.", "Patricelli S.", "Strandberg J.", "Conventi F.", "Delmastro M.", "Hanke P.", " r, Catmore J.", "Jejelava J.", "Pachal K.", "Enari Y.", "Feigl S.", "Farilla A.", "Alpigiani C.", "Arnal V.", "Padilla Aranda C.", "Burckhart H.", "Gadatsch S.", "Varol T.", "Pina J.", " a, Komar A.", "Campana S.", " w, Hughes E.", "Ouyang Q.", "Seifert F.", "Levy M.", "Alvarez Gonzalez B.", "Halladjian G.", "Rousseau D.", " d, Greenwood Z.", "Ninomiya Y.", "Zaman A.", " g, Oakham F.", "Boudreau J.", " j, Maddocks H.", "Endo M.", " y, Kim H.", " m, Butterworth J.", "Werner M.", " o, Shimmin C.", "Mahboubi K.", "Meineck C.", " j, Flowerdew M.", " a, Jung C.", "De Sanctis U.", "Guido E.", " h, Robertson S.", "Agatonovic-Jovin T.", "Boyd J.", "Hauser R.", "Kruker T.", " d, St Denis R.", "Xiao M.", "Kugel A.", "Sanchez Martinez V.", "Keil M.", "Vazquez Schroeder T.", "Radescu V.", "Marshall Z.", "Stenzel H.", "Dita S.", "Luminari L.", "Yamamoto S.", " s, Bansil H.", "Katzy J.", " r, Sutton M.", "Chudoba J.", " t, Potter C.", " f, Laporte J.", "Dhaliwal S.", "Bagiacchi P.", "Hrabovsky M.", "Poettgen R.", " c  f, Glaysher P.", " k, Morley A.", "Schaarschmidt J.", "Hoffman J.", "Okawa H.", "Köneke K.", "Short D.", "Simion S.", " d, Morris J.", "Walder J.", "Villa M.", "Cattani G.", "Ernwein J.", "Issever C.", "Snidero G.", "Li B.", "Werner P.", "Henrot-Versille S.", " j, Gallas E.", "Weits H.", " d, Carrillo-Montoya G.", " a, Kramarenko V.", "Schnoor U.", "Zambito S.", " f, Giraud P.", "Santos H.", " d, Pilkington A.", "Rescigno M.", "Strauss E.", "Henrichs A.", "Suhr C.", "Meloni F.", " m, Consonni S.", "Warsinsky M.", "Ogren H.", "Errede D.", "Vari R.", "Kleinknecht K.", " d, Palmer J.", "Heelan L.", "Dawe E.", " m, Lester C.", "Soffer A.", "Fincke-Keeler M.", "Scharf V.", "Dyndal M.", "Compostella G.", "Beau T.", "Janus M.", "Kim H.", "Kral V.", "Wang H.", "Bousson N.", "Osculati B.", "De la Torre H.", "Badescu E.", "Steinberg P.", "Eifert T.", "Gabizon O.", " j, Shochet M.", "Spousta M.", "Zinonos Z.", "Sadeh I.", "Gueta O.", "Fassnacht P.", " a, Korol A.", " a, Connelly I.", "Yusuff I.", "Buzatu A.", "Ciubancan M.", "Li H.", "Baroncelli A.", " r, Wyatt T.", "Fiorini L.", "Nikolaenko V.", "Becot C.", "Stroynowski R.", " c, Grossi G.", " m, Gregor I.", " m, Jungst R.", "Lehmann Miotto G.", "Qin Y.", " a, Beermann T.", "Venturini A.", " a, Dassoulas J.", "Liu Y.", "Taffard A.", "Levchenko M.", "Ridel M.", "Pasqualucci E.", "Korn A.", "Tricoli A.", " h, Connell S.", " k  o, Doan T.", "Sfiligoj T.", "Guttman N.", " h, Smart B.", "Leonhardt K.", "Mineev M.", "Wang J.", " a, Mitsou V.", "Sliwa K.", "Guicheney C.", "Cuhadar Donszelmann T.", "Ozturk N.", "Hurwitz M.", "Teixeira-Dias P.", "Rehnisch L.", "Cardarelli R.", "Staszewski R.", " a, Parker M.", "Villaplana Perez M.", "Negrini M.", " d, Thompson P.", "Suzuki Y.", "Mikuž M.", "Schwindt T.", "Barak L.", "Campanelli M.", "Wang K.", "Buchholz P.", "Pastore F.", " r, Batley J.", "Wanotayaroj C.", " g, Gutierrez Ortiz N.", " f, Marti L.", "Amram N.", "Atkinson M.", "-C, Schultz-Coulon H.", "Hughes G.", " p, Rossi L.", " s, Kuwertz E.", "Jarlskog G.", " l, Mccarthy R.", "Golling T.", "Sellers G.", "Antonaki A.", " k  b, Chow B.", " m, Trigger I.", "Beringer J.", "Todorova-Nova S.", "Barklow T.", "Kiss F.", " a, Kurochkin Y.", "Scheirich D.", "Cobal M.", "Dwuznik M.", "Vorobel V.", "Galhardo B.", "Bromberg C.", "Ceradini F.", "Valero A.", "Elmsheuser J.", "Kuna M.", "Grinstein S.", "Aloisio A.", "Falciano S.", "Li L.", "Hamacher K.", "Balek P.", "Weingarten J.", "Prasad S.", "Hauschild M.", "Maurer J.", "Haddad N.", " p, Middleton R.", "Gonçalo R.", "Boehler M.", "Koi T.", "Touchard F.", "Trefzger T.", " g, Buckley A.", " a, Minashvili I.", "Siegert F.", "Bressler S.", "Lorenz J.", "Whalen K.", "Ye S.", "Chouridou S.", " g, Cogan J.", "Jimenez Belenguer M.", "Schulz H.", "Vankov P.", "Suruliz K.", "Bendtz K.", " h, Lewis G.", "Ouchrif M.", "Lemmer B.", "Mättig P.", "Duguid L.", "Corso-Radu A.", "Chapleau B.", "Lopez Mateos D.", "Britton D.", "Kozanecki W.", "Vaniachine A.", " m, Bristow T.", "Palestini S.", "Spighi R.", "Cavaliere V.", "Stonjek S.", "Higón-Rodriguez E.", " j, Levinson L.", " a, Aguilar-Saavedra J.", "Onofre A.", "Serre T.", " j, Beemster L.", "Papageorgiou K.", "Chegwidden A.", " m, Leyko A.", "García C.", "Lukas W.", "Munwes Y.", "Messina A.", "Pingel A.", " j, Schultens M.", " s, Boldyrev A.", "Sobie R.", "Eigen G.", "Fiascaris M.", "Oren Y.", "Dolejsi J.", "Hayashi T.", "Ji H.", "Pelikan D.", "Dionisi C.", " j, Khoo T.", "Esposito B.", "Helsens C.", "Trzupek A.", "Kulchitsky Y.", " f, Castro N.", " l, Ren Z.", "Trincaz-Duvoid S.", "Toth J.", "Jones G.", " s, Popovic D.", " l, Fedin O.", "Schaetzel S.", "Davignon O.", "Duran Yildiz H.", " o, Tikhomirov V.", "Chen Y.", "Oh A.", " v, Akimov A.", "Trottier-McDonald M.", " a, Valls Ferrer J.", "Pajchel K.", " i, Besana M.", "Kaneda M.", " k, Temming K.", "Turchikhin S.", "Wittgen M.", "Piccaro E.", "Dechenaux B.", "Walker R.", "Heinemann B.", " m, Gray H.", "Coggeshall J.", "Seiden A.", " w, Mcfarlane K.", "Garberson F.", "Chen X.", "Kobayashi D.", "Nakamura K.", "Cakir O.", "Mantifel R.", " k, Bugge M.", "Nikolics K.", "Wang R.", "Iengo P.", "Wenig S.", " a, Delsart P.", "Errede S.", "Mashinistov R.", "Pagan Griso S.", " m, Farrington S.", "Calafiura P.", " k, Ciftci A.", "Do Valle Wemans A.", "Laier H.", "Biesiada J.", "Dube S.", "Yamaguchi H.", "Ikematsu K.", "Brandt G.", "Crosetti G.", "Reisin H.", " i, Mincer A.", "Nelson A.", " m, Butler J.", " j, Maxfield S.", "Bold T.", "Lai S.", "Taiblum N.", "Ideal E.", " j, Head S.", "Boterenbrood H.", "Prell S.", "Makida Y.", "Yang Y.", " j, Alconada Verzini M.", "Hoffmann D.", "Mijović L.", "Proudfoot J.", "Salt J.", " v, Solovyanov O.", "Isaksson C.", " j, Watson I.", " c, Clemens J.", "Soni N.", "Cochran J.", "Sood A.", "Rühr F.", " d, Kass R.", " d, Cooper B.", "Puldon D.", "Zaidan R.", "Dopke J.", "Gul U.", "Di Donato C.", "Giulini M.", "Cheplakov A.", "Wang T.", "Boutouil S.", " r, Goddard J.", "Hamilton S.", "Grassi V.", "Tackmann K.", "Carli T.", " m, Tuts P.", " v, Bouhova-Thacker E.", "Blocker C.", "Kurashige H.", "Liu M.", " r, Newman P.", "Liao H.", "Ye J.", "Komori Y.", "Goblirsch-Kolb M.", "Shapiro M.", "Quadt A.", "Dao V.", "Gunther J.", "Iacobucci G.", "Bartos P.", "Cavasinni V.", "Engelmann R.", "Dubbert J.", "Lobodzinska E.", "Morettini P.", "Coadou Y.", "Kordas K.", " b, Fenyuk A.", " t, Pignotti D.", "Boumediene D.", "Nagano K.", "Vigne R.", " f, Ryabov Y.", "Liu L.", " p, Denisov S.", "Uhlenbrock M.", " i, Buda S.", "Lacey J.", " r, Boyko I.", "Dell’Orso M.", " j, Anderson K.", "Brandt A.", " a, Budagov I.", "Laforge B.", "Belotskiy K.", "Klein M.", "Citterio M.", " j, Lowe A.", "Adelman J.", "Plazak L.", "Calvet S.", "Fischer A.", "Amoroso S.", "Iizawa T.", "Sidoti A.", " m, Wynne B.", "Li S.", "Bracinik J.", "Bachacou H.", "Gallo V.", "Biebel O.", "Alexa C.", "Deluca C.", "Vuillermet R.", "David C.", " k, Kopp A.", "O’Shea V.", "Succurro A.", " c, Chau C.", " i, Hofmann J.", " g, Panduro Vazquez J.", "Kouskoura V.", " c, Hill J.", " s, Merritt F.", " h, Hiller K.", "Sjölin J.", "Hartjes F.", "Przysiezniak H.", "Kasieczka G.", " m, Yu J.", "Hara K.", "Medinnis M.", "Davey W.", "Yamamoto A.", "Camarda S.", "Cerrito L.", "Staroba P.", "Migas S.", "Wang X.", "Anjos N.", "Ishino M.", " n, Karyukhin A.", "Okuyama T.", "Bentvelsen S.", "Gay C.", "Mitrevski J.", "Asquith L.", " d, Patel N.", "Schumacher M.", "Hirschbuehl D.", "Hensel C.", " d, Schamberger R.", "Ghazlane H.", "Meier K.", "Zhuang X.", "Mornacchi G.", " j, Hawkings R.", "Hervas L.", "Carlino G.", " v, Chizhov M.", "Jenni P.", " s  b, King R.", "Vickey T.", "Bernius C.", " u, Bernlochner F.", " h, Oh S.", " m, Watkins P.", "Boscherini D.", "Schaile D.", "Korolkov I.", "van der Graaf H.", " w, Wolter M.", "Ibragimov I.", "Yakabe R.", "Soueid P.", "Barillari T.", "O’grady F.", "Fox H.", "Barberis D.", "Escalier M.", "Ishitsuka M.", "Stark J.", "Conti G.", "Mann A.", "Brandt O.", "Dobos D.", "Koffas T.", "Zhang L.", "Khandanyan H.", " a, Milstead D.", "Stanescu C.", " s, Webster J.", "Liu K.", "Cirkovic P.", " u  e, Onyisi P.", "Gramling J.", "Amidei D.", "Lagouri T.", "Dallapiccola C.", "Davidek T.", " a, Starchenko E.", "Borroni S.", "Ledroit-Guillon F.", "Rompotis N.", "Ge P.", "Ciftci R.", "Zenin O.", "Vandelli W.", "Rimoldi A.", "Rurikova Z.", "Youssef S.", "Anastopoulos C.", "Sacerdoti S.", "Goncalves Pinto Firmino Da Costa J.", "Crescioli F.", " d, Chapman J.", " a, Tupputi S.", "Yamauchi K.", "Côté D.", "Lei X.", "Ferrando J.", "-M, Cuciuc C.", "Levin D.", "Blackburn D.", "Khomich A.", "Gomes A.", "Wienemann P.", "Basye A.", "Gemme C.", "Davygora Y.", " j, Grout Z.", "Fang Y.", "Martin dit Latour B.", "Weng Z.", "Rose M.", "Biglietti M.", "Buehrer F.", " w, Stanek R.", "Ilchenko Y.", "Katre A.", "Ladygin E.", " e, Taylor F.", " j, Barr A.", "Okumura Y.", "Harkusha S.", "Moreno D.", "Silverstein D.", "Shiyakova M.", "Janssen J.", "Stelzer B.", "Dell’Asta L.", "Mazini R.", "Paganis E.", "Fedorko W.", "Derendarz D.", " a, Dias F.", "Betancourt C.", " j, Costa M.", "Gibbard B.", " d, Topilin N.", "Limbach C.", " l, Alberghi G.", "Otono H.", " s, Anduaga X.", "Potamianos K.", "Schune Ph.", "Silva J.", " h, Saxon D.", "Otero y Garzon G.", "Djobava T.", "Fiedler F.", "De Lorenzi F.", "Lister A.", " s, Abouzeid O.", "Pagáčová M.", "Wulf E.", "Loginov A.", "Brock I.", " k, Loebinger F.", "Terron J.", " w, Phillips P.", " f, Anders C.", "Giokaris N.", "Liu D.", "Undrus A.", "Augsten K.", "Demers S.", "Kagan M.", "Pearce J.", "Strizenec P.", "Guillemin T.", "Meade A.", "Poppleton A.", "Sandaker H.", " c  w, Henderson R.", "Kar D.", "Duflot L.", " s, Lang V.", "Bernard C.", "de Jong P.", "Mallik U.", "Wengler T.", "Loch P.", " g, Saraiva J.", "Maio A.", "Fassouliotis D.", "Kartvelishvili V.", "Chen S.", "Burmeister I.", "McCarn A.", "Santoyo Castillo I.", " w, Varnes E.", "Costa G.", "Boldea V.", "Glatzer J.", "Valencic N.", " d, Long J.", "Kruchonak U.", "Kvita J.", "Donini J.", "Lohwasser K.", "Tudorache A.", "Vacavant L.", " h, Williams H.", "Bugge L.", "Semprini-Cesari N.", "Zhong J.", "Wasicki C.", "De Salvo A.", "Beltramello O.", "Masetti L.", " a  a, Geerts D.", "Bryngemark L.", "Bhimji W.", "Metcalfe J.", "Gabaldon C.", "Pedro R.", "Kowalewski R.", "Kobayashi T.", "Silver Y.", "Madaffari D.", "von Radziewski H.", "Barreiro Guimarães da Costa J.", "Paredes Hernandez D.", " j, Dearnaley W.", "Hristova I.", " c, Cheng H.", " j, Lankford A.", "Hoummada A.", "Takubo Y.", "Lacour D.", " m, Garay Walls F.", "Myska M.", " d, Beattie M.", "Argyropoulos S.", "Carquin E.", "Chen H.", "True P.", " g, Fulsom B.", "Puddu D.", "Kagan H.", "Kapliy A.", "Crépé-Renaudin S.", "Derue F.", "Dubreuil E.", "Gauzzi P.", "Serfon C.", " a, Gordon H.", "Antonov A.", "de Asmundis R.", "Ernis G.", " j, Woudstra M.", " a, Scannicchio D.", "Lellouch D.", "Maeno M.", "Zerwas D.", "Lucotte A.", "Yuan L.", " a, Baak M.", " a, Chelkov G.", "Debenedetti C.", "Yang H.", "Aleksa M.", "Yamaguchi Y.", " g, Zhu C.", "Da Via C.", "Blum W.", "Feligioni L.", "Iconomidou-Fayard L.", "Angelozzi I.", "Solc J.", " k, Teng P.", "Jeske C.", "Leroy C.", "Ventura D.", "Lacasta C.", "Pantea D.", "Wang C.", "Dafinca A.", " c  n, Fiolhais M.", "Nektarijevic S.", "Bertoli G.", "Dewhurst A.", " l, Pinfold J.", "zur Nedden M.", " s, Hayward H.", "Carvalho J.", " a, Chavez Barajas C.", "Liu B.", "Sultansoy S.", " m, Izen J.", "Olszowska J.", "Taylor W.", " m  m, Allbrooke B.", "Belanger-Champagne C.", "Ventura A.", "Alio L.", " k, Radhakrishnan S.", "Floderus A.", "Caputo R.", "Terzo S.", "Stamen R.", "Valery L.", " l, Yen A.", " yu, Smirnov S.", " i, Tsukerman I.", "Cummings J.", " h, Hansen P.", "Bindi M.", "Roos L.", "Ivarsson J.", " a, Soh D.", "Oropeza Barrera C.", "Rosten R.", "Bomben M.", "Zhang Z.", "Coffey L.", "Deliyergiyev M.", "Grabowska-Bold I.", " m, Fakhrutdinov R.", "Hod N.", "Ellinghaus F.", " s, Acharya B.", "Edson W.", "Gabrielli A.", "Pianori E.", "Chekanov S.", "Chen L.", "Shaw K.", "Hamer M.", " a  e, Bannoura A.", " s, Keller J.", "Mc Goldrick G.", "Goujdami D.", "Searcy J.", "Nikolopoulos K.", "Colombo T.", " j, Teuscher R.", "Borissov G.", "Sadykov R.", "Gellerstedt K.", "Schott M.", "Wang F.", " s, Randle-Conde A.", " a, Parsons J.", "Caforio D.", "Vrba V.", "Chen K.", "Begel M.", "Pralavorio P.", " p, Buszello C.", "Griffiths J.", "Rotaru M.", "Uchida K.", "Hinchliffe I.", "Cottin G.", "Eriksson D.", "Schernau M.", "Sampsonidis D.", "Zhang X.", "Artoni G.", "Tomlinson L.", "D’Onofrio M.", "Dris M.", "Leggett C.", " a, Grillo A.", "Voss R.", "Yamazaki Y.", "Urbaniec D.", "Lehmacher M.", "Arabidze G.", " d, Joergensen M.", "Lassnig M.", "Helary L.", "Bagnaia P.", " j, Kempster J.", " v, Krumshteyn Z.", "Usai G.", " j, Martin V.", "Bogouch A.", " a, Korotkov V.", " r, Royon C.", "Moles-Valls R.", "Aoki M.", " s, Bobrovnikov V.", "Wielers M.", "Kanaya N.", " s, Lockman W.", "Andreazza A.", "Fleischmann P.", " t, Doyle A.", " f, Marchand J.", "Wingerter-Seez I.", "Veneziano S.", "Facini G.", "Maeno T.", "Cerny K.", " h, Sales Bruin P.", " a, Spiller L.", "Martinez M.", "Takai H.", " a, Dietzsch T.", "Lammers S.", "Queitsch-Maitland M.", "Dai T.", " t, Law A.", "Pastore Fr.", "Therhaag J.", "Goldfarb S.", "Gornicki E.", "Yoshida R.", "Burke S.", "Gilchriese M.", " r, Hoeferkamp M.", " w, Miller D.", " a, Gorbounov P.", "Mapelli L.", "Fukunaga C.", "Sfyrla A.", "Bruneliere R.", " r, Stradling A.", "Wagner P.", "Cheng Y.", " j, Clark P.", " b, Nickerson R.", "Khubua J.", "Huang Y.", "Oliver Garcia E.", "Knue A.", "Calderini G.", " r, Davison A.", "George M.", "Anghinolfi F.", "Yan Z.", "Strandberg S.", "Saleem M.", " g, Tskhadadze E.", "Pizio C.", "Favareto A.", "Pais P.", " e, Pilcher J.", "Kisielewska D.", "Sosebee M.", "Kourkoumelis C.", "Gris Ph.", "Istin S.", " t, Pérez García-Estañ M.", "Gonzalez Parra G.", "Bussey P.", "Palma A.", "Panikashvili N.", " c, Lin S.", "Rubbo F.", "Fleischmann S.", "Tudorache V.", "Ströhmer R.", " b, Hansen J.", "Schuh N.", "Linde F.", " i, Rud V.", "Solovyev V.", "Valentinetti S.", " s, Ancu L.", " m, Cooper-Sarkar A.", "Fracchia S.", "Hanagaki K.", " c, Hodgkinson M.", " e, Brau J.", "Escobar C.", "Tavares Delgado A.", "Vivarelli I.", " t, Fletcher G.", "Han L.", " n, Sisakyan A.", "Riu I.", "Brost E.", "Tsulaia V.", "Pleskot V.", "Zobernig G.", "Geich-Gimbel Ch.", "Haas A.", "Lampl W.", " l  s, Schorlemmer A.", "Kittelmann T.", "Virzi J.", "Barbero M.", "Henderson J.", "Lytken E.", "Berta P.", "Neumann M.", "Del Prete T.", "Richter R.", "Smestad L.", " r, Wardrope D.", "Rizvi E.", "Igonkina O.", "Zhou B.", "Benhammou Y.", "Yorita K.", "Benhar Noccioli E.", "Huhtinen M.", "Willocq S.", "Kehoe R.", "Leontsinis S.", " y, Kazarinov M.", " f, Watson M.", " p, Rutherfoord J.", "Astalos R.", "Abulaiti Y.", " s, Bocchetta S.", "Kuze M.", "Becker K.", "Nakahama Y.", "Hoenig F.", "Grancagnolo S.", "Schlenker S.", "Zurzolo G.", "Rybkin G.", "Schioppa M.", " y  c, Tam J.", "Blumenschein U.", "Kimura N.", "Pinamonti M.", "Chen C.", "Olszewski A.", "Konoplich R.", "Saddique A.", " c, Seidel S.", "Almond J.", "Cortiana G.", "Mandrysch R.", "Anulli F.", "Costanzo D.", "Jussel P.", "Vukotic I.", "Heller M.", "Hines E.", " j, Neep T.", "Tykhonov A.", "Backes M.", "Testa M.", "Anders G.", "Passaggio S.", "Ferrari R.", "Limosani A.", " j, Bobbink G.", "Kotwal A.", "Hodgson P.", "Hamano K.", "Malaescu B.", "Parzefall U.", "De Castro S.", "Shabalina E.", "Ovcharova A.", "Pezoa R.", " j, Allison L.", "Giannetti P.", " l, Lloyd S.", "Cao T.", " p  c, Sankey D.", "Sartisohn G.", "George S.", "Zabinski B.", " a, Manjarres Ramos J.", " n, Gazis E.", "Di Sipio R.", "Horii Y.", "Sandhoff M.", "Palka M.", " m, Seixas J.", "Zhang F.", "Bos K.", " h, Genest M.", "Rudolph C.", "Hellman S.", "Ereditato A.", " j, Murray W.", " c, Petersen T.", "Lokajicek M.", " j, Thompson R.", " d  m, Capeans Garrido M.", "Van Der Leeuw R.", "Ferrari P.", "Røhne O.", "Sipica V.", "Malecki Pa.", "Petridis A.", "Madar R.", "Kessoku K.", "Casadei D.", "Iakovidis G.", " c, Ohm C.", "Charfeddine D.", "Kataoka Y.", "Giagu S.", "Ikegami Y.", "Ueno R.", "Meirose B.", "Rinaldi L.", " j, Bell P.", "Tashiro T.", "Wermes N.", "Jakoubek T.", "Simonyan M.", "Caughron S.", "Nemethy P.", "Qian J.", "Spreitzer T.", "Nicquevert B.", "Nobe T.", "Spigo G.", "Zhou N.", "Tapprogge S.", " j  s, Young C.", "Czodrowski P.", "Garonne V.", " f, Saavedra A.", "della Volpe D.", "Hertenberger R.", " a, Styles N.", "Milstein D.", " a, Hülsing T.", " p, Thun R.", "Guo J.", " i, Zimine N.", "Hooft van Huysduynen L.", "van Eldik N.", "Zhang D.", "Farooque T.", "Zutshi V.", "Madsen A.", "Gerbaudo D.", "Karastathis N.", "Schmitt C.", "Rothberg J.", "Bilokon H.", "Mitani T.", "Franchino S.", " t  h, Arce A.", "Yanush S.", "Guyot C.", "Vardanyan G.", "Schieck J.", " c, Vermeulen J.", " m, Waugh B.", "Ishmukhametov R.", "Toms K.", "Elles S.", "Buanes T.", " m, Giorgi F.", " r, Tovey D.", "Poveda J.", "Coniavitis E.", "Lee L.", "König S.", " a, Lee C.", "Lichard P.", "Martinez H.", "Agustoni M.", "Kuleshov S.", "Xella S.", "Rose P.", "Martin-Haugh S.", "Abbott B.", "Romaniouk A.", "Jongmanns J.", "Barreiro F.", "Kohlmann S.", "Zhang J.", " j, Potter C.", " p, Ahlen S.", " e, Blair R.", "Herten G.", "Susinno G.", "Brock R.", " yu, Nechaeva P.", "Shang R.", " s, Neubauer M.", "Consorti V.", "Iliadis D.", " e, Selbach K.", "Yamada M.", "Severini H.", " l, Li H.", "Soualah R.", "Petrucci F.", "Amundsen G.", "Khramov E.", " t, Linnemann J.", "Okamura W.", "Dunford M.", "Francavilla P.", " j, Besjes G.", "Deigaard I.", "Doglioni C.", "Iwanski W.", "Graber L.", "Abdinov O.", "Fernandez Perez S.", "South D.", "Di Valentino D.", "Vos M.", "Kama S.", "Ritsch E.", "Huth J.", "Montejo Berlingen J.", "Ferretto Parodi A.", "Nessi M.", "Tasevsky M.", "Becker S.", " f, Harrison P.", "Spanò F.", "Wahrmund S.", "J-F, Arguin", "Mohapatra S.", " h  a, Viehhauser G.", " h, Kim S.", "Mattmann J.", "Solar M.", "Vacek V.", " m, Black K.", "Levêque J.", "Romero Adam E.", "Zhang H.", "Abdallah J.", "Proissl M.", "Baas A.", "Casolino M.", " p, Mc Kee S.", "Pataraia S.", "Thomson M.", "Lisovyi M.", " a, Long B.", "Smirnov Y.", "Shi L.", " a, Bogaerts J.", "Hobbs J.", "Tsybychev D.", " l, Maslennikov A.", "Cheu E.", "Yamamura T.", " t, Goshaw A.", "Redelbach A.", "Assamagan K.", "Buttinger W.", "Morgenstern M.", " l, Adams D.", "Zhou L.", "Tompkins L.", "Grohsjean A.", "Coccaro A.", "Liang Z.", "Ochi A.", "Goeringer C.", " p, Skottowe H.", "Di Girolamo A.", "Gentile S.", "Schaepe S.", " s  a, Livermore S.", "Pires S.", "Scanlon T.", " j, Oreglia M.", "Bini C.", "Groth-Jensen J.", "Jakobs K.", "Hu D.", "Zibell A.", "Merritt H.", " p  a, Åkesson T.", " b, Pan Y.", "Asai S.", "Fraternali M.", "Hageböck S.", "Glazov A.", "Keung J.", "Kanzaki J.", "Pinder A.", "Di Girolamo B.", "Fuster J.", " p, Grohs J.", "Malek F.", "Alison J.", "Aperio Bella L.", " k, Yang U.", "Ming Y.", "Volpi M.", "Wittig T.", "Behr K.", "Nodulman L.", "Vannucci F.", "Huseynov N.", "Stelzer-Chilton O.", "van der Geer R.", " a, Stewart G.", "Winklmeier F.", "Abreu H.", " j, White M.", "Gkaitatzis S.", "Manfredini A.", "Waller P.", " a, Kogan L.", "C-L, Tseng J.", "Jovicevic J.", "Andeen T.", " v, Sulin V.", "Elsing M.", "Zimmermann S.", " k, Baker O.", "Lefebvre M.", " a, Love P.", " t, Winter B.", "Ertel E.", " i, Scherzer M.", "Leyton M.", " g, Mccarthy T.", " h, Yau Wong K.", "Sidorov D.", "Abolins M.", "Haber C.", " n, Taylor G.", "Guest D.", "Schmieden K.", "Dallaire F.", "Sansoni A.", "Faltova J.", "Gatti C.", "Piegaia R.", "Wahlberg H.", "Zimmermann R.", "Cornelissen T.", "Cerio B.", "Salihagic D.", "Romano M.", "Büscher V.", "Dudziak F.", "Iodice M.", " t, King B.", " r, Spearman W.", "Vives Vaque F.", "Sopko B.", "Weiser C.", " a, Minaenko A.", " b, Sjursen T.", "Sedykh E.", " p, Readioff N.", "Pinto B.", "Hernández Jiménez Y.", "Caminal Armadans R.", "Lançon E.", " f, Kazanin V.", "Nackenhorst O.", "Norberg S.", "Campoverde A.", "Hoecker A.", "Rados P.", "Berge D.", "Di Micco B.", "Ueda I.", "Pauly T.", "Machado Miguens J.", "Polini A.", "Piacquadio G.", "Bronner J.", " g, Tan K.", " h, Nguyen D.", "Wenaus T.", "Salamanna G.", "Schwegler Ph.", "Kreiss S.", " c, Fisher W.", "Ikeno M.", "Stamm S.", "Vokac P.", "Bertella C.", "Kirk J.", "Hirose M.", " t, Boek T.", "Brenner R.", "Gemmell A.", " t, Childers J.", " j, Brennan A.", "Wessels M.", "Camacho Toro R.", "Kiuchi K.", "Adomeit S.", "Bai Y.", "Starovoitov P.", "Wildauer A.", "Smizanska M.", "Thomson E.", " j, Cooper-Smith N.", "Paramonov A.", "Gouighri M.", "Dittus F.", "Gössling C.", "Stugu B.", " a, Thomsen L.", "Mahmoud S.", "Croft V.", "Dabrowski W.", "Mansoulie B.", " h, Herbert G.", "Bock C.", " g, Charlton D.", "Godfrey J.", " d, Hawkins A.", " t, Dova M.", "Lleres A.", "Przybycien M.", "Laycock P.", " r, Yu D.", "Caron S.", " c, Rave T.", "Sun S.", "Cole B.", "Formica A.", "Nomachi M.", "Raymond M.", "Garelli N.", "Sauvage G.", "Ziolkowski M.", " j, Hillier S.", " j, Lubatti H.", " m, Brochu F.", "Lee H.", " h, Lin T.", " k, Hadavand H.", " c, Ungaro F.", "Harper D.", " m, Buckingham R.", "Marroquim F.", "Loddenkoetter T.", "Altheimer A.", "Lefebvre G.", " l, Rosendahl P.", "Scarcella M.", "Kodys P.", "Avolio G.", "Kono T.", "Ros E.", "Sun X.", " r, Boddy C.", "Marti-Garcia S.", "-F, Grivaz J.", "Sánchez J.", "Yatsenko E.", " d, Peshekhonov V.", "Venturi M.", "Veatch J.", "Struebig A.", " b, Gwilliam C.", "Wu M.", " yu, Soldatov E.", " s  h, Lee J.", "Goy C.", "Zhemchugov A.", "Bellagamba L.", "Deterre C.", "Heller C.", "Marx M.", " r, Mellado Garcia B.", "Puzo P.", "Oberlack H.", "Ferrari A.", " r, Jaekel M.", "Rosbach K.", "Vichou I.", " n, Smirnova L.", "Gilles G.", "Vranjes Milosavljevic M.", "Beckingham M.", "Rajagopalan S.", "Nagarkar A.", "Venturi N.", "Tsarouchas C.", "Bellomo M.", "Rizatdinova F.", "Mikestikova M.", "Tokár S.", " n  p, Gee C.", "Kobel M.", "Siragusa G.", "Chitan A.", "Lewis A.", " g, Grebenyuk O.", " l, Gavrilenko I.", "Miucci A.", "Schneider B.", "Schouten D.", "Clement C.", "Musto E.", "Duckeck G.", " a, Nepomuceno A.", "Abreu R.", "Barisonzi M.", "Zhu Y.", "Johansson P.", "Federic P.", "Castillo Gimenez V.", "Erdmann J.", " p, Marsden S.", "van Vulpen I.", "Ferrag S.", " n, Karpov S.", " m, Soukharev A.", "Kaci M.", "Viazlo O.", "Mueller F.", " e, Black J.", " s, Rudolph M.", "White R.", "Laurelli P.", " a, Petersen B.", "Iuppa R.", "Gutschow C.", " a, Snesarev A.", " z, Will J.", "Smirnova O.", "Tsionou D.", "Polifka R.", "Hubacek Z.", "Macchiolo A.", "Ehrenfeld W.", "Fullana Torregrosa E.", "Godlewski J.", "White S.", " s, Chisholm A.", "Froidevaux D.", "Staerz S.", " j, Gallop B.", " k, Gjelsten B.", "Parodi F.", "Simic Lj.", " a, Fitzgerald E.", "Marcisovsky M.", "Zieminska D.", "Gaycken G.", "Liebig W.", "Poulard G.", "Pallin D.", " c, Stockton M.", "Barnovska Z.", "Benchekroun D.", "Mochizuki K.", "Yu J.", "Schwindling J.", "Tsiskaridze S.", " m, Hong T.", "Soldevila U.", "Bessidskaia O.", "Maiani C.", "Cree G.", "Cuthbert C.", " t, Watson A.", " i, Butt A.", " b, Silverstein S.", " l, Bates R.", "Dam M.", "Snyder S.", "Caprini M.", " m, Karpova Z.", "Leitner R.", " s, Wells P.", " a, Talyshev A.", " l, Lampen C.", "Gallus P.", "Moritz S.", "Cooke M.", " e, Lindquist B.", "Åsman B.", "Mueller K.", "Relich M.", "Bartoldus R.", " w, Wozniak K.", "Krasnopevtsev D.", "Tsiskaridze V.", "Benekos N.", "Radloff P.", "Sekhniaidze G.", " k, Daya-Ishmukhametova R.", "Ruan X.", "Bulekov O.", "Sandoval T.", "Kohout Z.", "Lenz T.", " e, Pettersson N.", "Mitsui S.", "Yabsley B.", "Djama F.", "Malyukov S.", "Meehan S.", "Schoening A.", " e, Varvell K.", "Krasznahorkay A.", "Pásztor G.", "Valkar S.", " w, Krasny M.", "Rezvani R.", "Gorišek A.", "Shamim M.", "Mueller J.", "Ju X.", " c, Florez Bustos A.", "Pontecorvo L.", "Angelidakis S.", "Ellis N.", "Gross E.", "Ptacek E.", " b, Sinev N.", "Cheatham S.", "K-J, Grahn", "Dimitrievska A.", " m, Rebuzzi D.", "Cranmer K.", "Morange N.", " g, Moser H.", "Lambourne L.", "Wall R.", "Kroll J.", "Wagner W.", "Collot J.", "Bouffard J.", "Filipuzzi M.", "Khovanskiy V.", "Nozka L.", "Gumpert C.", "Kawamoto T.", " a, Bruckman Renstrom P.", "Lantzsch K.", "Mashimo T.", "Su D.", "Nattermann T.", "Ta D.", " p, Ward C.", "Klioutchnikova T.", " n, Marques C.", "Yamanaka T.", "Nayyar R.", " f, Mader W.", "Blazek T.", "Chernyatin V.", "Aben R.", "Nemecek S.", "Kruse A.", " m, Zaitsev A.", "Rossi E.", "Aad G.", "Amorim A.", "Bertsche D.", "Peschke R.", "Tremblet L.", "Kajomovitz E.", "Lissauer D.", " s, Gomez Fajardo L.", "Iordanidou K.", "Roda C.", "Bohm C.", "Macina D.", "Zhao Z.", "Turra R.", "Motohashi K.", "Chilingarov A.", "Aracena I.", "Ince T.", "Kramberger G.", "Guescini F.", "Jinnouchi O.", "Trzebinski M.", "Barone G.", "King M.", " yu, Sivoklokov S.", "Caprini I.", "Nagai Y.", "Dawson I.", "Gramstad E.", "Lie K.", "March L.", " c, Kruse M.", "Spagnolo S.", "Unverdorben C.", "Graziani E.", "Tanaka J.", "Bertolucci F.", "Lipeles E.", "Stolte P.", "Marzano F.", "Kroha H.", "Marchiori G.", "Rybar M.", " a, Solodkov A.", "Muenstermann D.", "Salek D.", "Takeshita T.", "Cortes-Gonzalez A.", "Jain V.", "Ippolito V.", "Nisati A.", "Stanecka E.", "Donadelli M.", "Robichaud-Veronneau A.", "Rieger J.", "Svatos M.", "Kluth S.", "Hu X.", "Van Den Wollenberg W.", "Lou X.", "Schwienhorst R.", "Amaral Coutinho Y.", "Ernst M.", "Gonella L.", "Khoriauli G.", "Olariu A.", "Gonzalez-Sevilla S.", "Heinrich L.", "Bruschi M.", "Mueller T.", "Sanchez A.", "Scarfone V.", "Hassani S.", "Moa T.", "Orlando N.", "Hillert S.", "Suk M.", "Grimm K.", "Howard J.", " j, Mcmahon S.", "Sciolla G.", "Davies E.", "Chiefari G.", "Smakhtin V.", "Desch K.", " j, Tanasijczuk A.", " l, Ma L.", "Moreno Llácer M.", "Muanza S.", " f  y, Peters R.", "Kepka O.", " k, Gladilin L.", "Meyer C.", "Yildirim E.", "Rembser C.", "Tarrade F.", "Kaushik V.", "Verkerke W.", "Ghodbane N.", "Papadopoulou Th. D.", "Mandić I.", " n, Hamity G.", " m, Mercurio K.", "Bertsche C.", "Benary O.", "De K.", "Kohriki T.", "Andari N.", "Rijssenbeek M.", "Brown J.", "Malone C.", "Ernst J.", " a, Diaz M.", "Howarth J.", " d, Nef P.", " a, Schegelsky V.", "La Rosa A.", "Brelier B.", " g, Hesketh G.", " m, Barnett R.", "Meric N.", "Burdin S.", "Rieck P.", "Hsu C.", "Lundberg O.", "Fanti M.", " c, Bundock A.", "Penning B.", "Bianco M.", "Mchedlidze G.", "Cerutti F.", "Farrell S.", "Ahmadov F.", " a, Martin T.", " g, Scott W.", " p, Goulette M.", "Ren H.", "-E, Kluge E.", "Sopczak A.", "Davison P.", "Schramm S.", "Glasman C.", "Demichev M.", "Paige F.", "Redlinger G.", "Colon G.", "Brendlinger K.", "Conde Muiño P.", " v, Chekulaev S.", "Nanava G.", "Azuelos G.", "Juste Rozas A.", "Adamczyk L.", "Bruncko D.", "Flick T.", "Ohman H.", "Maneira J.", "Kupco A.", "Bernat P.", " a, Bednyakov V.", " j, Schnellbach Y.", "J-P, Meyer", "Dohmae T.", "Zhu H.", "Antonelli M.", "Gadomski S.", "Su J.", "Tannoury N.", " a, Mcpherson R.", "Bianchini L.", "Francis D.", "Hance M.", "Kus V.", "Moss J.", "Schillo C.", "Cowan G.", "Ospanov R.", "Pravahan R.", "Cantrill R.", "Schreyer M.", "Livan M.", "Lanni F.", " r, Carter J.", "Bohm J.", " y, Song H.", "Scuri F.", " m, Malyshev V.", "Alexandre G.", " j  w, Moyse E.", "Mehta A.", "Borisov A.", "Wetter J.", "Dietrich J.", "De Nooij L.", "Cantero J.", "Bachas K.", " w, Gardner R.", "Milov A.", "Krieger P.", " p, Giordani M.", "Giuliani C.", "Zhu J.", "Kondrashova N.", "Ravenscroft T.", "Chevalier L.", "Kishimoto T.", "Nagai R.", "Ughetto M.", "Calfayan P.", " n, Thompson E.", " e, Ferreira Lima D.", "Salamon A.", "Schäfer U.", "Todorov T.", "Klimentov A.", "Chang P.", "Zhukov K.", "Wiedenmann W.", " j, Beddall A.", " r, Flores Castillo L.", "Luci C.", " m, Gibson S.", " c, Daniells A.", "Jézéquel S.", "Mosidze M.", "Wu Y.", "Koletsou I.", "Schiavi C.", "Lund-Jensen B.", " m, Neves R.", " m, Litke A.", "Beddall A.", " a, Klinger J.", "Mikenberg G.", "Sijacki Dj.", "Rozanov A.", "Sandoval C.", "Odaka S.", "Ntekas K.", "Subramaniam R.", "Ioannou P.", "Bratzler U.", " a, Wilson J.", "Koffeman E.", "Webb S.", "Kladiva E.", "Catinaccio A.", "Simioni E.", "Walsh B.", "Wu X.", "Mandelli L.", " o, Deviveiros P.", "Milic A.", "Makovec N.", "Gillberg D.", " e, García Navarro J.", "Zengel K.", "Gaur B.", " a, Maximov D.", " m, Strom D.", "Hengler C.", "Gershon A.", "Vanadia M.", " l, Rezanova O.", "Nakano I.", "Nikolic-Audit I.", " g, Bogdanchikov A.", "Mount R.", " p, Caloba L.", "Wilson A.", "Arnold H.", " e, Stramaglia M.", "Kluit P.", "Robinson D.", "Bilbao De Mendizabal J.", "Kawamura G.", " m, Henriques Correia A.", "De Groot N.", " c, Martyniuk A.", "Hellmich D.", "Byszewski M.", "Magradze E.", "Tylmad M.", " m, Wang S.", "Kersten S.", "Lopez Paredes B.", "Nowak S.", "van Gemmeren P.", "Crispin Ortuzar M.", "Kaczmarska A.", "Kukhtin V.", " e, Barton A.", "Kaneti S.", " o, Savu D.", "Love J.", "Schwoerer M.", "Rubinskiy I.", "Li Y.", "Savard P.", "Vreeswijk M.", "Galster G.", "Resconi S.", " p, Casado M.", "Vanguri R.", "Simak V.", "Teixeira Dias Castanheira M.", " i, Etienvre A.", " a, Chelstowska M.", "Anger P.", "Pohl M.", "Yeletskikh I.", "Lafaye R.", "Sawyer L.", "Banas E.", "Antos J.", "Calandri A.", "Arnaez O.", "Lynn D.", " v, Grishkevich Y.", "Berry T.", "De Cecco S.", "Kravchenko A.", "Gorelov I.", "Stahlman J.", "-C, Hsu S.", "Kretz M.", " a, Teischinger F.", "Stavina P.", "Watts G.", " n, Clarke R.", " v, Korolkova E.", "Majewski S.", " l, Glonti G.", " a  b, Do Vale M.", "Jackson B.", "Terada S.", "Cattai A.", "Cleland W.", " yu, Skovpen K.", "Dervan P.", " j, Feng E.", " l, Read A.", "Bocci A.", "Shulga E.", "Sicho P.", "Simoniello R.", " g, Goussiou A.", "Negri G.", " a, Dolgoshein B.", "Melachrinos C.", "Torrence E.", " m, Manning P.", "Novgorodova O.", "Jiang Y.", "Morvaj L.", "Le Guirriec E.", "Ebke J.", "Franchini M.", "Mechnich J.", "Polesello G.", " g, Lester C.", "Kuhl A.", "Leone S.", " s, Bawa H.", " m, Nairz A.", "Alimonti G.", "Franconi L.", "Bansal V.", "Kastanas A.", "Schaefer D.", "Ukegawa F.", "Naumann T.", "Khodinov A.", "Monini C.", "Wotschack J.", "Policicchio A.", "Nurse E.", "Mountricha E.", "Fleck I.", " m, Kotov V.", "Young C.", " d, Mudd R.", "Cinca D.", "Khanov A.", " a, Olivares Pino S.", "Hasegawa Y.", "Vranjes N.", "Maltezos S.", "Vallecorsa S.", "Yurkewicz A.", "Andrei V.", " k, Jana D.", "Brooks T.", "Le Menedeu E.", "Mandelli B.", "Barlow N.", " n, Tuna A.", "Hajduk Z.", "Lopes L.", "Martin B.", "Dondero P.", "Negri A.", "Bortfeldt J.", "Timoshenko S.", "Boonekamp M.", " a, Shupe M.", "Turk Cakir I.", " t, French S.", "Bourdarios C.", " j, Jones T.", " z, Kowalski T.", "Di Ciaccio A.", "Salvatore D.", " e, Loevschall-Jensen A.", "Gregersen K.", " m, Iturbe Ponce J.", "Lo Sterzo F.", " t, Shank J.", " i, Gostkin M.", "Serin L.", " m, Buttar C.", " p, Colijn A.", "Di Simone A.", "Wolters H.", "Vlachos S.", "Rodrigues L.", "Weigell P.", "Heck T.", "Socher F.", " b, Liu J.", " r, Pater J.", "Ciocio A.", "Del Peso J.", "Hasegawa S.", "Sasaki Y.", "Schroeder C.", " l, Wu S.", "Straessner A.", "Hill E.", "Musheghyan H.", "Vladoiu D.", "Fehling-Kaschek M.", "Nielsen J.", " c, Lee S.", " r, Weidberg A.", "Petridou C.", "Slater M.", " v, Perepelitsa D.", "Angerami A.", "Di Nardo R.", " r, Holmes T.", "Einsweiler K.", "Bristow K.", "Wittkowski J.", "Amako K.", "Butler B.", "Petit E.", "Franz S.", "Gao J.", "Rahal G.", "Canepa A.", "Düren M.", " a, Tikhonov Yu", "Ilic N.", "Nagai K.", " g, Sciacca F.", "Catastini P.", "Heng Y.", " n, Potrap I.", "Aurousseau M.", "Di Mattia A.", "Bain T.", "Nadal J.", "Kawagoe K.", "Santonico R.", "Cano Bret M.", " j  c, Leney K.", "Warburton A.", " m, Barnett B.", "Fletcher G.", "Nuti F.", "Tayalati Y.", "Stapnes S.", "-B, Blanchard J.", "Buat Q.", "Kopeliansky R.", "Azuma Y.", "Pohl D.", "Tafirout R.", "Deliot F.", "La Rotonda L.", "Shimizu S.", "Shrestha S.", "Sawyer C.", "Gagnon P.", "Loscutoff P.", "Poggioli L.", "Boveia A.", " m, Jorge P.", "Tanaka S.", " c, Vetterli M.", "Zoccoli A.", "Apolle R.", " j, Tibbetts M.", "Trocmé B.", " s, Miyagawa P.", "Fayard L.", "Sircar A.", "Diglio S.", "-Y, Jeng G.", "Hrivnac J.", "von der Schmitt H.", " p, Allport P.", "Irles Quiles A.", "Lungwitz M.", " i, Ochoa M.", " e, Derkaoui J.", "Molander S.", "Tassi E.", "Binet S.", "Rammensee M.", "Peng H.", "Prokoshin F.", " s, Kozhin A.", "Sakurai Y.", "Vykydal Z.", "Quilty D.", "Bacci C.", " m, Mir L.", "Donati S.", "Ferrer A.", "Iwasaki H.", "Maccarrone G.", "Giangiobbe V.", "Karakostas K.", "Kurumida R.", "Pani P.", "Verducci M.", "Aielli G.", "Vercesi V.", "Alonso A.", "Jakobsen S.", "Akimoto G.", "Le Dortz O.", "Marjanovic M.", "Perrino R.", "Vartapetian A.", "Di Ciaccio L.", "Sforza F.", " g, Wilkens H.", " r, Bensinger J.", "Cindro V.", "Dudarev A.", "Havranek M.", "Arratia M.", "Hamilton A.", "Portell Bueso X.", " f, Tripiana M.", "Salvatore F.", " l, Chu M.", "Koutsman A.", "Kunkle J.", "Pommès K.", "Meroni C.", "Merola L.", "González de la Hoz S.", "Sedov G.", "Krstic J.", "Borri M.", "Klimek P.", "Smolek K.", " f, Klok P.", "F-W, Sadrozinski H.", "Tanaka R.", "Mazzaferro L.", " j, Armbruster A.", "Cavalli D.", "Herrberg-Schubert R.", "Williams S.", "Kind O.", "Arik M.", "Javůrek T.", "Nisius R.", "De Santo A.", "Hryn’ova T.", "W-M, Yao", "Nagasaka Y.", "Roe S.", " n, Aleksandrov I.", "Reeves K.", "Strandlie A.", "Troncon C.", "Passeri A.", "Brosamer J.", "Bucci F.", "Walkowiak W.", "Jackson M.", "Sasaki O.", "Calvet D.", " a, Maier A.", "Battaglia M.", "Trovatelli M.", " j, Chwastowski J.", "Vu Anh T.", " p, Amor Dos Santos S.", "Calkins R.", "Meyer J.", "Menke S.", "Mohr W.", " j, Da Cunha Sargedas Sousa M.", "Esch H.", " g, Myagkov A.", "Lenzi B.", "Di Domenico A.", "van der Ster D.", "Annovi A.", "Davies M.", "Shimojima M.", "Alonso F.", "Simard O.", " y, Shehu C.", " p, Hessey N.", "Oda S.", " p, Benjamin D.", "Namasivayam H.", "Jon-And K.", " h, Bell W.", "Jentzsch J.", "Leone R.", "Farbin A.", "Bedikian S.", "Kreutzfeldt K.", "Bella G.", "Farthouat P.", "Nunnemann T.", "Rozen Y.", "Bierwagen K.", "Protopopescu S.", " p, Araque J.", "Darmora S.", " m, Delitzsch C.", "Grenier P.", "Bruni A.", "Ferretti C.", " d, Finelli K.", "Hohlfeld M.", "Huegging F.", "Prieur D.", " g, Sander H.", "Haefner P.", "Masubuchi T.", "Albert J.", " b, Quayle W.", "Hamal P.", "Monticelli F.", "Akerstedt H.", "Kubota T.", " l, Barberio E.", "Jackson P.", "Ruthmann N.", "Wendland D.", "Sorin V.", "Hasegawa M.", "Rossetti V.", "Serkin L.", " l, Sandbach R.", "Auerbach B.", " a, Benitez Garcia J.", "Haug S.", " p, Baranov S.", "Monnier E.", " j, Hsu P.", "Dell’Acqua A.", "Busato E.", "Hall D.", " b, Vinogradov V.", "LeCompte T.", "Ould-Saada F.", "Rosenthal O.", "Pospisil S.", "Radeka V.", " b, Huffman T.", " w, Moore R.", "Lopez Paz I.", "Narayan R.", "Protopapadaki E.", "Taenzer J.", "Forti A.", "Laplace S.", "Khoroshilov A.", " e, Sundermann J.", "Konstantinidis N.", "Cherkaoui El Moursli R.", "Sidiropoulou O.", "Pahl C.", " a, Rusakovich N.", "Swedish S.", "Cervelli A.", "Lu F.", "Pueschel E.", " a  m, Wiik-Fuchs L.", "Bruni G.", "Turecek D.", "Massa L.", "Unel G.", "Giacobbe B.", "Gecse Z.", "Büscher D.", "Pacheco Pages A.", "Palacino G.", "Takeda H.", " p, Thomas J.", "Kuehn S.", "Legger F.", "Tsuno S.", "Valladolid Gallego E.", "Leonidopoulos C.", "Stern S.", " a, Schumm B.", "Jeanty L.", "Canale V.", "Hou S.", "Maidantchik C.", "Kolanoski H.", "Yacoob S.", "Cristinziani M.", "Tsirintanis N.", "Vlasak M.", "Bethke S.", " b, Vivie Regie J.", "Pozdnyakov V.", " v, Mouraviev S.", "Zanzi D.", "Lapoire C.", "Brau B.", " p, Marino C.", "Curatolo M.", "Zimmermann C.", "Duchovni E.", "Perez Reale V.", "Koperny S.", "Mengarelli A.", " c, Deijl P.", " s, Pollard C.", " j, Teoh J.", "Salnikov A.", "Kortner S.", "Sbarra C.", "Galea C.", "Hubaut F.", "Tyndel M.", " a, Murillo Quijada J.", "Terashi K.", "Thomas-Wilsker J.", "Yoshihara K.", "Bauer F.", "Sykora T.", "Adye T.", " d, Joshi K.", "Jansen E.", "Soloshenko A.", " h, Beauchemin P.", "Kazama S.", "Kamenshchikov A.", "Scutti F.", "Theveneaux-Pelzer T.", "Cerv M.", "Massa I.", " a, Mccubbin N.", "Arslan O.", " m, Gingrich D.", "Schovancova J.", " e, Vickey Boeriu O.", "Berger N.", "Washbrook A.", " c, Conidi M.", "Swiatlowski M.", "Zeman M.", " v, Dedovich D.", "Garcia-Sciveres M.", "Mahlstedt J.", " h, Citron Z.", "Duda D.", "Reznicek P.", "Gorini E.", "Chiodini G.", " e, Ozcan V.", "Feng H.", "Nomidis I.", "Kuhl T.", "Fabbri L.", "Stoicea G.", "Varouchas D.", "Gagliardi G.", " s, Weber M.", " b, King S.", " p, Oussoren K.", "Grafström P.", " m, Stanitzki M.", "Gupta S.", " a, Leight W.", "Arai Y.", " p, Maleev V.", "Chromek-Burckhart D.", "Gratchev V.", "J-Y, Hostachy", " k, Kraus J.", "Ma H.", "Kroeninger K.", " a, Frost J.", "Schoeffel L.", "Mönig K.", "Price J.", "Mermod P.", "Weinert B.", "Talby M.", "Tipton P.", "Manhaes de Andrade Filho L.", "Mills C.", "Lorenzo Martinez N.", "Sinervo P.", " p, Bieniek S.", "Constantinescu S.", "Hanna R.", "Amelung C.", "Castaneda-Miranda E.", " m, Smith K.", "Strauss M.", " f, Tartarelli G.", "Tojo J.", "Losada M.", "Scifo E.", "Sandstroem R.", " m, Bianchi R.", "Chakraborty D.", "Jansen H.", "Zevi della Porta G.", " j, O’brien B.", "Sopko V.", "Beccherle R.", "Trischuk W.", "Corradi M.", "Massol N.", "Mergelmeyer S.", " v, Kostyukhin V.", "Slavicek T.", "Tomoto M.", "Stanescu-Bellu M.", "Ellert M.", "Cabrera Urbán S.", "Hasib A.", "Marzin A.", "Wright M.", "Cole S.", "Ferrere D.", " v, Tsiareshka P.", " d, Schoenrock B.", " d, Hansen J.", "Safai Tehrani F.", "Wiglesworth C.", "Sbrizzi A.", "Lavrijsen W.", "Takashima R.", "Franklin M.", " g, Hamnett P.", "Rolli S.", "Santoni C.", "Lu N.", "Hayden D.", "Mehlhase S.", "Kretzschmar J.", "Feng C.", "Jia J.", "Mirabelli G.", "Simmons B.", "Urquijo P.", "Abramowicz H.", " l, Tran H.", " a, Kantserov V.", "Korcyl K.", "Podlyski F.", "Viel S.", " a, Ducu O.", "Pedersen M.", "Fassi F.", "Filipčič A.", "Kado M.", "Kuday S.", " c, König A.", "Masik J.", "Rauscher F.", "Poddar S.", " s, Orr R.", " e, Kiryunin A.", "Koevesarki P.", "Vorobev K.", " a, Wildt M.", "Zanello L.", "Nicolaidou R.", " f, Brazzale S.", "Sapp K.", "Corriveau F.", "Prokofiev K.", "Etzion E.", "Nunes Hanninger G.", " j, Stelzer H.", "White A.", " e, Johansson K.", "Giordano R.", "Nordberg M.", "Shushkevich S.", "Yasu Y.", " b, Diehl E.", "Ruschke A.", " k, Gan K.", " m  x, Grabas H.", "Ragusa F.", " b, Shatalov P.", "Gorini B.", " c, Schaffer A.", " a, Cetin S.", "Yilmaz M.", " p, Lombardo V.", "Volpi G.", " a, Stucci S.", "Sakamoto H.", "Pranko A.", "Hakobyan H.", "Renaud A.", " g, Olchevski A.", "Doria A.", " a, Ouellette E.", "Perini L.", " m, Thong W.", "Kroseberg J.", "Price D.", " e, Long R.", "Nozaki M.", " t, Baines J.", "Chalupkova I.", "Mindur B.", "Taccini C.", "Sapronov A.", "Bellerive A.", "Nikiforou N.", "Brunet S.", "Bortolotto V.", "Vachon B.", "Abi B.", "Bingul A.", "Gkialas I.", "Dale O.", "Jakubek J.", " v, Peleganchuk S.", " w, Kalderon C.", "Ruiz-Martinez A.", "Alhroob M.", "Hickling R.", "Monzani S.", "Ekelof T.", "Sauvan E.", " a, Stillings J.", "Ouraou A.", " h, Vossebeld J.", " j, Oram C.", "Reece R.", "Hariri F.", "Paolozzi L.", "Peters K.", " s, Gao Y.", " w, Weber S.", "Sarrazin B.", " b, Atlay N.", "Huston J.", "Tollefson K.", "Tiouchichine E.", "Cerri A.", "Keeler R.", "Banerjee Sw.", "Tsipolitis G.", "Schmidt E.", "Asbah N.", "Karnevskiy M.", "Torres H.", "Hedberg V.", "Schaefer R.", " u, Mjörnmark J.", " p, Kerševan B.", "Krüger H.", "Pernegger H.", " r, Quarrie D.", "Gaudio G.", " a, Popeneciu G.", "Watts S.", " a, Wijeratne P.", "Koll J.", "Navarro G.", "Kruskal M.", "Qin G.", "Capua M.", "Kocian M.", " t, Chislett R.", "Grosse-Knetter J.", " p  j, Landon M.", "Giugni D.", "Usanova A.", "Van Nieuwkoop J.", "Ugland M.", "Llorente Merino J.", "Sykora I.", "Rangel-Smith C.", " p  s, Gillam T.", "Tokushuku K.", "Ciapetti G.", "Balli F.", "Dolezal Z.", "Kortner O.", "Gwenlan C.", "Golubkov D.", "Copic K.", "Hanawa K.", " y, Shan L.", "Sherwood P.", "Flechl M.", "Jennens D.", "Dührssen M."], "localIdentifier": [{"type": "doi", "id": "10.1103/physrevd.90.052008"}], "id": "50|dli_resolver::e32d705708bd54ddc155d915701c18d6", "relatedPublications": 0, "date": [""], "title": ["\"Search for pair-produced third-generation squarks decaying via charm quarks or in compressed supersymmetric scenarios inppcollisions ats=8  TeVwith the ATLAS detector\""], "relatedDatasets": 2}
661
{"typology": "publication", "publisher": ["Journal of industrial microbiology & biotechnology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::560a4c1700432ec9fe87333790118b2a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22584819&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c38de56c7fa0ac9b2e88ec5ea420d757", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22584819&result=sequence_release", "schema": "url"}}], "abstract": "None: The Xplor®2 transformation/expression platform was employed for comparative assessment of three different yeast species as hosts for synthesis of a thermostable nicotinamide adenine dinucleotide (NAD⁺)-dependent medium-chain alcohol dehydrogenase from Rhodococcus ruber strain 219. Using yeast ribosomal DNA (rDNA) integrative expression cassettes (YRCs) and yeast integrative expression cassettes (YICs) equipped with a selection-marker module and one, two or four expression modules for transformation of auxotrophic Arxula adeninivorans, Hansenula polymorpha, and Saccharomyces cerevisiae strains, quantitative comparison of the yield of recombinant alcohol dehydrogenase RR-ADH6Hp in all three species was carried out. In all cases, the RR-ADH6H gene was expressed under the control of the strong constitutive A. adeninivorans-derived TEF1 promoter, which functions in all yeast species analyzed. Recombinant RR-ADH6Hp accumulated intracellularly in all strains tested. The best yields of active enzyme were obtained from A. adeninivorans, with S. cerevisiae producing intermediate amounts. Although H. polymorpha was the least efficient producer overall, the product obtained was most similar to the enzyme synthesized by R. ruber 219 with respect to its thermostability.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "22584819"}, {"type": "doi", "id": "10.1007/s10295-012-1134-9"}], "author": ["Bode Rüdiger", "Piontek Michael", "Giersberg Martin", "Kunze Gotthard", "Degelmann Adelheid"], "relatedPublications": 0, "id": "50|r3d100010527::38a0a10df67da787ef3c002fb51bccf6", "title": ["Production of a thermostable alcohol dehydrogenase from Rhodococcus ruber in three different yeast species using the Xplor®2 transformation/expression platform."], "relatedDatasets": 2}
662
{"typology": "publication", "publisher": ["American Academy of Pediatrics (AAP)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9ac86f603524a785c19ea0326ee0e7aa", "id": {"identifier": "10.3886/icpsr04352", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::74148b90beaedf153c661c4bee137f1e", "id": {"identifier": "10.3886/icpsr24421.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c7b584f833ba015b2f8a8e3cc90b1fe4", "id": {"identifier": "10.3886/icpsr03817.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b28354f8319da151e8f40f0bf877b16a", "id": {"identifier": "10.3886/icpsr04085.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bd55bae4cd279ee476ff14110dee91d2", "id": {"identifier": "10.3886/icpsr04598.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::120521932df918b4bea9005a47d2e266", "id": {"identifier": "10.3886/icpsr33681.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5f2b781456b626cac29219d0c582bc45", "id": {"identifier": "10.3886/icpsr04085", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::74148b90beaedf153c661c4bee137f1e", "id": {"identifier": "10.3886/icpsr24421.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5e62a86d18de9cb50c343d3e1c23aec6", "id": {"identifier": "10.3886/icpsr04352.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::bd55bae4cd279ee476ff14110dee91d2", "id": {"identifier": "10.3886/icpsr04598.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::11cf02dc5ccb4ff31e3713d194d1e79b", "id": {"identifier": "10.3886/icpsr21280", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::06a2bce9dbd7eb6f568294000c6eabff", "id": {"identifier": "10.3886/icpsr26941.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::06a2bce9dbd7eb6f568294000c6eabff", "id": {"identifier": "10.3886/icpsr26941.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::414086d13f723aa9f24e9d23489618c1", "id": {"identifier": "10.3886/icpsr24421", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::70f8b18473425cb30b4dbb10b6772067", "id": {"identifier": "10.3886/icpsr33681", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b28354f8319da151e8f40f0bf877b16a", "id": {"identifier": "10.3886/icpsr04085.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ea7fc99b9358fa746291b7bf69a4e837", "id": {"identifier": "10.3886/icpsr03817", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c7b584f833ba015b2f8a8e3cc90b1fe4", "id": {"identifier": "10.3886/icpsr03817.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5e62a86d18de9cb50c343d3e1c23aec6", "id": {"identifier": "10.3886/icpsr04352.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c090208086823a66f169173edb883129", "id": {"identifier": "10.3886/icpsr04598", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b1d296f96f65d774b5fa9f38567d1231", "id": {"identifier": "10.3886/icpsr30544.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c40a07718c6136d456e6077b13496d41", "id": {"identifier": "10.3886/icpsr26941", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b1d296f96f65d774b5fa9f38567d1231", "id": {"identifier": "10.3886/icpsr30544.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0b138f9f09a9289a51528e33b2e4ed9a", "id": {"identifier": "10.3886/icpsr21280.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::120521932df918b4bea9005a47d2e266", "id": {"identifier": "10.3886/icpsr33681.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::89262492ff0e53929e6b0b92288aae3d", "id": {"identifier": "10.3886/icpsr30544", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "OBJECTIVE: The objective of this study was to investigate the epidemiology of nonfatal choking on food among US children.#N##N#METHODS: Using a nationally representative sample, nonfatal pediatric choking-related emergency department (ED) visits involving food for 2001 through 2009 were analyzed by using data from the National Electronic Injury Surveillance System–All Injury Program. Narratives abstracted from the medical record were reviewed to identify choking cases and the types of food involved.#N##N#RESULTS: An estimated 111 914 (95% confidence interval: 83 975–139 854) children ages 0 to 14 years were treated in US hospital EDs from 2001 through 2009 for nonfatal food-related choking, yielding an average of 12 435 children annually and a rate of 20.4 (95% confidence interval: 15.4–25.3) visits per 100 000 population. The mean age of children treated for nonfatal food-related choking was 4.5 years. Children aged ≤1 year accounted for 37.8% of cases, and male children accounted for more than one-half (55.4%) of cases. Of all food types, hard candy was most frequently (15.5% [16 168 cases]) associated with choking, followed by other candy (12.8% [13 324]), meat (12.2% [12 671]), and bone (12.0% [12 496]). Most patients (87.3% [97 509]) were treated and released, but 10.0% (11 218) were hospitalized, and 2.6% (2911) left against medical advice.#N##N#CONCLUSIONS: This is the first nationally representative study to focus solely on nonfatal pediatric food-related choking treated in US EDs over a multiyear period. Improved surveillance, food labeling and redesign, and public education are strategies that can help reduce pediatric choking on food.#N##N#*   Abbreviations:#N#    AAP — #N#    :   American Academy of Pediatrics#N#    CDC — #N#    :   Centers for Disease Control and Prevention#N#    CI — #N#    :   confidence interval#N#    CPSC — #N#    :   Consumer Product Safety Commission#N#    ED — #N#    :   emergency department#N#    FHSA — #N#    :   Federal Hazardous Substances Act#N#    NEISS–AIP — #N#    :   National Electronic Injury Surveillance System–All Injury Program#N#    RR — #N#    :   risk ratio", "author": ["Conner, Kristen A.", "Annest, Joseph L.", "Haileyesus T.", "Chapin, Meyli M.", "Smith, Gary A.", "Chapin M. M.", "Annest J. L.", "Haileyesus, Tadesse", "Rochette L. M.", "Rochette, Lynne M.", "Conner K. A.", "Smith G. A."], "localIdentifier": [{"type": "doi", "id": "10.1542/peds.2013-0260"}], "id": "50|dedup_wf_001::582375a74501ba76f74ed80de9c2b383", "relatedPublications": 0, "date": [""], "title": ["Nonfatal Choking on Food Among Children 14 Years or Younger in the United States, 2001-2009"], "relatedDatasets": 26}
663
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::b63283ece511fb8ac63cff07b51e5e49", "id": {"identifier": "10.6084/m9.figshare.104407", "schema": "url"}}], "abstract": "In addition to its obligatory symbiont Buchnera aphidicola, the pea aphid Acyrthosiphon pisum can harbor several facultative bacterial symbionts which can be mutualistic in the context of various ecological interactions. Belonging to a genus where many members have been described as pathogen in invertebrates, Serratia symbiotica is one of the most common facultative partners found in aphids. The recent discovery of strains able to grow outside their host allowed us to simulate environmental acquisition of symbiotic bacteria by aphids. Here, we performed an experiment to characterize the A . pisum response to the ingestion of the free-living S. symbiotica CWBI-2.3T in comparison to the ingestion of the pathogenic Serratia marcescens Db11 at the early steps in the infection process. We found that, while S. marcescens Db11 killed the aphids within a few days, S. symbiotica CWBI-2.3T did not affect host survival and colonized the whole digestive tract within a few days. Gene expression analysis of immune genes suggests that S. symbiotica CWBI-2.3T did not trigger an immune reaction, while S. marcescens Db11 did, and supports the hypothesis of a fine-tuning of the host immune response set-up for fighting pathogens while maintaining mutualistic partners. Our results also suggest that the lysosomal system and the JNK pathway are possibly involved in the regulation of invasive bacteria in aphids and that the activation of the JNK pathway is IMD-independent in the pea aphid.", "author": ["Thierry Hance", "Foray Vincent", "Abdelmounaim Errachid", "Noël Christine", "Renoz François", "Hance Thierry", "Christine Noël", "Errachid Abdelmounaim", "François Renoz", "Vincent Foray"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::cdb5148d9c419f83e82ce20158d05435"}, {"type": "doi", "id": "10.1371/journal.pone.0122099"}], "id": "50|dedup_wf_001::931820f435d1db0a091aba7e3d997d84", "relatedPublications": 0, "date": [""], "title": ["\"Infection Dynamic of Symbiotic Bacteria in the Pea Aphid Acyrthosiphon pisum Gut and Host Immune Response at the Early Steps in the Infection Process\""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Candidatus Serratia symbiotica"}, {"scheme": "keyword", "value": "food and beverages"}, {"scheme": "keyword", "value": "Buchnera aphidicola"}, {"scheme": "keyword", "value": "Science"}, {"scheme": "keyword", "value": "Pisum"}, {"scheme": "keyword", "value": "QH301"}, {"scheme": "keyword", "value": "Acyrthosiphon pisum"}, {"scheme": "keyword", "value": "Medicine"}, {"scheme": "keyword", "value": "Q"}, {"scheme": "keyword", "value": "biochemical phenomena, metabolism, and nutrition"}, {"scheme": "keyword", "value": "R"}, {"scheme": "keyword", "value": "Bacteria (microorganisms)"}, {"scheme": "keyword", "value": "Serratia marcescens"}, {"scheme": "keyword", "value": "Aphididae"}, {"scheme": "keyword", "value": "Invertebrata"}, {"scheme": "keyword", "value": "Research Article"}]}
664
{"typology": "publication", "publisher": ["Virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d2f142b58b0edccdaff43953f2bed74e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8372442&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1da9e7d7a855d6a3bf37fb8361e362f1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8372442&result=coding_release", "schema": "url"}}], "abstract": "None: The bipartite geminiviruses causing squash leaf curl disease, SqLCV-E and SqLCV-R, have a broad host range that includes Nicotiana benthamiana, pumpkin, squash, and beans. We have characterized a naturally occurring mutant of the SqLCV-R B component (BRtd1) which has lost the ability to infect N. benthamiana, but still retains full infectivity for pumpkin and squash. The mutation responsible for this host range alteration was localized to the coding region of BR1, a gene essential for viral movement. Sequence analysis identified three missense mutations in the BR1 gene encoded by BRtd1. By site-directed mutagenesis, one of these missense mutations, a substitution of Cys for Arg at position 98 in the BR1 protein, has been identified as responsible for the altered host range properties of BRtd1. These results establish a role for the BR1 movement protein in determining the host range properties of SqLCV.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8372442"}], "author": ["Lazarowitz S G", "Ingham D J"], "relatedPublications": 0, "id": "50|r3d100010527::71ba03de7cd6aa418f4697cc9c452cf2", "title": ["A single missense mutation in the BR1 movement protein alters the host range of the squash leaf curl geminivirus."], "relatedDatasets": 2}
665
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cbc6757f8de14b4596397e3fb6b281a6", "id": {"identifier": "u56935", "schema": "ena"}}], "abstract": "", "author": ["Hedegaard, L.", "Diers, I.", "Ja, Asenjo", "Halkier, T.", "Savva, D.", "Ferrer, P."], "localIdentifier": [{"type": "pmid", "id": "8755914"}], "id": "50|pubmed______::6bc211e85df8bcce87c838e7a76d8121", "relatedPublications": 0, "date": ["1996-08-01"], "title": ["Nucleotide sequence of a beta-1,3-glucanase isoenzyme IIA gene of Oerskovia xanthineolytica LL G109 (Cellulomonas cellulans) and initial characterization of the recombinant enzyme expressed in Bacillus subtilis."], "relatedDatasets": 1}
666
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7c5bfb1d279c92103f3085665a921b16", "id": {"identifier": "10.6084/m9.figshare.c.3607793_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dabc296425317b1f360b2048bd607d92", "id": {"identifier": "10.6084/m9.figshare.c.3607793_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5bf0981fff60415a8696c4cd22e46220", "id": {"identifier": "10.6084/m9.figshare.c.3607793", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::edb54c53cad16066a40ac8e498be577e", "id": {"identifier": "10.6084/m9.figshare.c.3607793.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#The phytoestrogen, genistein at low doses nongenomically activates mitogen-activated protein kinase p44/42 (MAPKp44/42) via estrogen receptor alpha (ERα) leading to proliferation of human uterine leiomyoma cells. In this study, we evaluated if MAPKp44/42 could activate downstream effectors such as mitogen- and stress-activated protein kinase 1 (MSK1), which could then epigenetically modify histone H3 by phosphorylation following a low dose (1 μg/ml) of genistein.", "author": ["Archer Trevor K.", "Kissling Grace E.", "Gao Xiaohua", "Castro Lysandra", "Yu Linda", "Flagler Norris", "Ham Kyle", "Yan Yitang", "Dong Ray", "Dixon Darlene", "Tucker Charles J."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12964-016-0141-2"}], "id": "50|dli_resolver::9e3ea3e57204f3bfe1539942f817e375", "relatedPublications": 0, "date": [""], "title": ["\"Epigenetic regulation of transcription factor promoter regions by low-dose genistein through mitogen-activated protein kinase and mitogen-and-stress activated kinase 1 nongenomic signaling\""], "relatedDatasets": 4}
667
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e38dd33388bb887f49498262329597b1", "id": {"identifier": "l22075", "schema": "ena"}}], "abstract": "", "author": ["Casey, M.", "He, J.", "Weremowicz, S.", "Morton, C. C.", "Montgomery, K.", "Hatcher, C. J.", "Basson, C. T.", "Vaughan, C. J.", "Kucherlapati, R.", "Winter, J. M."], "localIdentifier": [{"type": "pmid", "id": "10974026"}], "id": "50|pubmed______::6ec09ff9c5cbff78e8113e6af9172ccc", "relatedPublications": 0, "date": ["2000-09-01"], "title": ["Mutations in the protein kinase A R1alpha regulatory subunit cause familial cardiac myxomas and Carney complex."], "relatedDatasets": 1}
668
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::17e6832738438c1aa3d06e08a83d430c", "id": {"identifier": "1n6m", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::a3e05d138c34601580f33e3f6e35f423", "id": {"identifier": "1cz7", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c73a371e30523083532c18b7cfc5b7a9", "id": {"identifier": "1tub", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::17e6832738438c1aa3d06e08a83d430c", "id": {"identifier": "1n6m", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8f550cda85f941abaa273224e110165c", "id": {"identifier": "2ncd", "schema": "pdb"}}], "abstract": "Molecular motors undergo conformational changes to produce force and move along cytoskeletal filaments. Structural changes have been detected in kinesin motors; however, further changes are expected because previous crystal structures are in the same or closely related conformations. We report here a 2.5 A crystal structure of the minus-end kinesin, Ncd, with the coiled-coil stalk/neck and one head rotated by ∼75° relative to the other head. The two heads are asymmetrically positioned with respect to the stalk and show asymmetry of nucleotide state: one head is fully occupied, but the other is unstably bound to ADP. Unlike previous structures, our new atomic model can be fit into cryoelectron microscopy density maps of the motor attached to microtubules, where it appears to resemble a one-head-bound motor with the stalk rotated towards the minus end. Interactions between neck and motor core residues, observed in the head that moves with the stalk, are disrupted in the other head, permitting rotation of the stalk/neck. The rotation could represent a force-producing stroke that directs the motor to the minus end.", "author": ["Yun M."], "localIdentifier": [{"type": "doi", "id": "10.1093/emboj/cdg531"}], "id": "50|dli_resolver::fcd86b95e2c77c4fef81c28b6599a25d", "relatedPublications": 0, "date": [""], "title": ["\"Rotation of the stalk/neck and one head in a new crystal structure of the kinesin motor protein, Ncd\""], "relatedDatasets": 5}
669
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7cb772d553dfd2350d5832d9408df0b6", "id": {"identifier": "10.3886/icpsr31622.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Sawhill, Isabel"], "localIdentifier": [{"type": "doi", "id": "10.1177/0002716214525328"}], "relatedPublications": 0, "title": ["Family complexity: Is it a problem, and if so, what should we do?"], "id": "50|r3d100010255::37db7cc07c088f3641a6f0772b5b5d9f"}
670
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::0bbe0ae2fc8697f1abe4b6564330a865", "id": {"identifier": "3g0e", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::038938ef88df827650824adb1958be56", "id": {"identifier": "3ewh", "schema": "pdb"}}], "abstract": "", "title": ["Study of differences in the VEGFR2 inhibitory activities between semaxanib and SU5205 using 3D-QSAR, docking, and molecular dynamics simulations"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmgm.2011.10.005"}], "id": "50|elsevier____::58b966aac511b92483c6ef57e13ea911", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 4}
671
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::bb29e32716168f4dcad9ce51b1b5f685", "id": {"identifier": "1smn", "schema": "pdb"}}], "abstract": "The Serratia endonuclease is an extracellularly secreted enzyme capable of cleaving both single- and double-stranded forms of DNA and RNA. It is the first member of a large class of related and usually dimeric endonucleases for which a structure is known. Using X-ray crystallography, the structure of monomer of this enzyme was reported by us previously (Miller MD et al., 1994, Nature Struct Biol 1:461-468). We now confirm the dimeric nature of this enzyme through light-scattering experiments and identify the physiologic dimer interface through crystal packing analysis. This dimerization occurs through an isologous twofold interaction localized to the carboxy-terminal subdomain of the enzyme. The dimer is a prolate ellipsoid with dimensions 30 A x 35 A x 90 A. The dimer interface is flat and contains four salt links, several hydrogen bonds, and nonpolar interactions. Buried water is prominent in this interface and it includes an unusual \"cubic\" water cluster. The position of the two active sites in the dimer suggests that they can act independently in their cleavage of DNA, but have a geometrical advantage in attacking substrate relative to the monomer.", "author": ["Miller Mitchell D.", "Krause Kurt L."], "localIdentifier": [{"type": "doi", "id": "10.1002/pro.5560050104"}], "id": "50|dli_resolver::fed0c90a55dcb737840fbd287cdc835b", "relatedPublications": 0, "date": [""], "title": ["\"Identification of the Serratia endonuclease dimer: Structural basis and implications for catalysis\""], "relatedDatasets": 1}
672
{"publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010327", "datasourceName": "RCSB"}], "relatedDatasets": 4, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e06e7a0e27fb0420bb2df72542d0cc89", "id": {"identifier": "1ntz", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8f7fed6b91f0a089afa62e93e707541f", "id": {"identifier": "1ntm", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::f7302ea2691d89f7e786c55dd470645d", "id": {"identifier": "1ntk", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::5f7bd91989455c8e5398b66c1b6ea239", "id": {"identifier": "1nu1", "schema": "pdb"}}], "abstract": "Cytochrome bc 1  is an integral membrane protein complex essential to cellular respiration and photosynthesis. The Q cycle reaction mechanism of bc 1  postulates a separated quinone reduction (Q i ) and quinol oxidation (Q o ) site. In a complete catalytic cycle, a quinone molecule at the Q i  site receives two electrons from the b H  heme and two protons from the negative side of the membrane; this process is specifically inhibited by antimycin A and NQNO. The structures of bovine mitochondrial bc 1  in the presence or absence of bound substrate ubiquinone and with either the bound antimycin A 1  or NQNO were determined and refined. A ubiquinone with its first two isoprenoid repeats and an antimycin A 1  were identified in the Q i  pocket of the substrate and inhibitor bound structures, respectively; the NQNO, on the other hand, was identified in both Q i  and Q o  pockets in the inhibitor complex. The two inhibitors occupied different portions of the Q i  pocket and competed with substrate for binding. In the Q o  pocket, the NQNO behaves similarly to stigmatellin, inducing an iron-sulfur protein conformational arrest. Extensive binding interactions and conformational adjustments of residues lining the Q i  pocket provide a structural basis for the high affinity binding of antimycin A and for phenotypes of inhibitor resistance. A two-water-mediated ubiquinone protonation mechanism is proposed involving three Q i  site residues His 2  0  1 , Lys 2  2  7 , and Asp 2  2  8 .", "author": ["Yu Chang-An", "Wen Xiaoling", "Yu Linda", "Xia Di", "Quinn Byron", "Esser Lothar", "Gao Xiugong"], "localIdentifier": [{"type": "doi", "id": "10.1021/bi0341814"}], "id": "50|dli_resolver::10ac8bd69a38ad2c14051aee6b3ceb3e", "relatedPublications": 0, "date": [""], "title": ["\"Structural Basis for the Quinone Reduction in thebc1Complex:  A Comparative Analysis of Crystal Structures of Mitochondrial Cytochromebc1with Bound Substrate and Inhibitors at the QiSite†,‡\""], "typology": "publication"}
673
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a6727135bc81bd73c45c831ae69de93b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6818553&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::20c1c09ea34474ea0f56cbfff287aab0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6818553&result=sequence_release", "schema": "url"}}], "abstract": "None: cDNA corresponding to mouse IgE heavy (epsilon) chain mRNA was cloned from mouse IgE-secreting hybridoma cells. A clone containing the epsilon cDNA insert was identified by hybridization to epsilon mRNA and subsequent translation in vitro to unprocessed epsilon chain reactive with anti-mouse IgE antibodies. This clone was used to select 20 other epsilon cDNA clones by colony hybridization. The clone containing the longest insert was selected and the epsilon cDNA insert was subjected to sequence analysis. The determined sequence is 1,279 nucleotides long and contains the coding regions for part of the constant region (C epsilon) I and all of the C epsilon 2, C epsilon 3, and C epsilon 4 domains and also the entire 3' untranslated region of epsilon mRNA. When the amino acid sequence determined from the nucleotide sequence is compared to that of human epsilon chain, significant homologies between corresponding domains of the two epsilon chains are found, including conservations in cysteine and tryptophan residues and carbohydrate attachment sites.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "6818553"}], "author": ["Albrandt K", "Liu F T", "Katz D H", "Sutcliffe J G"], "relatedPublications": 0, "id": "50|r3d100010527::a891ad873c198a50580bda025008d04d", "title": ["Cloning and nucleotide sequence of mouse immunoglobulin epsilon chain cDNA."], "relatedDatasets": 2}
674
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::42776e47cece4b6399777592e6950b43", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bed62c34863efc17d309e72c895d9b95", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d11.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d3414a3e1ddd6d550289bc213482f7a9", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bb43a28c05621d5c56393dc909dc779a", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::69fca8c22b946095d78529411ff4cb82", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d15.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e20c6fd8b9465d8ce2af043d89c36bd5", "id": {"identifier": "10.6084/m9.figshare.c.3870805", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::da43d6cc4dcf320693d92221b987cb9f", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d16.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::30cf9c1a5541283583dc01b858cc187f", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d8.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7b736abca762de1bb249fb44bee4891d", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a9539e64a8cefb19fcfedaabcc6315cb", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d10.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5530938470d9fae87cf38f7418700c04", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d7.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b8e25d7155322fb3e3f37d84e628c81a", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::49d990d08ae3c9abc664fb02710fa4d4", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::03da2a8f2923009ba93bb89f465d1109", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d15", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ea1134ccdcef093cd5d3427d13431916", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8c2a27b8c1e29e2ce5aee27f5ada170e", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d13", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::03a2a65f9be6f82ba6b41f47917696eb", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d14.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::16f1708b66a969296ebc70432777ebd3", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a1cb7e5990efafb1a0fd95deaacb6e92", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::56c433fd499e44dbd08c7fa54c22f6e1", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d12", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f7e634c490c07835a7eca7272c4fdd07", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d11", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e656b9d543615d9c493d2730449fd437", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d62a66b99e5ddbed979006f4260fed80", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1430afdeb6cbd365e0e833c4ea18c218", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d6.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::edc6097716c032ef5820fd47a4663bba", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d13.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f7141ffb09027ced290b482a2848813b", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d14", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ee1055e30de3921e6bfee436da3cd9bd", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c674ea57880114f1fd8ca428c35b613b", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d9.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0482291a75216648ba333fa4fdc47ba7", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::89f69f3caac6ca8a94da406ec3c87403", "id": {"identifier": "10.6084/m9.figshare.c.3870805.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4e03076cf6bca3c035e3a7a3c7f3a487", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d10", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5522c2983510a4eb0cd9078724444dac", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d12.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9036c32fc3f8efabb97a984759c47c5c", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d5.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b2800dd297f9b0025e69b4576d770d00", "id": {"identifier": "10.6084/m9.figshare.c.3870805_d16", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Berghoff Bork A.", "Wagner E. Gerhart H.", "Källman Thomas", "Grabherr Manfred G.", "Karlsson Torgny"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13040-017-0150-8"}], "id": "50|dli_resolver::eb3173b2915cc3040cbeb29f7a10b8a4", "relatedPublications": 0, "date": [""], "title": ["\"RNA-sequence data normalization through in silico prediction of reference genes: the bacterial response to DNA damage as case study\""], "relatedDatasets": 34}
675
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::3bdf36fdc40ff5a2186224efe58f080c", "id": {"identifier": "4kso", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::e812f6fdec137b93cf76e8178044685f", "id": {"identifier": "3dvl", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c45f8cf7a4601a2422d9996e5ae2d185", "id": {"identifier": "2qke", "schema": "pdb"}}], "abstract": "The circadian control of cellular processes in cyanobacteria is regulated by a posttranslational oscillator formed by three Kai proteins. During the oscillator cycle, KaiA serves to promote autophosphorylation of KaiC while KaiB counteracts this effect. Here, we present a crystallographic structure of the wild-type Synechococcus elongatus KaiB and a cryo-electron microscopy (cryoEM) structure of a KaiBC complex. The crystal structure shows the expected dimer core structure and significant conformational variations of the KaiB C-terminal region, which is functionally important in maintaining rhythmicity. The KaiBC sample was formed with a C-terminally truncated form of KaiC, KaiC-Δ489, which is persistently phosphorylated. The KaiB–KaiC-Δ489 structure reveals that the KaiC hexamer can bind six monomers of KaiB, which form a continuous ring of density in the KaiBC complex. We performed cryoEM-guided molecular dynamics flexible fitting simulations with crystal structures of KaiB and KaiC to probe the KaiBC protein–protein interface. This analysis indicated a favorable binding mode for the KaiB monomer on the CII end of KaiC, involving two adjacent KaiC subunits and spanning an ATP binding cleft. A KaiC mutation, R468C, which has been shown to affect the affinity of KaiB for KaiC and lengthen the period in a bioluminescence rhythm assay, is found within the middle of the predicted KaiBC interface. The proposed KaiB binding mode blocks access to the ATP binding cleft in the CII ring of KaiC, which provides insight into how KaiB might influence the phosphorylation status of KaiC.", "author": ["Villarreal Seth A.", "Stewart Phoebe L.", "Mori Tetsuya", "Pattanayek Rekha", "Qin Ximing", "Johnson Carl H.", "Williams Dewight R.", "Egli Martin"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2013.06.018"}], "id": "50|dedup_wf_001::2ca5cb018d3f6ceb67ad70306db06d93", "relatedPublications": 0, "date": [""], "title": ["\"CryoEM and Molecular Dynamics of the Circadian KaiB–KaiC Complex Indicates That KaiB Monomers Interact with KaiC and Block ATP Binding Clefts\""], "relatedDatasets": 5}
676
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2ded0afcd9189d7b2cc912168a0fb413", "id": {"identifier": "10.5517/cc1jph5w", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The  ortho -selective alkenylation of phenyl sulfones with alkynes proceeds effectively in the presence of a cationic Cp*-rhodium(III) catalyst together with an appropriate carboxylic acid involving regioselective C–H bond cleavage directed by the sulfonyl function. An ( ortho -alkenylated phenyl) methyl sulfone prepared by this hydroarylation method undergoes palladium-catalyzed α-arylation and subsequent diastereoselective cyclization to directly produce the corresponding thiochromane 1,1-dioxide derivatives.", "author": ["Miura Masahiro", "Satoh Tetsuya", "Hirano Koji", "Nobushige Kazunori"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2015.03.046"}], "id": "50|dli_resolver::883d202b1122fceefe8fb733317801a1", "relatedPublications": 0, "date": [""], "title": ["\"Rhodium-catalyzed direct  ortho -alkenylation of phenyl sulfones with alkynes utilizing sulfonyl function as modifiable directing group\""], "relatedDatasets": 1}
677
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::390bc111c1ce72747dacfb9bb2646271", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1379346&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4e3c122897f621d298b23e5e4d49c703", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1379346&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dd4295a602dec3ed7160cff7ef646aad", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1379346&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::56269c2c3bf36c50018a7bbfbc824f9b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1379346&result=noncoding_release", "schema": "url"}}], "abstract": "None: The stimulation of a variety of cell surface receptors promotes the accumulation of the active, GTP-bound form of Ras proteins in cells. This is a critical step in signal transduction because inhibition of Ras activation by anti-Ras antibodies or dominant inhibitory Ras mutants blocks many of the effects of these receptors on cellular function. To reach the active GTP-bound state, Ras proteins must first release bound GDP. This rate-limiting step in GTP binding is thought to be catalysed by a guanine-nucleotide-releasing factor (GRF). Here we report the cloning of complementary DNAs from a rat brain library that encode a approximately 140K GRF for Ras p21 (p140Ras-GRF). Its carboxy-terminal region is similar to that of CDC25, a GRF for Saccharomyces cerevisiae RAS. This portion of Ras-GRF accelerated the release of GDP from RasH and RasN p21 in vitro, but not from the related RalA, or CDC42Hs GTP-binding proteins. A region in the amino-terminal end of Ras-GRF is similar to both the human breakpoint cluster protein, Bcr, and the dbl oncogene product, a guanine-nucleotide-releasing factor for CDC42Hs. An understanding of Ras-GRF function will enhance our knowledge of the many signal transduction pathways mediated by Ras proteins.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1379346"}], "author": ["Shou C", "Feig L A", "Neel B G", "Farnsworth C L"], "relatedPublications": 0, "id": "50|r3d100010527::efc7e39be575e520a541e046a9b78da5", "title": ["Molecular cloning of cDNAs encoding a guanine-nucleotide-releasing factor for Ras p21."], "relatedDatasets": 4}
678
{"typology": "publication", "publisher": ["DNA sequence : the journal of DNA sequencing and mapping"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1a5b344e552d8831d0e6787303d6c2e5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7626784&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7cf8eeeb0205da34cd49fdc44c6e0a87", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7626784&result=coding_release", "schema": "url"}}], "abstract": "None: Screening of a bovine odontoblast cDNA library from developing incisor with murine Msx-1 and Msx-2 cDNA probes led to the isolation of three positive clones. All of them encoded for a sequence of a protein containing 297 amino acids. The responsible gene was designated as bovine Msx-1 (bMsx-1) due to the high homology with the human MSX-1 and mouse Msx-1 sequences.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7626784"}], "author": ["Iimura T", "Maruoka Y", "Ibaraki K", "Shimokawa H", "Sasaki S", "Takeda K", "Oida S"], "relatedPublications": 0, "id": "50|r3d100010527::029b8c6230dbd7e1619e153e402929d8", "title": ["Molecular cloning and sequence of bovine Msx-1 homeobox-containing gene cDNA from a bovine odontoblast library."], "relatedDatasets": 2}
679
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc5f77f37e211eb24edfe38911189a5b", "id": {"identifier": "10.5517/cctvb10", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C26H28O8, the central aromatic ring forms dihedral angles of 24.32 (11) and 80.19 (7)° with the two adjoining vanillyl alcohol rings. In the crystal, O—H⋯O hydrogen bonds connect the mol­ecules, forming a hydrogen-bonded sheet-like motif extended in the ab plane.", "author": ["Arshad Muhammad Nadeem", "Goeltz John C.", "Mough Scott T.", "Travis, Holman K."], "localIdentifier": [{"type": "doi", "id": "10.1107/s160053681000677x"}], "id": "50|dli_resolver::d96a4a12dbf7c891460bc3c76d74bc98", "relatedPublications": 0, "date": [""], "title": ["\"Methyl 3,5-bis(4-hydroxymethyl-2-methoxyphenoxy)methylbenzoate\""], "relatedDatasets": 1}
680
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b01560edff7099568f9b2e23911144ac", "id": {"identifier": "10.5517/cc5htxc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::13ff21950ed7cb52bd70b037f259e7fc", "id": {"identifier": "10.5517/cc5bmqt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b92ef5feb7769e253134c610b5facd12", "id": {"identifier": "10.5517/cc5bmps", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::51bb7b4ab4a07b7fe2bc2e41ba949381", "id": {"identifier": "10.5517/cc5bmrv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::380e3ff5936e8ae6bf09326504c15738", "id": {"identifier": "10.5517/cc5c8b3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The concept of chiral docking/protecting groups for biohydroxylation was extended from cyclopentanone to other ketones. Reaction of cyclohexanone, ( R )-3-methylcyclohexanone, cycloheptanone, 5-methyl-2-hexanone and 4-methyl-2-pentanone with ( R )-2-amino-1-propanol and subsequent in situ benzoylation afforded the corresponding  N -benzoylated oxazolidine derivatives. All substrates were hydroxylated with the fungus  Beauveria bassiana  ATCC 7159, one of which was diastereoselectively hydroxylated with a d.e. of 99%. In this manner, access to the corresponding hydroxylated ketones was provided.", "author": ["Krenn Birgit", "Griengl Herfried", "Plachota Peter", "Weber Hansjörg", "Franz Münzer Dieter", "Mereiter Kurt", "de Raadt Anna", "Florian Klingler Markus", "Fetz Barbara", "Saf Robert"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0040-4020(01)00803-1"}], "id": "50|dli_resolver::67d4f5ef23a2800e47d830c43e129b85", "relatedPublications": 0, "date": [""], "title": ["\"Chiral auxiliaries as docking/protecting groups: biohydroxylation of selected ketones with Beauveria bassiana ATCC 7159\""], "relatedDatasets": 5}
681
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0eca84cafa4cf8a7db0605c3b10cee05", "id": {"identifier": "10.5517/cc8xr41", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New palladium complexes of chloroquine (CQ) and clotrimazole (CTZ) have been prepared, characterized, and evaluated against four tumor cell lines in vitro. [Pd (CQ) 2 Cl 2 ] ( 1 ) was synthesized by the reaction of PdCl 2 (CH 3 CN) 2  with CQ, and the [Pd (CTZ) 2 Cl 2 ] ( 2 ) complex by a similar reaction. The new compounds were characterized by a combination of FAB-MS (fast atom bombardment-mass spectrum), elemental analysis, molar conductivity, IR, and NMR spectroscopy. The solid-state structure of  2  has been determined by X-ray crystallography.  2  crystallizes in the monoclinic space group  P (2 1 / c ), with  a  = 21.100(4) A,  b  = 13.408(3) A,  c  = 22.642(5) A. The structure refinement converged at  R  1  = 0.0728,  wR  2  = 0.1918. The cytotoxicity of these two complexes for the tumor cell lines, PANC-1, SKBR-3, MDA-MB231 and HT-29, was compared with that of the original ligands. Ligation of palladium to CTZ led to an increase in the IC 50 , although a three-fold reduction in the IC 50  of CQ was observed on ligation to the metal when tested against the MDA-MB231 cell line.", "author": ["Peña Nayarit Prieto", "González Teresa", "Colmenares Ibis", "Navarro Maribel", "Taylor Peter", "Arsenak Miriam"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jinorgbio.2005.10.013"}], "id": "50|dli_resolver::2fa3ff7ab2395fdf7a49efad37a68b94", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and characterization of new palladium–clotrimazole and palladium–chloroquine complexes showing cytotoxicity for tumor cell lines in vitro\""], "relatedDatasets": 1}
682
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6d71087bb6896acaa765ba2f152da9c2", "id": {"identifier": "10.5517/cc894b0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a8560bcc979d864978951a720e78a09", "id": {"identifier": "10.5517/cc8946w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::919104f6643cd6f8b5fc2fd94581ba9d", "id": {"identifier": "10.5517/cc8949z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2a754cbb7635a601ff4523a6f201f25b", "id": {"identifier": "10.5517/cc8943s", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a4e02850f6f483572e8697123f293d86", "id": {"identifier": "10.5517/cc8947x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::050d6f6ceec26c584b6bb3b4c4e5ae00", "id": {"identifier": "10.5517/cc8948y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::87c49f3b13214d449174f052b6d2e2e2", "id": {"identifier": "10.5517/cc894c1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ceeacefe7d912ee56f5685532c8d3893", "id": {"identifier": "10.5517/cc8944t", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::55ace06cc8da9a5ccb0db6fd89b4b14f", "id": {"identifier": "10.5517/cc8945v", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three new rigid conjugated fulvene ligands L1-L3 were synthesized. L1 and L3 have been prepared by an aroylation reaction of cyclohexyl-substituted cyclopentadienyl anions. L2 was prepared by the reaction of L1 with PhNHNH 2  in hot enthanol. Six new coordination polymers, namely [Ag(C 2  5 H 2  0 N 2 O 2 )(ClO 4 )].3.5C 6 H 6  (1), [Ag 2 (μ-C 3  1 H 2  4 N 4 )(η 2 -C 6 H 6 )(H 2 O)](ClO 4 ) 2 .(C6H6).(H 2 O) 0  .  5  (3), [Ag(C 3  1 H 2  4 N 4 )]SbF 6 .solvate (4), [Ag(C 3  1 H 2  4 N 4 )](SbF 6 ) 2 .2C 6 H 6 .CH 2 Cl 2  (5), [Ag-(C 2  5 H 2  0 N 2 O 2 ) 2 ]SbF 6  (6), and [Ag(C 2  5 H 2  0 N 2 O 2 ) 2 ]SbF 6  (7), and one seven-membered cobaltacycle-containing complex, namely Co(C 2  5 H 2  0 N 2 O 2 ) 2 (C 2 H 5 OH) 2  (2), were obtained through self-assembly based on these three new fulvene lignads. L2-L3 and compounds 1-7 have been fully characterized by infrared spectroscopy, elemental analysis, and single-crystal X-ray diffraction. The results indicate that the coordination chemistry of new fulvene ligands is versatile. They can bind metal ions not only through the terminal N-donors and fulvene carbon atoms into organometallic coordination polymers but also through the two chelating carbonyl groups into unusual seven-membered metallo-ring supramolecular complexes. In the solid state, ligands L1-L3 are luminescent. A blue-shift in the emission was observed between the free ligand L1 and the one incorporated into Co(II)-containing complex 2, and a red-shift in the emission was observed between the free ligand L3 and the one incorporated into Ag(I)-containing polymeric compounds 6 and 7.", "author": ["Smith Mark D.", "Wang Peng", "Dong Yu-Bin", "Huang Ru-Qi"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic0495517"}], "id": "50|dli_resolver::07c1223387fe512c6e145a11ec39400b", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses and Structures of Ag(I)-Containing Coordination Polymers and Co(II)-Containing Supramolecular Complex Based on Novel Fulvene Ligands\""], "relatedDatasets": 9}
683
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Roley, M."], "localIdentifier": [{"type": "icpsr", "id": "62701"}], "relatedPublications": 0, "title": ["The relationship between depressed affect and GPA"], "id": "50|r3d100010255::812a5b4c40134cc348c015b1380e4669"}
684
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3c14a0016bc39bf5a6716e37cb535e2", "id": {"identifier": "10.5517/ccvz1jc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kupfer Thomas", "Wahler Johannes", "Braunschweig Holger", "Radacki Krzysztof", "Ghosh Sundargopal"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201100453"}], "id": "50|dli_resolver::afaeffdbb863644c8f363eaa7af8b708", "relatedPublications": 0, "date": [""], "title": ["\"High-Yield Synthesis of a Hybrid 2,3,4,5-Tetracarba-1,6-nido-hexaborane(6) Cluster with an exo-Polyhedral Boracycle\""], "relatedDatasets": 1}
685
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::ba86f8a29031868939a93a8ed8cf5860", "id": {"identifier": "10.1594/pangaea.804876", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::a08c53aa4768bb60b9d121ba7dad8825", "id": {"identifier": "10.1594/pangaea.822369", "schema": "url"}}], "abstract": "data supplementary to Handiani, Dian; Paul, André; Dupont, Lydie (2012): Tropical climate and vegetation changes during Heinrich Event 1: a model-data comparison. Climate of the Past, 8(1), 1-21, doi:10.5194/cp-8-1-2012", "author": ["Dupont, Lydie", "André, Paul", "Handiani, Dian"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______999::60d13b2fbca0fd45e36092268f3cf545"}], "id": "50|dli_resolver::c6af4db1538b1b264884b038f0818d82", "relatedPublications": 0, "date": [""], "title": ["Tropical climate and vegetation simulations during the Heinrich event 1 using an Earth System Model of Intermediate Complexity (EMIC) - the University of Victoria Earth System-Climate Model (UVic ESCM)"], "relatedDatasets": 2}
686
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad9f59642cf2dd5524a3a69cc611d702", "id": {"identifier": "10.5517/ccpk2s2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf156683358b1494e55a817f844d268e", "id": {"identifier": "10.5517/ccpd0km", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9e4b37e16c4c643bd3e90bff0bc0ee8b", "id": {"identifier": "10.5517/ccp21b3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9aa6815d7a9eaa4faafeaec96e9a20e8", "id": {"identifier": "10.5517/ccprwhs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1bc2faff6a4af8df7db0eda823d1d00", "id": {"identifier": "10.5517/ccndydc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Highly convenient copper-free and amine-free Sonogashira coupling of aryl bromides and iodides with terminal acetylenes under amenable conditions in air and in a mixed aqueous medium are reported using several new, user friendly and robust palladium precatalysts ( 1 – 5 ) of  N / O -functionalized N-heterocyclic carbenes (NHCs). In particular, the precatalysts,  1  and  2 , were synthesized from the imidazolium chloride salts by the treatment with PdCl 2  in pyridine in presence of K 2 CO 3  as a base while the precatalysts,  3 – 5 , were synthesized from the respective silver complexes by the treatment with (COD)PdCl 2 . The DFT studies carried out on the  1 – 5  complexes suggest the presence of strong NHC–Pd σ-interactions arising out of deeply buried NHC–Pd σ-bonding molecular orbitals (MOs) that account for the inert nature of the metal–carbene bonds and also provide insights into the exceptional stability of these precatalysts.", "author": ["Ghosh Prasenjit", "Samantaray Manoja K.", "Shaikh Mobin M."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jorganchem.2009.06.026"}], "id": "50|dli_resolver::d603c00dbf12296733796fd2fd942510", "relatedPublications": 0, "date": [""], "title": ["\"Copper-free and amine-free Sonogashira coupling in air in a mixed aqueous medium by palladium complexes of N/O-functionalized N-heterocyclic carbenes\""], "relatedDatasets": 5}
687
{"typology": "publication", "publisher": ["Microbial ecology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::637efdee0d5f79e20098f39a67bf40ce", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16909349&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::425c0b66c477545ee9a4c9406916cdf2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16909349&result=noncoding_release", "schema": "url"}}], "abstract": "None: As a crucial step in the identification of possible association between bacteria and sponges, we investigated if a unique bacterial population community was consistently associated with the surface of the sponge Mycale adhaerens, irrespective of environmental conditions. The composition of bacterial communities associated with the surface of sponges at three geographically distinctive sites in Hong Kong waters over four seasons was examined by analyzing terminal restriction fragment length polymorphism of the bacterial 16S rRNA genes. Statistical analysis indicated that bacterial communities on inanimate reference surfaces (polystyrene dishes deployed in the close vicinity of the sponge colonies for 7 days) had a relatively high degree of both site and seasonal specificities (R statistics of pairwise comparisons approximately 1), which might be attributed to the differences in environmental conditions at different sites and seasons. On the contrary, the sponge-surface-associated bacterial communities from different sites and seasons were hardly distinguishable from each other (lowest R = -0.16) but were rather distinctive from the reference bacterial communities (R approximately 1), suggesting a highly stable and distinctive bacteria-sponge association irrespective of the environmental conditions. The occurrence of some unique bacterial types in the sponge-surface-associated communities over space and time suggests that the associations are consistent and specific.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16909349"}], "author": ["Lau Stanley C K", "Qian Pei-Yuan", "Lee On On"], "relatedPublications": 0, "id": "50|r3d100010527::7cd0a93cecfb0136d6f2b5921f6caf86", "title": ["Consistent bacterial community structure associated with the surface of the sponge Mycale adhaerens bowerbank."], "relatedDatasets": 2}
688
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::12526d17f12c1357fd377b1e0025d1fe", "id": {"identifier": "10.5061/dryad.95262", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::12526d17f12c1357fd377b1e0025d1fe", "id": {"identifier": "10.5061/dryad.95262", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#A major goal of gut-content analysis is to quantify predation rates by predators in the field, which could provide insights into the mechanisms behind ecosystem structure and function, as well as quantification of ecosystem services provided. However, percentage-positive results from molecular assays are strongly influenced by factors other than predation rate, and thus can only be reliably used to quantify predation rates under very restrictive conditions. Here, we develop two statistical approaches, one using a parametric bootstrap and the other in terms of Bayesian inference, to build upon previous techniques that use DNA decay rates to rank predators by their rate of prey consumption, by allowing a statistical assessment of confidence in the inferred ranking. To demonstrate the utility of this technique in evaluating ecological data, we test web-building spiders for predation on a primary prey item, springtails. Using these approaches we found that an orb-weaving spider consumes springtail prey at a higher rate than a syntopic sheet-weaving spider, despite occupying microhabitats where springtails are less frequently encountered. We suggest that spider-web architecture (orb web vs. sheet web) is a primary determinant of prey-consumption rates within this assemblage of predators, which demonstrates the potential influence of predator foraging behaviour on trophic web structure. We also discuss how additional assumptions can be incorporated into the same analysis to allow broader application of the technique beyond the specific example presented. We believe that such modelling techniques can greatly advance the field of molecular gut-content analysis.", "author": ["Schofield Matthew R.", "Chapman Eric G.", "Welch Kelton D.", "Harwood James D."], "localIdentifier": [{"type": "doi", "id": "10.1111/mec.12721"}], "id": "50|dli_resolver::4262f34803afe95d515a26a89068efd7", "relatedPublications": 0, "date": [""], "title": ["\"Comparing rates of springtail predation by web-building spiders using Bayesian inference\""], "relatedDatasets": 2}
689
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e9889fc1b36fefabd211312cdf211b7a", "id": {"identifier": "10.6084/m9.figshare.c.4123175.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a3116de8bdeb750c124c71103b9c231", "id": {"identifier": "10.6084/m9.figshare.c.4123175", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::47aebffd5385dc74477e60db25b5576f", "id": {"identifier": "10.6084/m9.figshare.6444305", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d372405a7708fb78a6b620418cb921d6", "id": {"identifier": "10.6084/m9.figshare.6444305.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kumie Abera", "Deressa Wakgari", "Grace Delia", "Beyene Hunachew"], "localIdentifier": [{"type": "doi", "id": "10.1186/s41182-018-0101-1"}], "id": "50|dli_resolver::8a492e3fc677099a2e0053fa5860d55c", "relatedPublications": 0, "date": [""], "title": ["Spatial, temporal, and spatiotemporal analysis of under-five diarrhea in Southern Ethiopia"], "relatedDatasets": 4}
690
{"typology": "publication", "publisher": ["FEMS microbiology letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4e2c621108186f84bf07adb81156fbc0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7537237&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::147955d5161c7dab13f356a2ab4678f8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7537237&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4d0ad43eb04faddf125423a2f1e5bcbd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7537237&result=read_study", "schema": "url"}}], "abstract": "None: Most of the 16S ribosomal RNA gene of a sulfate-reducing magnetic bacterium, RS-1, was sequenced, and phylogenetic analysis was carried out. The results suggest that RS-1 is a member of the delta-Proteobacteria, and it appears to represent a new genus. RS-1 is the first bacterium reported outside the alpha-Proteobacteria that contains magnetite inclusions. RS-1 therefore disrupts the correlation between the alpha-Proteobacteria and possession of magnetite inclusions, and that between the delta-Proteobacteria and possession of greigite inclusions. The existence of RS-1 also suggests that intracellular magnetite biomineralization is of multiple evolutionary origins.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7537237"}], "author": ["Sakaguchi T", "Takeyama H", "Thornhill R H", "Kawaguchi R", "Burgess J G", "Matsunaga T"], "relatedPublications": 0, "id": "50|r3d100010527::1bb984e95e73b3746aba004e8a4e9114", "title": ["Phylogenetic analysis of a novel sulfate-reducing magnetic bacterium, RS-1, demonstrates its membership of the delta-Proteobacteria."], "relatedDatasets": 3}
691
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::84cb8b7504d0dcfb39b518d74fef5854", "id": {"identifier": "10.5517/ccdc.csd.cc1n05g9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d4d9970f9471dbd8cc7b8c72fac732da", "id": {"identifier": "10.5517/ccdc.csd.cc1n05hb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e77c31eb9d6f931c872330c715d640b", "id": {"identifier": "10.5517/ccdc.csd.cc1n05f8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gan Liangbing", "Li Yanbang", "Lou Ning"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201612054"}], "id": "50|dli_resolver::f7bf055d94904cb9f6c7d985fa324ab0", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of C70-Based Fluorophores through Sequential Functionalization to Form Isomerically Pure Multiadducts\""], "relatedDatasets": 3}
692
{"typology": "publication", "publisher": ["American Society of Ichthyologists and Herpetologists (ASIH)"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f644f1f368b1e4d26dc260b2305b5f06", "id": {"identifier": "10.15468/dl.acqt7p", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f71b0eda925510f20f3f86100eb6a25b", "id": {"identifier": "10.15468/dl.ukvakz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c81633cfbf008e7807de000af0c98d40", "id": {"identifier": "10.15468/dl.wodkzg", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8753bd9aa20f84ad87a63ec97c9b4912", "id": {"identifier": "10.15468/dl.qquwmk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4c9a736551eaa411dcbbfcfc1188ad80", "id": {"identifier": "10.15468/dl.k1i1cy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7940fd0a381526c3623756926307c598", "id": {"identifier": "10.15468/dl.1kco1i", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f3b37d3483d91deb31fc5d8ad9832e16", "id": {"identifier": "10.15468/dl.1f1ttn", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a5931798b629de06854a959313f07a6e", "id": {"identifier": "10.15468/dl.4nw090", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0b46d5546d8c3ac89fd7a34d74f0e65d", "id": {"identifier": "10.15468/dl.ed314v", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::543bb3f1a61db3896c1a0deb454709dc", "id": {"identifier": "10.15468/dl.7dvdrx", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9b16a8c675c43d7667e19d1a68927a8c", "id": {"identifier": "10.15468/dl.d33u4v", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::624fb28df6dd6c11d13b3c88a9d924fe", "id": {"identifier": "10.15468/dl.ypm4jx", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::63e0d0e0edf026fe0f959f555cd459fb", "id": {"identifier": "10.15468/dl.7xbirz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::482401ca52350794cc0babae540020f9", "id": {"identifier": "10.15468/dl.np6i2s", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2f60957f2d52e7a357d5d5a2808ea01d", "id": {"identifier": "10.15468/dl.4785dl", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5a74bbc8977714bb2afed6a341ed0801", "id": {"identifier": "10.15468/dl.l5zacl", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::69b167cebe770d593bcc52243ed9c67d", "id": {"identifier": "10.15468/dl.0ryefx", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3c1b1a666ee36e4942e3ba46c0a7602f", "id": {"identifier": "10.15468/dl.cc3ker", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::025b65404cb8212f3700c154e94c8363", "id": {"identifier": "10.5281/zenodo.269594", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::10580b66871a203c0d15c61ea96b496c", "id": {"identifier": "10.5281/zenodo.269596", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::85e5c1b96c7ac6cfed1edcf266a430b2", "id": {"identifier": "10.15468/dl.js37x9", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::db13c0c7f6225b1641d9c1862ef4c27e", "id": {"identifier": "10.15468/dl.hrasgy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69b63eed48e1a1d2bd96c5f6937499e5", "id": {"identifier": "10.15468/dl.0zeinh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f31ba76a9754491069e06907a5c00c41", "id": {"identifier": "10.15468/dl.eg3qjg", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9c0a9bad97a5775e254debfb32d4d13b", "id": {"identifier": "10.15468/dl.8ufjc8", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6033c10d62129a311e8240704a8e22ec", "id": {"identifier": "10.15468/dl.crp9xl", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::214ba76dc672f888263590158b782aed", "id": {"identifier": "10.15468/dl.oqfmdd", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::32ac2c3b66316df85a1330a339243719", "id": {"identifier": "10.15468/dl.exzzkk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ab84e43bb5716f579f88c960b3a1c651", "id": {"identifier": "10.15468/dl.2tth0j", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::356cc8801b7f908bc68b5884f98a1153", "id": {"identifier": "10.15468/dl.pxm9ch", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5fc686e970eddb46bd65cd9f19311101", "id": {"identifier": "10.15468/dl.3xmlmk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a8a326e6ef38bfd3fe99a064adebda07", "id": {"identifier": "10.15468/dl.jw6c0n", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::598e1e5bef92b60690ed698bcbdcfbaa", "id": {"identifier": "10.5281/zenodo.269592", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e170995a5f04f1a88e0e1d2917a4e142", "id": {"identifier": "10.15468/dl.p21pkh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67abc6747cf8b63a5fe1ac5821666f3c", "id": {"identifier": "10.15468/dl.7mqenb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a12e05705bdb86bbe5e9c8feed54297d", "id": {"identifier": "10.15468/dl.iambmi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c7b195bab8373bdbf28ff4d9990b52e3", "id": {"identifier": "10.15468/dl.2jmfxj", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70fcedadd61147bfa879b71ff35335d3", "id": {"identifier": "10.15468/dl.f4yfi0", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a21fb16ada0aa438448339ac4849e31a", "id": {"identifier": "10.5281/zenodo.269595", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c04c68f56bf8f51ecabf9f3803d2b5d3", "id": {"identifier": "10.15468/dl.vixtyz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2c41ceb80bcbf05eb33f102eaecc2187", "id": {"identifier": "10.15468/dl.wzvlwq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::eef26e844166cb8cfeb97292c9b6dafd", "id": {"identifier": "10.15468/dl.bzpfgb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::56d014470bb68698597f26f7922ec1d3", "id": {"identifier": "10.15468/dl.2q5fsf", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::974c18fa584f73102b1daacda9c01dd2", "id": {"identifier": "10.15468/dl.bjb4ro", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6d9ccd8d37d64fdee95547ac4aa3361d", "id": {"identifier": "10.15468/dl.nppccz", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6da576f5c3bbcd82c57537aa9273d596", "id": {"identifier": "10.15468/dl.exk8i1", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::613ab3745c33f7b4cf1f676b91b0d2ca", "id": {"identifier": "10.15468/dl.slcqtb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::80f66e4cffe6dc34f32e29f5000acd96", "id": {"identifier": "10.15468/dl.1ja2gp", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c44513d9fd04247ab62a189f4c76d48f", "id": {"identifier": "10.15468/dl.ecqsna", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c0b1733145d69cb9fb44e67a90b39792", "id": {"identifier": "10.5281/zenodo.269598", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fab4f8b5e747a7cc9312dda702a86a13", "id": {"identifier": "10.15468/dl.flvl4b", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cd5367dc91f05af44bfb4d8c0c0e3013", "id": {"identifier": "10.15468/dl.ycnh0z", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e1e84d8538c58763bb09f27e2c7cd1f3", "id": {"identifier": "10.15468/dl.rjiani", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d4665091f19b892ee2181f97c0842442", "id": {"identifier": "10.5281/zenodo.269597", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1a2d7b6a34c2ca67f98a8809d353c481", "id": {"identifier": "10.15468/dl.pr6cft", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::879f4daf02554a2143b3f50f346cb1a1", "id": {"identifier": "10.15468/dl.rbvvmy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b2fba73c8a77fbd9c308d13ff904ccf0", "id": {"identifier": "10.15468/dl.vhrhed", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b6e9b1973214b3169ca1ca24a57dc801", "id": {"identifier": "10.15468/dl.4qqz7q", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e9536d0b8ab78e6b37c3ec0932cc0069", "id": {"identifier": "10.15468/dl.ghvhqr", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e130a2b363abcec7a6d6672971a7e527", "id": {"identifier": "10.15468/dl.p0ynfi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::89c3c07c7b20be4e4f5780c1068a8f8b", "id": {"identifier": "10.15468/dl.oazejo", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1fbf6099a6dd73f56130b693e7b9e148", "id": {"identifier": "10.15468/dl.vcwd7n", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecfe98aee6dac2d8cc6d373b14faf6d", "id": {"identifier": "10.15468/dl.hjr0yd", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bec3d767a680e791ee96474be398ef24", "id": {"identifier": "10.15468/dl.h5iboa", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0b3e74c3ec418dee57d96889cc9fd921", "id": {"identifier": "10.15468/dl.zyi2yy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::48f385b9202fdb1b37c9589a170f192e", "id": {"identifier": "10.15468/dl.mj8uku", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::82755f92eb39d6b9bff4ae724bce021f", "id": {"identifier": "10.15468/dl.bxkl5p", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::454cb5c2468ec17f66b024ba25507e8d", "id": {"identifier": "10.15468/dl.6mqtyi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1aa8da7d7000e715e7f383accb0f95e2", "id": {"identifier": "10.15468/dl.iepbfu", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c58adffbb940a905d79e08e90df62574", "id": {"identifier": "10.15468/dl.zmrpa0", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3bdba2103daa95486cf24cc71cabcdc2", "id": {"identifier": "10.15468/dl.mgm2pq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8d6dd6f090419fa3beef2055ebef8874", "id": {"identifier": "10.15468/dl.r8bx4a", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a3703626dac77cea8748dffcc9a198bc", "id": {"identifier": "10.15468/dl.govpwq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::339e1d2fdb753d2ebed56c18ba143152", "id": {"identifier": "10.15468/dl.9pirty", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::33bc0f41112bd27fe8e1b05f989f255c", "id": {"identifier": "10.15468/dl.dmjqmq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9464b9dafabbdcc7d12ffe3a828c150b", "id": {"identifier": "10.15468/dl.hcpc9u", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9e4c4d820a49414f21f9749c425e7a29", "id": {"identifier": "10.15468/dl.g9fu6g", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e908c34ec51f89c167a11079e100abbe", "id": {"identifier": "10.15468/dl.sqklna", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e253388d2fb894c39838d1081fa5a103", "id": {"identifier": "10.15468/dl.kr6i2d", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a398fd1a924dfee72fa1219cb8df0fdb", "id": {"identifier": "10.15468/dl.m2ajuc", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e6ac838d32789e7a9af94e7b0ddec830", "id": {"identifier": "10.15468/dl.5dwp7e", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::60c90637bac9de39144d6c3fc434fa39", "id": {"identifier": "10.15468/dl.lecdzw", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::308539b8ab4a3002b756c537a14d0772", "id": {"identifier": "10.15468/dl.mavz5j", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fc4b7b88722cc6de48ebd3a0611eca6b", "id": {"identifier": "10.15468/dl.uge2io", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::eabcbf2f909868feb4e9189123143eb7", "id": {"identifier": "10.15468/dl.h8qera", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cf863b6e495fa16376cad682019a8560", "id": {"identifier": "10.15468/dl.kn4u7d", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::85b9a7a1f3c308c95a2669e5c8886a6b", "id": {"identifier": "10.15468/dl.1zci7l", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1d8c375c76240ad13ea8d69d2f894e65", "id": {"identifier": "10.15468/dl.yale6c", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c03084eaeface8310938150ef05ea7f4", "id": {"identifier": "10.15468/dl.nya1q1", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::19b9332effbc0ca7a89fde83ed97ae54", "id": {"identifier": "10.15468/dl.68hxb4", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c60105714f246691e3fa781efb26fcfa", "id": {"identifier": "10.15468/dl.5i9lyq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::508305e3bbb572c5b12edf9626eb562b", "id": {"identifier": "10.15468/dl.psm3u7", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0c6d4fe7108cebe9530502a3f3b1434e", "id": {"identifier": "10.15468/dl.btpgl8", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f593854c55513d491abd065eae174a03", "id": {"identifier": "10.15468/dl.vcxr5m", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ec4defe1dd1e70657f0ba0aae1683007", "id": {"identifier": "10.15468/dl.yrovlw", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::75c1fa0e3e5d1b950f01eede17d3c2d0", "id": {"identifier": "10.15468/dl.vernsy", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5cf360df721699175331d777880d0a41", "id": {"identifier": "10.15468/dl.xkkncf", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9f92fc413860877d98e49f1ab5d6e0de", "id": {"identifier": "10.15468/dl.eppvis", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad19ac354988cde029b178989fe47a20", "id": {"identifier": "10.5281/zenodo.269599", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cafcad226929505fa6c94a681f94c7df", "id": {"identifier": "10.5281/zenodo.269593", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::82f392aca35de4ed3e67111004e21127", "id": {"identifier": "10.15468/dl.7i4kod", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::091c78784a6797bd4f30f671f4116019", "id": {"identifier": "10.15468/dl.kpb0oh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1eafe164206488b17345fadb29468f37", "id": {"identifier": "10.15468/dl.8ghn1v", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecdef8da5d3092fa6045dd6b870f073", "id": {"identifier": "10.15468/dl.7bb4uk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bce10fda5cec626663da56ffdcf2847f", "id": {"identifier": "10.15468/dl.1ghsa2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::86b0c50f55cfc40d203c8b883fb2b2d7", "id": {"identifier": "10.15468/dl.vigeow", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b0903e0aa0081821450040b20a9f77d5", "id": {"identifier": "10.15468/dl.ktiblv", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7e2f5af07e2c7036154d3af7624a9082", "id": {"identifier": "10.15468/dl.5olbqm", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::14bf7c0b93efb5352ec79a7ced27f535", "id": {"identifier": "10.15468/dl.dyoe62", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::593668f4aebf10a3181106347a172a46", "id": {"identifier": "10.15468/dl.vxncrv", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5838a9dce26225447cabf86e88c5a6cc", "id": {"identifier": "10.15468/dl.ucaqan", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::45115fdc36be562272d1384be10ef2b4", "id": {"identifier": "10.15468/dl.ci28yh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::42ec206e71f9a4f31bffcf5d4782027e", "id": {"identifier": "10.15468/dl.xwuwjc", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9e236478c2b5cb4742aa8a0b262d9682", "id": {"identifier": "10.15468/dl.ru0xqf", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::52efb964639ccb9ea3127ecc6ecb27bb", "id": {"identifier": "10.15468/dl.k3burj", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::875ca6fc325febc60cbc5928f62de5eb", "id": {"identifier": "10.15468/dl.8rnwae", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::29e884741ebd6a7b74afd210b55bce81", "id": {"identifier": "10.15468/dl.r0weze", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::da73b891c92eafab5465e1056940f59e", "id": {"identifier": "10.15468/dl.9nmqqr", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a5e56a2d7b04a1adf2e2839d2d629acd", "id": {"identifier": "10.15468/dl.pvtrdt", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b2034a0a9b81a85a8739a555e70e80ad", "id": {"identifier": "10.15468/dl.q9bpbr", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7c97163ee2d909d2b1af8be27cfab94c", "id": {"identifier": "10.15468/dl.tnji5u", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7dc4bdc06a46825651d9b34dfccabe78", "id": {"identifier": "10.15468/dl.49cyjk", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0e7108ebeaa880510f86dc458d4fe9d3", "id": {"identifier": "10.15468/dl.ljofvp", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b4fd8a69693f8d76d0f18f20d3d34b9f", "id": {"identifier": "10.15468/dl.eqw8iu", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::930e2b179c9032cb0c3ff2562215d0da", "id": {"identifier": "10.15468/vpximo", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::76859b3b14137a82f6f22eddc933cce4", "id": {"identifier": "10.15468/dl.pclhy2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::43b10b17e408066194d0e969f4a1c46c", "id": {"identifier": "10.15468/dl.rpvodb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f99786dc237cf13cf476a292447d1692", "id": {"identifier": "10.15468/dl.axnlku", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d40bceeb36aafbb46795490ac3fba335", "id": {"identifier": "10.15468/dl.b4kzen", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::13ac05c8f668267e55b0a26c602f22a4", "id": {"identifier": "10.15468/dl.kptvjm", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["de F. Viana Sarah T.", "de Carvalho Marcelo R."], "localIdentifier": [{"type": "doi", "id": "10.1643/ci-14-217"}], "id": "50|dli_resolver::f254d680c8b50f11459c9efcbe2895a6", "relatedPublications": 0, "date": [""], "title": ["Redescription ofSqualus acutipinnisRegan, 1908, a Valid Species of Spiny Dogfish from Southern Africa (Chondrichthyes: Squaliformes: Squalidae)"], "relatedDatasets": 138}
693
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d48eb129dc5f42b16955f8af167f1929", "id": {"identifier": "10.5517/cc10363f", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7b1148a3a80c05c3b6bf6a5d1fa2220e", "id": {"identifier": "10.5517/cc10362d", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::25e56bc94a2f0551ff40cb3acca64dd9", "id": {"identifier": "10.5517/cc1035z8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::59908f39a1f087bdb58270c3423ba820", "id": {"identifier": "10.5517/cc10g69z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7ae23e3c628c49dd56ab6a084ada2a20", "id": {"identifier": "10.5517/cc10364g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a28ee80c8a4e0cfaab98c9d1cd50ed12", "id": {"identifier": "10.5517/cc10366j", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e826738a5a69d189fe11b175c3c1b595", "id": {"identifier": "10.5517/cc10361c", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1c3352656077dd76e50a5e73cd8372d6", "id": {"identifier": "10.5517/cc10365h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7bd59839cb5fa33e99fc29e686a86a8b", "id": {"identifier": "10.5517/cc10368l", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3d43dddf10fa801a983eecd32667b773", "id": {"identifier": "10.5517/cc10367k", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::96e2257cb3a11296d19eb7ec9ca12672", "id": {"identifier": "10.5517/cc10g5xk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::91330af9720bc33b472e66d03d3ee6a9", "id": {"identifier": "10.5517/cc10360b", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis of fluorinated azabicycles from tert-butyldimethylsilyl-protected N-containing cyclic enynols using inexpensive BF3·OEt2 is described. In this reaction, BF3 reacts as both the Lewis acid and the fluoride source for cyclization/fluorination of the TBS-protected cyclic N-containing enynols. The method provides an easy access to fluorinated azabicycles where a new C(sp2)–F bond and a new bicyclic skeleton are generated at ambient temperature within 1–13 min under metal-free reaction conditions.", "author": ["Huang Tzu-Lin", "Tsau Yu-Shuo", "Hsu Hsiao-Ju", "Liang Chia-Jung", "Yeh Ming-Chang P."], "localIdentifier": [{"type": "doi", "id": "10.1021/jo400634c"}], "id": "50|dli_resolver::c81579de478bbc1d1669fa1e1cb2f641", "relatedPublications": 0, "date": [""], "title": ["\"Transition-Metal-Free Carbofluorination of TBS-Protected Nitrogen-Containing Cyclic Enynols: Synthesis of Fluorinated Azabicycles\""], "relatedDatasets": 12}
694
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1e7f60c4cb309f8884ab6d5f783e0e0", "id": {"identifier": "10.5517/cctzt4q", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C9H8Br2O2, the mol­ecule is essentially planar with an r.m.s. deviation of 0.0652 A from the mean plane through all non-H atoms and a dihedral angle of 7.1 (2)° between the benzene ring plane and the carboxyl­ate substituent. In the crystal structure, weak C—H⋯Br hydrogen bonds and weak inter­molecular O⋯Br contacts [3.095 (2) A], link adjacent mol­ecules into layers parallel to (102). Additional weak inter­molecular C—H⋯O hydrogen bond inter­actions stack the layers above and below the mol­ecular plane and down the a axis.", "author": ["Rafique Hummera", "Ashraf Zaman", "Simpson Jim", "Saeed Aamer"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810011062"}], "id": "50|dli_resolver::98e373ee1c7f2308f1af0caab77194da", "relatedPublications": 0, "date": [""], "title": ["\"Methyl 3,5-dibromo-4-methylbenzoate\""], "relatedDatasets": 1}
695
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bef63509a6555f2883f3e43950061d15", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19926856&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::65c5b1066331c06e0f373f665e73a661", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19926856&result=coding_release", "schema": "url"}}], "abstract": "None: Unlike other neuronal counterparts, primary synaptic proteins are not known to be involved in vascular physiology. Here, we demonstrate that neurexins and neuroligins, which constitute large and complex families of fundamental players in synaptic activity, are produced and processed by endothelial and vascular smooth muscle cells throughout the vasculature. Moreover, they are dynamically regulated during vessel remodeling and form endogenous complexes in large vessels as well as in the brain. We used the chicken chorioallantoic membrane as a system to pursue functional studies and demonstrate that a monoclonal recombinant antibody against beta-neurexin inhibits angiogenesis, whereas exogenous neuroligin has a role in promoting angiogenesis. Finally, as an insight into the mechanism of action of beta-neurexin, we show that the anti-beta-neurexin antibody influences vessel tone in isolated chicken arteries. Our finding strongly supports the idea that even the most complex and plastic events taking place in the nervous system (i.e., synaptic activity) share molecular cues with the vascular system.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19926856"}, {"type": "doi", "id": "10.1073/pnas.0809510106"}], "author": ["Destro Erika", "Mascia Luciana", "Assenzio Barbara", "Cordara Gabriele", "Cera Maria Rosaria", "Rissone Alberto", "Bussolino Federico", "Arese Marco", "Bottos Alessia", "Graziano Stefania"], "relatedPublications": 0, "id": "50|r3d100010527::9ebfbf4eb3397bf35a455dd065d1eea4", "title": ["The synaptic proteins neurexins and neuroligins are widely expressed in the vascular system and contribute to its functions."], "relatedDatasets": 2}
696
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4fcce4664dd0606452d67212f09b2837", "id": {"identifier": "af111709", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bd79b74a5f51d7d92b7655640934d902", "id": {"identifier": "ab023482", "schema": "ena"}}], "abstract": "", "author": ["Wessler, Susan R.", "Zhukuan Cheng", "Wing, Rod A.", "Zhirong Bao", "Ning Jiang", "Mccouch, Susan R.", "Svetlana Temnykh", "Jiming Jiang"], "localIdentifier": [{"type": "pmid", "id": "12136031"}], "id": "50|pubmed______::deec34a04844d143e4e40ea55a3b10de", "relatedPublications": 0, "date": ["2002-07-01"], "title": ["Dasheng: a recently amplified nonautonomous long terminal repeat element that is a major component of pericentromeric regions in rice."], "relatedDatasets": 2}
697
{"typology": "publication", "publisher": ["mBio"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d69b66c68d4d95119175875786e4a33d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21896678&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c889362a728aabe3925e0bcd9de241e1", "id": {"identifier": "hq668085", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ff3194f3884841e8d16b36a5beeb73b5", "id": {"identifier": "hq702850", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::948eaafc0fb973e48e918e79cc95e131", "id": {"identifier": "hq668084", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::142b2fb5cce864cef79d8b84a322cc4c", "id": {"identifier": "hq668083", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2cf8f700c53aff6ef86f537fd6814271", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21896678&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0705867a401faeb1acbe57aa1df4643b", "id": {"identifier": "hq676608", "schema": "ena"}}], "abstract": "UNLABELLED: All fully sequenced strains of Streptococcus pneumoniae possess a version of the blp locus, which is responsible for bacteriocin production and immunity. Activation of the blp locus is stimulated by accumulation of the peptide pheromone, BlpC, following its secretion by the ABC transporter, BlpA. The blp locus is characterized by significant diversity in blpC type and in the region of the locus containing putative bacteriocin and immunity genes. In addition, the blpA gene can represent a single large open reading frame or be divided into several smaller fragments due to the presence of frameshift mutations. In this study, we use a collection of strains with blp-dependent inhibition and immunity to define the genetic changes that bring about phenotypic differences in bacteriocin production or immunity. We demonstrate that alterations in blpA, blpC, and bacteriocin/immunity content likely play an important role in competitive interactions between pneumococcal strains. Importantly, strains with a highly conserved frameshift mutation in blpA are unable to secrete bacteriocins or BlpC, but retain the ability to respond to exogenous peptide pheromone produced by cocolonizing strains, stimulating blp-mediated immunity. These \"cheater\" strains can only coexist with bacteriocin-producing strains that secrete their cognate BlpC and share the same immunity proteins. The variable outcome of these interactions helps to explain the heterogeneity of the blp pheromone, bacteriocin, and immunity protein content. IMPORTANCE: Streptococcus pneumoniae resides in a polymicrobial environment and competes for limited resources by the elaboration of small antimicrobial peptides called bacteriocins. A conserved cluster of genes in the S. pneumoniae genome is involved in the production of bacteriocins and their associated protective immunity proteins through secretion of a signaling pheromone. In this study, we show that a significant number of strains have lost the ability to secrete bacteriocins and signaling pheromones due to a specific mutation in a dedicated transporter protein. Because the regulatory and immunity portion of the locus is retained, these \"cheater\" strains can survive in the face of invasion from a bacteriocin-producing strain without the cost of bacteriocin secretion. The outcome of such interactions depends on each strain's repertoire of pheromone, immunity protein, and bacteriocin genes, such that intrastrain competition drives the diversity in bacteriocin, immunity protein, and pheromone content.", "author": ["Son Matthew R", "Linda de Gouveia", "Shchepetov Mikhail", "Son, Matthew R.", "Adrian, Peter V.", "Anne von Gottberg", "Adrian Peter V", "Weiser Jeffrey N", "Dawid Suzanne", "Mikhail Shchepetov", "Suzanne Dawid", "Madhi Shabir A", "de Gouveia Linda", "Klugman Keith P", "Weiser, Jeffrey N.", "Madhi, Shabir A.", "von Gottberg Anne", "Klugman, Keith P."], "localIdentifier": [{"type": "pbmid", "id": "21896678"}, {"type": "doi", "id": "10.1128/mbio.00179-11"}, {"type": "pmid", "id": "21896678"}], "id": "50|dedup_wf_001::b43e3d4c0c4a406b3903ce6c04b9a634", "relatedPublications": 0, "date": ["2011-09-06"], "title": ["Conserved mutations in the pneumococcal bacteriocin transporter gene, blpA, result in a complex population consisting of producers and cheaters."], "relatedDatasets": 7}
698
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::d6693b3ec36fdc3bb33eeb0513f5ddfa", "id": {"identifier": "3pel", "schema": "pdb"}}], "abstract": "This study presents the crystal structure of Greyhound hemoglobin (GrHb) determined to 1.9 Aresolution. GrHb was found to crystallize with an ! 1\" 1 dimer in the asymmetric unit and belongs to the R2 state. Oxygen-affinity measure- ments combined with the fact that GrHb crystallizes in the R2 state despite the high-salt conditions used for crystallization strongly indicate that GrHb can serve as a model high-oxygen- affinity hemoglobin (Hb) for higher mammals, especially humans. Structural analysis of GrHb and its comparison with the R2-state of human Hb revealed several regions that can potentially contribute to the high oxygen affinity of GrHb and serve to rationalize the additional stability of the R2-state of GrHb. A previously well studied hydrophobic cluster of bar- headed goose Hb near ! 119 was also incorporated in the comparison between GrHb and human Hb. Finally, a structural comparison with generic dog Hb and maned wolf Hb was conducted, revealing that in contrast to GrHb these structures belong to the R state of Hb and raising the intriguing possibility of an additional allosteric factor co- purifying with GrHb that can modulate its quaternary structure.", "author": ["Wang Peng G.", "Guillermo, Couto C.", "Bhatt Veer S.", "Zaldívar-López Sara", "Palmer Andre F.", "Harris David R."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0907444911006044"}], "id": "50|dli_resolver::f4814b3b3b0c3080485c9799f0ceec72", "relatedPublications": 0, "date": [""], "title": ["\"Structure of Greyhound hemoglobin: origin of high oxygen affinity\""], "relatedDatasets": 1}
699
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a83d077c2bcaf1a666614fce88729628", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8804431&result=sequence_release", "schema": "url"}}], "abstract": "None: Phosphatidylinositol synthase (CDP-1,2-diacyl-sn-glycerol: 3-phosphatidyltransferase, EC 2.7.8.11) catalyzes the formation of phosphatidylinositol and CMP from CDP-diacylglycerol and myo-inositol. We have cloned a phosphatidylinositol synthase cDNA from rat brain by functional complementation of the yeast pis mutation, which is defective in phosphatidylinositol synthase. The deduced protein comprised 213 amino acids with a calculated molecular mass of 23,613 Da. The predicted protein sequence is highly homologous to the previously determined yeast phosphatidylinositol synthase sequence. The cDNA hybridized to a 1.7-kb mRNA that was abundantly expressed in rat brain and kidney.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8804431"}], "author": ["Tanaka S", "Yamashita S", "Hosaka K", "Nikawa J", "Imai H"], "relatedPublications": 0, "id": "50|r3d100010527::03ea2db6d47f4ccabca841a79caaa061", "title": ["Molecular cloning of rat phosphatidylinositol synthase cDNA by functional complementation of the yeast Saccharomyces cerevisiae pis mutation."], "relatedDatasets": 1}
700
{"typology": "publication", "publisher": ["Journal of invertebrate pathology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::44d94ca5d24e615eb2a5f542bcc62c22", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17964596&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::183efbd92a2bf9f28c4ae83e34b22eed", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17964596&result=sequence_release", "schema": "url"}}], "abstract": "None: Pentastiridius leporinus is an important vector of sugar beet pathogens in eastern France. An electron microscope survey on the insect-associated microflora revealed the occurrence of intranuclear prokaryotic cells in every internal organ analysed. These bacteria, which could also be found in the cytoplasm surrounding the nucleus, had a homogeneous coccoid (ca. 0.45 microm) or rod (0.45-1 microm) shape. The presence of three membrane layers was observed, the outermost forming a kind of vacuole containing generally a single microorganism. No cytopathological abnormalities were detected in the infected cells. To our knowledge, this is the first report of a hemipteran species infected by intranuclear bacteria. The possible identity of this microorganism is discussed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17964596"}], "author": ["Michel J", "Lherminier J", "Boudon-Padieu E", "Arneodo J D", "Bressan A"], "relatedPublications": 0, "id": "50|r3d100010527::85f8a0f303e1171187b9bb51d56f4f48", "title": ["Ultrastructural detection of an unusual intranuclear bacterium in Pentastiridius leporinus (Hemiptera: Cixiidae)."], "relatedDatasets": 2}
701
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::857bf2eaf11c41e95e78027f6a062aeb", "id": {"identifier": "ay550021", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a7b778591daf2749e347348870505a63", "id": {"identifier": "ay550018", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04000794d8810ff6ab9735634c9eae0a", "id": {"identifier": "ay055776", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8af612277a34e1f75ef927a72405612f", "id": {"identifier": "ay550022", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8320381021c99fe1944d452972dcb72b", "id": {"identifier": "ay550020", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bf911b9c1d4f6dbd248ef8622db46302", "id": {"identifier": "ay550019", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ca5a873aa664de64ce55e360cba84762", "id": {"identifier": "ay550023", "schema": "genbank"}}], "abstract": "", "title": ["The antiapoptotic gene"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.gene.2004.06.034"}], "id": "50|elsevier____::aa5659c7e4f843eccca14a9406829ed6", "relatedPublications": 0, "date": ["2004"], "relatedDatasets": 7}
702
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::453033afdb0968a726436e18a0fd8d06", "id": {"identifier": "10.5517/cc7n499", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C30H33NO6·1.5CHCl3, a derivative of l-DOPA, forms chains in its crystal structure, via weak N—H⋯O=C hydrogen bonds involving the carbamate N—H and carbonyl groups of adjacent mol­ecules, supported by N—H⋯O=C interactions of the same carbonyl. The staggered conformation about the C—C bond joining the di­methoxy­phenyl group to the chiral centre is similar to that in l-DOPA, but different from that in the iodo derivative from which the title compound was prepared. Extensive disorder of the chloro­form solvent mol­ecules, which could not be modelled by discrete atomic sites, prevents the confirmation of the absolute configuration of the main mol­ecule on the basis of anomalous scattering effects of chlorine atoms, demonstrating a limitation of this otherwise useful technique.", "author": ["Elsegood Mark R. J.", "Clegg William"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536803025819"}], "id": "50|dli_resolver::2e3ec199c3aa4cc8b489d771373075d2", "relatedPublications": 0, "date": [""], "title": ["\"tert-Butyl (2S)-2-(9H-fluoren-9-ylmethoxycarbonylamino)-3-(3′,4′-dimethoxyphenyl)propionate chloroform sesquisolvate\""], "relatedDatasets": 1}
703
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::d30ab0f866d8eee737d7eb77ed9984d8", "id": {"identifier": "ef101869", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::b0645ea0daf9f6df271391a50970e194", "id": {"identifier": "ef101868", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "", "dnetId": "60|dedup_wf_001::76b15bad41d38ecc616ad82116f9a5b1", "id": {"identifier": "ef101867", "schema": "genbank"}}], "abstract": "The status of the p53 pathway in classical Hodgkin lymphoma (cHL) remains unclear, and a lack of proven TP53 mutations contrasts with often high expression levels of p53 protein. In this study, we demonstrate that pharmacologic activation of the p53 pathway with the murine double minute 2 (MDM2) antagonist nutlin-3 in Hodgkin lymphoma-derived cell lines leads to effective apoptosis induction and sensitizes the cells to other anticancer drugs. Cells with mutant p53 are resistant to nutlin-3, but sensitive to geldanamycin, a pharmacologic inhibitor of heat shock 90 kDa protein (HSP90), indicating that HSP90 inhibition can induce apoptosis in a p53-independent manner. Conversely, cells with defects in the HSP90/nuclear factor- B pathway expressing wild-type p53 are more resistant to geldanamycin, but still sensitive to nutlin-3. Our results suggest that selective activation of p53 by MDM2 antagonists as a single agent or in combination with conventional chemotherapeutics and/or inhibitors of p53-independent survival pathways may offer effective treatment options for patients with cHL. Importantly, because nutlins and HSP90 inhibitors are non-genotoxic agents, their use might offer a means to reduce the genotoxic burden of current chemotherapeutic regimens.", "author": ["Bargou R C", "Janz M", "Stühmer T", "Vassilev L T"], "localIdentifier": [{"type": "doi", "id": "10.1038/sj.leu.2404565"}], "id": "50|dli_resolver::3fdbec387802122658a5cee98e8790c1", "relatedPublications": 0, "date": [""], "title": ["\"Pharmacologic activation of p53-dependent and p53-independent apoptotic pathways in Hodgkin/Reed-Sternberg cells\""], "relatedDatasets": 3}
704
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a6acb3cdf77bd731f12bdca1fb0470e4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2995392&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4806da560a1df3dfafdffc45fef5082c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2995392&result=coding_release", "schema": "url"}}], "abstract": "None: A cDNA library of Tangier liver mRNA has been established, and two apo-A-I-containing clones were identified. The complete derived amino acid sequence of preproapo-A-I has been established by nucleic acid sequence analysis of cloned apo-A-I cDNA and specific primer extensions on Tangier liver RNA. Sequence analysis of the longest cDNA clone, pMDB136T, established the derived amino acid sequence of residues 116-243 of plasma apo-A-I. The remaining portion of the sequence of Tangier preproapo-A-I mRNA was established by sequence analysis of specific primer extensions of synthetic oligonucleotides on Tangier liver mRNA. This latter technique provided the derived amino acid sequence of residues -24 to 116, thus completing the entire preproapo-A-I structure. The structure of Tangier preproapo-A-I was identical to normal preproapo-A-I except for a single base substitution (G----T) which resulted in the isosteric replacement of a glutamic acid residue at position 120 to aspartic acid. These results are interpreted as indicating that there is no major structural defect in Tangier apo-A-I, and the rapid rate of catabolism of apo-A-I in Tangier disease is due to a post-translational defect in apo-A-I metabolism.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2995392"}], "author": ["Law S W", "Brewer H B"], "relatedPublications": 0, "id": "50|r3d100010527::77b8329d2b726aae5d89468025fd910a", "title": ["Tangier disease. The complete mRNA sequence encoding for preproapo-A-I."], "relatedDatasets": 2}
705
{"typology": "publication", "publisher": ["Insect biochemistry and molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ac2996550142d516e6afc49715fa6685", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16360954&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8251ad43ef237cc105d5468cc409d427", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16360954&result=sequence_release", "schema": "url"}}], "abstract": "None: As part of a program to monitor the susceptibility of cat flea populations to the insecticide imidacloprid we have examined the cat flea nicotinic acetylcholine receptor, the target site protein of the neonicotinoid group of insecticides. Seven nAChR subunits (six alpha-type and one beta-type) were identified in cat flea using a degenerate PCR-based strategy. Five of these were expressed in vitro by creating chimeras containing the N-terminal ligand-binding domain of the cat flea subunits and the C-terminal region of the Drosophila Dalpha2 (SAD) subunit. Two of the five chimeric subunits, Cfalpha1/Dalpha2 and Cfalpha3/Dalpha2, when co-expressed with rat beta2 in Drosophila S2 cells, showed high-affinity binding of both epibatidine (Kd=1.6+/-0.6 and 0.13+/-0.06nM, respectively), and imidacloprid (Ki=142+/-34 and 28.7+/-2.4nM, respectively). It is likely therefore that Cfalpha1 and Cfalpha3 contribute to nAChR populations in vivo that are sensitive to imidacloprid. The identification of cat flea nAChR subunits that have a high affinity for imidacloprid presents candidate genes in which to look for resistance-associated mutations if target-site resistance to imidacloprid arises in domestic pet flea populations.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16360954"}], "author": ["Turberg Andreas", "Millar Neil S", "Lansdell Stuart J", "Schroeder Iris", "Williamson Martin S", "Bass Chris", "Field Linda M"], "relatedPublications": 0, "id": "50|r3d100010527::f0c608f5de4aa34eec26a45de885ac7d", "title": ["Molecular characterisation of nicotinic acetylcholine receptor subunits from the cat flea, Ctenocephalides felis (Siphonaptera: Pulicidae)."], "relatedDatasets": 2}
706
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::101018a9d84f4c3787e7d92e64fcf451", "id": {"identifier": "10.5517/cc3hc42", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Reduction of the isoprene—PCl3 adduct 1 with magnesium powder, or with Si2Cl6, furnished P-chloro-3-methyl-phosphol-2-ene, 2, in satisfactory yield. Further reduction of 2 with Si2Cl6 gave the new trichlorosilyl-3-methylphosphol-2-ene, 3. The reaction of 2 with magnesium powder, with 3, or with 1/2 equivalent of Si2Cl6 provided the new γ3P-γP-diphosphane 1,1′-bi(3-methylphosphol-2-ene) 4. Reduction of 4 with Si2Cl6 led to 3. Oxidation of 4 with selenium gave the 1,2-diphosphane diselenide, 5. The oxidation of 4 with hexafluoroacetone led to a mixture of products, from which a novel tricyclic phosphorane 6 was separated. the structure of 196 was determined by X-ray diffraction; the coordination geometry at phosphorus in distorted trigonal bipyramidal, with a very long equatorial P—C(CF3)2 bond of 193.2(2) pm.", "author": ["Jeske Jörg", "Du Mont Wolf-Walther", "Vollbrecht Alexander", "Jones Peter G.", "Vollbrecht Sebastian", "Schmutzler Reinhard"], "localIdentifier": [{"type": "doi", "id": "10.1002/cber.19971300623"}], "id": "50|dli_resolver::f093e53b9fe2dac1933e7a40a306c808", "relatedPublications": 0, "date": [""], "title": ["\"Unusual Ring-Closure Reactions During the Oxidation of 1,1′-Bi(3-methylphosphol-2-ene) with Hexafluoroacetone — Formation of a Tricyclic Fluorine-Containing Phosphorane\""], "relatedDatasets": 1}
707
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8780920c69b2c17872e4401b0662a6a4", "id": {"identifier": "bc086581", "schema": "ena"}}], "abstract": "", "author": ["Francesco Caciagli", "Patrizia Ballerini", "Silvana Buccella", "Alina Beraudi", "Renata Ciccarelli", "Arianna Masciulli", "Rathbone, Michel P.", "Patrizia Di Iorio", "Eleonora Nargi", "Patricia Giuliani", "Iolanda DAlimonte"], "localIdentifier": [{"type": "pmid", "id": "18404467"}], "id": "50|pubmed______::3e578f6ba7d454a883e8bbdab95b6521", "relatedPublications": 0, "date": ["2006-07-22"], "title": ["Guanosine effect on cholesterol efflux and apolipoprotein E expression in astrocytes."], "relatedDatasets": 1}
708
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 2, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a2fdbf061cdd19e74e8c080fa23a5fa1", "id": {"identifier": "u26416", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ec8e02d4edd166188d49b7995510bf4a", "id": {"identifier": "l28676", "schema": "genbank"}}], "abstract": "", "title": ["Sequence Specific Primer Extension RNA Analysis (SeSPERA) for the investigation of substrate utilization of microbial communities"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.mimet.2009.07.010"}], "id": "50|elsevier____::cba3bcbafde96ae3989bbc64d39ad2d6", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 2}
709
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bb5a3596292d9f43e5269d0fb1b89a98", "id": {"identifier": "10.5517/cc3sszm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6ed1acb5b94adaf676fa4f799838f7cc", "id": {"identifier": "10.5517/cc3st0p", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Flanagan Scott", "Luten Henry A.", "Rees William S."], "localIdentifier": [{"type": "doi", "id": "10.1021/ic9709234"}], "id": "50|dli_resolver::9e9ae7b9802e4aa9908d9a59c170b64b", "relatedPublications": 0, "date": [""], "title": ["\"Reaction of β-Diketones with P4S10To Produce Novel Alkyl−Phosphorus−Sulfur Clusters\""], "relatedDatasets": 2}
710
{"typology": "publication", "publisher": ["Wiley"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c4f75abbe821df6ba35f98bd84cc706a", "id": {"identifier": "10.5517/ccdc.csd.cc1yydjt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wan Ying", "Mao Yu-Jia", "Mei Guang-Jian", "Xu Meng-Meng", "Shi Feng", "Wang Hai-Qing"], "localIdentifier": [{"type": "doi", "id": "10.1002/adsc.201800150"}], "id": "50|dli_resolver::d310b4f7af964195f22d8d05285d1f1a", "relatedPublications": 0, "date": [""], "title": ["Application of 7-Indolylmethanols in Catalytic Asymmetric Arylations with Tryptamines: Enantioselective Synthesis of 7-indolylmethanes"], "relatedDatasets": 1}
711
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::598f2ef3f50483271e32e07ed55d72c7", "id": {"identifier": "10.5517/cc60jf4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Each of two square-planar PdII ions in the title compound, [Pd2Cl4(μ-Haet-S)2]·2H2O (Haet = 2-ammonio­ethane­thiol­ate, C2H7NS), which was obtained by rearrangement of [Pd2{Pd(aet-N,S)2}4]4+ in acidic solution, is coordinated by two bridging S atoms from two Haet ligands and by two terminal Cl atoms, forming the dinuclear structure. Since the complex is situated on a center of symmetry, the two monodentate Haet arms are located on opposite sides of the central Pd2S2 square plane, i.e. the present complex is the anti isomer. The S—C—C—N torsion angle is 177.3 (6)° and some intermolecular hydrogen bonds are observed.", "author": ["Yamada Yasunori", "Fujisawa Kiyoshi", "Miyashita Yoshitaro", "Okamoto Ken-ichi", "Arai Satoshi"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270101015736"}], "id": "50|dli_resolver::35e165bdbc87122e3feba21a4a461a5e", "relatedPublications": 0, "date": [""], "title": ["\"anti-Bis(μ-2-ammonioethanethiolato-κ2S:S)bisdichloropalladium(II) dihydrate\""], "relatedDatasets": 1}
712
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::03d3743cc2061919bbafd494aab7fec4", "id": {"identifier": "10.5517/cc7jr4m", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Dioxygen-coupled oxidative amination of olefins is an attractive, but challenging, catalytic transformation. The present work describes the first general method for intermolecular oxidative amination of aryl olefins with molecular oxygen as the stoichiometric oxidant. This palladium-catalyzed reactivity is compatible with several different nitrogen nucleophiles, including oxazolidinone, phthalimide, pyrrolidinone, and p-toluenesulfonamide. The presence of a catalytic quantity of a Bronsted base in the reaction increases the catalytic activity and switches the reaction regioselectivity.", "author": ["Timokhin Vitaliy I.", "Anastasi Natia R.", "Stahl Shannon S."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja0362149"}], "id": "50|dli_resolver::5e680bf8748b11a5a44a335d99531e0b", "relatedPublications": 0, "date": [""], "title": ["\"Dioxygen-Coupled Oxidative Amination of Styrene\""], "relatedDatasets": 1}
713
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f2fbf244fd5e7f0d8e80281dcb57781", "id": {"identifier": "10.5517/cc8fk5d", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::75bb3aff25fca350f16a756d0706e6ff", "id": {"identifier": "10.5517/cc8fk3b", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1367b6a27bba3c6ba8297335dc2658ac", "id": {"identifier": "10.5517/cc8fk29", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4fff44983d6dce3f39b087730da31cb6", "id": {"identifier": "10.5517/cc8fk9j", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7374468deecab899971c9dc49e153805", "id": {"identifier": "10.5517/cc8fkbk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4bcd2e2c0b7870a960030a7c55025355", "id": {"identifier": "10.5517/cc8fk8h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0e58e4de59a05f6878c9748ca25a093f", "id": {"identifier": "10.5517/cc8fk6f", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a862c17e20b2853cd97edb91dd3cc39", "id": {"identifier": "10.5517/cc8fk7g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d662d1b7ad0327e0b2b84f195e802b83", "id": {"identifier": "10.5517/cc8fk18", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::feda598fcce1a6dcb76a8833e54364e2", "id": {"identifier": "10.5517/cc8fk4c", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of 1∶1 adducts formed between Cd(S2P(OiPr)2)2 and the bifunctional ligands 4,4′-bipyridine (1), trans-1,2-bis(4-pyridyl)ethylene (2), 1,2-bis(4-pyridyl)ethane (3), trans-1,2-bis(2-pyridyl)ethylene (4), 1,2-bis(4-pyridyl)propane (5) and 4,4′-dipyridylsulfide (6) demonstrate variable polymer topology (linear, zigzag and arched) and cadmium atom coordination geometry (cis- and trans-N2S4) depending on the nature of the bridging ligand and steric influences of the ligands. Increasing the steric bulk of the Lewis acid, to Cd(S2P(OCy)2)2, results in comparable topologies with bipyridine ligands 1, 2, and 4 but, precludes polymer formation in the adduct formed with 5, a dimer being formed instead.", "author": ["Tiekink Edward R. T.", "Lai Chian Sing"], "localIdentifier": [{"type": "doi", "id": "10.1039/b414847a"}], "id": "50|dli_resolver::c2eba1b652c5c108b4e8a1605f8cc501", "relatedPublications": 0, "date": [""], "title": ["\"Engineering polymers with variable topology ? bipyridine adducts of cadmium dithiophosphates\""], "relatedDatasets": 10}
714
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cd0ed19b537d16eb3cd188b3547a95b8", "id": {"identifier": "jx305310", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e01208dcba620e6d20e9db9bbd0f9a81", "id": {"identifier": "jx305313", "schema": "ncbi-n"}}], "abstract": "", "title": ["High frequency of vegetative incompatibility combined with haploid selfing in the native European ash foliage coloniser "], "localIdentifier": [{"type": "doi", "id": "10.1016/j.funeco.2017.04.002"}], "id": "50|elsevier____::eed75673f998fb39ddbd7a679f62890d", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 2}
715
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7790e88936198062de2d162658b7b851", "id": {"identifier": "af506513", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::de4d4ca5c418db4574f180175df731ce", "id": {"identifier": "x67231", "schema": "ncbi-n"}}], "abstract": "", "title": ["symbiovar mediterranense is a predominant symbiont that nodulates and fixes nitrogen with common bean ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.syapm.2012.04.003"}], "id": "50|elsevier____::e6bce6db9728fef0d1049a70acecb06f", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 2}
716
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bdf276791381dd92effeb4415baf1dc5", "id": {"identifier": "10.5517/cc4dr4d", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jiang Y.", "Jian L.", "Chen D.", "Yu K.", "Chan A. S. C."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270199099308"}], "id": "50|dli_resolver::ab74f5de0cbf07e1fd791e95f8e17ffd", "relatedPublications": 0, "date": [""], "title": ["\"2-Hydroxy-(1S,2R)-1,2-bis(4-methoxyphenyl)ethylammoniumL-tartrate hydrate\""], "relatedDatasets": 1}
717
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::033dd87a2598ae12c397f57e735a302e", "id": {"identifier": "10.5517/cc9hgpx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Proksch Peter", "Zhang Yan", "Lin Wenhan", "Lu Yang", "Mao Li"], "localIdentifier": [{"type": "doi", "id": "10.1021/ol0509843"}], "id": "50|dli_resolver::9d212d79acd560278f17f927a6286b9c", "relatedPublications": 0, "date": [""], "title": ["\"Tagalsins I and J, Two Novel Tetraterpenoids from the Mangrove Plant,Ceriopstagal\""], "relatedDatasets": 1}
718
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cfa08790be7969df61b86c9808b55d59", "id": {"identifier": "10.5517/cc7109k", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::77201bf233911a5bac43f779b8afa76f", "id": {"identifier": "10.5517/cc710bl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b356d7e57c0dfb2476b98e7ac2d9d8e", "id": {"identifier": "10.5517/cc710cm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three novel transition metal complexes with 1,3,5-benzenetricarboxylic acid, H 3 btc, and 2,2′-bipyridine have been obtained through hydrothermal method and their crystal structures were determined by X-ray diffraction. Complex [Ni 2 (bpy)(btc)(OH)]  n   ( 1 ) crystallizes in the monoclinic space group  P 2 1 / n , with  a =10.1457(3),  b =11.7643(3),  c =16.9973(3) A,  β =98.747(1)° and  Z =4. Complex [Co 2 (bpy)(btc)(OH)]  n   ( 2 ), which is isomorphous to  1 , crystallizes in the monoclinic space group  P 2 1 / n  too, with  a =10.152(6),  b =11.828(3),  c =17.107(6) A,  β =98.700(3)° and  Z =4.  1  and  2  contain double-stranded chains connected by btc 3−  ions in different directions to form 3D networks. {[Co 1.5 (bpy)(btc)]·(H 2 O) 2 }  n   ( 3 ) crystallizes in monoclinic space group  C 2/ c , with  a =15.2478(3),  b =15.2007(6),  c =16.5168(5) A,  β =110.111(1)° and  Z =8.  3  consists of two-dimensional sheets containing three types of rings and the sheets are connected by btc 3−  ligands to create a compact 3D network.", "author": ["Bi Wenhua", "Wang Yanqin", "Cao Rong", "Sun Daofeng", "Li Xiaoju", "Li Xing"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0022-2860(03)00405-8"}], "id": "50|dli_resolver::fa90e4edf08238932f9955fd817f986b", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses and crystal structures of three novel coordination polymers: M2(bpy)(btc)(OH)n (M=Ni,Co) and {Co1.5(bpy)(btc)·(H2O)2}n (bpy=2,2′-bipyridine, btc=1,3,5-benzenetricarboxylate)\""], "relatedDatasets": 3}
719
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8c86b7e9e08eb0a4d00d87a650f643f3", "id": {"identifier": "10.5517/ccsz8mm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::afb5d3b4623acbec594d39e250c46f06", "id": {"identifier": "10.5517/ccsz8nn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two Mg(II) malonate complexes with protonated 2-aminopyridine and protonated 2-amino-4-picoline as counterions, namely, (C5H7N2)4[Mg(C3H2O4)2(H2O)2](ClO4)2 (1) and (C6H8N2H)2[Mg(C3H2O4)2(H2O)2]·4H2O (2) [C5H7N2 = protonated 2-aminopyridine, C3H4O4 = malonic acid, C6H8N2H = protonated 2-amino-4-picoline], have been synthesized from purely aqueous media, and their crystal structures have been determined by single-crystal X-ray diffraction. The role of lone pair···π interactions in stabilizing the self-assembly process appears to be of great importance in both complexes. Additional weak forces like anion···π and noncovalent O···O interactions are also found to be operating in 1. A rare combination of lone pair···π and anion···π interactions in 1, of the type lone pair···π/π···π/π···anion···π/π···lone pair, is observed, and this unusual supramolecular network is fully described here. An attempt to prepare an analogous complex with 2-amino-4-picoline resulted in 2, which is isomorphous with our recently report...", "author": ["Das Amrita", "Dey Biswajit", "Choudhury Somnath Ray", "Frontera Antonio", "Mukhopadhyay Subrata", "Gamez Patrick", "Yalamanchili Sampath Kumar", "Estarellas Carolina", "Helliwell Madeleine"], "localIdentifier": [{"type": "doi", "id": "10.1021/jp911884x"}], "id": "50|dli_resolver::2ecf2ec4aafcc20573214d90f3606b51", "relatedPublications": 0, "date": [""], "title": ["\"Supramolecular Assembly of Mg(II) Complexes Directed by Associative Lone Pair−π/π−π/π−Anion−π/π−Lone Pair Interactions\""], "relatedDatasets": 2}
720
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dd5b0e23642ab7f9c9e5ce324a63e66d", "id": {"identifier": "10.3886/icpsr03131.v4", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Sheppard, Kenneth"], "localIdentifier": [{"type": "icpsr", "id": "82305"}], "relatedPublications": 0, "title": ["Expected Presidential Outcomes and Sophisticated Intentional Voting for Divided Government"], "id": "50|r3d100010255::040b1d72a0530e5aa0fe5aaa3dcb8672"}
721
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::52bda15098b77249f591eb58989d09c2", "id": {"identifier": "10.5517/ccdc.csd.cc1pvckg", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>Different reactivities of pincer-type pyridine-bridged bis(mesoionic carbenes) towards palladium(<sc>ii</sc>) and elemental sulfur have been revealed.</p>", "author": ["Zhang Bo", "Wang Haiying", "Guo Shuai", "Yan Xuechao"], "localIdentifier": [{"type": "doi", "id": "10.1039/c7dt03687f"}], "id": "50|dli_resolver::6413b5db2d6d49952fce29c8ca194cf3", "relatedPublications": 0, "date": [""], "title": ["Palladium pincer-type complexes and zwitterionic sulfur adducts of pyridine-bridged bis(1,2,3-triazolin-5-ylidenes): syntheses, characterizations and catalytic applications"], "relatedDatasets": 1}
722
{"typology": "publication", "publisher": ["American Society of Civil Engineers (ASCE)"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::351f97e28224cff16d8c199fb4088549", "id": {"identifier": "10.17605/osf.io/kdhb7", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Cook Lauren M.", "Samaras Constantine", "Anderson Christopher J."], "localIdentifier": [{"type": "doi", "id": "10.1061/(asce)is.1943-555x.0000382"}], "id": "50|dli_resolver::af9ed86f571f70b9778199138b97546e", "relatedPublications": 0, "date": [""], "title": ["Framework for Incorporating Downscaled Climate Output into Existing Engineering Methods: Application to Precipitation Frequency Curves"], "relatedDatasets": 1}
723
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::282936c806d0c94611f23fcdc6bade70", "id": {"identifier": "10.4231/d33f4kn2k", "schema": "url"}}], "abstract": "Escherichia coli's cAMP receptor protein (CRP), the archetypal bacterial transcription factor, regulates over a hundred promoters by binding 22 bp symmetrical sites with the consensus core half-site TGTGA. However, Haemophilus influenzae has two types of CRP sites, one like E.coli's and one with the core sequence TGCGA that regulates genes required for DNA uptake (natural competence). Only the latter ‘CRP-S’ sites require both CRP and the coregulator Sxy for activation. To our knowledge, the TGTGA and TGCGA motifs are the first example of one transcription factor having two distinct binding-site motifs. Here we show that CRP-S promoters are widespread in the γ-proteobacteria and demonstrate their Sxy-dependence in E.coli. Orthologs of most H.influenzae CRP-S-regulated genes are ubiquitous in the five best-studied γ-proteobacteria families, Enterobacteriaceae, Pasteurellaceae, Pseudomonadaceae, Vibrionaceae and Xanthomonadaceae. Phylogenetic footprinting identified CRP-S sites in the promoter regions of the Enterobacteriaceae, Pasteurellaceae and Vibrionaceae orthologs, and canonical CRP sites in orthologs of genes known to be Sxy-independent in H.influenzae. Bandshift experiments confirmed that E.coli CRP-S sequences are low affinity binding sites for CRP, and mRNA analysis showed that they require CRP, cAMP (CRP's allosteric effector) and Sxy for gene induction. This work suggests not only that the γ-proteobacteria share a common DNA uptake mechanism, but also that, in the three best studied families, their competence regulons share both CRP-S specificity and Sxy dependence.", "author": ["Cameron Andrew D. S.", "Redfield, Rosemary J.", "Cameron, Andrew D. S.", "Redfield Rosemary J."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______908::4eeacc4d1c279c96afc7a84428ed2595"}, {"type": "doi", "id": "10.1093/nar/gkl734"}], "id": "50|dedup_wf_001::25839bc8ac2648273deb810d41ad6750", "relatedPublications": 0, "date": [""], "title": ["\"Non-canonical CRP sites control competence regulons in Escherichia coli and many other γ-proteobacteria\""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Molecular Biology"}]}
724
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8a0d65359c680c8f7e8445932b52d25", "id": {"identifier": "10.5517/cc1kj1ns", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Tracking of Pt(II) complexes is of crucial importance toward understanding Pt interactions with cellular biomolecules. Post-treatment fluorescent labeling of functionalized Pt(II)-based agents using the bioorthogonal Cu(I)-catalyzed azide–alkyne cycloaddition (CuAAC) reaction has recently been reported as a promising approach. Here we describe an azide-functionalized Pt(II) complex, cis-[Pt(2-azidobutyl)amido-1,3-propanediamine)Cl2] (1), containing the cis geometry and difunctional reactivity of cisplatin, and present a comparative study with its previously described alkyne-functionalized congener. Single-crystal X-ray diffraction reveals a dramatic change in the solid-state arrangement with exchange of the alkyne for an azide moiety wherein 1 is dominated by a pseudo-chain of Pt–Pt dimers and antiparallel alignment of the azide substituents, in comparison with a circular arrangement supported by CH/π(C≡C) interactions in the alkyne version. In vitro studies indicate similar DNA binding and click reactivi...", "author": ["Moghaddam Alan D.", "Wirth Regina", "Haley Michael M.", "White Jonathan D.", "Ginzburg Aurora L.", "Zakharov Lev N.", "DeRose Victoria J."], "localIdentifier": [{"type": "doi", "id": "10.1021/jacs.5b09108"}], "id": "50|dli_resolver::211f5170e4028629172d25494e09c62f", "relatedPublications": 0, "date": [""], "title": ["\"Azide vs Alkyne Functionalization in Pt(II) Complexes for Post-treatment Click Modification: Solid-State Structure, Fluorescent Labeling, and Cellular Fate\""], "relatedDatasets": 1}
725
{"typology": "publication", "publisher": ["Japan Institute of Heterocyclic Chemistry"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::13d126b8091e52dec8d53664ce855470", "id": {"identifier": "10.5517/cc7wng6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "3-Methyl-3,4-dihydro-1H-pyrano[3,4-b]quinoxalin-1-one (2) was prepared from a series of 3-methyl-4,5,10,11-tetrahydropyrano[4,3-b][1,5]benzo-diazepin-1(3H)-one derivatives (1) bearing various substituents at position 11. The formation of this quinoxaline is initiated by oxidation of the diazepine-4',11'-double bond to give an unstable epoxide intermediate, followed by a ring contraction which releases a carben species that has been trapped in the presence of cyclohexene. Reactivity of this new quinoxaline (2) with various primary and secondary amines was investigated.", "author": ["Hoffmann Pascal", "Amari Mohamed", "Nedjar-Kolli Bellara", "Périé Jacques", "Fodili Mokhtar", "Hammal Lamouri", "Khier Nawel", "André Chantal"], "localIdentifier": [{"type": "doi", "id": "10.3987/com-04-10040"}], "id": "50|dli_resolver::c0009c8a9fb0278be3d87fbefb67ea05", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Reactivity of a New Pyranoquinoxaline\""], "relatedDatasets": 1}
726
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d26a71fea099e520bed8f4497b5cbf21", "id": {"identifier": "10.5517/cc1js6k2", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhu Jia-Liang", "Shie Jr-Yun", "Wu Sih-Ting"], "localIdentifier": [{"type": "doi", "id": "10.1021/jo5005422"}], "id": "50|dli_resolver::5446ee6a37df91fbf5de536de85eb88b", "relatedPublications": 0, "date": [""], "title": ["\"Access to Functionalized Bicyclo4,3,0nonenes via Palladium-Catalyzed Oxidative Cyclization of 2-Allylcyclohexyl Oximes\""], "relatedDatasets": 1}
727
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0cd1db4c4c589c7ebd3ad23f835572a0", "id": {"identifier": "10.5517/ccw3155", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhu Run-Qiang"], "localIdentifier": [{"type": "doi", "id": "10.1107/s160053681005261x"}], "id": "50|dli_resolver::128c9d9790e9de7d9d58378c65eedde2", "relatedPublications": 0, "date": [""], "title": ["\"Bis(2-ethyl-1H-imidazol-3-ium) tetrachloridocuprate(II)\""], "relatedDatasets": 1}
728
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ad040545606cf243f33bd76b97a093de", "id": {"identifier": "fj785268", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bfb299066c5fb476adbcca9b064dca81", "id": {"identifier": "fj785276", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e26ee883e47821e2900805cf6c52a5da", "id": {"identifier": "dq121111", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f9ddef53017b9f0a4dc74d75a8dea817", "id": {"identifier": "af392962", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ebff783bf5df4c806598b898303a6363", "id": {"identifier": "dq121112", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e3a6d7e61a131c08acac21ca34fbd84f", "id": {"identifier": "af392966", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2c9cf06384d019e06ad79dddfda0986d", "id": {"identifier": "eu091346", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::94c89a24374882b894503a0e87a455bd", "id": {"identifier": "ef457993", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c6b68eb42687766ed83ef750cb858992", "id": {"identifier": "fj785299", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3e16b97d4cd0879f840225f69ff08799", "id": {"identifier": "fj785298", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3fd5fa87c96076e3484647d48fe543d4", "id": {"identifier": "af390718", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::19ea0dba91fc5545f29862a05f70f321", "id": {"identifier": "aj251478", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d60705eac80f04812666f70c340e3c11", "id": {"identifier": "fj785265", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d88b12f5ec8a333e691b61ff0fe72ad4", "id": {"identifier": "dq121120", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b0e74e716f36a1d3ffb6515b7ea8d829", "id": {"identifier": "fj785300", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c5c50683c9776da6d00d929213531c75", "id": {"identifier": "fj785282", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::21025da87634ca5dfb17bc9ec2719992", "id": {"identifier": "fj785296", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a62b7760cde77e88268a4388399b48c5", "id": {"identifier": "fj785259", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1ffdf11fa12fdd7821b752b8f1c3d57c", "id": {"identifier": "af292106", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c1c48a856fae34d4e34bfa124094182e", "id": {"identifier": "fj785252", "schema": "ncbi-n"}}], "abstract": "", "title": ["Phylogenetic analysis of Indian serotype Asia1 foot-and-mouth-disease virus isolates revealed emergence and reemergence of different genetic lineages"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.vetmic.2009.12.034"}], "id": "50|elsevier____::e3b0a32bc4a30272f0fb9a0dd1997691", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 22}
729
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::25cce047ec8a9baf1914629b944502a8", "id": {"identifier": "10.6084/m9.figshare.c.3640376.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ea8b34ec331f704a48364088f63d0bee", "id": {"identifier": "10.6084/m9.figshare.c.3640376_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8377753d18b8da76311c7f1fc4c2a000", "id": {"identifier": "10.6084/m9.figshare.c.3640376_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::be5687bbfd631da5517faf04b7219f7e", "id": {"identifier": "10.6084/m9.figshare.c.3640376_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::77d765866c193668f1cbc0da3bfaae3e", "id": {"identifier": "10.6084/m9.figshare.c.3640376_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::77f0ca5f0d5a007b2b926ab72518a004", "id": {"identifier": "10.6084/m9.figshare.c.3640376", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gagliardi Anna R.", "Liang Laurel", "Ng Jeremy Y."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12906-016-1410-8"}], "id": "50|dli_resolver::6c24f414a59aa8879fdb538fe1515728", "relatedPublications": 0, "date": [""], "title": ["The quantity and quality of complementary and alternative medicine clinical practice guidelines on herbal medicines, acupuncture and spinal manipulation: systematic review and assessment using AGREE II"], "relatedDatasets": 6}
730
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0bcd006aa17061dae8ece709ab4a9324", "id": {"identifier": "10.6084/m9.figshare.c.3590336", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::43cde36c088ac5cc6cfff516f49b857e", "id": {"identifier": "10.6084/m9.figshare.c.3590336.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Morrison L. V.", "Stephenson F. R.", "Hohenkerk C. Y."], "localIdentifier": [{"type": "doi", "id": "10.1098/rspa.2016.0404"}], "id": "50|dli_resolver::012e0e4d301562889ba184f25e66ff9b", "relatedPublications": 0, "date": [""], "title": ["Measurement of the Earth's rotation: 720 BC to AD 2015"], "relatedDatasets": 2}
731
{"publisher": ["Journal of economic entomology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9e6cf535963c7af4dd25622f99fab7dc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22066203&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1e92a9dce2f59f02ad91e2b13804653c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22066203&result=noncoding_release", "schema": "url"}}], "abstract": "None: Psocids (Psocoptera: Liposcelididae: Liposcelis spp.) are major pests of stored grain and commonly occur on a wide range of stored products. Increasingly, the genus of Liposcelis has gained recognition of their importance due to their feeding on stored grains, contaminating food, and agricultural commodities as well as transmitting harmful microorganisms, including fungi and bacteria. Psocids have close morphological similarities and often commix occur at the same ecosystems. Therefore, a first step necessary to further implement population studies is the accurate identification of species, based on molecular methods. In this study, we determined nucleotide sequences of the nuclear rDNA internal transcribed spacer (ITS)1-5.8S-ITS2 region in 100 individuals of six Liposcelis species (including Liposcelis bostrychophila Badonnel, Liposcelis entomophila (Enderlein), Liposcelis decolor (Pearman), Liposcelis tricolor Badonnel, Liposcelis paeta Pearman, and Liposcelis yunnaniensis Li & Li) from 16 locations of China. We evaluated the suitability of this marker for phylogenetic inference study in the Liposcelis species. We also developed a molecular identification method for six Liposcelis species based on ITS2 sequence. Results demonstrate that ITS1-5.8S-ITS2 sequences are a useful tool for the population genetic study and phylogeny estimation of Liposcelis species. The results of this study indicate that the ITS2 sequences can be a reliable tool for species discrimination of the six species of psocids tested here. In addition, the multiplex method described proved reliable when tested across different geographical populations.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "22066203"}], "author": ["Wang Zhi-Ying", "Yuan Ming-Long", "Dou Wei", "Wang Jin-Jun", "Wei Dan-Dan", "Wang De", "Wang Bao-Jun"], "relatedPublications": 0, "id": "50|r3d100010527::cd854db723ee22e16df5a9ccd4560ed6", "title": ["Sequence analysis of the ribosomal internal transcribed spacers region in psocids (Psocoptera: Liposcelididae) for phylogenetic inference and species discrimination."], "typology": "publication"}
732
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::f0718a426c9bf290596ed371faefb5e3", "id": {"identifier": "10.3886/icpsr01246.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Fischer, Andreas M.", "Dueker, Michael J."], "localIdentifier": [{"type": "icpsr", "id": "8822"}], "relatedPublications": 0, "title": ["The mechanics of a successful exchange-rate peg: Lessons for emerging markets"], "id": "50|r3d100010255::f6bf21ec6ee891ec0e1f30d325ae6601"}
733
{"typology": "publication", "publisher": ["Reproduction (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5e7e22d82251676425b7e964bb9db023", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16885540&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e7badf9675abd41248c5782d2623d4c9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16885540&result=sequence_release", "schema": "url"}}], "abstract": "None: The endometrium plays a central role among the reproductive tissues in the context of early embryo-maternal communication and pregnancy. This study investigated transcriptome profiles of endometrium samples from day 18 pregnant vs non-pregnant heifers to get insight into the molecular mechanisms involved in conditioning the endometrium for embryo attachment and implantation. Using a combination of subtracted cDNA libraries and cDNA array hybridisation, 109 mRNAs with at least twofold higher abundance in endometrium of pregnant animals and 70 mRNAs with higher levels in the control group were identified. Among the mRNAs with higher abundance in pregnant animals, at least 41 are already described as induced by interferons. In addition, transcript levels of many new candidate genes involved in the regulation of transcription, cell adhesion, modulation of the maternal immune system and endometrial remodelling were found to be increased. The different expression level was confirmed with real-time PCR for nine genes. Localisation of mRNA expression in the endometrium was shown by in situ hybridisation for AGRN, LGALS3BP, LGALS9, USP18, PARP12 and BST2. A comparison with similar studies in humans, mice, and revealed species-specific and common molecular markers of uterine receptivity.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16885540"}], "author": ["Blum Helmut", "Ulbrich Susanne E", "Sinowatz Fred", "Schmidt Susanne E M", "Wolf Eckhard", "Wenigerkind Hendrik", "Gross Karin", "Meyer Heinrich H D", "Bauersachs Stefan", "Vermehren Margarete"], "relatedPublications": 0, "id": "50|r3d100010527::069bb1f81bf1f0334473aee75876d42b", "title": ["Embryo-induced transcriptome changes in bovine endometrium reveal species-specific and common molecular markers of uterine receptivity."], "relatedDatasets": 2}
734
{"typology": "publication", "publisher": ["Journal of virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e3d9829d10a06576676c50ebb65b0f1a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8035533&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9e8ac645ab70e0c3a781171aed2e9bb9", "id": {"identifier": "u09649", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1161ae52cf862ae7a0fd4a04e8021172", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8035533&result=coding_release", "schema": "url"}}], "abstract": "None: The gene encoding the phosphoprotein of the pneumovirus pneumonia virus of mice (PVM) has been cloned and sequenced. The gene is 903 nucleotides in length and contains a long open reading frame (ORF) capable of encoding a polypeptide of 295 amino acid residues. A smaller, second, overlapping ORF encoding a polypeptide 137 amino acids in length was also present. The large ORF directed the synthesis of a 39-kDa polypeptide and four additional polypeptides with masses of 37 kDa, 26 kDa, 23 kDa, and 16 kDa in vitro. The smaller polypeptides were generated by internal initiation on in-frame AUG initiation codons to generate carboxy co-terminal products. Western immunoblot analysis indicated that at least two of these proteins and several other related polypeptides are present in infected cells, and the possible origins of these are discussed. Western blot analysis using antiserum raised against a synthetic peptide and specific for the predicted second ORF product identified a polypeptide of 23 kDa in PVM-infected cells. The pattern of PVM P gene expression is unlike that of the closely related respiratory syncytial virus and is reminiscent of that of paramyxoviruses such as Sendai virus. This is the first example of a pneumovirus encoding multiple polypeptide products from a single mRNA in vivo.", "author": ["Barr J", "Pringle C R", "Harriott, P.", "Cr, Pringle", "Barr, J.", "Chambers P", "Aj, Easton", "Easton A J", "Harriott P", "Chambers, P."], "localIdentifier": [{"type": "pmid", "id": "8035533"}, {"type": "pbmid", "id": "8035533"}], "id": "50|dedup_wf_001::3d505e4b45c8577585f41dd07d69cd8c", "relatedPublications": 0, "date": ["1994-08-01"], "title": ["Sequence of the phosphoprotein gene of pneumonia virus of mice: expression of multiple proteins from two overlapping reading frames."], "relatedDatasets": 3}
735
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5fa644f136567760193998271343da3b", "id": {"identifier": "jq675731", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::89ff6aeef9b4a610c9828450f00a7567", "id": {"identifier": "jq627832", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::83a33522ffbfbe06ac44d48ae080b084", "id": {"identifier": "jn621324", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::de9536d97633251b5e7400754f34cf3d", "id": {"identifier": "jn621323", "schema": "ncbi-n"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.parint.2013.06.006"}], "id": "50|elsevier____::f1e777d9bc55fcbf19572048a2c7a88b", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 4}
736
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d99d13e35b3b5b559a65bff62660ae55", "id": {"identifier": "10.5517/ccdc.csd.cc1qbd5m", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Meek Simon J.", "Manan Rajith S.", "Marcum Justin S.", "Cervarich Tia N.", "Roberts Courtney C."], "localIdentifier": [{"type": "doi", "id": "10.1021/jacs.7b08575"}], "id": "50|dli_resolver::324452d4a80997a1bd54c0748a4cadac", "relatedPublications": 0, "date": [""], "title": ["\"Chiral Pincer Carbodicarbene Ligands for Enantioselective Rhodium-Catalyzed Hydroarylation of Terminal and Internal 1,3-Dienes with Indoles\""], "relatedDatasets": 1}
737
{"typology": "publication", "publisher": ["Genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::86068300178f0c909fc8dadc56a2d018", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7789765&result=sequence_release", "schema": "url"}}], "abstract": "None: A physical map of the euchromatic X chromosome of Drosophila melanogaster has been constructed by assembling contiguous arrays of cosmids that were selected by screening a library with DNA isolated from microamplified chromosomal divisions. This map, consisting of 893 cosmids, covers approximately 64% of the euchromatic part of the chromosome. In addition, 568 sequence tagged sites (STS), in aggregate representing 120 kb of sequenced DNA, were derived from selected cosmids. Most of these STSs, spaced at an average distance of approximately 35 kb along the euchromatic region of the chromosome, represent DNA tags that can be used as entry points to the fruitfly genome. Furthermore, 42 genes have been placed on the physical map, either through the hybridization of specific probes to the cosmids or through the fact that they were represented among the STSs. These provide a link between the physical and the genetic maps of D. melanogaster. Nine novel genes have been tentatively identified in Drosophila on the basis of matches between STS sequences and sequences from other species.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7789765"}], "author": ["Papagiannakis G", "Rimmington G", "Skavdis G", "Savakis C", "Adam P", "Trenear J", "Sidén-Kiamos I", "Spanos L", "Madueño E", "Saunders R D"], "relatedPublications": 0, "id": "50|r3d100010527::49fb66e83c26d2f08cda734214b6d03c", "title": ["A physical map of the X chromosome of Drosophila melanogaster: cosmid contigs and sequence tagged sites."], "relatedDatasets": 1}
738
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7cc803c691c24c5c194e3f19a267e75c", "id": {"identifier": "10.5517/cc10k0g1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "An efficient synthesis of pyrazoles from tosylhydrazones and nitroalkenes was developed. In comparison with the previously reported 1,3-dipolar cycloaddition reaction of diazo compounds with electron-deficient alkenes or alkynes, this methodology proceeded with a sequential Baylis–Hillman/intramolecular cyclization mechanism and a variety of reversed regioselectivity products were prepared in good yields.", "author": ["Tang Meng", "Zhang Wen", "Kong Yuanfang"], "localIdentifier": [{"type": "doi", "id": "10.1039/c3ob41435c"}], "id": "50|dli_resolver::a96455859b6ce4141a5af6bc8bdd8930", "relatedPublications": 0, "date": [""], "title": ["\"DABCO-promoted synthesis of pyrazoles from tosylhydrazones and nitroalkenes\""], "relatedDatasets": 1}
739
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b5754493f1a83d4582caf4e4adfbc0d0", "id": {"identifier": "10.3886/icpsr07355.v3", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ff96e226be894f47fcbbb3c11830c8a5", "id": {"identifier": "10.3886/icpsr07010.v4", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dd9f443c865b746d0867f4f24c2b46e1", "id": {"identifier": "10.3886/icpsr07298.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 3, "relatedUnknown": 0, "externalRels": [], "author": ["Darcy, Robert E.", "Schramm, Sarah Slavin"], "localIdentifier": [{"type": "icpsr", "id": "7869"}], "relatedPublications": 0, "title": ["When Women Run Against Men: Voters' Respoinse to Congressional Contests"], "id": "50|r3d100010255::e00d56dc4156d4efa5ad7ce371a13b7e"}
740
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::87a6802e6cb00387bead04c9f917ff7f", "id": {"identifier": "10.3886/icpsr22929.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Moone, Joseph"], "localIdentifier": [{"type": "icpsr", "id": "114967"}], "relatedPublications": 0, "title": ["Juvenile Victimization: 1987-1992"], "id": "50|r3d100010255::aa73b97a04d64ce9f59d168e78eef971"}
741
{"publisher": ["Oncogene"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::41b4c52a6637bc72b0ce08ea5d45be8b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10597294&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::080d5382566721a4f315e21350f03909", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10597294&result=sequence_release", "schema": "url"}}], "abstract": "None: Rac1 is a member of the Ras superfamily of small GTPases involved in signal transduction pathways that induce the formation of lamellipodia, stimulate cell proliferation and activate the JNK/SAPK protein kinase cascade. Here we describe that amplification by RT-PCR of the entire Rac1 coding sequence from a series of human adult and fetal tissues revealed beside the expected Rac1 cDNA, a variant product which contained additional 57 nucleotides between codons 75 and 76. This variant resulted in an in-frame insertion of 19 new amino acids immediately behind the switch II region, including two potential threonine phosphorylation sites for casein kinase II and protein kinase C. Primers designed within and downstream of the inserted nucleotide sequence allowed isolation of a genomic clone with intronic consensus sequences demonstrating that the insertion corresponds to a novel, yet undescribed exon 3b. This Rac1 splice variant, designated Rac1b, was predominantly identified in skin and epithelial tissues from the intestinal tract. Most notably, the expression of rac1b versus rac1 was found to be elevated in colorectal tumors at various stages of neoplastic progression, as compared to their respective adjacent tissues. We suggest that the 19 amino acid-insertion following the switch II region may create a novel effector binding site in rac1b, and thus participate in signaling pathways related to the normal or neoplastic growth of the intestinal mucosa.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10597294"}], "author": ["Chastre E", "Jordan P", "Boavida M G", "Gespach C", "Brazåo R"], "relatedPublications": 0, "id": "50|r3d100010527::eaf23f74ddc65f051a55b2b4e38bb40b", "title": ["Cloning of a novel human Rac1b splice variant with increased expression in colorectal tumors."], "typology": "publication"}
742
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::50c97990eec51e702d29b623a1bbe993", "id": {"identifier": "10.6084/m9.figshare.c.3294500.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::16a3d7f32d736541c0ff884e4d5a861d", "id": {"identifier": "10.6084/m9.figshare.c.3294500", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Recovery of biodiversity and other ecosystem functions to pre-disturbance levels is a central goal of natural disturbance-based approaches to ecosystem management. In boreal mixedwood forests, green-tree retention has been proposed as an alternative approach to traditional clearcutting that may minimize initial displacement of species assemblages and speed recovery of the biota. Here we evaluated the effectiveness of six levels of dispersed green- tree retention for conservation of ground beetle biodiversity in four boreal mixedwood cover types that span a gradient of stand development following wildfire. Each cover type 3 treatment combination was replicated three times in an operational scale experiment using 10- ha compartments. Ground beetle assemblages (59 species and 45 419 individuals) responded to increasing levels of dispersed, green-tree retention, but even relatively high levels of retention (up to 50% retention) did not retain species assemblages characteristic of uncut forest stands. This latter effect was most pronounced in compartments in later successional stages; i.e., those with developing conifer understories, or mixed and/or conifer-dominated overstories. Beetle assemblages in high levels of retention (50-75%) were statistically similar across all cover types, although we detected modest differences among the 5-year recovery of assemblages, based on initial cover type differences. Thus, recovery to initial conditions likely will be slower in mixed and conifer stands than in deciduous stands. We suggest that recovery of beetle assemblages is strongly linked to stand reinitiation through deciduous ''suckering'' post- harvest. Increasing levels of harvest appear to homogenize carabid assemblages across the four dominant cover types, and thus higher levels of retention (.50%) will be required to preserve assemblages of later successional stages. Regional renewal of assemblages, however, will require landscape-level planning.", "author": ["Jacobs Joshua M.", "Work Timothy T.", "Spence John R.", "Jan, Volney W."], "localIdentifier": [{"type": "doi", "id": "10.1890/08-1463.1"}], "id": "50|dli_resolver::c8f48b2ae8d301dde566fa98bbc90888", "relatedPublications": 0, "date": [""], "title": ["\"High levels of green-tree retention are required to preserve ground beetle biodiversity in boreal mixedwood forests\""], "relatedDatasets": 2}
743
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d78a18c57b22b891e9cee29e9723b680", "id": {"identifier": "10.6084/m9.figshare.5885587.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<jats:p>Resumo Estudos empíricos apontam diferenças significativas na forma como jovens e adultos têm se manifestado politicamente, constatando o distanciamento por parte da juventude no envolvimento em ações tidas como convencionais, principalmente o voto e o ativismo partidário. Esses trabalhos consideram como causa deste fenômeno as diferenças entre os papéis sociais desempenhados ao longo da vida por jovens e adultos. Apesar da existência de estudos que abordam a relação entre participação e idade, há uma lacuna nos que abordam a juventude e a identificação partidária. Este texto tem por objetivo analisar os efeitos da transição para a vida adulta e a identificação partidária no Brasil. Utilizando dados do Estudo Eleitoral Brasileiro produzido pelo CESOP/Unicamp, os modelos afirmam que não existem diferenças significativas na identificação partidária, seja ela afetiva ou racional, manifestada por jovens e adultos. A variável dependente não se mostrou significativa quando controlada por outras variáveis intervenientes, como sexo e educação. Nos modelos que analisam a identificação partidária dos três maiores partidos, ser jovem se mostrou significativo para explicar a adesão ao PMDB e ao PT.</jats:p>", "author": ["Ribeiro Ednaldo Aparecido", "Okado Lucas Toshiaki Archangelo", "Lazare Danilo César Macri"], "localIdentifier": [{"type": "doi", "id": "10.1590/1980-6248-2016-0063"}], "id": "50|dli_resolver::47160df05829eb69b73c60b34ea7174e", "relatedPublications": 0, "date": [""], "title": ["Partidarismo, ciclos de vida e socialização política no Brasil"], "relatedDatasets": 1}
744
{"typology": "publication", "publisher": ["Molecular phylogenetics and evolution"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::55ff55258c6bce053c52f4da82730712", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21827862&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fe36082a0b27e625dd4391b3c7abdc5b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21827862&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ab3f4a8725988e80bcdd8c57aab47c9c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21827862&result=coding_release", "schema": "url"}}], "abstract": "None: In previous molecular phylogenetic analyses of the freshwater mussel family Unionidae (Bivalvia: Unionoida), the Afrotropical genus Coelatura had been recovered in various positions, generally indicating a paraphyletic Unionidae. However that result was typically poorly supported and in conflict with morphology-based analyses. We set out to test the phylogenetic position of Coelatura by sampling tropical lineages omitted from previous studies. Forty-one partial 28S nuclear rDNA and partial COI mtDNA sequences (1130 total aligned nucleotides) were analyzed separately and in combination under both maximum parsimony and likelihood, as well as Bayesian inference. There was significant phylogenetic incongruence between the character sets (partition homogeneity test, p<0.01), but a novel heuristic for comparing bootstrap values among character sets analyzed separately and in combination illustrated that the observed conflict was due to homoplasy rather than separate gene histories. Phylogenetic analyses robustly supported a monophyletic Unionidae, with Coelatura recovered as part of a well-supported Africa-India clade (=Parreysiinae). The implications of this result are discussed in the context of Afrotropical freshwater mussel evolution and the classification of the family Unionidae.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ympev.2011.07.016"}, {"type": "pbmid", "id": "21827862"}], "author": ["Whelan Nathan V", "Graf Daniel L", "Geneva Anthony J"], "relatedPublications": 0, "id": "50|r3d100010527::63fcbf7c0648bdaee6a8d851e26d23e8", "title": ["Molecular phylogenetic analysis of tropical freshwater mussels (Mollusca: Bivalvia: Unionoida) resolves the position of Coelatura and supports a monophyletic Unionidae."], "relatedDatasets": 3}
745
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8b9f253eaa931f26f990bf658cbc6a5a", "id": {"identifier": "z29336", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::93ad92421d85fc5d9031f26154318bd4", "id": {"identifier": "u04330", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ca7784f26f690c9639442dca6a2bdcc6", "id": {"identifier": "af029701", "schema": "ena"}}], "abstract": "", "author": ["Jordan-Sciutto, K. L.", "Dragich, J. M.", "Rhodes, J. L.", "Bowser, R."], "localIdentifier": [{"type": "pmid", "id": "10575013"}], "id": "50|pubmed______::876b2cfdc2662f65da6bf20c92c7f006", "relatedPublications": 0, "date": ["1999-12-01"], "title": ["Fetal Alz-50 clone 1, a novel zinc finger protein, binds a specific DNA sequence and acts as a transcriptional regulator."], "relatedDatasets": 3}
746
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a648f81e2da3af272583dd0f4978c815", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1731319&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f57bb71c86fd5c4ec6efd87fa83fd29d", "id": {"identifier": "m81477", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4042ebcdfe25e8c68227617724ffb885", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1731319&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::815b837250d372d405dcac9a58f7e4a9", "id": {"identifier": "m81478", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4b3115dfdc728398f242bf70119ad073", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1731319&result=sequence_release", "schema": "url"}}], "abstract": "None: A mouse cDNA encoding a non-receptor-type phosphotyrosine phosphatase (PTP; EC 3.1.3.48) has been isolated. The 1570-base-pair cDNA contains a single open reading frame that predicts a 382-amino acid protein with Mr 44,640. The nucleic acid and amino acid sequences are homologous to those of a previously described human T-cell PTP [Cool, D. E., Tonks, N. K., Charbonneau, H., Walsh, K. A., Fischer, E. H. & Krebs, E. G. (1989) Proc. Natl. Acad. Sci. USA 86, 5257-5261]; however, the mouse and human 3' sequences diverge and predict markedly different protein carboxyl termini. The mouse PTP gene is expressed as a 1.9-kilobase message in several stages of murine embryonic development and in a variety of adult tissues. An additional 1.3-kilobase message was found to be expressed specifically in testes. Finally, we report the isolation of a human T-cell PTP cDNA containing a 3' end sequence homologous to the mouse PTP.", "author": ["Tremblay M L", "Tillmann, U.", "Mosinger, B.", "Ml, Tremblay", "Mosinger B", "Tillmann U", "Westphal, H.", "Westphal H"], "localIdentifier": [{"type": "pbmid", "id": "1731319"}, {"type": "pmid", "id": "1731319"}], "id": "50|dedup_wf_001::72b44531a4c400075f2bea6ae1b8e844", "relatedPublications": 0, "date": ["1992-01-01"], "title": ["Cloning and characterization of a mouse cDNA encoding a cytoplasmic protein-tyrosine-phosphatase."], "relatedDatasets": 5}
747
{"typology": "publication", "publisher": ["Journal of bacteriology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7ec9104599590db5240621f33a8366e5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7730255&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ad12c12abf854e7c82703d9e5333f343", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7730255&result=sequence_release", "schema": "url"}}], "abstract": "None: The CryIVD protein is involved in the overall toxicity of the Bacillus thuringiensis subsp. israelensis parasporal inclusions and is one of the four major components of the crystals. Determination of the DNA sequence indicated that the cryIVD gene is the second gene of an operon which includes three genes. The first one encodes a 19-kDa polypeptide and has sequence homology with the orf1 gene of the Bacillus thuringiensis cryIIA and cryIIC operons. The second and third genes have already been identified and encode the CryIVD crystal protein and the P20 polypeptide, respectively. The promoter region was located by deletion analysis, and the 5' end of the mRNA was determined by primer extension mapping. Transcription of the cryIVD gene in B. thuringiensis subsp. israelensis strains is induced 9 h after the beginning of sporulation. Sequence analysis indicated two potential promoters, a strong one and a weak one, recognized respectively by the RNA polymerase associated with the sigma 35 or the sigma 28 factor of B. thuringiensis (sigma E and sigma K of Bacillus subtilis, respectively). Transcriptional lacZ fusion integrated in single copy into the chromosome of various B. subtilis sporulation mutants confirmed the sigma E dependence of cryIVD gene transcription.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7730255"}], "author": ["Klier A", "Dervyn E", "Rapoport G", "Poncet S"], "relatedPublications": 0, "id": "50|r3d100010527::d6a2c6bb290c613eff5204de19b901e0", "title": ["Transcriptional regulation of the cryIVD gene operon from Bacillus thuringiensis subsp. israelensis."], "relatedDatasets": 2}
748
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::664d396ed0f704d248e6c0aab50abd31", "id": {"identifier": "10.5517/cc12dh76", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The work presents the synthesis of a novel calix[4]resorcinarene cavitand bearing four 1,3-diketone groups at the upper rim and its complex formation with Tb(III) ions in DMF and DMSO solutions. Electrospray ionization mass spectra, 1H NMR, UV-Vis and luminescence spectra indicate a long (three hours at least) equilibration time for the complex formation between the cavitand and Tb(III) in alkaline DMF and DMSO solutions. These results are explained by the restricted keto–enol conversion, resulting from the steric hindrance effect of the methylenedioxy-groups linking the benzene rings within the cavitand framework. A facile synthetic route to convert luminescent Tb(III) complexes of various stoichiometries into luminescent hydrophilic colloids is disclosed in this work. The route is based on the reprecipitation of the Tb(III) complexes from DMF to aqueous solutions with further polyelectrolyte deposition without prior separation of the luminescent complexes. The luminescent colloids exhibit high stability over time and in buffer systems, which is a prerequisite for their applicability in analysis and biolabeling.", "author": ["Syakaev Victor V.", "Nizameev Irek R.", "Gabidullin Bulat M.", "Gubaidullin Aidar T.", "Safiullin Georgy M.", "Dehaen Wim", "Burilov Vladimir A.", "Zairov Rustem R.", "Katsuba Sergey A.", "Shamsutdinova Nataliya A.", "Rizvanov Ildar Kh.", "Podyachev Sergey N.", "Mustafina Asiya R.", "Sudakova Svetlana N."], "localIdentifier": [{"type": "doi", "id": "10.1039/c4nj00637b"}], "id": "50|dli_resolver::688c40ee1ffcb207b14428d746a068cb", "relatedPublications": 0, "date": [""], "title": ["\"A facile synthetic route to convert Tb(iii) complexes of novel tetra-1,3-diketone calix4resorcinarene into hydrophilic luminescent colloids\""], "relatedDatasets": 1}
749
{"typology": "publication", "publisher": ["Human molecular genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::68027f0e4bef0a629cbb36f987972acf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8595431&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::281d062df6ca381c68cf194f9bc6d828", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8595431&result=coding_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8595431"}], "author": ["Yamanishi K", "Yasuno H", "Matsuki M", "Hashimoto K", "Yoshikawa K"], "relatedPublications": 0, "id": "50|r3d100010527::864cf65a7906b5ef3a56d92fef98756a", "title": ["Epidermolysis bullosa simplex (Weber-Cockayne) associated with a novel missense mutation of Asp328 to Val in Linker 12 domain of keratin 5."], "relatedDatasets": 2}
750
{"typology": "publication", "publisher": ["Fish & shellfish immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f4e48b11a3ccb02f7e6c7a385bf5c321", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22609768&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4fba9819b8ebc6df81cdd06eb2ce9b62", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22609768&result=sequence_release", "schema": "url"}}], "abstract": "None: Iodothyronine deiodinase is responsible for the deiodination of thyroxine T4 to T3, and involved in the complex neuroendocrine-immune regulatory network to optimize the immune response in vertebrate. In this study, the full-length cDNA of an iodothyronine deiodinase (designated as CfDx) was cloned from scallop Chlamys farreri. The complete cDNA sequence of CfDx was of 1404 bp and contained an open reading frame of 900 bp encoding a polypeptide of 299 amino acids. The deduced amino acid sequence of CfDx contained an in-frame TGA stop codon probably encoding an essential selenocysteine (SeC), and there was a conserved region of about 15 amino acids surrounding the SeC residue. The CfDx mRNA transcripts were detected in all the tested tissues, including haemocytes, hepatopancreas, kidney, adductor muscle, gonad, gill and mantle, with the higher expression level in hepatopancreas and kidney. After LPS stimulation, the CfDx mRNA expression level in haemocytes increased significantly at 12 h (25.35-fold, P < 0.05) and 24 h (7.62-fold, P < 0.05), and the concentration of T3 in haemolymph increased significantly at 12 h (3.62 ng dL(-1), P < 0.05) even the concentration of T4 did not change significantly. After scallop received an injection of 50 μg CfDx dsRNA, the expression level of CfDx mRNA in haemocytes began to decrease significantly at 36 h and maintained the relative low level (about 0.3-fold of the PBS control group) from 36 to72 h, but the ratio of T4/T3 in haemolymph began to increase at 36 h (2.31-fold, P < 0.05) and kept increasing from 36 to 72 h comparing with that in the PBS control group. These results indicated that CfDx was a homologue of iodothyronine deiodinase in scallop C. farreri, and it might be involved in the immunomodulation via regulating the concentration of thyroid hormones T3 and T4 in the haemolymph of scallop.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "22609768"}, {"type": "doi", "id": "10.1016/j.fsi.2012.05.011"}], "author": ["Huang Mengmeng", "Song Linsheng", "Zhou Zhi", "Wu Tiantian", "Wang Mengqiang", "Wang Leilei", "Wang Lingling", "Yang Chuanyan", "Shi Xiaowei"], "relatedPublications": 0, "id": "50|r3d100010527::1b9f287cc1e2abeb79a54d51a86c869f", "title": ["An iodothyronine deiodinase from Chlamys farreri and its induced mRNA expression after LPS stimulation."], "relatedDatasets": 2}
751
{"typology": "publication", "publisher": ["BMC infectious diseases"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8623f3aaab0919f11770003fd39cd484", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23151056&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ac51729297053318b6e4def3d81f9eab", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23151056&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: The mosquito Aedes albopictus is undergoing a worldwide expansion with potential consequences on transmission of various arboviruses. This species has been first detected in Lebanon in 2003. METHODS: We performed a phylogenetic study of Lebanese specimens and assessed their host preference by detecting human, cat, dog and chicken immunoglobulins in mosquito blood-meals. Their capacity to transmit arboviruses was investigated by providing infectious blood-meals using an artificial feeding system followed by detection of viral particles in mosquito saliva. RESULTS: Our results suggest that Lebanese strains are part of the recent wave of Ae. albopictus expansion and are related to some European, African and North American strains. They exhibited a host preference towards humans and an important capacity to transmit arboviruses. Indeed, we showed that Ae. albopictus was able to transmit chikungunya (CHIKV), dengue (DENV) and West-Nile (WNV) viruses. At day 10 after an infectious blood-meal at a titer of 108 MID50/ml, 30% of mosquitoes delivered an average of 515 ± 781 viral particles of CHIKV in saliva collected using a forced salivation technique and 55% with an average of 245 ± 304 viral particles when infected with WNV. Whereas DENV was not found in saliva at day 10 post-infection (pi), an average of 174 ± 455 viral particles was detected in 38.1% of mosquitoes tested at day 21 after an infectious blood-meal at a higher titer of 109 MID50/ml. CONCLUSION: These observations suggest that Ae. albopictus around Beirut is a potential vector of the three tested arboviruses.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23151056"}, {"type": "doi", "id": "10.1186/1471-2334-12-300"}], "author": ["Haddad Nabil", "Chamat Soulaima", "Osta Mike Abboud", "Mousson Laurence", "Tayeh Joelle", "Vazeille Marie", "Failloux Anna-Bella"], "relatedPublications": 0, "id": "50|r3d100010527::c336fbfe414e8e7cb912c4b22a1616ef", "title": ["Aedes albopictus in Lebanon, a potential risk of arboviruses outbreak."], "relatedDatasets": 2}
752
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28b89c9a65e95db2f0d22cea27124642", "id": {"identifier": "10.5517/cc10j05q", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fbc7e5822cab569240580ef9963473f2", "id": {"identifier": "10.5517/cc10j06r", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cb5784a3540b46a43dd9bb5e33183ab6", "id": {"identifier": "10.5517/cc10j09v", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::19f676621aee354ee25df4f1f5e1d792", "id": {"identifier": "10.5517/cc10j04p", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::35c649dd612be64f7cbd2f139ab6edbe", "id": {"identifier": "10.5517/cc10j03n", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ac2e0d0de72226dc6f449a6d20225887", "id": {"identifier": "10.5517/cc10j02m", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Auf direktem Wege zu einem Cer(IV)-Carbenkomplex gelangt man durch die Einelektronenoxidation einer anionischen Carben-Cerat(III)-Vorstufe. So werden Zersetzungsprozesse vermieden, die die Oxidation neutraler Cer(III)-Verbindungen erschweren. Der Cer(IV)-Carbenkomplex enthalt die erste Lanthanoid(IV)-Element-Mehrfachbindung; dabei binden Cer und Kohlenstoff uber zwei Elektronenpaare.", "author": ["Blake Alexander J.", "Gregson Matthew", "Lu Erli", "Lewis William", "Liddle Stephen T.", "McMaster Jonathan"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201306984"}], "id": "50|dli_resolver::e45693baea47c26aa3293d1d9b30a1d5", "relatedPublications": 0, "date": [""], "title": ["\"A Cerium(IV)-Carbon Multiple Bond\""], "relatedDatasets": 6}
753
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d49690baac988aee5f37ac585f5f1fb7", "id": {"identifier": "cp000673.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Rex in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jbiotec.2016.06.024"}], "id": "50|elsevier____::177777b7c2f00b4cd101948cb5ee1765", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 1}
754
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1d3c67fea488cd6446742c446ffb9195", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10939664&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e9e17276874f17bb539e1103aa1f0c8e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10939664&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0b57d27adb99e97710c22ebd4cd634f1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10939664&result=sequence_release", "schema": "url"}}], "abstract": "None: The broad and vague phenotypic definition allowed the genus Pseudomonas to become a dumping ground for incompletely characterized polarly flagellated, gram-negative, rod-shaped, aerobic bacteria, and a large number of species have been accommodated in the genus Pseudomonas. The 16S rRNA sequences of 128 valid and invalid Pseudomonas species, which included almost valid species of the genus Pseudomonas listed in the Approved Lists of Bacterial Names, were obtained: sequences of 59 species were determined and those of 69 species were obtained from the GenBank/EMBL/DDBJ databases. These sequences were compared with the sequences of other species of the Proteobacteria. Fifty-seven valid or invalid species including Pseudomonas aeruginosa (type species of the genus Pseudomonas Migula 1894) belonged to the genus Pseudomonas (sensu stricto). Seven subclusters were formed in the cluster of the genus Pseudomonas (sensu stricto), and the resulting clusters conformed well to the rRNA-DNA hybridization study by Palleroni (1984). The other species did not belong to the genus Pseudomonas (sensu stricto) and were related to other genera, which were placed in four subclasses of the Proteobacteria (alpha, beta, gamma and gamma-beta subclasses). Twenty-six examined species, which were not included in the cluster of the Pseudomonas (sensu stricto) and have not been transferred to other genera as yet, are listed alphabetically: 'Pseudomonas abikonensis', Pseudomonas antimicrobica, Pseudomonas beijerinckii, Pseudomonas beteli, Pseudomonas boreopolis, 'Pseudomonas butanovora', Pseudomonas carboxydohydrogena, Pseudomonas cissicola, Pseudomonas doudoroffii, Pseudomonas echinoides, Pseudomonas elongata, Pseudomonas flectens, Pseudomonas geniculata, Pseudomonas halophila, Pseudomonas hibiscicola, Pseudomonas huttiensis, Pseudomonas iners, Pseudomonas lanceolata, Pseudomonas lemoignei, Pseudomonas mephitica, Pseudomonas pictorum, Pseudomonas saccharophila, Pseudomonas spinosa, Pseudomonas stanier, Pseudomonas syzygii and Pseudomonas woodsii. The phylogenetic affiliations of these 26 pseudomonads species are shown.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10939664"}], "author": ["Anzai Y", "Oyaizu H", "Kim H", "Wakabayashi H", "Park J Y"], "relatedPublications": 0, "id": "50|r3d100010527::d566f62bc2f7a6d66a15ed4c0bb5c4bc", "title": ["Phylogenetic affiliation of the pseudomonads based on 16S rRNA sequence."], "relatedDatasets": 3}
755
{"typology": "publication", "publisher": ["The Journal of clinical investigation"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3ed60a48c1b43e890c5e70ff4766a925", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9691087&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::13020f95bade8924a0c6b78b63389d34", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9691087&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::47d8a353c74c48e28330fe08801a6a01", "id": {"identifier": "aj003102", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c9900f882c462690128509dba72f1b91", "id": {"identifier": "aj003087", "schema": "ena"}}], "abstract": "None: Glycogen storage disease type 0 (GSD-0) is a rare form of fasting hypoglycemia presenting in infancy or early childhood and accompanied by high blood ketones and low alanine and lactate concentrations. Although feeding relieves symptoms, it often results in postprandial hyperglycemia and hyperlactatemia. The glycogen synthase (GS) activity has been low or immeasurable in liver biopsies, whereas the liver glycogen content has been only moderately decreased. To investigate whether mutations in the liver GS gene (GYS2) on chromosome 12p12.2 were involved in GSD-0, we determined the exon-intron structure of the GYS2 gene and examined nine affected children from five families for linkage of GSD-0 to the GYS2 gene. Mutation screening of the 16 GYS2 exons was done by single-strand conformational polymorphism (SSCP) and direct sequencing. Liver GS deficiency was diagnosed from liver biopsies (GS activity and glycogen content). GS activity in the liver of the affected children was extremely low or nil, resulting in subnormal glycogen content. After suggestive linkage to the GYS2 gene had been established (LOD score = 2.9; P < 0.01), mutation screening revealed several different mutations in these families, including a premature stop codon in exon 5 (Arg246X), a 5'-donor splice site mutation in intron 6 (G+1T--> CT), and missense mutations Asn39Ser, Ala339Pro, His446Asp, Pro479Gln, Ser483Pro, and Met491Arg. Seven of the affected children carried mutations on both alleles. The mutations could not be found in 200 healthy persons. Expression of the mutated enzymes in COS7 cells indicated severely impaired GS activity. In conclusion, the results demonstrate that GSD-0 is caused by different mutations in the GYS2 gene.", "author": ["Nuttall F Q", "Nu, Bosshard", "Blümel, P.", "Lc, Groop", "Gannon M C", "Groop L C", "Gitzelmann R", "Orho M", "Blümel P", "Aynsley-Green A", "Orho, M.", "Aynsley-Green, A.", "Mc, Gannon", "Fq, Nuttall", "Nr, Buist", "Gitzelmann, R.", "Bosshard N U", "Buist N R"], "localIdentifier": [{"type": "pbmid", "id": "9691087"}, {"type": "pmid", "id": "9691087"}], "id": "50|dedup_wf_001::8685c847989a7ff522ea64ca82501083", "relatedPublications": 0, "date": ["1998-08-01"], "title": ["Mutations in the liver glycogen synthase gene in children with hypoglycemia due to glycogen storage disease type 0."], "relatedDatasets": 4}
756
{"typology": "publication", "publisher": ["Molecular ecology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6dc034a045d87d52a7e566089aa22791", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16202099&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a4f19f6c1beb5511449133b3af07cbca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16202099&result=sequence_release", "schema": "url"}}], "abstract": "None: We investigated the species status and intraspecific phylogeography in South Korea of two ground beetle species, Coptolabrus jankowskii and Coptolabrus smaragdinus (Coleoptera: Carabidae), using statistical parsimony networks and nested clade analyses based on sequences from the mitochondrial cytochrome oxidase subunit I (COI) and nuclear phosphoenolpyruvate carboxykinase (PepCK) and wingless (Wg) genes. Although traditional parsimony tree construction generally failed to resolve interspecific relationships and construct biologically meaningful genealogies, analysis using statistical parsimony networks yielded statistically significant inter- and intraspecific genealogical structures. We found that although these two species represent a notable case of trans-species polymorphisms in both mitochondrial and nuclear gene sequences, their status as separate species was evidenced by the nonrandom association between species and nested clades at various nesting levels. The exceptional occurrence of shared identical or very similar COI sequences was considered to be the result of introgressive hybridization. In addition, range expansion and fragmentation events across the Korean Peninsula and adjacent islands were inferred from nested clade phylogeographical analyses. The COI gene revealed the geographical divergence of major eastern and western clades and historical biogeographical events within each major clade, whereas the nuclear PepCK gene, which did not reveal corresponding east-west clades, indicated past fragmentation and range expansion across wide areas that may have been the result of older biogeographical events. Thus, phylogeographical inferences drawn from analyses of mitochondrial and nuclear genes can reveal different and potentially complementary information about phylogeographical processes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16202099"}], "author": ["Kubota K", "Takami Y", "Sota T", "Zhang A B", "Kim J L", "Kim J K"], "relatedPublications": 0, "id": "50|r3d100010527::c1a787d55cac221f2c6fa613a18ebf2a", "title": ["Species status and phylogeography of two closely related Coptolabrus species (Coleoptera: Carabidae) in South Korea inferred from mitochondrial and nuclear gene sequences."], "relatedDatasets": 2}
757
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38cd22a83f0db7d2f4192c60fc676249", "id": {"identifier": "10.5517/ccyb0qz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a5595fd91a4e9233ca7f60e97837df18", "id": {"identifier": "10.5517/ccyb0nx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5c99dadcb718bdf4389c967afab17b65", "id": {"identifier": "10.5517/ccyb0py", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a9d31680f20183ef3cbb11107314fff5", "id": {"identifier": "10.5517/ccyb0mw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Cobalt(III) complexes containing carboxylate anions, [Co(phen) 2 CO 3 ]X·nH 2 O, where X = trifluoroacetate (  tfa  ,  n  = 5;  1 ), 4-chloro-3-nitrobenzoate (  3-cnbz  ,  n  = 6;  2 ), 4-chloro-2-nitrobenzoate (  2-cnbz  ,  n  = 4;  3 ), 2,4-dinitrobenzoate (  dnbz  ,  n  = 1;  4 ), have been synthesized by the reaction of [Co(phen) 2 CO 3 ]Cl·5H 2 O and corresponding sodium salt of carboxylic acid in aqueous medium. These complexes were characterized by elemental analysis, solubility product, conductance measurements, thermal studies and spectroscopic studies. The crystal structures of  1–4  have been determined by single-crystal X-ray structure determination. The hydrogen bonding (C–H⋯O and O–H⋯O) and π–π stacking interactions led to the formation of pillared layer, square cavities type and zig-zag layered arrangements in  2 ,  3  and  4  respectively, while in complex salt  1 , C–H⋯F interactions have been observed between the complex cations and anions.", "author": ["Salas Juan M.", "Rodríguez-Diéguez Antonio", "Venugopalan Paloth", "Sharma Raj Pal", "Singh Ajnesh"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2012.06.092"}], "id": "50|dli_resolver::1ede72f0fcff8ca611b4a9366c5e2685", "relatedPublications": 0, "date": [""], "title": ["\"Influence of carboxylate counter anions on the cationic framework of 1,10-phenanthroline cobalt(III) complexes: Syntheses, characterization and single crystal structure determination of Co(phen)2CO3X.nH2O complexes\""], "relatedDatasets": 4}
758
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0e580f503b63e24a30ad3dfc9eaf312a", "id": {"identifier": "10.3886/icpsr28661.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Yu, Shengchao", "Hannum, Emily"], "localIdentifier": [{"type": "doi", "id": "10.1525/sop.2007.50.1.53"}], "relatedPublications": 0, "title": ["Food for thought: Poverty, family nutritional environment, and children's educational performance in rural China"], "id": "50|r3d100010255::08904aa5316f5950074585a3e3233000"}
759
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5b48d420c4605031cf915ec64f8ece1", "id": {"identifier": "10.5517/ccz2f8q", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8312d903fefadd1d6b4f266c4be5fd46", "id": {"identifier": "10.5517/ccz2f7p", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gouverneur Véronique", "Bonillo Baltasar", "Thompson Amber L.", "Odell Barbara", "Claridge Tim D. W.", "Patel Rakesh", "Combettes Lorraine E.", "Schuler Marie"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201201576"}], "id": "50|dli_resolver::3e29d1c5fafbcce33bb867331e8a8d0e", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of 3-Fluoropyrrolidines and 4-Fluoropyrrolidin-2-ones from Allylic Fluorides\""], "relatedDatasets": 2}
760
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3d2636153eff282d158719999ccf9e4a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2c5fa73783d9476675f77104e6cfb077", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fe0aa9f9edb652908f305a5cc89330f1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::38e02c6769ce59a4e2a4bee246b04134", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d68f7fbf6fde423ec133e788f607b220", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9db554c482b4f92aac9d9aaffbf42014", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1339276&result=wgs_set", "schema": "url"}}], "abstract": "None: Neurofibromatosis type 1 (NF1) is an autosomal dominant neurocutaneous disorder, and a gene linked to NF1 was recently identified. Its gene product (NF1 protein) contains a domain functionally related to mammalian ras GTPase-activating protein (GAP). Here, we cloned a cDNA coding for NF1 protein isoform lacking the region related to GAP from a oligo(dT)-primed cDNA library of human placenta. This cDNA carries the insert of about 2.4 kb, coding for a protein of 551 amino acid residues, which shares the same aminoterminal 547 residues with authentic NF1 protein. We show that NF1 mRNAs of about 2.9, 11, and 13 kb are expressed in human tissues, and that the isolated cDNA may represent the 2.9-kb transcript.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1339276"}], "author": ["Kubota Y", "Takahashi K", "Suzuki H", "Shibahara S"], "relatedPublications": 0, "id": "50|r3d100010527::3b0d394a781702cdf5c310050184d8d7", "title": ["Molecular cloning of a cDNA coding for neurofibromatosis type 1 protein isoform lacking the domain related to ras GTPase-activating protein."], "relatedDatasets": 6}
761
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2feaec4bc519235c69e3ee1edc099ef4", "id": {"identifier": "aaa16074", "schema": "ncbi-p"}}], "abstract": "", "title": ["Electrochemical detection of the disease marker human chitinase-3-like protein 1 by matching antibody-modified gold electrodes as label-free immunosensors"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bioelechem.2014.07.006"}], "id": "50|elsevier____::4820911f0872f58cd7b62eed0d5c7914", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 1}
762
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14088a822ca554c2d288be71554629b4", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz8n", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aaacebbd186d3f5ed5c18e8bd5c54ef4", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz5k", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::905255920c7b154a0595d86b8f895b00", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz2g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a3b00db2064da0fd0a9f4aef54043d7d", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz3h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::193fd37457d2997a1d7817695076f73e", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz7m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e3aa61499b08f90a70dd51643eb4f72", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz6l", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::43b13bccf35dcba75047d1ef869db2a0", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz0d", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0f440f9472a9a208512fa8a288196d9a", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz1f", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::505e2773f84e14ed161ee8c1c40a7106", "id": {"identifier": "10.5517/ccdc.csd.cc1pqz4j", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Beckhaus Rüdiger", "Fischer Malte", "Schmidtmann Marc"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.organomet.7b00673"}], "id": "50|dli_resolver::712361480e5345a3043776ab24ab6ff3", "relatedPublications": 0, "date": [""], "title": ["\"From Five to Five: Titanium Ketimine Complexes with Monoaza-butadiene η4-Coordination Mode and Hidden η2-Imine Reactivity\""], "relatedDatasets": 9}
763
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::48695c8a26490a22f3f0cf45aece0139", "id": {"identifier": "af087453", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4747befd8ae3f8abef69a35e0a76b65c", "id": {"identifier": "u67136", "schema": "ena"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::bde1f023e441b552fe0a5660b091e8e0", "id": {"identifier": "u67136", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::73bb18ec5d3a454f281c4687eaf25785", "id": {"identifier": "af087453", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d9904902100a18b26afb1bc35e707c77", "id": {"identifier": "af087454", "schema": "ena"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::69ad98f4169aaabeceaa6cbd6bd6a333", "id": {"identifier": "af087454", "schema": "genbank"}}], "abstract": "M-type (KCNQ2/3) potassium channels are suppressed by activation of Gq/11-coupled receptors, thereby increasing neuronal excitability. We show here that rat KCNQ2 can bind directly to the multivalent A-kinase-anchoring protein AKAP150. Peptides that block AKAP150 binding to the KCNQ2 channel complex antagonize the muscarinic inhibition of the currents. A mutant form of AKAP150, AKAP(∆A), which is unable to bind protein kinase C (PKC), also attenuates the agonist-induced current suppression. Analysis of recombinant KCNQ2 channels suggests that targeting of PKC through association with AKAP150 is important for the inhibition. Phosphorylation of KCNQ2 channels was increased by muscarinic stimulation; this was prevented either by coexpression with AKAP(∆A) or pretreatment with PKC inhibitors that compete with diacylglycerol. These inhibitors also reduced muscarinic inhibition of M-current. Our data indicate that AKAP150-bound PKC participates in receptor-induced inhibition of the M-current.", "author": ["Nicolas Wanaverbecq", "Hoshi Naoto", "Scott, John D.", "Yokoyama Shigeru", "Haruhiro Higashida", "Langeberg Lorene K", "Takahiro Takeuchi", "Jia-Sheng Zhang", "Wanaverbecq Nicolas", "Brown, David A.", "Takeuchi Takahiro", "Omaki Miho", "Shigeru Yokoyama", "Brown David A", "Yukio Yoneda", "Naoto Hoshi", "Higashida Haruhiro", "Scott John D", "Miho Omaki", "Yoneda Yukio", "Zhang Jia-Sheng", "Langeberg, Lorene K."], "localIdentifier": [{"type": "doi", "id": "10.1038/nn1062"}, {"type": "pmid", "id": "12754513"}], "id": "50|dedup_wf_001::0414a9d78a8daa5a1a449afaf36bd70c", "relatedPublications": 0, "date": [""], "title": ["\"AKAP150 signaling complex promotes suppression of the M-current by muscarinic agonists\""], "relatedDatasets": 6}
764
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8cc6de3a8e815da3c578d9b5aadb3635", "id": {"identifier": "10.5517/cc111fgz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d6092b79aaa52f5bc2bea58a2698fd91", "id": {"identifier": "10.5517/cc111fdx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::661da97c068f2ebcc82e190b641da506", "id": {"identifier": "10.5517/cc111ffy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Carbamoyl anions, generated from N,N-disubstituted formamides and lithium diisopropylamide, add with high diastereoselectivity to chiral N-sulfinyl aldimines and ketimines to provide α-amino amides. The methodology enables the direct introduction of a carbonyl group without the requirement of unmasking steps as with other nucleophiles. The products may be converted to α-amino esters or 1,2-diamines. Iterative application of the reaction enabled the stereoselective synthesis of a dipeptide. Spectroscopic and computational studies support an anion structure with η2 coordination of lithium by the carbonyl group.", "author": ["Herbage Melissa A.", "Li Guisheng", "Senanayake Chris H.", "Lu Bruce Z.", "Lee Heewon", "Campbell Scot", "Ma Shengli", "Han Zhengxu S.", "Grinberg Nelu", "Reeves Jonathan T.", "Xu Yibo", "Marsini Maurice A.", "Tan Zhulin", "Li Zhibin", "Gonnella Nina C.", "Fandrick Keith R."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja402647m"}], "id": "50|dli_resolver::2f03ddb5e1489c032eee21729689a197", "relatedPublications": 0, "date": [""], "title": ["\"Carbamoyl Anion Addition toN-Sulfinyl Imines: Highly Diastereoselective Synthesis of α-Amino Amides\""], "relatedDatasets": 3}
765
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::57e05a4ef8e8e23af7386b43bb6e88c1", "id": {"identifier": "kc127657", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6bdf9c69e36bd57bf7f89e4cb44e9ec2", "id": {"identifier": "kc127658", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4989b307eca5738e38f100cac8521d1a", "id": {"identifier": "kc127660", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1cadc0a14989aed101a67a02cf2d4d38", "id": {"identifier": "kc127662", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::180e0edfed260a531285396df96d1b01", "id": {"identifier": "kc127659", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::49415ff6bdbe1da9a31dfba0ddc6c525", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25369126&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::969e195de683ae1dc9755cc0cc498c4a", "id": {"identifier": "kc127661", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c7990526c6bb824149049873ef6755d4", "id": {"identifier": "gu289401", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1d258fed6e8151e509ea189ba2a83665", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25369126&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a5c9a3745701f7460f727e309a1dabed", "id": {"identifier": "kc127663", "schema": "ena"}}], "abstract": "None: Ovine rinderpest or goat plague is an economically important and contagious viral disease of sheep and goats, caused by the Peste des petits ruminants virus (PPRV). Differences in susceptibility to goat plague among different breeds and water buffalo exist. The host innate immune system discriminates between pathogen associated molecular patterns and self antigens through surveillance receptors known as Toll like receptors (TLR). We investigated the role of TLR and cytokines in differential susceptibility of goat breeds and water buffalo to PPRV. We examined the replication of PPRV in peripheral blood mononuclear cells (PBMC) of Indian domestic goats and water buffalo and demonstrated that the levels of TLR3 and TLR7 and downstream signalling molecules correlation with susceptibility vs resistance. Naturally susceptible goat breeds, Barbari and Tellichery, had dampened innate immune responses to PPRV and increased viral loads with lower basal expression levels of TLR 3/7. Upon stimulation of PBMC with synthetic TLR3 and TLR7 agonists or PPRV, the levels of proinflammatory cytokines were found to be significantly higher while immunosuppressive interleukin (IL) 10 levels were lower in PPRV resistant Kanni and Salem Black breeds and water buffalo at transcriptional level, correlating with reduced viralloads in infected PBMC. Water buffalo produced higher levels of interferon (IFN) α in comparison with goats at transcriptional and translational levels. Pre-treatment of Vero cells with human IFNα resulted in reduction of PPRV replication, confirming the role of IFNα in limiting PPRV replication. Treatment with IRS66, a TLR7 antagonist, resulted in the reduction of IFNα levels, with increased PPRV replication confirming the role of TLR7. Single nucleotide polymorphism analysis of TLR7 of these goat breeds did not show any marked nucleotide differences that might account for susceptibility vs resistance to PPRV. Analyzing other host genetic factors might provide further insights on susceptibility to PPRV and genetic polymorphisms in the host.", "author": ["Moanaro Biswas", "Tirumurugaan, Krishnaswamy G.", "Vignesh Ambothi R", "Subbiah Elankumaran", "Ramya R", "Kataria Ranjit S", "Gopal Dhinakar Raj", "Kataria, Ranjit S.", "Tirumurugaan Krishnaswamy G", "Dhanasekaran Sakthivel", "Raja Angamuthu", "Parida Satya", "Raj Gopal Dhinakar", "Sakthivel Dhanasekaran", "Vignesh, Ambothi R.", "Ramya, R.", "Elankumaran Subbiah", "Satya Parida", "Angamuthu Raja", "Biswas Moanaro"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0111609"}, {"type": "pmid", "id": "25369126"}, {"type": "pbmid", "id": "25369126"}], "id": "50|dedup_wf_001::40a50fb0abf0da0a17ba499a2fe48bfa", "relatedPublications": 0, "date": ["2014-11-04"], "title": ["Toll-like receptor responses to Peste des petits ruminants virus in goats and water buffalo."], "relatedDatasets": 10}
766
{"typology": "publication", "publisher": ["Ocean Drilling Program\n"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::967595e3d53946169cb666e242cfb18f", "id": {"identifier": "10.1594/pangaea.728460", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf20640be61e1594b2bba10c62badb10", "id": {"identifier": "10.1594/pangaea.728459", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8aa3b7549149d89257d0afcc470d8a79", "id": {"identifier": "10.1594/pangaea.728461", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8aa3b7549149d89257d0afcc470d8a79", "id": {"identifier": "10.1594/pangaea.728461", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::967595e3d53946169cb666e242cfb18f", "id": {"identifier": "10.1594/pangaea.728460", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf20640be61e1594b2bba10c62badb10", "id": {"identifier": "10.1594/pangaea.728459", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "incomplete", "datasourceName": "Thomson Reuters", "datasourceId": "dli_________::thomsonreuters"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wei W.", "Pospichal J.J."], "localIdentifier": [{"type": "doi", "id": "10.2973/odp.proc.sr.119.154.1991"}], "id": "50|dedup_wf_001::a5e1e7b914269b54f42bf4a0088bdf85", "relatedPublications": 0, "date": [""], "title": ["\"Danian Calcareous Nannofossil Succession at Site 738 in the Southern Indian Ocean \""], "relatedDatasets": 6}
767
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b1d8adb9ebb7d03052bee161d3c2e54", "id": {"identifier": "10.5517/cc1j96pq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Cyclopropanes fused to pyrrolidines are important structural features found in a number of marketed drugs and development candidates. Typically, their synthesis involves the cyclopropanation of a dihydropyrrole precursor. Reported herein is a complementary approach which employs a palladium(0)-catalyzed C-H functionalization of an achiral cyclopropane to close the pyrrolidine ring in an enantioselective manner. In contrast to aryl-aryl couplings, palladium(0)-catalyzed C-H functionalizations involving the formation of C(sp(3))-C(sp(3)) bonds of saturated heterocycles are very scarce. The presented strategy yields cyclopropane-fused gamma-lactams from chloroacetamide substrates. A bulky Taddol phosphonite ligand in combination with adamantane-1-carboxylic acid as a cocatalyst provides the gamma-lactams in excellent yields and enantioselectivities.", "author": ["Pedroni Julia", "Cramer Nicolai"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201505916"}], "id": "50|dli_resolver::e82fc29d4866aad8f139e33b57daf315", "relatedPublications": 0, "date": [""], "title": ["\"Chiral γ-Lactams by Enantioselective Palladium(0)-Catalyzed Cyclopropane Functionalizations\""], "relatedDatasets": 1}
768
{"typology": "publication", "publisher": ["Nature"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::210be672b450abdae80b36f8b80d5370", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f45d18356c8aae3a375d2a8bf385e78", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a3e16baa0df9ef4a72719d5a6c5d7306", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=read_run", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5a0d8c6414b921aa61ddb64be12c523d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=sample", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f572d8c6c8c1b3a4522dfd63440e07a5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=read_experiment", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c093a221dbe1241ab8393627cc3dfbea", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=377106&result=taxon", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "377106"}], "author": ["Kamp D", "Kahmann R"], "relatedPublications": 0, "id": "50|r3d100010527::cdbb2d1403a2b348dc8dfb872ee0f879", "title": ["Nucleotide sequences of the attachment sites of bacteriophage Mu DNA."], "relatedDatasets": 6}
769
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6064da16cfb8326a32c5264b2efec8b5", "id": {"identifier": "nm_204370", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::276c86bab1e221436d8b53609d41e20f", "id": {"identifier": "nm_001007086", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5b7f10face97d26aa42531397e56e7cd", "id": {"identifier": "xm_416113", "schema": "ncbi-n"}}], "abstract": "", "author": ["Cheng Andrew L.", "Colby Candice C.", "Josephs Lydia", "Liu Liqian", "Patel Chintan K.", "Keith, Duncan R.", "Thomas Paul V."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jprot.2014.03.037"}], "id": "50|dedup_wf_001::c1ec7597597ba0aed5aa152f7a7b2103", "relatedPublications": 0, "date": [""], "title": ["Localization and proteomic characterization of cholesterol-rich membrane microdomains in the inner ear"], "relatedDatasets": 3}
770
{"typology": "publication", "publisher": ["The Journal of experimental medicine"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::14637523abeaeed1896c97d7d7feaac1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9584149&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2bffdc8b5f66ad0bc4b343ba99f0e997", "id": {"identifier": "af039207", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9671dfd4bfb9df9049ee6219774c1136", "id": {"identifier": "y09476", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c06265b5f973a44703ce3d6eea30927c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9584149&result=sequence_release", "schema": "url"}}], "abstract": "None: Protective immunity to infection by many intracellular pathogens requires recognition by cytotoxic T lymphocytes (CTLs) of antigens presented on major histocompatibility complex (MHC) class I molecules. To be presented for recognition by pathogen-specific CTLs, these antigens must gain access to the host cell class I processing pathway. In the case of intracellular bacterial pathogens, the majority of bacterial proteins are retained within the bacterial membrane and therefore remain inaccessible to the host cell for antigen processing. We have isolated a CTL clone from a C57BL/6 mouse infected with the intracellular gram-positive bacterium Listeria monocytogenes (LM) and have identified the source of the antigen. Using a genomic expression library, we determined that the clone recognizes an antigenic N-formyl peptide presented by the nonpolymorphic murine MHC class Ib molecule, H2-M3. Several lengths of this peptide were able to sensitize cells for lysis by this CTL clone. The source of this antigenic peptide is a 23-amino acid polypeptide encoded at the start of a polycistronic region. Analysis of mRNA secondary structure of this region suggests that this polypeptide may be a leader peptide encoded by a transcriptional attenuator.", "author": ["Mf, Princiotta", "Lenz L L", "Bevan M J", "Ud, Staerz", "Princiotta M F", "Staerz U D", "Ll, Lenz", "Mj, Bevan"], "localIdentifier": [{"type": "pmid", "id": "9584149"}, {"type": "pbmid", "id": "9584149"}], "id": "50|dedup_wf_001::d090eab0184cd74fe3efbe233b70c71e", "relatedPublications": 0, "date": ["1998-05-01"], "title": ["H2-M3 restricted presentation of a Listeria-derived leader peptide."], "relatedDatasets": 4}
771
{"typology": "publication", "publisher": ["American Psychological Association (APA)"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::3bb8b605f769758f9feba8c94585cdd7", "id": {"identifier": "10.3886/icpsr03509.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::3bb8b605f769758f9feba8c94585cdd7", "id": {"identifier": "10.3886/icpsr03509.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::65b23872f40e352d34d4925b2488bd15", "id": {"identifier": "10.3886/icpsr03509", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6708dee342b46b06d444fea4c06c7616", "id": {"identifier": "10.3886/icpsr03509.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Data on self-re ported delinquent behavior of American adolescents are employed to test the hypothesis that such behavior is invoked as a defense against a derogated self-image. The hypothesis specifies one source of threat to self-esteem and its impact on both conscious and unconscious images of the self.", "author": ["Mann David", "Mann, David", "Gold Martin", "Gold, Martin"], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1939-0025.1972.tb02513.x"}], "id": "50|dedup_wf_001::e7d748be8eacf6bf4857dcc051bad5bd", "relatedPublications": 0, "date": [""], "title": ["Delinquency as defense"], "relatedDatasets": 4}
772
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a8a90ebe84bcb9d52eaaeb8695b9395b", "id": {"identifier": "10.6084/m9.figshare.5649085.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e617e0579fa1ebefc30f9a86f2af54e5", "id": {"identifier": "10.6084/m9.figshare.c.3942418.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a6c502149923f7f04bf52c7e9eb08e7e", "id": {"identifier": "10.6084/m9.figshare.c.3942418", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wilson David B.", "Himmel Michael E.", "Xu Qi", "Sammond Deanne W.", "Bomble Yannick J.", "Alahuhta Markus", "Lunin Vladimir V.", "Brunecky Roman", "Brady John W.", "Chen Mo"], "localIdentifier": [{"type": "doi", "id": "10.1186/s13068-017-0951-5"}], "id": "50|dli_resolver::d0e942130739d495aeabc4952b4a90f6", "relatedPublications": 0, "date": [""], "title": ["\"Natural diversity of glycoside hydrolase family 48 exoglucanases: insights from structure\""], "relatedDatasets": 3}
773
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8fec103b8f2f1b777eff8b0721de4e14", "id": {"identifier": "10.5517/cc5gf56", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, 4-nitro-7-oxo­cyclo­hepta-1,3,5-trienyl butanoate, C11H11NO5, the tropolone ring is approximately perpendicular to the ester plane [dihedral angle 71.8 (1)°] and the paraffin chain has trans and gauche conformations. Intermolecular π–π interactions between the tropolone planes are observed in the crystalline state.", "author": ["Kubo Kanji", "Tsuruta Tetsuya", "Mori Akira"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536801003749"}], "id": "50|dli_resolver::720b826014e7f030b1fa16922fca1caf", "relatedPublications": 0, "date": [""], "title": ["\"2-Butanoyloxy-5-nitrotropone\""], "relatedDatasets": 1}
774
{"typology": "publication", "publisher": ["Journal of bacteriology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0bb395b9ddaa9cda27ed449d534c1d96", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653222&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f44bd5ec0f0ac0ec78ce4b7c5fc8a23a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653222&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::75867283056e770414dab3baf2e7e682", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653222&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c82fd6044264a953d0fa84e71668328a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1653222&result=coding_release", "schema": "url"}}], "abstract": "None: The ftsZ gene is essential for initiation of cell division in Escherichia coli and Bacillus subtilis. To begin our studies of division arrest during differentiation of Rhizobium meliloti bacteroids, we isolated a R. meliloti ftsZ homolog, ftsZRm. Degenerate primers directed towards a conserved region of ftsZ were used to amplify a segment of R. meliloti DNA by polymerase chain reaction, and the product of this reaction was then used to isolate positive clones from a bacteriophage library. The DNA sequence of an open reading frame containing the region of homology indicated that the R. meliloti FtsZ protein (FtsZRm) is 50% homologous to the known E. coli and B. subtilis FtsZ proteins, but at 590 amino acids (63 kDa), it is predicted to be nearly 50% larger. Strong expression of an approximately 70-kDa labeled protein in a coupled in vitro transcription-translation system supports this prediction. The additional 200 amino acids appear to fall in a single internal domain highly enriched for proline and glutamine residues. When we regulated R. meliloti ftsZ (ftsZRm) expression on a high-copy-number plasmid in E. coli with Plac and laclq, cells were smaller than normal in the presence of low FtsZRm levels (with no isopropyl-beta-D-thiogalactopyranoside [IPTG]) and filamentous when FtsZRm was overproduced (with IPTG). These results suggest that low levels of FtsZRm stimulate E. coli cell division, while high levels may be inhibitory.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1653222"}], "author": ["Margolin W", "Corbo J C", "Long S R"], "relatedPublications": 0, "id": "50|r3d100010527::bc48a920a04df4294286df71585b09e8", "title": ["Cloning and characterization of a Rhizobium meliloti homolog of the Escherichia coli cell division gene ftsZ."], "relatedDatasets": 4}
775
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1ac5aff983195e86795475de6390a81f", "id": {"identifier": "1a3q", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::cc1370906f1759556bc46202b7341c7f", "id": {"identifier": "1svc", "schema": "pdb"}}], "abstract": "", "title": ["The Transcriptional Specificity of NF-κB Dimers Is Coded within the κB DNA Response Elements"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.celrep.2012.08.042"}], "id": "50|elsevier____::aa66732284b0f6581b4095d61669dc6d", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 4}
776
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::caf4117cb10bf1609946d59522ca56d8", "id": {"identifier": "10.5517/ccr80vv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A 4f-3d heterometallic polymeric coordination compound [{Dy (hfac)2(CH30H)}2(Cu (dmg)(Hdmg)} 2 ] n  ([Dy 2 Cu 2 ] n ; H 2 dmg = dimethylglyoxime; Hhfac = 1,1,1,5,5,5-hexafluoropentane-2,4-dione) was synthesized, and the X-ray crystallographic analysis shows that the structure is isomorphous to the known ferrimagnetic [Gd 2 Cu 2 ] n  polymer. A centrosymmetric diamond-arrayed ferrimagnetic unit involving the oximate bridge, Dy-O-N-Cu, is repeated to form a discrete chain. An onset of the frequency dependence was found in the ac magnetic susceptibility measurements down to 1.8 K. Low-temperature magnetization measurements on [Dy 2 Cu 2 ] n  exhibited magnetic hysteresis with magnetization steps. To examine the energy level structure and the exchange coupling between the Dy and Cu ions, high-frequency EPR (HF-EPR) spectra of a polycrystalline sample of [Dy 2 Cu 2 ] n  were recorded at various frequencies (34.7-525.4 GHz) and temperatures. We analyzed the spectra by treating the Dy moments as Ising spins and built an exchange-coupling model for a diamond-arrayed tetranuclear macrocycle [Dy 2 Cu 2 ]. The Dy-Cu exchange couplings were precisely evaluated, owing to the high resolution of HF-EPR; J/k B  = -0.895(8) and -0.061(8) K for two independent Dy-Cu relations, where the exchange parameter is defined as -J. The Cu···Cu coupling among the macrocycles was estimated to be ferromagnetic with approximately 1 K. The present study has established the definitive methodology to examine the energy level in 4f-3d heterometallic systems by using HF-EPR. The magnetic properties of the [Dy 2 Cu 2 ] n  chain were plausibly described as a perturbed system of a single-molecule magnet. The quantum tunneling of the magnetization is based on a different principle compared with those of the 3d-based single-molecule magnets, since the energy level structure of [Dy 2 Cu 2 ] n  is regulated by the exchange couplings.", "author": ["Ishida Takayuki", "Nojiri Hiroyuki", "Nogami Takashi", "Okazawa Atsushi"], "localIdentifier": [{"type": "doi", "id": "10.1021/cm703530n"}], "id": "50|dli_resolver::7db213f2e5870f3a772fca2753ebab93", "relatedPublications": 0, "date": [""], "title": ["\"Exchange Coupling and Energy-Level Crossing in a Magnetic Chain Dy2Cu2nEvaluated by High-Frequency Electron Paramagnetic Resonance\""], "relatedDatasets": 1}
777
{"typology": "publication", "publisher": ["Global change biology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9478bf02e50bf291db3b18133f0def7d", "id": {"identifier": "jq179496", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1f38ae2a05411caa77f331730a80c1e1", "id": {"identifier": "jq178383", "schema": "ena"}}], "abstract": "None: Crustose coralline algae (CCA) are a critical component of coral reefs as they accrete carbonate for reef structure and act as settlement substrata for many invertebrates including corals. CCA host a diversity of microorganisms that can also play a role in coral settlement and metamorphosis processes. Although the sensitivity of CCA to ocean acidification (OA) is well established, the response of their associated microbial communities to reduced pH and increased CO2 was previously not known. Here we investigate the sensitivity of CCA-associated microbial biofilms to OA and determine whether or not OA adversely affects the ability of CCA to induce coral larval metamorphosis. We experimentally exposed the CCA Hydrolithon onkodes to four pH/pCO2 conditions consistent with current IPCC predictions for the next few centuries (pH: 8.1, 7.9, 7.7, 7.5, pCO2 : 464, 822, 1187, 1638 μatm). Settlement and metamorphosis of coral larvae was reduced on CCA pre-exposed to pH 7.7 (pCO2  = 1187 μatm) and below over a 6-week period. Additional experiments demonstrated that low pH treatments did not directly affect the ability of larvae to settle, but instead most likely altered the biochemistry of the CCA or its microbial associates. Detailed microbial community analysis of the CCA revealed diverse bacterial assemblages that altered significantly between pH 8.1 (pCO2  = 464 μatm) and pH 7.9 (pCO2  = 822 μatm) with this trend continuing at lower pH/higher pCO2 treatments. The shift in microbial community composition primarily comprised changes in the abundance of the dominant microbes between the different pH treatments and the appearance of new (but rare) microbes at pH 7.5. Microbial shifts and the concomitant reduced ability of CCA to induce coral settlement under OA conditions projected to occur by 2100 is a significant concern for the development, maintenance and recovery of reefs globally.", "author": ["Sven Uthicke", "Botté, Emanuelle S.", "Botté Emanuelle S", "Webster, Nicole S.", "Florita Flores", "Negri, Andrew P.", "Uthicke Sven", "Webster Nicole S", "Flores Florita", "Negri Andrew P"], "localIdentifier": [{"type": "pmid", "id": "23504741"}, {"type": "doi", "id": "10.1111/gcb.12008"}, {"type": "pbmid", "id": "23504741"}], "id": "50|dedup_wf_001::748d5e5c81c9401d99779ff651b75b3e", "relatedPublications": 0, "date": ["2012-09-25"], "title": ["Ocean acidification reduces induction of coral settlement by crustose coralline algae."], "relatedDatasets": 2}
778
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::ab90a7b32ad91186a1467f13b63af9c1", "id": {"identifier": "2a2k", "schema": "pdb"}}], "abstract": "Cdc25 phosphatases are key activators of the eukaryotic cell cycle and compelling anticancer targets because their overexpression has been associated with numerous cancers. However, drug discovery targeting these phosphatases has been hampered by the lack of structural information about how Cdc25s interact with their native protein substrates, the cyclin-dependent kinases. Herein, we predict a docked orientation for Cdc25B with its Cdk2-pTpY-CycA protein substrate by a rigid-body docking method and refine the docked models with full-scale molecular dynamics simulations and minimization. We validate the stable ensemble structure experimentally by a variety of in vitro and in vivo techniques. Specifically, we compare our model with a crystal structure of the substrate-trapping mutant of Cdc25B. We identify and validate in vivo a novel hot-spot residue on Cdc25B (Arg492) that plays a central role in protein substrate recognition. We identify a hot-spot residue on the substrate Cdk2 (Asp206) and confirm its interaction with hot-spot residues on Cdc25 using hot-spot swapping and double mutant cycles to derive interaction energies. Our experimentally validated model is consistent with previous studies of Cdk2 and its interaction partners and initiates the opportunity for drug discovery of inhibitors that target the remote binding sites of this protein-protein interaction.", "author": ["Kristjánsdóttir Kolbrun", "Yang Weitao", "Rudolph Johannes", "Sohn Jungsan", "Brown Paul", "Safi Alexias", "Buhrman Gregory", "Edelsbrunner Herbert", "Parks Jerry M."], "localIdentifier": [{"type": "doi", "id": "10.1021/bi0516879"}], "id": "50|dli_resolver::33add16f7d9b6c6435907c1ee52638a7", "relatedPublications": 0, "date": [""], "title": ["\"Experimental Validation of the Docking Orientation of Cdc25 with Its Cdk2−CycA Protein Substrate†\""], "relatedDatasets": 1}
779
{"typology": "publication", "publisher": ["Foundation for Open Access Statistic"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::52fcb00384da1756a171a23d75a0b39d", "id": {"identifier": "10.3886/icpsr01255.v1", "schema": "url"}}], "abstract": "The R package simPH provides tools for effectively communicating results from Cox proportional hazard (PH) models, including models with interactive and nonlinear effects. The Cox (PH) model is a popular tool for examining event data. However, previously available computational tools have not made it easy to explore and communicate quantities of interest and associated uncertainty estimated from them. This is especially true when the effects are interactions or nonlinear transformations of continuous variables. These transformations are especially useful with Cox PH models because they can be employed to correctly specifying models that would otherwise violate the nonproportional hazards assumption. Package simPH makes it easy to simulate and then plot quantities of interest for a variety of effects estimated from Cox PH models including interactive effects, nonlinear effects, as well as standard linear effects. Package simPH employs visual weighting in order to effectively communicate estimation uncertainty. There are options to show either the standard central interval of the simulation's distribution or the shortest probability interval - which can be useful for asymmetrically distributed estimates. This paper uses hypothetical and empirical examples to illustrate package simPH 's syntax and capabilities.", "author": ["Gandrud Christopher"], "localIdentifier": [{"type": "doi", "id": "10.18637/jss.v065.i03"}], "id": "50|dli_resolver::67deb01b6b4a74eb99266d52258403f5", "relatedPublications": 0, "date": [""], "title": ["\"simPH: AnRPackage for Illustrating Estimates from Cox Proportional Hazard Models Including for Interactive and Nonlinear Effects\""], "relatedDatasets": 1}
780
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2def2876a4c9b1fe9f26b6c3ad52eace", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8c3d34e1301f9ae10847b87b5b84079", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::531d733a9eebe5383f51aab992ab4154", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6fa23a05b6505b990f03af88d55caf53", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c8d01f8412e34fcb424b1b2fb8cb5fb3", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ecf1c25ffe82d30de814d10bd6acaea6", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::95553bc8aa08997afa9e94dc59181768", "id": {"identifier": "10.6084/m9.figshare.c.3637739", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::616f4e75803f4584af58588687e26b1e", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d64af8cdf92e647cffe0662ea28351e1", "id": {"identifier": "10.6084/m9.figshare.c.3637739.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b810bf2eb1626aa29f40184fef1df0a9", "id": {"identifier": "10.6084/m9.figshare.c.3637739_d3.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Glycosylation patterns of serum proteins, such as α1-acid glycoprotein, are modified during an acute phase reaction. The response of acute Kawasaki disease (KD) patients to IVIG treatment has been linked to sialic acid levels on native IgG, suggesting that protein glycosylation patterns vary during the immune response in acute KD. Additionally, the distribution and function of lipoprotein particles are altered during inflammation. Therefore, the aim of this study was to explore the potential for GlycA, a marker of protein glycosylation, and the lipoprotein particle profile to distinguish pediatric patients with acute KD from those with other febrile illnesses.", "author": ["Burns Jane C.", "Shimizu Chisato", "Connelly Margery A.", "Winegar Deborah A.", "Pourfarzib Ray", "Tremoulet Adriana H.", "Otvos James D.", "Shalaurova Irina", "Kanegaye John T."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12887-016-0688-5"}], "id": "50|dli_resolver::7d2d637a6455842cf3438aa1fed46eef", "relatedPublications": 0, "date": [""], "title": ["\"Differences in GlycA and lipoprotein particle parameters may help distinguish acute kawasaki disease from other febrile illnesses in children\""], "relatedDatasets": 10}
781
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b87951d0413c5b08e95a9fe622e8f014", "id": {"identifier": "10.5517/cc4blkl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "3-Hydroxyflavone coordinates to Cu II  together with the auxiliary ligand 2,2'-bipyridine to form a stable cationic flavonolato-copper(II) complex, [Cu(C 15 H 9 O 3 )(C 10 H 8 N 2 )]ClO 4 . The complex has distorted square pyramidal geometry. Two O atoms of the flavonol and the N atoms of the chelating bpy ligand are in the basal position, while a perchlorate O atom occupies the apical position.", "author": ["Speier G.", "Huttner G.", "Lippai I.", "Zsolnai L."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270197005568"}], "id": "50|dli_resolver::8c8ba3872173a4fb852e0d5a99f81723", "relatedPublications": 0, "date": [""], "title": ["\"(2,2'-Bipyridine)(flavonolato)copper(II) Perchlorate, Cu(bpy)(fla)ClO4\""], "relatedDatasets": 1}
782
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::56cebf319691377fd1a095cb046c5790", "id": {"identifier": "10.5517/ccvx9mn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6d163bae82024c170bda797583f3bd87", "id": {"identifier": "10.5517/ccvx9st", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5ca84bb5a6b0810fe6d63b3782c3b446", "id": {"identifier": "10.5517/ccvx9lm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b97485a5e544cd891606bcae816502c5", "id": {"identifier": "10.5517/ccwhz1c", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e0c6bae227e417447ae9bc4e7270002c", "id": {"identifier": "10.5517/ccvx9tv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e9ee32319dd8a21cfdb8170d9b6f29b8", "id": {"identifier": "10.5517/ccvx9rs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5c915309b349645f695e5ee463523ed0", "id": {"identifier": "10.5517/ccvx9np", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28300bd1b1a351f82baa653d35a169f5", "id": {"identifier": "10.5517/ccvx9qr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ea4836a802154cea87f2b32363bfde92", "id": {"identifier": "10.5517/ccvx9pq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The treatment of ortho ring-functionalised 1-phenylbutane-1,3-dione ligands bearing nitro (Hnpd, Hnmc), methoxy (Hmmc) or fluoro (Hfpp) groups with hydrated lanthanoid salts has provided [Er4(μ3-OH)4(H2O)2(npd)8] (3), [Ln4(μ3-OH)4(nmc)8] (Ln = Gd (4), Tb (5), Dy (6) and Er (7)), [Er4(μ3-OH)4(mmc)8] (8) and [Er4(μ3-OH)4(H2O)2(fpp)8] (9), respectively. The products were all obtained as cubane clusters in the solid state, as distinct from previous diketonato clusters, with control over motif formation attributed to the steric influence of the ortho-positioned functional groups at the cluster periphery. This work highlights a means of targeting a specific lanthanoid cluster motif by the rational modification of ligands at key locations.", "author": ["MacLellan Jonathan G.", "Andrews Philip C.", "Gee William J.", "Junk Peter C."], "localIdentifier": [{"type": "doi", "id": "10.1039/c1dt10580a"}], "id": "50|dli_resolver::9ae3221b5435291cbe3db1ca334eecbf", "relatedPublications": 0, "date": [""], "title": ["\"Systematic study of the formation of the lanthanoid cubane cluster motif mediated by steric modification of diketonate ligands\""], "relatedDatasets": 9}
783
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dfec5ff87692353f26004226f565d2c4", "id": {"identifier": "10.6084/m9.figshare.5043067.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9cabea76ebc8084b62d9314f628489e8", "id": {"identifier": "10.5517/ccdc.csd.cc1m9pf1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::afba9b8d7b71d5ad65293581f9bc5820", "id": {"identifier": "10.6084/m9.figshare.5043067", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wan Rong", "Wu Wen-Yuan", "Jiang Peng", "Guan Xi-Lin", "Han Zhen-Yu", "Chen Fu-Li", "Fu Xiao-Huan"], "localIdentifier": [{"type": "doi", "id": "10.1080/10426507.2017.1292272"}], "id": "50|dli_resolver::2782b6a79feb388ef92113796661fff9", "relatedPublications": 0, "date": [""], "title": ["\"Design, synthesis, crystal structure and insecticidal evaluation of novel arylpyrazole derivatives containing cyhalothroyl thiourea moiety\""], "relatedDatasets": 3}
784
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a81c3bbfd011910b2402997afc472ffd", "id": {"identifier": "10.6084/m9.figshare.c.3938452_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::17f39acb79de7f7c19fff94db9c54f29", "id": {"identifier": "10.6084/m9.figshare.c.3938452_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7f858b661b99f56722b793630c544baa", "id": {"identifier": "10.6084/m9.figshare.c.3938452_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cee98bdd2ea2dffb0b37403cff0b2084", "id": {"identifier": "10.6084/m9.figshare.c.3938452_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aecec656798a2aef9d6bf8ad886440b5", "id": {"identifier": "10.6084/m9.figshare.c.3938452", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c58454d1aced3e22ad1be8bfd87c197d", "id": {"identifier": "10.6084/m9.figshare.c.3938452.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Diacon Andreas H.", "Patientia Ramonde F.", "Bouton Tara C.", "Seas Carlos", "Moreno-Martinez Antonio", "Lecca Leonid", "Peloquin Charles A.", "von Groote-Bidlingmaier Florian", "Eisenach Kathleen", "Gotuzzo Eduardo", "Butler Donna", "Vargas Dante", "Santillan Juan", "Gandhi Neel R.", "Phillips Patrick P. J.", "Hunt Kathleen Robergeau", "Mitnick Carole D.", "Martel Bruno", "Dianis Nancy", "Robert, Horsburgh C."], "localIdentifier": [{"type": "doi", "id": "10.1186/s13063-017-2292-x"}], "id": "50|dli_resolver::8a988227c0055941ddf0ff23a6f03f3e", "relatedPublications": 0, "date": [""], "title": ["\"An optimized background regimen design to evaluate the contribution of levofloxacin to multidrug-resistant tuberculosis treatment regimens: study protocol for a randomized controlled trial\""], "relatedDatasets": 6}
785
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9300721fb5079d83035f5ebfb47999e9", "id": {"identifier": "10.6084/m9.figshare.5601568.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f81322770c62b1a625796f483fb6438", "id": {"identifier": "10.6084/m9.figshare.5601568", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kim Ju Hee", "Kim Hyun-Jin", "Ho Seung Hee", "Lee Sol"], "localIdentifier": [{"type": "doi", "id": "10.1080/13696998.2017.1397523"}], "id": "50|dli_resolver::85ff01d500b81d77a64e021c2cc2c4f3", "relatedPublications": 0, "date": [""], "title": ["The economic burden of kidney disorders in Korea"], "relatedDatasets": 2}
786
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d4441f65fc85e1f10ab038502bd8d40", "id": {"identifier": "10.5061/dryad.mr720", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3d1d5bd43847aae1a5d09ec0d3377bff", "id": {"identifier": "10.6084/m9.figshare.c.3729922.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::36c40c7e386f21b6d4bf437b27b72657", "id": {"identifier": "10.6084/m9.figshare.c.3729922.v2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d4441f65fc85e1f10ab038502bd8d40", "id": {"identifier": "10.5061/dryad.mr720", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cb2820b47e87a2c76bae79293a6e0cfc", "id": {"identifier": "10.6084/m9.figshare.c.3729922", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["McHenry Matthew J.", "Nair Arjun", "Nguyen Christy"], "localIdentifier": [{"type": "doi", "id": "10.1098/rspb.2017.0359"}], "id": "50|dli_resolver::a56cf54e314a6eb7ac052f2ebeafedd0", "relatedPublications": 0, "date": [""], "title": ["A faster escape does not enhance survival in zebrafish larvae"], "relatedDatasets": 5}
787
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e2f6a85e6b9ae3bedc0a454c2e3e8ebf", "id": {"identifier": "10.5517/ccq1stb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Here we report on our studies of the use of combinations of amino acids, amines, K2CO3 or Cs2CO3 and CuSO4/Cu for catalysing green cascade reactions. We aimed to prepare the highly reactive and substituted olefin species 7 and 8, under very mild and environmentally friendly conditions, thus giving the hydrogenated products 10 and 12 through the action of Hantzsch ester (4) by self-catalysis through decreasing the HOMO–LUMO energy gaps between olefins 7/8 and Hantzsch ester (4) through biomimetic reductions. Highly useful compounds 10 to 14 were assembled from simple substrates such as aldehydes 1, ketones 2, CH acids 3, Hantzsch ester (4) and alkyl halides 5 by diversity-oriented green synthesis involving cascade olefination/hydrogenation (O/H), olefination/hydrogenation/alkylation (O/H/A) and hydrogenation/olefination/hydrogenation (H/O/H) reaction sequences in one-pot fashion with stereospecific organo- and organo-/metal-carbonate catalysis. Highly functionalized diverse compounds such as 10 to 14 are biologically active products and have found wide applications as pharmaceutical drugs, drug intermediates and drug ingredients. For the first time in organocatalysis, we report the O/H/A/TE reaction to furnish high yields of transesterification products 11 by simply mixing the reactants under proline/K2CO3 catalysis conditions. Additionally, a novel organocatalytic H/O/H reaction sequence for the synthesis of alkyl-substituted aromatics has been developed. Furthermore, for the first time we have developed organocatalysed cascade olefination/hydrogenation/hydrolysis (O/H/H) reactions to furnish highly useful materials such as 2-oxochroman-3-carboxylic acid (14kc) and 2-amino-4H-chromene-3-carbonitrile (14kj) in good yields. Experimentally simple and environmentally friendly organocatalytic two-carbon homologation through cascade O/H/H reactions of aldehydes 1, Meldrum's acid (3c), Hantzsch ester (4) and acetic acid/triethylamine in ethanol has been demonstrated. Additionally, we have developed a green synthesis of the highly substituted 1,2,3-triazole 17 from simple substrates through a two-step combination of olefination/hydrogenation/alkylation and Huisgen cycloaddition reaction sequences under stereospecific organocopper catalysis conditions. In this paper we have found strong support for our hypothesis that, “decreasing the HOMO–LUMO energy gap between olefins 7/8 and Hantzsch ester (4) will drive the biomimetic hydrogenation reaction by self-catalysis”. This self-catalysis was further confirmed with many varieties of examples.(© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2008)", "author": ["Ramachary Dhevalapally B.", "Kishor Mamillapalli", "Vijayendar, Reddy Y."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejoc.200701014"}], "id": "50|dli_resolver::529163a6eb9fd09ce4f41f29cb02963e", "relatedPublications": 0, "date": [""], "title": ["\"Development of Pharmaceutical Drugs, Drug Intermediates and Ingredients by Using Direct Organo-Click Reactions\""], "relatedDatasets": 1}
788
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ec3c668e7225d3b9c73659a60dcc85c0", "id": {"identifier": "10.5517/ccdc.csd.cc1ny1f2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::04a493d4aaaca7068efcd8bbcb611e70", "id": {"identifier": "10.5517/ccdc.csd.cc1ny1d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0437e3edd5391bd401075fc680c38e3c", "id": {"identifier": "10.5517/ccdc.csd.cc1ny1g3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>A <sup>99m</sup>Tc complex with a tetradentate thiocarbamoylbenzamidine group was used for the conjugation of angiotensin-II. The resulting bioconjugate is stable <italic>in vivo</italic> and <italic>in vitro</italic>.</p>", "author": ["Brenner W.", "Koksch B.", "Castillo, Gomez J. D.", "Hagenbach A.", "Gerling-Driessen U. I. M.", "Abram U.", "Beindorff N."], "localIdentifier": [{"type": "doi", "id": "10.1039/c7dt01834g"}], "id": "50|dli_resolver::dd06809a0303a25e92f8a20af4c00afc", "relatedPublications": 0, "date": [""], "title": ["\"Thiourea derivatives as chelating agents for bioconjugation of rhenium and technetium\""], "relatedDatasets": 3}
789
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eab506aedd4470581961087db604c16e", "id": {"identifier": "10.3886/icpsr09112.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::22407b92847cc25dff1f477982af4608", "id": {"identifier": "10.3886/icpsr08512", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d2c47ca548be006596451263b50d7a51", "id": {"identifier": "10.3886/icpsr09112", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We examine the degree to which an individual’s religious involvement significantly mediates and buffers the effects of neighborhood disorder on youth crime. To test this hypothesis, we analyzed the fifth wave of data from the National Youth Survey, focusing on black respondents given the historical as well as contemporary significance of the African-American church for black Americans. Results from estimating a series of regression models indicated that (1) the effects of neighborhood disorder on crime among black youth are partly mediated by an individual’s religious involvement (measured by the frequency of attending religious services) and (2) involvement of African-American youth in religious institutions significantly buffers or interacts with the effects of neighborhood disorder on crime and, in particular, serious crime. Theoretical and methodological implications of the present findings are briefly discussed.", "author": ["Jang Sung Joon", "Johnson Byron R.", "Larson David", "Li Spencer De"], "localIdentifier": [{"type": "doi", "id": "10.1023/a:1005114610839"}], "id": "50|dli_resolver::be2a31de16229f29a3e981d3d303be4a", "relatedPublications": 0, "date": [""], "relatedDatasets": 3}
790
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::80aabaa8988739d808c76eb7b2693a17", "id": {"identifier": "10.6084/m9.figshare.4834013", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4f91c6ce289611978a9b0bc6569c1065", "id": {"identifier": "10.6084/m9.figshare.4834013.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTThe availability of continental and global-scale spatio-temporal geographical data sets and the requirement to efficiently process, analyse and manage them led to the development of the temporally enabled Geographic Resources Analysis Support System (GRASS GIS). We present the temporal framework that extends GRASS GIS with spatio-temporal capabilities. The framework provides comprehensive functionality to implement a full-featured temporal geographic information system (GIS) based on a combined field and object-based approach. A significantly improved snapshot approach is used to manage spatial fields of raster, three-dimensional raster and vector type in time. The resulting timestamped spatial fields are organised in spatio-temporal fields referred to as space-time data sets. Both types of fields are handled as objects in our framework. The spatio-temporal extent of the objects and related metadata is stored in relational databases, thus providing additional functionalities to perform SQL-based a...", "author": ["Pebesma Edzer", "Gebbert Sören"], "localIdentifier": [{"type": "doi", "id": "10.1080/13658816.2017.1306862"}], "id": "50|dli_resolver::5fc531e36fd947d5ebbf3a98728be2cd", "relatedPublications": 0, "date": [""], "title": ["The GRASS GIS temporal framework"], "relatedDatasets": 2}
791
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::77891d1223a9a0f4030ce21441f80ae8", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b5cad6a41f4a8fb8e2e8a36484da226a", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9091de34cad469501f9673a5d893077e", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8942895ac93f536384fc476f71b0c20a", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::39fbcd1253728b9d20e9cb6516684ea1", "id": {"identifier": "10.6084/m9.figshare.c.3630383.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aba0405ad550b66f96d68f1bca657676", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::546b83d10b8fb7acd88742a2b2aeed2b", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3a014553779f9ad034adb1a80368c4f7", "id": {"identifier": "10.6084/m9.figshare.c.3630383", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8c7712a0f96bfe80379b318b45f88f71", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cd9cd052634f3b9c06372b7839dfe997", "id": {"identifier": "10.6084/m9.figshare.c.3630383_d2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Antidotes stocking is a critical component of hospital care for poisoned patients in emergency. Antidote stocking represents a major health challenge worldwide and in Lebanon. Systematic data monitoring of antidote stocking in Lebanese hospitals is lacking. The objective of this study is to assess the adequacy of antidotes stocking in Lebanese hospitals according to type and quantity and explore the characteristics associated with their differential availability.", "author": ["Makhoul Karim", "Ghosn Nada", "Mansour Anthony", "Deeb Mary", "Faour Wissam H.", "Saliba Elie", "Matli Kamal", "al-Helou Amanda", "Hamade Rayan", "Al-Bizri Layla", "El-Maamary Jad", "Khammash Dina"], "localIdentifier": [{"type": "doi", "id": "10.1186/s40360-016-0092-7"}], "id": "50|dli_resolver::437c00d2bf709ee7ca2a353f783e5e49", "relatedPublications": 0, "date": [""], "title": ["\"National study on the adequacy of antidotes stocking in Lebanese hospitals providing emergency care\""], "relatedDatasets": 10}
792
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f2956706b8aa1dfcb6453866a6462a9a", "id": {"identifier": "10.6084/m9.figshare.5121280", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7485c16be2bc738658f41e24d78973aa", "id": {"identifier": "10.6084/m9.figshare.5121280.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Mechanisms underlying the enhanced virulence phenotype of community-associated methicillin-resistant Staphylococcus aureus (CA-MRSA) are incompletely defined, but presumably include evasion of killing by human polymorphonuclear leukocytes (PMNs or neutrophils). To better understand this phenomenon, we investigated the basis of rapid PMN lysis after phagocytosis of USA300, a prominent CA-MRSA strain. Survival of USA300 clinical isolates after phagocytosis ultimately resulted in neutrophil lysis. PMNs containing ingested USA300 underwent morphological changes consistent with apoptosis, but lysed rapidly thereafter (within 6 h), whereas cells undergoing FAS-mediated apoptosis or phagocytosis-induced cell death remained intact. Phagosome membranes remained intact until the point of PMN destruction, suggesting lysis was not caused by escape of S. aureus from phagosomes or the cytolytic action of pore-forming toxins. Microarray analysis of the PMN transcriptome after phagocytosis of representative community-associated S. aureus and healthcare-associated MRSA strains revealed changes unique to community-associated S. aureus strains, such as upregulation of transcripts involved in regulation of calcium homeostasis. Collectively, the data suggest that neutrophil destruction after phagocytosis of USA300 is in part a form of programmed necrosis rather than direct lysis by S. aureus pore-forming toxins. We propose that the ability of CA-MRSA strains to induce programmed necrosis of neutrophils is a component of enhanced virulence.", "author": ["Braughton Kevin R.", "Palazzolo-Ballance Amy M.", "DeLeo Frank R.", "Whitney Adeline R.", "Kobayashi Scott D.", "Holland Steven M.", "Kristosturyan Ervand", "Kreiswirth Barry N.", "Kennedy Adam D.", "Sampaio Elizabeth", "Dorward David W.", "Musser James M.", "Sturdevant Daniel E."], "localIdentifier": [{"type": "doi", "id": "10.1159/000317134"}], "id": "50|dli_resolver::3cb7d24f8da61ba0f4798a6511fbec7d", "relatedPublications": 0, "date": [""], "title": ["\"Rapid Neutrophil Destruction following Phagocytosis of <i>Staphylococcus aureus</i>\""], "relatedDatasets": 2}
793
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5c27f957d9c59a79cb9d4f408f05cef2", "id": {"identifier": "np_006764", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b63aef2452c243071b3fdb1ac21f7b05", "id": {"identifier": "xp_666241", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::56da14b668240c46f55305a03c9e63c4", "id": {"identifier": "np_594488", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ac2000023832ba0dbe95a7d5c7359d86", "id": {"identifier": "xp_001616317", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dd29b963abf2c2311be733f20e83415c", "id": {"identifier": "fj641053", "schema": "ncbi-n"}}], "abstract": "", "title": ["A novel DEAD box helicase Has1p from"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.parint.2010.02.003"}], "id": "50|elsevier____::8cb341ee98b3f7f511cc927e3bf3c0b2", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 5}
794
{"typology": "publication", "publisher": ["Genomics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b905d674d9aafd38b04d66b6b21ae3dd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8661123&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1b2e41d1560338acfebe30e3e1b69a8e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8661123&result=coding_release", "schema": "url"}}], "abstract": "None: UDP-galactose:ceramide galactosyltransferase (CGT) (EC 2.4.1.62) catalyzes the final step in the synthesis of galactocerebroside, a glycosphingolipid characteristically abundant in myelin. In this report, we describe the isolation of genomic clones spanning the mouse CGT gene. The mouse CGT gene consists of six exons that span a minimum of 70 kb of DNA and that encode a 541 amino acid translation product with extensive sequence similarity to the rat CGT enzyme and to UDP-glucuronosyltransferases (UGT). The 5'-untranslated region of the mouse CGT gene is encoded by a separate exon located approximately 25 kb upstream of the first protein-encoding exon. Furthermore, the genomic organization of the five coding region exons of the mouse CGT gene resembles that of the human UGT1 and rat UGT2B1 genes. Finally, analysis of somatic cell hybrids by PCR and fluorescence in situ hybridization to metaphase chromosomes has localized the mouse CGT gene to chromosome 3, bands E3-F1.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8661123"}], "author": ["Li X", "Fujita N", "Marcus J", "Coetzee T", "Suzuki K", "Francke U", "Popko B"], "relatedPublications": 0, "id": "50|r3d100010527::8df488a83bd9131eb962f9119bd92343", "title": ["Molecular cloning, chromosomal mapping, and characterization of the mouse UDP-galactose:ceramide galactosyltransferase gene."], "relatedDatasets": 2}
795
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::20cc6cb3fea077b403e6aa0c2d2df961", "id": {"identifier": "10.5287/bodleianjj8y.2", "schema": "url"}}], "abstract": "Technological innovation is widely considered as one of the most influential determinants of industry evolution. Along this line of inquiry, the seminal work of Tushman and Anderson (1986) presents one of the most compelling theoretical argumentations. Yet, the empirical support for their theory has been relatively weak, and an academic agreement is still lacking about the long-term consequences of technological innovation for the demographic composition of industries. This paper uses the information collected on 1,906 manufacturers during the period 1895 and 1993, to investigate the influence of technological innovation on the evolution of four different organizational populations - i.e. Great Britain, Germany, France and Italy. The findings of this research only partially agree with the theory. Our results show that, while innovations promoted entries, incumbent firms survived to environmental changes. The implications of this work are related to the literatures of strategic management and population ecology.", "author": ["Lomi, Alessandro", "Wezel, Filippo Carlo"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::37bb3479e4f9456b0ce04439e9378af0"}], "id": "50|dli_resolver::b2ac9b5fa580ba62394506e866705cfa", "relatedPublications": 0, "date": [""], "title": ["Different trajectories of industrial evolution : demographical turnover in the European motorcycle industry, 1885-1993"], "relatedDatasets": 1}
796
{"typology": "publication", "publisher": ["AIDS research and human retroviruses"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cb4d52e0520f9321eb38d7cfb1dbf874", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1515209&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8f7d126dea771fdd9c135112028114a4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1515209&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ae8301d387d32e2a32cdb5c480ea13c6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1515209&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::331d3483be0edf681f16b675d2b508e2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1515209&result=taxon", "schema": "url"}}], "abstract": "None: Multiple HIV-1 nef genes were cloned from lymphocyte DNA of asymptomatic seropositive individuals by polymerase chain reaction (PCR). Sequence analysis of these clones revealed a unique set of nef variants with premature terminations (PCRnef 1 and 6), mutations at sites of potential posttranslational modification (PCRnef 2 and 3) and deletions. In common with laboratory isolates of nef, strong sequence conservation was observed in the central domain of nef and in the myristylation target sequence, with variable domains toward the N- and C-termini of the molecule. The biochemical function of nef remains elusive however, as the products of these genes cloned into a bacterial expression system failed to reveal any nucleotide binding activity.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1515209"}], "author": ["Harris M", "Hislop S", "Neil J C", "Patsilinacos P"], "relatedPublications": 0, "id": "50|r3d100010527::6bdbc5c4b44e7205e8ffbf26cda45dd0", "title": ["In vivo derived HIV-1 nef gene products are heterogeneous and lack detectable nucleotide binding activity."], "relatedDatasets": 4}
797
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bcf0a5f7af7037c26957bc740df62780", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12361267&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::83680e8d2b506121894e9c3f0135a34f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12361267&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f3447ad1c47a894f310bbd05aa5c1380", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12361267&result=sequence_release", "schema": "url"}}], "abstract": "None: Five strains received as Gluconobacter cerinus and Gluconobacter asaii were examined for DNA base composition, DNA-DNA similarity, 16S rRNA gene sequences and phenotypic characteristics, including acid production from ethanol, growth on L-arabitol and meso-ribitol and requirement for nicotinic acid. The five strains showed DNA base compositions ranging from 54 to 56 mol% G+C. G. cerinus IFO 3267T and IAM 1832 and G. asaii IFO 3276T and IFO 3275 showed high levels of DNA-DNA similarity (70-100%) between each other and low values of DNA-DNA similarity (16-35%) to Gluconobacter frateurii IFO 3264T and Gluconobacter oxydans IFO 14819T. G. cerinus IFO 3267T and G. asaii IFO 3276T were located at an identical position in a phylogenetic tree deduced from 16S rRNA gene sequences. Two G. cerinus strains and two G. asaii strains did not require nicotinic acid for growth and did not grow on L-arabitol or meso-ribitol. G. cerinus IAM 1832 did not produce acid and required nicotinic acid and/or other growth factors. G. asaii IFO 3265 showed a high degree of DNA-DNA similarity (97%) to G. frateurii IFO 3264T and low similarity values (each 32%) to G. cerinus IFO 3267T and G. asaii IFO 3276T. This strain did not require nicotinic acid and grew well on L-arabitol and meso-ribitol. Therefore, G. asaii IFO 3265 was reclassified as G. frateurii. The results obtained revealed a synonymous relationship between G. cerinus and G. asaii. G. asaii is a junior subjective synonym of G. cerinus because G. cerinus has priority over G. asaii.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12361267"}], "author": ["Komagata Kazuo", "Yamada Yuzo", "Katsura Kazushige", "Uchimura Tai"], "relatedPublications": 0, "id": "50|r3d100010527::9af19d8c749e167f71f42bf97bebc8b5", "title": ["Gluconobacter asaii Mason and Claus 1989 is a junior subjective synonym of Gluconobacter cerinus Yamada and Akita 1984."], "relatedDatasets": 3}
798
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fcc04634c26ffb9420aa16eb45b9ef9e", "id": {"identifier": "gajn01000009", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::752b85c1957d341676b442dc3c1d6419", "id": {"identifier": "gajn01000030", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::17a105c3acd08266de4c3db1838244b9", "id": {"identifier": "gajn01000023", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::eded138d5e1bcffc0348cae0f605422d", "id": {"identifier": "gajn01000014", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::34b2e9b0be46f8c6263632760f1443ec", "id": {"identifier": "gajn01000001", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::876a2280fa3c43ea8ea7a0e3189c75ae", "id": {"identifier": "gajn01000012", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f4ceefb732e8c4b9401ef9ef56f56d92", "id": {"identifier": "gajn01000010", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::83db01d7ba9a260cf87a285845226b8a", "id": {"identifier": "gajn01000013", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9c54357f9480b23b5549509fae0cf894", "id": {"identifier": "gajn01000024", "schema": "ena"}}], "abstract": "", "author": ["Hao Hu", "Helena Safavi-Hemami", "Bandyopadhyay, Pradip K.", "Veith, Paul D.", "Young, Neil D.", "Reynolds, Eric C.", "Mark Yandell", "Olivera, Baldomero M.", "Purcell, Anthony W.", "Gorasia, Dhana G."], "localIdentifier": [{"type": "pmid", "id": "24478445"}], "id": "50|pubmed______::4a6ca0abd2333bca1056ca6721b86c84", "relatedPublications": 0, "date": ["2014-01-29"], "title": ["Combined proteomic and transcriptomic interrogation of the venom gland of Conus geographus uncovers novel components and functional compartmentalization."], "relatedDatasets": 9}
799
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::194583827f6d0853f7b5f775c5bca02a", "id": {"identifier": "u91318", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6f366503ab2b5bdf5741f3a219190c0c", "id": {"identifier": "af076622", "schema": "ena"}}], "abstract": "", "author": ["Mitsuko Yuzawa", "Yoshihiro Mizutani", "Hiroyuki Shimada", "Satoshi Asai", "Tomohiro Nakayama"], "localIdentifier": [{"type": "pmid", "id": "23674961"}], "id": "50|pubmed______::791b365c76323db1037b3d2ddbb09fd5", "relatedPublications": 0, "date": ["2006-02-01"], "title": ["ABCC6 Mutation in Patients with Angioid Streaks."], "relatedDatasets": 2}
800
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 3, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2af73a1b83f61321cb7f10905f1fbb90", "id": {"identifier": "af209074", "schema": "ena"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f40ea67b95835736f1010522cb20cdb2", "id": {"identifier": "af209074", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c154fe4eb77a43ac1e315c6eeb8ec19c", "id": {"identifier": "ay372531", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e126517bebe79fbdc9fd94559cb139a1", "id": {"identifier": "ay372532", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a58d1199a123b1466a09765c0eeafef5", "id": {"identifier": "ay372530", "schema": "ena"}}], "abstract": "", "author": ["Peter Mattjus", "Brown, Rhoderick E."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbalip.2007.01.011"}, {"type": "pmid", "id": "17320476"}], "id": "50|dedup_wf_001::ce9619416ba3ff1ef4a384817055919a", "relatedPublications": 0, "date": ["2007"], "title": ["Glycolipid transfer proteins"], "relatedDatasets": 5}
801
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::005558ce3f5facf89782a724fc2de068", "id": {"identifier": "jq627648", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::302cd0ab207af97004d734b1cbcb8fb9", "id": {"identifier": "jq627649", "schema": "ncbi-n"}}], "abstract": "", "title": ["Extracellular polymeric substances from two biofilm forming"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.carbpol.2013.02.010"}], "id": "50|elsevier____::62f5f0d3e42e118189a8f285121dabed", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 2}
802
{"typology": "publication", "publisher": ["Microbes and environments"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::035ef21ecd638ee21dfea55db18d449d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21566360&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6ab705af7c84462b6190f6a85fae1f32", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21566360&result=noncoding_release", "schema": "url"}}], "abstract": "None: A comprehensive survey of bacterial and archaeal community structures within granular sludges taken from twelve different types of full-scale, food-processing wastewater-treating, upflow anaerobic sludge blanket (UASB) reactors was performed with a 16S rRNA gene-based clone library method. In total, 1,282 bacterial 16S rRNA gene clones and 722 archaeal clones were analyzed, and their identities were determined by phylogenetic analyses. Overall, clones belonging to the bacterial phyla Proteobacteria (the class Deltaproteobacteria in particular), Firmicutes, Spirochaetes, and Bacteroidetes were observed in abundance within the bacterial clone libraries examined, indicating common bacterial denominators in such treatment systems. Within the domain Archaea, clones affiliated with the classes Methanomicrobia and Methanobacteria were found to be abundant in the archaeal libraries. In relation to features of reactor performance (such as chemical oxygen demand removal, fatty acid accumulation, and sludge bulking), possible representative phylotypes likely to be associated with process failures, such as sludge bulking and the accumulation of propionate, were found in comparative analyses of the distribution of phylotypes in the sludge libraries.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "21566360"}], "author": ["Kikuchi Kae", "Narihiro Takashi", "Yamauchi Toshihiro", "Sekiguchi Yuji", "Nakamura Kazunori", "Terada Takeshi", "Shiraishi Koji", "Kamagata Yoichi", "Ikeda Mizuyo", "Iguchi Akinori"], "relatedPublications": 0, "id": "50|r3d100010527::8eed25a52c985f419a6b23b52cbe4d0b", "title": ["Comparative analysis of bacterial and archaeal communities in methanogenic sludge granules from upflow anaerobic sludge blanket reactors treating various food-processing, high-strength organic wastewaters."], "relatedDatasets": 2}
803
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0c7e148c86f5c884dd23f18070e29872", "id": {"identifier": "y00684", "schema": "ena"}}], "abstract": "", "author": ["Brill, S. J.", "Kim, H. S."], "localIdentifier": [{"type": "pmid", "id": "11340166"}], "id": "50|pubmed______::f2ed4419c758c7869433b8592b00f66b", "relatedPublications": 0, "date": ["2001-06-01"], "title": ["Rfc4 interacts with Rpa1 and is required for both DNA replication and DNA damage checkpoints in Saccharomyces cerevisiae."], "relatedDatasets": 1}
804
{"publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f7c54d60fa97557433d37ac268e6bb56", "id": {"identifier": "10.5281/zenodo.256566", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::05886479bce7bf8d790148f3198a1073", "id": {"identifier": "10.5281/zenodo.256568", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3bc4edc91041769a927ef56d9f05f691", "id": {"identifier": "10.5281/zenodo.256567", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a72a5d499ca434e27b561379beca33fd", "id": {"identifier": "10.5281/zenodo.256569", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 8, "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["JIANG YUNLAN", "LIU XINGYUE", "YANG DING", "YANG FAN"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4162.1.2"}], "id": "50|dli_resolver::0a70b4e4ae8df061a976a6104912a675", "relatedPublications": 0, "date": [""], "title": ["Complete mitochondrial genome of a Neotropical dobsonfly Chloronia mirifica Navás, 1925 (Megaloptera: Corydalidae), with phylogenetic implications for the genus Chloronia Banks, 1908"], "typology": "publication"}
805
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b14cba7fdd3264e9e9aeab6c87b5834c", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e8a45c6341d2030c74b9c3c862a75723", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d5.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8c8d0665f6ba907844bd47163a1263ce", "id": {"identifier": "10.6084/m9.figshare.c.3700969.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e97936ec25103a2621d74bbee1b1c74c", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ad06de83a3b56b58ddf06ba7bf0c833c", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d6.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e0e2cc30316e96f817f328d450100578", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d9.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c2e1b01f09eede5c3722c753042f1af0", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d8.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d764ddff236ff9c274e9e470950f632f", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::085a96ade1f219284356965181daca0d", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9a3bc194e7915fbfad9b9c9ca5b633d4", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d7.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f049b4af836a3a39f4a5df2cbd461cf", "id": {"identifier": "10.6084/m9.figshare.c.3700969", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a2a7b39338a5bd728706e83fd45406dd", "id": {"identifier": "10.6084/m9.figshare.c.3700969_d10.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Säll T.", "Henmyr V.", "Carlberg D.", "Cardell L. O.", "Lind-Halldén C.", "Halldén C.", "Manderstedt E."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12881-017-0379-6"}], "id": "50|dli_resolver::ed7bed4c0f4bf4c8bb97c9cc56940a24", "relatedPublications": 0, "date": [""], "title": ["Genetic variation of the Toll-like receptors in a Swedish allergic rhinitis case population"], "relatedDatasets": 12}
806
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::bc0c5874bf9a3c298f6b65a9981e5f87", "id": {"identifier": "1st6", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::750f1d7c1ab98baffca256fb5e5a9b3c", "id": {"identifier": "4pr9", "schema": "pdb"}}], "abstract": "", "title": ["A Structural Model for Vinculin Insertion into PIP"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.str.2016.12.002"}], "id": "50|elsevier____::4195ca6593bfc09b78a0e71ee59b6047", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 3}
807
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ca57d168d7dc9ffae33c6bc1f112f16b", "id": {"identifier": "10.5517/cc9t66h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9ec1a95ed7331f9429df46028bf6cd3", "id": {"identifier": "10.5517/ccp3gpx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reactions between Co(OAc) 2  and 2-amino-2-methyl-1,3-propanediol (ampdH 2 ) afford a hexanuclear complex [Co 6 (H 2 O)(MeOH)(OAc) 6 (ampd) 4 ] (1) and a one-dimensional coordination polymer comprised of discrete heptanuclear complexes covalently bound to mononuclear Co centers [Co 8 (H 2 O) 2 (OAc)7(ampd) 6 ] n  (2). While 1 is obtained under ambient reaction conditions, the formation of 2 requires solvothermal methods. Both products have been characterized crystallographically and found to be mixed-valent, containing divalent and trivalent Co centers. Down to 30 K, the variable-temperature magnetic susceptibility data of 1 and 2 are dominated by the single-ion properties of high-spin Co\" centers with distorted-octahedral coordination geometries. Below this temperature, the effect of intramolecular ferromagnetic exchange interactions becomes apparent. The ferromagnetic coupling in 1 has been analyzed in terms of an anisotropic exchange model, and inelastic neutron scattering data are consistent with the proposed model. Although the structure of 2 precludes a quantitative interpretation, the magnetic data suggest ferromagnetic exchange within the heptanuclear unit and negligible interactions along the chain between the hepta- and mononuclear fragments.", "author": ["Murray Keith S.", "Ochsenbein Stefan T.", "Güdel Hans U.", "Alley Kerwyn G.", "Abrahams Brendan F.", "Boskovic Colette", "Bircher Roland", "Waldmann Oliver", "Moubaraki Boujemaa", "Fernandez-Alonso Felix"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic060938e"}], "id": "50|dli_resolver::eb860df5111daaf6c3110dbbb0200f6d", "relatedPublications": 0, "date": [""], "title": ["\"Mixed-Valent Cobalt Spin Clusters:  a Hexanuclear Complex and a One-Dimensional Coordination Polymer Comprised of Alternating Hepta- and Mononuclear Fragments\""], "relatedDatasets": 2}
808
{"typology": "publication", "publisher": ["Molecular medicine (Cambridge, Mass.)"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04010da0f3f841e508593e687589096b", "id": {"identifier": "u14550", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fba33df232b6d13c0a30c3d72f3c1395", "id": {"identifier": "x93999", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71fbaa27d04403f420e8433178df562f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11984005&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::75d5ebfc8d502a2db0246e9007a96a9d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11984005&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::af26d90fc532681d35650a0c5f7fd46f", "id": {"identifier": "x77775", "schema": "ena"}}], "abstract": "BACKGROUND: We sought to identify genes with altered expression during human breast cancer progression by applying mRNA comparisons of normal and tumor mammary cell lines with increasingly malignant phenotypes. The gene encoding a new sialyltransferase (STM) was found to be down-regulated in tumor cells. Abnormal expression and enzymatic activities of sialyltransferases in tumor cells result in the formation of tumor-associated carbohydrate antigens that can be used for the better understanding of the disease process and are applied for tumor diagnosis and immunotherapy. Altered glycosylation patterns of the MUC1 mucin, in particular, is a target antigen for immunotherapy of breast and other cancers. MATERIALS AND METHODS: Total RNAs from multiple normal mammary epithelial cell strains and tumor cell lines were compared by differential display and the differential expression of selected cDNAs was confirmed by Northern analyses. Recombinant STM was expressed in COS-7 cells. The substrate and linkage specificity of STM was examined using various oligosaccharides and O-glycosylated proteins as acceptor substrates. The chromosomal localization of the SIATL1 gene was assigned by somatic cell hybrid analysis. RESULTS: A human sialyltransferase gene was identified by differential display as being down-regulated in breast tumor cell lines as compared to normal mammary epithelial cell strains, and the corresponding full-length cDNA (stm) was cloned. The encoded protein of 374 amino acid residues contained the L- and S-sialylmotifs, two catalytic regions conserved in all functional sialyltransferases. Recombinant STM is an active GalNAc alpha2,6-sialyltransferase with Gal beta 1,3 GalNAc-O-Ser/Thr and (+/- Neu5Ac alpha 2,3) Gal beta 1,3GalNAc-O-Ser/Thr acceptor specificity. The SIATL1 gene, encoding STM, was mapped to the long arm of human chromosome 17 at q23-qter, a region that is nonrandomly deleted in human breast cancers. However, Southern analyses indicated that SIATL1 is usually not grossly rearranged in breast tumors. Northern analyses showed that the gene was widely expressed in normal human tissues, as well as in normal breast and prostate epithelial cell lines, but significantly down-regulated or absent in corresponding tumor cell lines. CONCLUSIONS: Our findings suggest that aberrant expression of STM sialyltransferase in tumors could be a feature of the malignant phenotype. In breast cancers, the MUC1 mucin is overexpressed and contains shorter O-glycans as compared to the normal mucin. Because STM catalyzes the synthesis of O-glycans, cloning and characterization of its substrate specificity will contribute to the understanding of the molecular mechanisms underlying the aberrant glycosylation patterns of O-glycans and the formation of mucin-related antigens in human breast cancers.", "author": ["Tsuji Shuichi", "Goran Stenman", "Ruth Sager", "Stenman Goran", "Mari Kono", "Anthony Anisowicz", "Shuichi Tsuji", "Kono Mari", "Georgia Sotiropoulou", "Anisowicz Anthony", "Sotiropoulou Georgia", "Sager Ruth"], "localIdentifier": [{"type": "pbmid", "id": "11984005"}, {"type": "pmid", "id": "11984005"}], "id": "50|dedup_wf_001::2b9d9a59215d8fb41c01bbeb9cf089c4", "relatedPublications": 0, "date": ["2002-01-01"], "title": ["Identification and functional characterization of a human GalNAc [alpha]2,6-sialyltransferase with altered expression in breast cancer."], "relatedDatasets": 5}
809
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f0caf209ea1f443a5669104732c0277", "id": {"identifier": "10.6084/m9.figshare.c.3800254_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d5adf765bd39ae9887dc57611d96ede8", "id": {"identifier": "10.6084/m9.figshare.c.3800254.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ba9a0919fff1b3efe513d86f01f5dc3a", "id": {"identifier": "10.6084/m9.figshare.c.3800254_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4e622106f69c07a09e9851aefdb7b62f", "id": {"identifier": "10.6084/m9.figshare.c.3800254", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Goswami Anjali", "Randau Marcela"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12862-017-0975-2"}], "id": "50|dli_resolver::aba20e3d3ae3ea89f7af929b9c98d022", "relatedPublications": 0, "date": [""], "title": ["\"Morphological modularity in the vertebral column of Felidae (Mammalia, Carnivora)\""], "relatedDatasets": 4}
810
{"typology": "publication", "publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::72680f584204f18fade38e082c17003c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21298107&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::83f8b5717158a83da179314995ada3cd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21298107&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7b48194ac6851b191045039b5afb3024", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21298107&result=sequence_release", "schema": "url"}}], "abstract": "None: The Egyptian jackal (Canis aureus lupaster) has hitherto been considered a large, rare subspecies of the golden jackal (C. aureus). It has maintained its taxonomical status to date, despite studies demonstrating morphological similarities to the grey wolf (C. lupus). We have analyzed 2055 bp of mitochondrial DNA from C. a. lupaster and investigated the similarity to C. aureus and C. lupus. Through phylogenetic comparison with all wild wolf-like canids (based on 726 bp of the Cytochrome b gene) we conclusively (100% bootstrap support) place the Egyptian jackal within the grey wolf species complex, together with the Holarctic wolf, the Indian wolf and the Himalayan wolf. Like the two latter taxa, C. a. lupaster seems to represent an ancient wolf lineage which most likely colonized Africa prior to the northern hemisphere radiation. We thus refer to C. a. lupaster as the African wolf. Furthermore, we have detected C. a. lupaster individuals at two localities in the Ethiopian highlands, extending the distribution by at least 2,500 km southeast. The only grey wolf species to inhabit the African continent is a cryptic species for which the conservation status urgently needs assessment.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0016385"}, {"type": "pbmid", "id": "21298107"}], "author": ["Macdonald David W", "Bekele Afework", "Asmyhr Maria Gulbrandsen", "Rueness Eli Knispel", "Sillero-Zubiri Claudio", "Stenseth Nils Chr", "Atickem Anagaw"], "relatedPublications": 0, "id": "50|r3d100010527::de3007da56545ab8ca3e11d41e5c5e7f", "title": ["The cryptic African wolf: Canis aureus lupaster is not a golden jackal and is not endemic to Egypt."], "relatedDatasets": 3}
811
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c3cdbcd65fc0e085843d86da923eed9a", "id": {"identifier": "10.5517/cc4lm9m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fada0a093f0525203f4e5cd8b9b87209", "id": {"identifier": "10.5517/cc4lm8l", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structures of two compounds have been determined, namely [Ce(NO 3 ) 3 {Cu(salen)} 2 ] ( 1 ) and [Gd(NO 3 ) 3 Cu(salen)] ( 2 ), salen being N,N′-ethylenebis(salicylideneaminato). The compounds [Ln(NO 3 ) 3 Cu(salen)] with Ln=Tb ( 3 ), Dy ( 4 ), Ho ( 5 ) and Er ( 6 ), which are isomorphous with  2 , have also been synthesized.  1  crystallizes in the monoclinic system, space group  C 2/ c , with  a =10.925(2) A,  b =20.406(5) A,  c =15.618(5) A,  α =90°,  β =94.73(2)°,  γ =90°,  Z =8.  2  crystallizes in the monoclinic system, space group  P 2 1 / c , with  a =12.123(3) A,  b =10.321(3) A,  c =18.248(2) A,  α =90.04°,  β =102.93(2)°,  γ =90.04°,  Z =4. The structure of  1  consists of neutral trinuclear units in which the Ce atom is linked to the two Cu atoms via the oxygen atoms of the salen ligand. The structure of  2  consists of neutral binuclear units in which the metal atoms are linked by the oxygen atoms of the salen ligand. In  1  and  2  the bridging network LnO 2 Cu has a butterfly shape. The magnetic properties of compounds  1 – 6  have been investigated. As expected, the Gd III Cu II  magnetic interaction for  2  has been found to be ferromagnetic. The energy gap between ground  S =4 and excited  S =3 states has been determined as  4   J =+17.32 cm –1 . This value has been compared to what has been reported for other Gd III Cu II  binuclear compounds. The magnetic properties for  1 ,  3 ,  4 ,  5  and  6  are dominated by the crystal field effect on the Ln III  site, masking the magnetic interaction between the paramagnetic centers. © 2000 Academie des sciences / Editions scientifiques et medicales Elsevier SAS   copper/ crystal structure/ heterobinuclear complexes/ lanthanide/ magnetic properties", "author": ["Mathonière Corine", "Jeannin Yves", "Kahn Olivier", "Rajendiran T.M.", "Kahn Myrtil L."], "localIdentifier": [{"type": "doi", "id": "10.1016/s1387-1609(00)00111-0"}], "id": "50|dli_resolver::23173180300aa3dde0b3b1b871224187", "relatedPublications": 0, "date": [""], "title": ["\"LnIIICuII Schiff base compounds (Ln=Ce, Gd, Tb, Dy, Ho, Er): structural and magnetic properties\""], "relatedDatasets": 2}
812
{"typology": "publication", "publisher": ["Journal of immunology (Baltimore, Md. : 1950)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::efa080eb6bc8926279eef12083d9ddbb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3108398&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bbf4aeac11ea4044364cc0c6d3625d02", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3108398&result=coding_release", "schema": "url"}}], "abstract": "None: Hybridomas were constructed from splenic B cells after mitogen stimulation in vitro with lipopolysaccharide and dextran sulfate for 9 to 11 days. Extensive proliferation and differentiation (secretion of IgG isotypes) was evident in these cultures before fusion. Hybridomas that express a VH gene segment whose germ-line sequence is known were isolated, and the nucleotide sequences of these expressed VH genes were determined. A total of 3775 VH nucleotides was analyzed in this way, and only one difference from the germ-line VH sequence was observed. The rate of V gene somatic mutation that has been estimated to occur during antigen-driven immune responses in vivo is 10(-3)/base pair/cell division. Given an estimated value for the number of cell divisions that occurred before hybridoma formation, at least 15 changes from the germ-line VH sequence should have been observed if mutation had been occurring at the in vivo rate during the culture period. Therefore, the data suggest that mitogen-driven B cell proliferation and differentiation are not sufficient to induce the hypermutation of Ig V region genes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3108398"}], "author": ["Manser T"], "relatedPublications": 0, "id": "50|r3d100010527::31e1aa7d377e95beffefa510bf8b0700", "title": ["Mitogen-driven B cell proliferation and differentiation are not accompanied by hypermutation of immunoglobulin variable region genes."], "relatedDatasets": 2}
813
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a76011848af418520862d29b3d5792d5", "id": {"identifier": "10.5517/ccb0zpz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new 3-D coordination polymer containing both 3d and 4f ions has been designed. Its chemical formula is La 2 [Cu(pba)] 3 (H 2 O) 8 . 8H 2 O. It crystallizes in the quadratic system, space group I41/a with a = 42.4947(9) A, c = 16.3378(3) A, and Z= 16. Its crystal structure can be described as a 3-D molecular framework exhibiting a complex network of interconnected zigzaglike channels. Once crystallization water molecules are removed, this compound presents a high potential porosity and a low density. The porosity has been evaluated using Connolly's algorithm.", "author": ["Guillou Olivier", "Daiguebonne Carole", "Camara Magatte", "Kerbellec Nicolas"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic0607538"}], "id": "50|dli_resolver::82cc2dae417dedf3935ebad4b5b43d2d", "relatedPublications": 0, "date": [""], "title": ["\"New 3-D La(III)−Cu(II)-Containing Coordination Polymer with a High Potential Porosity\""], "relatedDatasets": 1}
814
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ff27f8ce6b393940a6ca2f178eb54d0c", "id": {"identifier": "nc_005831", "schema": "ncbi-n"}}], "abstract": "", "title": ["Characterization of the spike protein of human coronavirus NL63 in receptor binding and pseudotype virus entry"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virusres.2011.06.029"}], "id": "50|elsevier____::a741fb63f12b99a429857b0fb24e2499", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 1}
815
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::3da5e859186687504a2eab2407e0ce8f", "id": {"identifier": "3f4m", "schema": "pdb"}}], "abstract": "TNFAIP8-like 2 (TIPE2) has an essential role in immune homeostasis, yet the underlying mechanism remains enigmatic. The high-resolution crystal structure of TIPE2 reveals a previously uncharacterized fold that is different from the predicted fold of a death effector domain (DED). Strikingly, TIPE2 contains a large, hydrophobic central cavity that is poised for cofactor binding. These structural features will be important for understanding the functions of TIPE2 and other TNFAIP8 family proteins.", "author": ["Sun Honghong", "Zhang Xu", "Wang Jiawei", "Fan Chao", "Li Hubo", "Shi Yigong", "Chen Youhai H", "Gong Shunyou"], "localIdentifier": [{"type": "doi", "id": "10.1038/nsmb.1522"}], "id": "50|dli_resolver::a2798cd7ba827590869da15ac4bbf65f", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structure of TIPE2 provides insights into immune homeostasis\""], "relatedDatasets": 1}
816
{"typology": "publication", "publisher": ["Genes & genetic systems"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f0dcaaf175d4951b6154a09afb62c9a7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17507782&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::087c340da006538a36ebc0da6b446b2a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17507782&result=noncoding_release", "schema": "url"}}], "abstract": "None: Extremely long PCR fragments were generated by PCR amplification of ITS and 5.8S rDNA from Cochlodinium polykrikoides against other dinoflagellates. These patterns were consistent among geographically different isolates of C. polykrikoies. DNA sequencing reactions revealed that the PCR products were 1,166 bp in length and consisted of 813 bp of ITS1, 160 bp of 5.8S rDNA and 193 bp of ITS2. Thus, the long length was caused mainly by the long ITS1 sequence. Cryptically, the ITS1 contained a tract of 101 bp that occurs six times in tandem. The six repeated elements had identical nucleotide sequences. ITS1, therefore, separated three distinct regions: the 5' end (122 bp), the six parallel repeats (606 bp), and the 3' region (85 bp). Interestingly, both the single and six-repeat sequences should be palindrome-like sequences. In inferred secondary structures, both repeat sequences formed a long helical structure. This is the first reported discovery of comparatively long internal repeats in the ITS1 of dinoflagellates.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17507782"}], "author": ["Han Myung-Soo", "Ki Jang-Seu"], "relatedPublications": 0, "id": "50|r3d100010527::afa4a7dea3b67969d602f1199a48e246", "title": ["Cryptic long internal repeat sequences in the ribosomal DNA ITS1 gene of the dinoflagellate Cochlodinium polykrikoides (dinophyceae): a 101 nucleotide six-repeat track with a palindrome-like structure."], "relatedDatasets": 2}
817
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67b9856a67d672231cbc8b15fbb9dfcb", "id": {"identifier": "10.5517/cct15yy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::be2ca787152ca5d63b9a3f5d70c56f31", "id": {"identifier": "10.5517/cct1612", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fdc5667c80251f3fc4cde2227f9e0f4f", "id": {"identifier": "10.5517/cct1634", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bbc7bf641fb11de72d2309e48ac7bf1b", "id": {"identifier": "10.5517/cct1623", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0419683951432954ae1707bc25afd6d5", "id": {"identifier": "10.5517/cct1601", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::db20d8bed827c12ccf2bdafb4d4dda76", "id": {"identifier": "10.5517/cct15xx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::680c406243670bf506704db7ab053251", "id": {"identifier": "10.5517/cct15tt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e278aaef34f41a7a9a82386b30d3a15d", "id": {"identifier": "10.5517/cct15vv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a64c0060bfbaf9859c9e24daaca42231", "id": {"identifier": "10.5517/cct15zz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d7b1c9c422fed0f8b3aab5bcb3af9bb1", "id": {"identifier": "10.5517/cct1645", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2a04706c24c453755a3a9aaaf7a4a56f", "id": {"identifier": "10.5517/cct15ww", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aa14649629e48682731221cf8997356e", "id": {"identifier": "10.5517/cct1656", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Rudolph Fiona A. M.", "Fuller Amy L.", "Bühl Michael", "Derek Woollins J.", "Slawin Alexandra M. Z.", "Alan Aitken R."], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-009-9643-8"}], "id": "50|dli_resolver::b4e287075f80aba66112f9ce19c1bde7", "relatedPublications": 0, "date": [""], "title": ["\"The X-ray Structures of Sulfones\""], "relatedDatasets": 12}
818
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "", "dnetId": "60|dedup_wf_001::cefea48fadefc5cb2435bf70829f8203", "id": {"identifier": "nm_019182", "schema": "genbank"}}], "abstract": "In acute promyelocytic leukaemia (APL), the promyelocytic leukaemia (PML) protein is fused to the retinoic acid receptor (RAR). This disease can be treated effectively with arsenic, which induces PML modification by small ubiquitin-like modifiers (SUMO) and proteasomal degradation. Here we demonstrate that the RING-domain-containing ubiquitin E3 ligase, RNF4 (also known as SNURF), targets poly-SUMO-modified proteins for degradation mediated by ubiquitin. RNF4 depletion or proteasome inhibition led to accumulation of mixed, polyubiquitinated, poly-SUMO chains. PML protein accumulated in RNF4-depleted cells and was ubiquitinated by RNF4 in a SUMO-dependent fashion in vitro. In the absence of RNF4, arsenic failed to induce degradation of PML and SUMO-modified PML accumulated in the nucleus. These results demonstrate that poly-SUMO chains can act as discrete signals from mono-SUMOylation, in this case targeting a poly-SUMOylated substrate for ubiquitin-mediated proteolysis.", "author": ["Tatham Michael H.", "Palvimo Jorma J.", "Hay Ronald T.", "Jaffray Ellis G.", "Geoffroy Marie-Claude", "Hattersley Neil", "Plechanovova Anna", "Shen Linnan"], "localIdentifier": [{"type": "doi", "id": "10.1038/ncb1716"}], "id": "50|dli_resolver::a6aeac017ed4d94e9d62b50218b34021", "relatedPublications": 0, "date": [""], "title": ["\"RNF4 is a poly-SUMO-specific E3 ubiquitin ligase required for arsenic-induced PML degradation\""], "relatedDatasets": 1}
819
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::d7062829b662cbca15722613169dbe29", "id": {"identifier": "af013254", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::47ce3aacabc19f10eed32c4efa63ac3c", "id": {"identifier": "aj312092", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b6581ac4c0dd08cc3b354393ca8040e4", "id": {"identifier": "m29095", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fe225f45745dcaff682af3819cf16784", "id": {"identifier": "m12294", "schema": "genbank"}}], "abstract": "", "title": ["A stem–loop-mediated reverse transcription real-time PCR for the selective detection and quantification of the replicative strand of an RNA virus"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ab.2006.01.046"}], "id": "50|elsevier____::a24b3b0b9938a308cb484addf507277c", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 5}
820
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fab92834f0821d1ff93b96d881cb7692", "id": {"identifier": "10.3886/icpsr34918.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Streib, Gordon F."], "localIdentifier": [{"type": "icpsr", "id": "113368"}], "relatedPublications": 0, "title": ["Preliminary Analysis of Findings from the Cornell Study of Occupational Retirement"], "id": "50|r3d100010255::cef5d8059d9cf82bda754dd40d81c229"}
821
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e4f912e5912a67c2025e52ea965144c", "id": {"identifier": "10.5517/ccvyncs", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, [PtCl(C₂₇H₃₅N₃)]Cl·C₇H₈, the Ptᴵᴵ atom is coordinated in a pseudo-square-planar coordination, which is typical of Pt-terpyridine complexes.", "author": ["Batrice Rami J.", "Nesterov Vladimir N.", "Smucker Bradley W."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810048762"}], "id": "50|dli_resolver::582979c02ff4458403c8dd32b4e4df55", "relatedPublications": 0, "date": [""], "title": ["\"Chlorido(4,4′,4′′-tri-tert-butyl-2,2′:6′,2′′-terpyridine)platinum(II) tetrafluoridoborate\""], "relatedDatasets": 1}
822
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::eccabfac960b1ffc0e23a76a5ebee0d7", "id": {"identifier": "10.6084/m9.figshare.c.3307347.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::af41fac9e056d84f23be9a9885e697d4", "id": {"identifier": "10.6084/m9.figshare.c.3307347", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Different assembly processes drive the spatial structure of meta-communities (β-diversity). Recently, functional and phylogenetic diversities have been suggested as indicators of these assembly processes. Assuming that diversity is a good proxy for niche overlap, high β-diversity along environmental gradients should be the result of environmental filtering while low β-diversity should stem from competitive interactions. So far, studies trying to disentangle the relative importance of these assembly processes have provided mixed results. One reason for this may be that these studies often rely on a single measure of diversity and thus implicitly make a choice on how they account for species relative abundances and how species similarities are captured by functional traits or phylogeny. Here, we tested the effect of gradually scaling the importance of dominance (the weight given to dominant vs. rare species) and species similarity (the weight given to small vs. large similarities) on resulting β-diversity p...", "author": ["Thuiller W.", "Chalmandrier L.", "Münkemüller T.", "Lavergne S."], "localIdentifier": [{"type": "doi", "id": "10.1890/13-2153.1"}], "id": "50|dli_resolver::fec6d9a45e86bdc97a9dcf192081b615", "relatedPublications": 0, "date": [""], "title": ["\"Effects of species' similarity and dominance on the functional and phylogenetic structure of a plant meta-community\""], "relatedDatasets": 2}
823
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1a4841c44c6619456d08ab8725bc9367", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2989090&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a66670709bdde0e9101bdec3e55e9914", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2989090&result=noncoding_release", "schema": "url"}}], "abstract": "None: A phage lambda clone containing a 13.1-kb human DNA fragment was isolated and found to contain a tRNA gene encoding a glycine tRNA. The nucleotide sequence of the gene and its flanking regions has been determined. The gene does not have an intervening sequence nor does it encode the 3'-terminal CCA sequence found in mature tRNAs. Although this tRNA gene has an anticodon sequence of CCC, it has a striking homology (96%) with a human glycine tRNA which has an anticodon of GCC. As in other eukaryotic tRNA genes, the coding region contains a characteristic internal split promoter sequence, and the 3'-flanking region has a typical RNA polymerase III termination site of five consecutive T residues. There is no apparent sequence in the 5'-flanking region which could serve as a regulatory element. This gene is accurately transcribed in vitro by RNA polymerase III using a HeLa cell-free system. During the course of in vitro transcription, larger precursor tRNAGlyCCC transcripts are processed to yield a mature-sized tRNA product. A precursor-product relationship was established by comparing the ribonuclease A fingerprints of the precursor and product tRNA transcripts.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2989090"}], "author": ["Pirtle I L", "Shortridge R D", "Pirtle R M"], "relatedPublications": 0, "id": "50|r3d100010527::79c1c2f79f9486a38a61b24acf48df1a", "title": ["Nucleotide sequence and transcription of a gene encoding human tRNAGlyCCC."], "relatedDatasets": 2}
824
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c2862a61da0bc683e486e04b5c3bc05a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11453658&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::de58995d0a0a1e88fee3dd37e1e01bd8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11453658&result=coding_release", "schema": "url"}}], "abstract": "None: DSCAM, a conserved gene involved in neuronal differentiation, is a member of the Ig superfamily of cell adhesion molecules. Herein, we report the functional characterization of a human DSCAM (Down syndrome cell adhesion molecule) paralogue, DSCAML1, located on chromosome 11q23. The deduced DSCAML1 protein contains 10 Ig domains, six fibronectin-III domains, and an intracellular domain, all of which are structurally identical to DSCAM. When compared to DSCAM, DSCAML1 protein showed 64% identity to the extracellular domain and 45% identity to the cytoplasmic domain. In the mouse brain, DSCAML1 is predominantly expressed in Purkinje cells of the cerebellum, granule cells of the dentate gyrus, and in neurons of the cerebral cortex and olfactory bulb. Biochemical and immunofluorescence analyses indicated that DSCAML1 is a cell surface molecule that targets axonal features in differentiated PC12 cells. DSCAML1 exhibits homophilic binding activity that does not require divalent cations. Based on its structural and functional properties and similarities to DSCAM, we suggest that DSCAML1 may be involved in formation and maintenance of neural networks. The chromosomal locus for DSCAML1 makes it an ideal candidate for neuronal disorders (such as Gilles de la Tourette and Jacobsen syndromes) that have been mapped on 11q23.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11453658"}], "author": ["Yamakawa K", "Tsutsumi Y", "Ganesh S", "Suzuki T", "Agarwala K L", "Amano K"], "relatedPublications": 0, "id": "50|r3d100010527::c37add0debe0ca0073a5945e7e14600b", "title": ["Cloning and functional characterization of DSCAML1, a novel DSCAM-like cell adhesion molecule that mediates homophilic intercellular adhesion."], "relatedDatasets": 2}
825
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9919d6dea2d448a6e42191501a363a28", "id": {"identifier": "10.5517/ccp3m3h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bca8c16baa6db85a3509c877a321df2e", "id": {"identifier": "10.5517/ccpltcf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of new candidates as nonlinear optical materials, tetra-nuclear heterobimetallic clusters [MOS 3 M 3 ′Y(PPh 3 ) 3 ] (M = Mo, M′ = Ag, Y = Br  1 ; M = W, M′ = Ag, Y = I  2 ; M = Mo, M′ = Cu, Y = I  3 ; M = W, M′ = Cu, Y = I  4 ), have been synthesized by newly developed ligand-redistribution reaction for third-order nonlinear optical (NLO) studies. Single-crystal X-ray diffraction shows that clusters [MoX(μ 3 -S) 3 (μ 3 -Br)(AgPPh 3 ) 3 ]  1  and [WX(μ 3 -S) 3 (μ 3 -I)(CuPPh 3 ) 3 ]  4  (X = O 0.5 S 0.5  1 , O  4 ) adopt an isomorphous neutral cubane-like skeleton. Their optical nonlinearities were measured by  Z -scan technique with an 8 ns pulsed laser at 532 nm. These clusters were found to exhibit effective nonlinear absorption, self-focusing effects and large optical limiting capabilities. The effective NLO susceptibilities  χ  (3)  and the corresponding second-order hyperpolarizabilities  γ  of these clusters are also reported. The influence of cluster composition on NLO properties has been discussed accordingly.", "author": ["Tang Guodong", "Zhang Yu", "Zhang Chi", "Lu Lude", "Zhang Jinfang", "Song Yinglin", "Bei Fengli", "Cao Yuan"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.synthmet.2008.01.015"}], "id": "50|dli_resolver::59aefbe6bc268411f2f13eb03f584ace", "relatedPublications": 0, "date": [""], "title": ["\"Influence of cluster composition on NLO properties of neutral cubane-like heterothiometallic clusters\""], "relatedDatasets": 2}
826
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::442bf5d49422ec2cd46fb11bfada1847", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11137297&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2087ca8cf4f3a09859dff6ec6692a89f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11137297&result=sequence_release", "schema": "url"}}], "abstract": "None: Azotobacter vinelandii is proposed to contain a single beta-ketothiolase activity participating in the formation of acetoacetyl-CoA, a precursor for poly-beta-hydroxybutyrate (PHB) synthesis, and in beta-oxidation (Manchak, J., Page, W.J., 1994. Control of polyhydroxyalkanoate synthesis in Azotobacter vinelandii strain UWD. Microbiology 140, 953-963). We designed a degenerate oligonucleotide from a highly conserved region among bacterial beta-ketothiolases and used it to identify bktA, a gene with a deduced protein product with a high similarity to beta-ketothiolases. Immediately downstream of bktA, we identified a gene called hbdH, which encodes a protein exhibiting similarity to beta-hydroxyacyl-CoA and beta-hydroxybutyryl-CoA dehydrogenases. Two regions with homology to bktA were also observed. One of these was cloned and allowed the identification of the phbA gene, encoding a second beta-ketothiolase. Strains EV132, EV133, and GM1 carrying bktA, hbdH and phbA mutations, respectively, as well as strain EG1 carrying both bktA and phbA mutations, were constructed. The hbdH mutation had no effect on beta-hydroxybutyryl-CoA dehydrogenase activity or on fatty acid assimilation. The bktA mutation had no effect on beta-ketothiolase activity, PHB synthesis or fatty acid assimilation, whereas the phbA mutation significantly reduced beta-ketothiolase activity and PHB accumulation, showing that this is the beta-ketothiolase involved in PHB biosynthesis. Strain EG1 was found to grow under beta-oxidation conditions and to possess beta-ketothiolase activity. Taken together, these results demonstrate the presence of three genes coding for beta-ketothiolases in A. vinelandii.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11137297"}], "author": ["Segura D", "Vargas E", "Espín G"], "relatedPublications": 0, "id": "50|r3d100010527::315bcf674ab833398ca50fe5b8ce9c5b", "title": ["Beta-ketothiolase genes in Azotobacter vinelandii."], "relatedDatasets": 2}
827
{"typology": "publication", "publisher": ["Molecular reproduction and development"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::48dddbe02f0937a6418b367ea42050a2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20653000&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::41807a95256b254f8c454ba269c6efbc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20653000&result=coding_release", "schema": "url"}}], "abstract": "None: In poikilothermic vertebrates, sex determination is sometimes influenced by environmental factors such as temperature. However, little is known about the molecular mechanisms underlying environmental sex determination. The medaka (Oryzias latipes) is a teleost fish with an XX/XY sex determination system. Recently, it was reported that XX medaka can be sex-reversed into phenotypic males by high water temperature (HT; 32-34 degrees C) treatment during the sex differentiation period. Here we report that cortisol caused female-to-male sex reversal and that metyrapone (an inhibitor of cortisol synthesis) inhibited HT-induced masculinization of XX medaka. HT treatment caused elevation of whole-body levels of cortisol, while metyrapone suppressed the elevation by HT treatment during sexual differentiation. Moreover, cortisol and 33 degrees C treatments inhibited female-type proliferation of germ cells as well as expression of follicle-stimulating hormone receptor (fshr) mRNA in XX medaka during sexual differentiation. These results strongly suggest that HT induces masculinization of XX medaka by elevation of cortisol level, which, in turn, causes suppression of germ cell proliferation and of fshr mRNA expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20653000"}, {"type": "doi", "id": "10.1002/mrd.21203"}], "author": ["Hirai Toshiaki", "Yamaguchi Toshiya", "Yazawa Takashi", "Kamei Yasuhiro", "Shiraishi Eri", "Kobira Hiroshi", "Kitano Takeshi", "Hayashi Yuki"], "relatedPublications": 0, "id": "50|r3d100010527::085187d1c6873f1920fe787bff937be2", "title": ["High temperature causes masculinization of genetically female medaka by elevation of cortisol."], "relatedDatasets": 2}
828
{"typology": "publication", "publisher": ["Mitochondrial DNA"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dd4642cfc45035fd9b88d53ab86ed56d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24083969&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06f84e7f78190d7632aaaa87c80fe1fa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24083969&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7aa8dd969206762aa225003a73c1c758", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24083969&result=sequence_release", "schema": "url"}}], "abstract": "None: In this study, the total mitochondrial genome sequence of Pseudobagrus albomarginatus Rendhal was firstly sequenced and determined. The total genome is 16,533 bp in length. It consists of 13 protein-coding genes, 22 tRNA genes, two rRNA genes and two non-coding regions. The data presented herein would facilitate further investigations of phylogenetic relationships within Bagridae catfishes.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.3109/19401736.2013.836511"}, {"type": "pbmid", "id": "24083969"}], "author": ["Yang Shoubao", "Wei Min", "Cai Lingchao", "Chen Chong", "Li Chen", "Chen Pingping", "Yang Xiaoxue", "Wang Heng", "He Liping"], "relatedPublications": 0, "id": "50|r3d100010527::26c7c7cc9ea883bad8a1349ec2665e55", "title": ["The complete mitochondrial genome of Pseudobagrus albomarginatus Rendhal: sequencing and analysis."], "relatedDatasets": 3}
829
{"typology": "publication", "publisher": ["Pleiades Publishing Ltd"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cf4eb71a58b82b14c3bc784a176c52e8", "id": {"identifier": "10.5517/ccdc.csd.cc1nd608", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Attaryan H. S.", "Hayotsyan S. S.", "Khachatryan H. N.", "Danagulyan G. G.", "Badalyan K. S.", "Aivazyan A. G."], "localIdentifier": [{"type": "doi", "id": "10.1134/s1070428017100220"}], "id": "50|dli_resolver::9e7b1000df504286700583e25b6e3b14", "relatedPublications": 0, "date": [""], "title": ["\"Unusual behavior of 3,5-dimethylpyrazole in the aza-Michael reaction with crotonaldehyde in aqueous medium\""], "relatedDatasets": 1}
830
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::726fec6aca92816185ccbe71e00df52e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26048314&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b68630d2144ba8be30362c319420a86e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26048314&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1846f670f0bed46934f48ec9ade4226c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26048314&result=read_study", "schema": "url"}}], "abstract": "None: A Gram-stain positive, strictly aerobic, non-motile and coccus-shaped actinobacterium, designated strain NEAU-ST5-33(T), was isolated from saline and alkaline soils in Dechang Township, Zhaodong City, PR China. It formed beige-yellow colonies and grew at NaCl concentrations of 0-5% (w/v) (optimum 0%), at pH 6.0-9.0 (optimum pH 7.0) and over a temperature range of 4-50 °C (optimum 35 °C). Based on 16S rRNA gene sequence analysis, strain NEAU-ST5-33(T) was phylogenetically closely related to the type strains of species of the genus Kocuria, Kocuria polaris CMS 76or(T), Kocuria rosea DSM 20447(T), Kocuria turfanensis HO-9042(T), Kocuria aegyptia YIM 70003(T), Kocuria himachalensis K07-05(T) and Kocuria flava HO-9041(T), with respective sequence similarities of 98.8%, 98.8%, 98.3%, 98.1%, 98.1% and 97.9%. DNA-DNA hybridization relatedness values of strain NEAU-ST5-33(T) with type strains of the closely related species ranged from 54 ± 1% to 34 ± 1%. The DNA G+C content was 61.2 mol%. The major fatty acids (>5%) were C15 : 0 anteiso, C15 : 0 iso and C16 : 1ω7c and/or C16 : 1ω6c. The major menaquinone detected was MK-8 (H2), and the polar lipids consisted of diphosphatidylglycerol, phosphatidylethanolamine, phosphatidylglycerol, one unknown aminolipid and one unknown lipid. On the basis of the genotypic, chemotaxonomic and phenotypic data, we propose that strain NEAU-ST5-33(T) represents a novel species of the genus Kocuria, with the name Kocuria dechangensis sp. nov. The type strain is NEAU-ST5-33(T) ( = CGMCC 1.12187(T) = DSM 25872(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26048314"}, {"type": "doi", "id": "10.1099/ijs.0.000372"}], "author": ["Liu Henan", "Xu Tong", "Meng Lin", "Pan Yuanyuan", "Liu Yanshuang", "Wang Kaibiao", "Zhang Lei", "Huang Haipeng", "Hong Shan", "Jiang Juquan", "Zhang Cheng"], "relatedPublications": 0, "id": "50|r3d100010527::a9e94750808b792396c0c226dbce469d", "title": ["Kocuria dechangensis sp. nov., an actinobacterium isolated from saline and alkaline soils."], "relatedDatasets": 3}
831
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b19b580be3222304c5cfd6fc1701f6d8", "id": {"identifier": "10.5517/cc1j5zd2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f3cea962fa81906c7fba10e8e2a2dec", "id": {"identifier": "10.5517/cc1j5zh5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::79a9ee5481a0f80cb1f217b7a05c0978", "id": {"identifier": "10.5517/cc1j5zj6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3a0b4f91214bdba752fd8331f29e04f", "id": {"identifier": "10.5517/cc1j5zg4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d4937f6aa623a1c76133cc687e76678", "id": {"identifier": "10.5517/cc1j5zf3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A series of mono- and dinuclear aluminum alkyl complexes stabilized by phenolato ligands have been prepared through alkane elimination reactions. Treatment of piperazidine-bridged bis(phenol)s C4H8N2[1,4-(2-OH-3,5-Me2-C6H2CH2)2] (H2[ONNO]1), C4H8N2[1,4-(2-OH-3-tBu-5-Me-C6H2CH2)2] (H2[ONNO]2), and C4H8N2[1,4-(2-OH-3,5-tBu2-C6H2CH2)2] (H2[ONNO]3) with 2.5–3 equiv of AlR3 (R = Me, Et) afforded dinuclear aluminum complexes (AlMe2)2[ONNO]1 (1), (AlMe2)2[ONNO]2 (2), (AlMe2)2[ONNO]3 (3), (AlEt2)2[ONNO]1 (4), (AlEt2)2[ONNO]2 (5), and (AlEt2)2[ONNO]3 (6), respectively. In order to compare the catalytic activities of these bimetallic complexes with their mononuclear counterparts, mono(phenolato) aluminum complexes AlMe2[ON]1 (7), AlMe2[ON]2 (8), AlMe2[ON]3 (9), AlEt2[ON]2 (10), and AlEt2[ON]3 (11) were synthesized from reactions of 1 equiv of AlMe3 or 2 equiv of AlEt3 with phenols that bear piperidine moieties, i.e., [2-(CH2NC5H10)-4,6-Me2-C6H2OH (H[NO]1), 2-(CH2NC5H10)-4-Me-6-tBu-C6H2OH (H[NO]2), and 2-(CH2NC5H10)...", "author": ["Li Wenyi", "Chen Lijuan", "Shen Qi", "Zhang Yong", "Yao Yingming", "Yuan Dan"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.inorgchem.5b00022"}], "id": "50|dli_resolver::977df34a6414ec4affd18abeebbc03a6", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses of Mononuclear and Dinuclear Aluminum Complexes Stabilized by Phenolato Ligands and Their Applications in the Polymerization of ε-Caprolactone: A Comparative Study\""], "relatedDatasets": 5}
832
{"typology": "publication", "publisher": ["Pleiades Publishing Ltd"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::72d8517334788f8df78f48419b00fb07", "id": {"identifier": "10.5517/ccdc.csd.cc1kr4fw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bbadf9c0f6478ad684f87f9d2f186606", "id": {"identifier": "10.5517/ccdc.csd.cc1kr4dv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Baidina I. A.", "Yamaletdinov R. D.", "Korol’kov I. V.", "Zubareva A. P.", "Makhinya A. N.", "Piryazev D. A.", "Tkachev S. V.", "Il’in M. A."], "localIdentifier": [{"type": "doi", "id": "10.1134/s1070328416120046"}], "id": "50|dli_resolver::6135f7d0b5dca85b8a4ccac0efc7428f", "relatedPublications": 0, "date": [""], "title": ["Synthesis, some properties, and crystalline modifications of fac-[Ru(NO)(Py)2Cl3]"], "relatedDatasets": 2}
833
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9cddf56697eb2b70373535e99d732482", "id": {"identifier": "hq874617", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::957abdbc5e7bd0f47766cb3355e4e5c9", "id": {"identifier": "hq874610", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b3c882b429bec62774991b65b565ed70", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22848728&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c9c96eedd323a730134d503bb06380c9", "id": {"identifier": "ab089859", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d767c751f5ab517badb8395550de6c26", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22848728&result=noncoding_release", "schema": "url"}}], "abstract": "None: Citrus bacterial canker caused by Xanthomonas axonopodis pv. citri is a devastating disease resulting in significant crop losses in various citrus cultivars worldwide. A biocontrol agent has not been recommended for this disease. To explore the potential of bacilli native to Taiwan to control this disease, Bacillus species with a broad spectrum of antagonistic activity against various phytopathogens were isolated from plant potting mixes, organic compost and the rhizosphere soil. Seven strains TKS1-1, OF3-16, SP4-17, HSP1, WG6-14, TLB7-7, and WP8-12 showing superior antagonistic activity were chosen for biopesticide development. The genetic identity based on 16S rDNA sequences indicated that all seven native strains were close relatives of the B. subtilis group and appeared to be discrete from the B. cereus group. DNA polymorphisms in strains WG6-14, SP4-17, TKS1-1, and WP8-12, as revealed by repetitive sequence-based PCR with the BOXA1R primers were similar to each other, but different from those of the respective Bacillus type strains. However, molecular typing of the strains using either tDNA-intergenic spacer regions or 16S-23S intergenic transcribed spacer regions was unable to differentiate the strains at the species level. Strains TKS1-1 and WG6-14 attenuated symptom development of citrus bacterial canker, which was found to be correlated with a reduction in colonization and biofilm formation by X. axonopodis pv. citri on leaf surfaces. The application of a Bacillus strain TKS1-1 endospore formulation to the leaf surfaces of citrus reduced the incidence of citrus bacterial canker and could prevent development of the disease.", "author": ["Dean Der-Syh Tzeng", "Kuo-Ching Tzeng", "Wen-Di Huang", "Huang Wen-Di", "Hwang Bing-Fang", "Lu Kuan-Min", "Wong, Amy C. L.", "Tzu-Pi Huang", "Tzeng Dean Der-Syh", "Chun-Han Chen", "Lee Ya-Huei", "Tzeng Kuo-Ching", "Kuan-Min Lu", "Huang Tzu-Pi", "Chen Chun-Han", "Ya-Huei Lee", "Bing-Fang Hwang", "Wong Amy C L"], "localIdentifier": [{"type": "pbmid", "id": "22848728"}, {"type": "doi", "id": "10.1371/journal.pone.0042124"}, {"type": "pmid", "id": "22848728"}], "id": "50|dedup_wf_001::f4c0cb07097b4ce24646f0e8143ecd5e", "relatedPublications": 0, "date": ["2012-07-27"], "title": ["DNA polymorphisms and biocontrol of Bacillus antagonistic to citrus bacterial canker with indication of the interference of phyllosphere biofilms."], "relatedDatasets": 5}
834
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f9e0ab9a7dfb5e53745fed0fc388a417", "id": {"identifier": "10.5517/ccw04qq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ikeda Masato", "Hamachi Itaru", "Yoshii Tatsuyuki", "Tanida Tatsuya"], "localIdentifier": [{"type": "doi", "id": "10.1002/adma.201004658"}], "id": "50|dli_resolver::8a8d4a7853a3abeec9e18f874719ddd6", "relatedPublications": 0, "date": [""], "title": ["\"Rational Molecular Design of Stimulus-Responsive Supramolecular Hydrogels Based on Dipeptides\""], "relatedDatasets": 1}
835
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3621061db24b770f146b94251aea5907", "id": {"identifier": "10.5517/ccdc.csd.cc149nmq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::117253ec871147cf4dea09a8ebed90b8", "id": {"identifier": "10.5517/ccdc.csd.cc149nkn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9c71e3da9809822e28b6f97c2a6ebaeb", "id": {"identifier": "10.5517/ccdc.csd.cc149nlp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Shepherd Helena J.", "Probert Michael R.", "Coffer Philippa K.", "Howard Judith A.K.", "Dillon Keith B."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2018.04.030"}], "id": "50|dli_resolver::82fbe8d056d8b6ee55c7f82ed6737e71", "relatedPublications": 0, "date": [""], "title": ["Coordination properties of a 2-aryl-1,3,2-dioxaphospholane"], "relatedDatasets": 3}
836
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aeecf5ef889d7b0145d9e7cd9548fa5a", "id": {"identifier": "10.5517/cc5bnpt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c21a367ebb35f3863e6ec401e713a335", "id": {"identifier": "10.5517/cc5bnns", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::10e07f4efa5708ee7a7306edf26ad382", "id": {"identifier": "10.5517/cc5bnmr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Solvatothermal syntheses have been exploited to effect the isolation of three novel polyoxoalkoxometalate clusters, [{Fe(OH)(CH3CN)2} Fe6OCl6{(OCH2)3CCH2OH}4] (1), [Fe10O2Cl8{(OCH2)3CCH2CH3}6] (2), and [(VO)2Fe8O2Cl6{(OCH2)3CCH2CH3}6] (3). The structure of 1 may be described as a hexametalate core {Fe6OCl6}10+, consisting of a octahedral arrangement of chloride ligands encasing an octahedron of six Fe(III) sites, with a central oxo group. The remaining four coordination sites at each octahedral iron center are occupied by doubly bridging oxygen donors from the trisalkoxo ligands. One triangular face of this substructure, defined by three oxygen atoms, from three adjacent trisalkoxo ligands, is capped by the {Fe(OH)(CH3CN)2}2+ subunit. The structure of 2 is based on the decametalate core of edge-sharing octahedra. The eight peripheral Fe(III) sites of the cluster bond to four oxygen donors from the trisalkoxo ligands, a terminal Cl− ligand, and one of the μ6-oxo groups. The two central iron sites are linked to four oxygen donors from the trisalkoxo ligands and to both of the μ6-oxo groups. Cluster 3 is structurally related to 2 with two {FeCl}2+ units replaced by {VO}2+ groups.", "author": ["Zubieta Jon", "Finn Robert C."], "localIdentifier": [{"type": "doi", "id": "10.1023/a:1009055728770"}], "id": "50|dli_resolver::cbb7e5926cb2b7284889cc41bc349087", "relatedPublications": 0, "date": [""], "relatedDatasets": 3}
837
{"typology": "publication", "publisher": ["Development (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6f34ad02b6cb117d6fea7248be1efca2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10556047&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::05a2af4862ea07434dbbb498f71ebf78", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10556047&result=sequence_release", "schema": "url"}}], "abstract": "None: The wing of Drosophila is separated into several sectors by the wing veins. Vein primordia are specified by the positional information provided by hedgehog and decapentaplegic in the wing imaginal disc and express the key regulatory gene rhomboid. One model of this process is that boundaries of gene expression regulated by hedgehog or decapentaplegic provide reference points where rhomboid transcription is activated. We present an analysis of the gene plexus, whose loss of function causes an excess vein phenotype. Molecular cloning revealed that plexus encodes a novel 1990-amino acid protein with cysteine-rich motifs. Plexus protein was ubiquitously expressed and was tightly associated with the nuclear matrix. In plexus mutant wing imaginal discs, an anteroposterior positional coordinate was established normally as revealed by the wild-type pattern of spalt major and knirps expression. However, the expression of several vein-specific and intervein-specific genes was misregulated, as if they had neglected the positional coordinate. These results suggest that Plexus is an essential component of a global repressor of vein differentiation. Although Plexus protein was expressed in vein primordia of the wing disc, it does not appear to interfere with vein differentiation in the normal position. A genetic epistasis test between px and knirps suggests that plexus acts downstream of knirps. We propose that the vein differentiation takes place by inactivation of the plexus-mediated repression by prepattern genes such as knirps. Plexus may regulate transcription of vein-and intervein-specific genes by tethering transcriptional regulators to specific locations in the nucleus.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10556047"}], "author": ["Tadokoro R", "Hayashi S", "Matakatsu H", "Gamo S"], "relatedPublications": 0, "id": "50|r3d100010527::51c9e2a88a49c89d184b5110cbd31498", "title": ["Repression of the wing vein development in Drosophila by the nuclear matrix protein plexus."], "relatedDatasets": 2}
838
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Regnerus, M."], "localIdentifier": [{"type": "icpsr", "id": "69458"}], "relatedPublications": 0, "title": ["Forbidden fruit? Sex and religious faith in the lives of young americans"], "id": "50|r3d100010255::7be3574427e78879cd4a79a008dc82c6"}
839
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2349050e449fb32b43353120cfd446d1", "id": {"identifier": "10.5517/ccsyw9w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7421acef2e036304b1d5e7fe50e59499", "id": {"identifier": "10.5517/cct2rxj", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The synthesis and characterization of two N-heterocyclic carbene (NHC) complexes of titanium (IPr)Ti(NMe2)2Cl2 (1) [IPr = 1,3-bis(2,6-diisopropylphenyl)imidazol-2-ylidene] and (IPr)2TiCl3 (2) are described. Reactions of one and two equivalents of IPr with Ti(NMe2)2Cl2 and TiCl3(thf)3 yield the mono-NHC titanium(IV) complex 1 and the bis-NHC titanium(III) complex 2, respectively. They feature distorted trigonal bipyramidal geometries. Short intramolecular Cl···CNHC contacts are observed in the X-ray single-crystal structures of 1 and 2.", "author": ["Schulzke Carola", "Stalke Dietmar", "Roesky Herbert W.", "Samuel Prinson P.", "Li Jianfeng", "Döring Alexander", "Merkel Sebastian"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200900486"}], "id": "50|dli_resolver::599cf8c2b222a2994789ce506228e3ba", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Characterization of N-heterocyclic Carbene Complexes of Titanium(IV) and Titanium(III)\""], "relatedDatasets": 2}
840
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11b397fe4c36819430f193a2ca5000cd", "id": {"identifier": "10.5517/ccrrzk0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bad7f615a23bfd9113541f0f9c2d71ce", "id": {"identifier": "10.5517/cct40yw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::68f4ead69b10d600a68f6810ce821e7f", "id": {"identifier": "10.5517/cct40xv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Three new mixed ligand complexes [Mn(4-pytone)2(bipy)2]bipy (1), [Mn(pot)2(en)2] (2) and [Mn(4-mot)2(en)2] (3) (4-pytone = 5-(4-pyridyl)-1,3,4-oxadiazole-2-thione, pot = 5-phenyl-1,3,4-oxadiazole-2-thione, 4-mot = 5-(4-methoxy-phenyl)-1,3,4-oxadiazole-2-thione) have been prepared containing bipy/en as coligands. The starting material potassium N-(aryl-carbonyl)-hydrazinecarbodithioates (RCONHNHCSSK) underwent cyclization during complexation in the presence of bipy or en to give the corresponding 5-aryl-1,3,4-oxadiazole-2-thiones. The complexes have been characterized by physicochemical techniques and single crystal X-ray structure determination. In all cases, the manganese has a six coordinate octahedral arrangement coordinated by 4N atoms of two bipy/en and two covalently bonded N atoms of the oxadiazole-2-thione anions.", "author": ["Butcher Raymond J.", "Singh Nand K.", "Bharty Manoj K.", "Dulare Ram", "Kushawaha Surendra K."], "localIdentifier": [{"type": "doi", "id": "10.1007/s11243-010-9332-7"}], "id": "50|dli_resolver::e42ad00fc996f1230f7e464bc7aaae69", "relatedPublications": 0, "date": [""], "title": ["\"Manganese(II) complexes of 5-(4-pyridyl), 5-phenyl and 5-(4-methoxy-phenyl)-1,3,4-oxadiazole-2-thione containing 2, 2′-bipyridyl/ethylenediamine: synthesis, spectral, and X-ray characterization\""], "relatedDatasets": 3}
841
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6c9faac3a7965c02bdefcde47f98ccc", "id": {"identifier": "10.1594/pangaea.54557", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cb4fab650d578dadc234f6399f52278d", "id": {"identifier": "10.1594/pangaea.55104", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad752bc21a668e3130e6d4d674c78434", "id": {"identifier": "10.1594/pangaea.55148", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N#Ammonium, nitrate, and organic acid records from the Greenland Ice Core Project deep ice core are discussed. All species have a continental biogenic source that is situated predominantly on the North American continent for species deposited in Summit, central Greenland. The record therefore can be used to trace back the biomass history of the North American continent. Difficulty in the interpretation of these records arises from their unknown transfer behavior in a more alkaline atmosphere, which characterizes glacial time periods compared to interglacial stadials. This may have implications not only for weak acids such as formate and acetate, but also possibly for the transport and incorporation of HNO3 into aerosols, whereas ammonium is probably not affected by the alkalinity change of the atmosphere. Our approach is to compare samples with similar H+ concentrations throughout the record. From the records we infer several significant fluctuations in the extent of the Laurentide Ice Sheet during the last glaciation. We find evidence against the occurrence of an extensive Younger Dryas event in North America.", "author": ["Fuhrer Katrin", "Legrand Michel"], "localIdentifier": [{"type": "doi", "id": "10.1029/97jc01299"}], "id": "50|dli_resolver::8fc6b6896ddae62242d53abc5a7e82fe", "relatedPublications": 0, "date": [""], "title": ["\"Continental biogenic species in the Greenland Ice Core Project ice core: Tracing back the biomass history of the North American continent\""], "relatedDatasets": 3}
842
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::77026e29145144da161786fca030350f", "id": {"identifier": "10.5061/dryad.6fv68", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::77026e29145144da161786fca030350f", "id": {"identifier": "10.5061/dryad.6fv68", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Abraham Andrew", "Wilson Gail W. T.", "Doughty Christopher", "Johnson Nancy Collins", "Stevens Bo Maxwell", "Ridenour Chase", "Propster Jeffrey"], "localIdentifier": [{"type": "doi", "id": "10.1111/1365-2745.12916"}], "id": "50|dli_resolver::bb33c55357d19f7365558f18a060d6be", "relatedPublications": 0, "date": [""], "title": ["Mycorrhizal symbioses influence the trophic structure of the Serengeti"], "relatedDatasets": 2}
843
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14ed69739038b7bedf12dae30fdb521d", "id": {"identifier": "10.5517/cc9ycn7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8bad7b4110f64c3b14e81c6fd7da6f62", "id": {"identifier": "10.5517/cc9ycp8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Mol­ecules of 2-amino-5-trifluoro­methyl-1,3,4-thia­diazole, C3H2F3N3S, are linked by two independent N—H⋯N hydrogen bonds into sheets of alternating R22(8) and R66(20) rings, while the mol­ecules of the unsubstituted 2-amino-1,3,4-thia­diazole, C2H3N3S, are linked, again by two independent N—H⋯N hydrogen bonds, but into chains of edge-fused R22(8) and R44(10) rings.", "author": ["Skakle Janet M. S.", "Ferreira Sabrina B.", "Wardell Solange M. S. V.", "Glidewell Christopher", "Low John N.", "Boechat Nubia"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270105040126"}], "id": "50|dli_resolver::fe3fdf96ebe5c7c3bbd5a4311fe66a04", "relatedPublications": 0, "date": [""], "title": ["\"2-Amino-5-trifluoromethyl-1,3,4-thiadiazole and a redetermination of 2-amino-1,3,4-thiadiazole, both at 120 K: chains of edge-fusedR22(8) andR44(10) rings, and sheets ofR22(8) andR66(20) rings\""], "relatedDatasets": 2}
844
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::22c8c1922a312353d2d3347bdac76e0b", "id": {"identifier": "10.3886/icpsr06041", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3684dad4c809fe04395bfa224facbc32", "id": {"identifier": "10.3886/icpsr06041.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e779f590762a0d81185a996d0dc109b9", "id": {"identifier": "10.3886/icpsr06041.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e779f590762a0d81185a996d0dc109b9", "id": {"identifier": "10.3886/icpsr06041.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Although parent-adult child ties are generally positive, most parents have multiple children whose relations may yield collective ambivalence combining higher and lower quality. Little research has investigated these multiple relations. NSFH respondents aged 50+ with adult children (N = 2,270) are used to assess patterns of quality and contact across multiple children in the same family. This illuminates mixed experiences, especially for lowest quality and contact across children, contributing to collective ambivalence in parent-adult child relations within families. Having more children increases prevalence of both positive and negative relations. Stepchildren exhibit more negative relations than nonstepchildren, even in the same family. Mothers have more positive but not more negative relations than fathers, but mothers have more negative relations with stepchildren.", "author": ["Deane, Glenn", "Spitze Glenna", "Ward Russell A.", "Deane Glenn", "Spitze, Glenna", "Ward, Russel A."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1741-3737.2008.00587.x"}], "id": "50|dedup_wf_001::7ea9499a1c7fd39e88ae17e45159a9f5", "relatedPublications": 0, "date": [""], "title": ["The more the merrier? Multiple parent-adult child relations"], "relatedDatasets": 4}
845
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::f21dcc293bdd45e35274b19ced8afc49", "id": {"identifier": "2ywz", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::ddb06d88236b44a06774440589857cdd", "id": {"identifier": "2ywy", "schema": "pdb"}}], "abstract": "", "author": ["Foley Michael", "Coley Andrew M.", "Nuttall Stewart D.", "Hudson Peter J.", "Proll David F.", "Simmons David P.", "Streltsov Victor A.", "Dolezal Olan"], "localIdentifier": [{"type": "doi", "id": "10.1002/prot.21663"}], "id": "50|dli_resolver::25b203aae8338148756629139076b281", "relatedPublications": 0, "date": [""], "title": ["\"Shark IgNAR antibody mimotopes target a murine immunoglobulin through extended CDR3 loop structures\""], "relatedDatasets": 2}
846
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e1c8a56cc9510b7262cd0f94eac48c7", "id": {"identifier": "10.5517/ccvs7qk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This work has been made available to the staff and students of the University of Sydney for the purposes of research and study only. It constitutes material that is held by the University for the purposes of reporting for HERDC and the ERA. This work may not be downloaded, copied and distributed to any third party#N#.", "author": ["Banister Samuel D.", "Clegg Jack K.", "Kassiou Michael", "Hanani Raphy"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810038523"}], "id": "50|dli_resolver::d80be53935a1268ed8cd52ccc8bdcc5e", "relatedPublications": 0, "date": [""], "title": ["\"11-{2-(3-Fluorophenyl)ethyl(methyl)amino}pentacyclo5.4.0.02,6.03,10.05,9undecan-8-one\""], "relatedDatasets": 1}
847
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b4b5e1d4bceb9d473cf75982ed2100d4", "id": {"identifier": "10.3886/icpsr09166.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Watkins, Susan Cotts", "London, Andrew S."], "localIdentifier": [{"type": "icpsr", "id": "31360"}], "relatedPublications": 0, "title": ["Personal names and cultural change: A study of the naming patterns of Italians and Jews in the United States in 1910"], "id": "50|r3d100010255::cd448c45ec825626417f50b2d90d15de"}
848
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::55320fe971c66a226795d6fbd156f79a", "id": {"identifier": "3i0g", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e1699ac7adde166a86e4a1f3f9f92241", "id": {"identifier": "3i0c", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::edc41709cc41bc9303390ef4148f9c64", "id": {"identifier": "3i0j", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::40690fa364a58ee26e99746f2d807865", "id": {"identifier": "3i0e", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::2c88fe9c3e8c36475fc6ad121db8db5d", "id": {"identifier": "3i0f", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::bc80fed07a82aae0c839e4882b20697c", "id": {"identifier": "3i0l", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::7d6c9733a7ea29d665b99d4094ad6e37", "id": {"identifier": "1lz7", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::51cb82b221fbe084e3149be624632337", "id": {"identifier": "3i0h", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e39671c0a5493157c8ab96f357ae90b1", "id": {"identifier": "3i0k", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ee97bc51a8a0bb083f669927fbad00ea", "id": {"identifier": "3i0i", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::a368d06886e48216a964da6e1282b8ee", "id": {"identifier": "3i0d", "schema": "pdb"}}], "abstract": "A common feature in the structures of GT-A-fold-type glycosyltransferases is a mobile polypeptide loop that has been observed to participate in substrate recognition and enclose the active site upon substrate binding. This is the case for the human ABO(H) blood group B glycosyltransferase GTB, where amino acid residues 177–195 display significantly higher levels of disorder in the unliganded state than in the fully liganded state. Structural studies of mutant enzymes GTB/C80S/C196S and GTB/C80S/C196S/C209S at resolutions ranging from 1.93 to 1.40 A display the opposite trend, where the unliganded structures show nearly complete ordering of the mobile loop residues that is lost upon substrate binding. In the liganded states of the mutant structures, while the UDP moiety of the donor molecule is observed to bind in the expected location, the galactose moiety is observed to bind in a conformation significantly different from that observed for the wild-type chimeric structures. Although this would be expected to impede catalytic turnover, the kinetics of the transfer reaction are largely unaffected. These structures demonstrate that the enzymes bind the donor in a conformation more similar to the dominant solution rotamer and facilitate its gyration into the catalytically competent form. Further, by preventing active-site closure, these structures provide a basis for recently observed cooperativity in substrate binding. Finally, the mutation of C80S introduces a fully occupied UDP binding site at the enzyme dimer interface that is observed to be dependent on the binding of H antigen acceptor analog.", "author": ["Seto Nina O.L.", "Borisova Svetlana N.", "Evans Stephen V.", "Schuman Brock", "Persson Mattias", "Landry Roxanne C.", "Polakowski Robert", "Palcic Monica M.", "Weadge Joel T."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2010.07.036"}], "id": "50|dedup_wf_001::ca7db8f9840826d48f00422c73c83a02", "relatedPublications": 0, "date": [""], "title": ["\"Cysteine-to-Serine Mutants Dramatically Reorder the Active Site of Human ABO(H) Blood Group B Glycosyltransferase without Affecting Activity: Structural Insights into Cooperative Substrate Binding\""], "relatedDatasets": 22}
849
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c8901ae63571a832d3b9afc7bbba9711", "id": {"identifier": "10.6084/m9.figshare.c.3296498", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7c4ebc2160d29ead3cfbe232881e149b", "id": {"identifier": "10.6084/m9.figshare.c.3296498.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Disturbances are key drivers of forest ecosystem dynamics, and forests are well adapted to their natural disturbance regimes. However, as a result of climate change, disturbance frequency is expected to increase in the future in many regions. It is not yet clear how such changes might affect forest ecosystems, and which mechanisms contribute to (current and future) disturbance resilience. We studied a 6364-ha landscape in the western Cascades of Oregon, USA, to investigate how patches of remnant old-growth trees (as one important class of biological legacies) affect the resilience of forest ecosystems to disturbance. Using the spatially explicit, individual-based, forest landscape model iLand, we analyzed the effect of three different levels of remnant patches (0%, 12%, and 24% of the landscape) on 500-year recovery trajectories after a large, high-severity wildfire. In addition, we evaluated how three different levels of fire frequency modulate the effects of initial legacies. We found that remnant live ...", "author": ["Spies Thomas A.", "Seidl Rupert", "Rammer Werner"], "localIdentifier": [{"type": "doi", "id": "10.1890/14-0255.1"}], "id": "50|dli_resolver::bfdb50624643cf81b841e108a9cb83a7", "relatedPublications": 0, "date": [""], "title": ["\"Disturbance legacies increase the resilience of forest ecosystem structure, composition, and functioning\""], "relatedDatasets": 2}
850
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e95e645b01b89d96df301036ddbc76ff", "id": {"identifier": "10.5517/ccdc.csd.cc1q72vw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Cai Aijie", "Escudero-Adán Eduardo C.", "Kleij Arjan W.", "Guo Wusheng", "Xie Jianing"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.orglett.7b03247"}], "id": "50|dli_resolver::93a757e10b12eadf3fbfd075872953b6", "relatedPublications": 0, "date": [""], "title": ["\"Pd-Catalyzed Enantio- and Regioselective Formation of Allylic Aryl Ethers\""], "relatedDatasets": 1}
851
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6943b5bdafa22507562cfd9334056803", "id": {"identifier": "10.5517/ccq3v2q", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The molecule of the title compound, C15H15NO2, is not planar, displaying a dihedral angle of 21.21 (18)° between the two aromatic rings. The central N=C bond distance of 1.279 (4) A is typical for an imine double bond. There are intramolecular O—H...N and intermolecular O—H...O hydrogen bonds.", "author": ["Erşahin Ferda", "Ağar Erbil", "Gül Zarife Sibel", "Işık Şamil"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807032266"}], "id": "50|dli_resolver::c253a5450cc89c2767f05d2ae4024f2b", "relatedPublications": 0, "date": [""], "title": ["\"(E)-2-2-(Hydroxymethyl)phenyliminomethyl-6-methylphenol\""], "relatedDatasets": 1}
852
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::081591aac96fdb2969db772ed5f0cec4", "id": {"identifier": "10.6084/m9.figshare.c.3632525_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4464a777cb35a23ede236f9e4c5f7c43", "id": {"identifier": "10.6084/m9.figshare.c.3632525_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9edca6bbd6b3d86c5c86d2bf498e92e2", "id": {"identifier": "10.6084/m9.figshare.c.3632525_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ea1711a7f97c801051bb83d21a466e3c", "id": {"identifier": "10.6084/m9.figshare.c.3632525.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2499bbcc80ed17886c507f694f59bfbb", "id": {"identifier": "10.6084/m9.figshare.c.3632525_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11eded03d35cc123e07ede8954c7ee7b", "id": {"identifier": "10.6084/m9.figshare.c.3632525", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background During the last two decades, differential consumption patterns in health-related behaviours have increasingly been highlighted as playing an important role in explaining persistent and widening health inequalities. This period has also seen government public health policies in England place a greater emphasis on changing ?lifestyle? behaviours, in an attempt to tackle social inequalities in health. The aim of this study was to empirically examine the variation in health-related behaviour in relation to socio-economic position, in the English adult population, to determine the nature of this relationship and whether it has changed over time. Methods The study population was derived from the Health Survey for England between 2001 and 2012 (n?=?56,468). The relationships between health-related behaviour (smoking, fruit and vegetable intake, alcohol consumption and physical activity) and three socioeconomic indicators (educational level, occupational social class and equivilised household income) were analysed using log bi-nomial regression. Results The study found that each of the three socio-economic indicators were statistically related to smoking, fruit and vegetable consumption and alcohol intake, with the strongest relationship found for smoking. For physical activity, no relationship was found in 2003 by education or income and in 2008 by occupation. Statistical analysis showed that the difference between those at the highest and lowest end of the socio-economic indicators had widened in relation to smoking, as measured by educational level, occupation and household income. A similar trend was also found for physical activity as measured by educational level and household income. However, for fruit and vegetable intake and alcohol consumption, the relationship between health-related behaviour and socio-economic position had narrowed over time as measured by education and income. Conclusions The findings provided only partial support for the thesis that socio-economic variations in health-related behaviours may be significant in explaining widening health inequalities. The significance of socio-economic variations in health-related behaviours might reflect both materialist and cultural explanations for socio-economic inequalities although it was not possible to separate and estimate the relative importance of these effects. Electronic supplementary material The online version of this article (doi:10.1186/s12939-016-0461-2) contains supplementary material, which is available to authorized users.", "author": ["Stait Emma", "Stait, Emma", "Calnan, Michael W.", "Calnan Michael"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12939-016-0461-2"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::4f0fd999055b2901b37a36b2fbb8d6e4"}], "id": "50|dedup_wf_001::1adfb818fbd3257672fa51d860198268", "relatedPublications": 0, "date": [""], "title": ["Are differential consumption patterns in health-related behaviours an explanation for persistent and widening social inequalities in health in England?"], "relatedDatasets": 6, "subject": [{"scheme": "keyword", "value": "Health-related behaviour"}, {"scheme": "keyword", "value": "England"}, {"scheme": "keyword", "value": "H1"}, {"scheme": "keyword", "value": "Social inequalities in health"}, {"scheme": "keyword", "value": "Research"}]}
853
{"typology": "publication", "publisher": ["Science (New York, N.Y.)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8d2295d4f219e75ffa9f66537a5f4cb0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19729659&result=sequence_release", "schema": "url"}}], "abstract": "None: The magnitude of antigen-specific CD8+ T cell responses is not fixed but correlates with the severity of infection. Although by definition T cell response size is the product of both the capacity to recruit naïve T cells (clonal selection) and their subsequent proliferation (clonal expansion), it remains undefined how these two factors regulate antigen-specific T cell responses. We determined the relative contribution of recruitment and expansion by labeling naïve T cells with unique genetic tags and transferring them into mice. Under disparate infection conditions with different pathogens and doses, recruitment of antigen-specific T cells was near constant and close to complete. Thus, naïve T cell recruitment is highly efficient, and the magnitude of antigen-specific CD8+ T cell responses is primarily controlled by clonal expansion.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1126/science.1175455"}, {"type": "pbmid", "id": "19729659"}], "author": ["Swart Erwin", "Schumacher Ton N M", "Sie Daoud", "Kerkhoven Ron M", "Arens Ramon", "Schepers Koen", "Gerlach Carmen", "Correia-Neves Margarida", "van Heijst Jeroen W J", "Nunes-Alves Cláudio"], "relatedPublications": 0, "id": "50|r3d100010527::0797e88770039074e611436b2799f3ff", "title": ["Recruitment of antigen-specific CD8+ T cells in response to infection is markedly efficient."], "relatedDatasets": 1}
854
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9fdb4282717f41924e60365449e173fb", "id": {"identifier": "u55762", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::24d6d3bace6fc917c831f114f3ee9298", "id": {"identifier": "ay535007", "schema": "ena"}}], "abstract": "", "author": ["Joos, Thomas O.", "Dirk Waldherr", "Andrea Klotzbücher", "Maria Thomas", "Frank Weise", "Angelika Oehmig", "Achim Knappik", "Kubbutat, Michael H. G.", "Ralf Brundiers", "Andreas Lingnau", "Ursula Hagner", "Hansjürgen Volkmer"], "localIdentifier": [{"type": "pmid", "id": "18816379"}], "id": "50|pubmed______::b29331fd3bb08df4167260f30ae865f1", "relatedPublications": 0, "date": ["2008-09-24"], "title": ["A novel reverse transduction adenoviral array for the functional analysis of shRNA libraries."], "relatedDatasets": 2}
855
{"typology": "publication", "publisher": ["Memorias do Instituto Oswaldo Cruz"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1bc6ddde4284eee26eccccf090097a70", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18327505&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e0d6a36f2dbb5ab3c72c65a0d8d20626", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18327505&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5db65f08ac1da15c008b498f8cd1624d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18327505&result=read_experiment", "schema": "url"}}], "abstract": "None: Paleoparasitological studies using microscopy showed that Ascarisand Trichuris trichiura are the human intestinal parasites most found in archaeological sites. However, in pre-Columbian South American archaeological sites, Ascaris is rare. In this work we standardized a molecular methodology for Ascaris diagnosis directly from ancient DNA retrieved from coprolites. Using cythochrome b gene (142 bp) target, ancient DNA sequences were retrieved from South American samples, negative by microscopy. Moreover, the methodology applied was sensitive enough to detect ancient DNA extracted from 30 Ascaris eggs from an European coprolite. These results revealed a new scenery for the paleodistribution of Ascaris in South America.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18327505"}], "author": ["Vicente Ana Carolina Paulo", "Leles Daniela", "Ferreira Luiz Fernando", "Araújo Adauto", "Iñiguez Alena Mayo"], "relatedPublications": 0, "id": "50|r3d100010527::ffb3a447d0f54f87e6046bce9e4e9c75", "title": ["Molecular paleoparasitological diagnosis of Ascaris sp. from coprolites: new scenery of ascariasis in pre-Colombian South America times."], "relatedDatasets": 3}
856
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::eabd9117debea9f777a6d3e49e0f5b45", "id": {"identifier": "10.5517/cc4jt5m", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhang Yugen", "Wakatsuki Yasuo", "Hou Zhaomin"], "localIdentifier": [{"type": "doi", "id": "10.1021/ma980345q"}], "id": "50|dli_resolver::6f774f1b0a299025fdba3ba71e9851c5", "relatedPublications": 0, "date": [""], "title": ["\"Polymerization of Styrene by Divalent Organolanthanide Catalysts under High Pressure\""], "relatedDatasets": 1}
857
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Panis, Constantijn W. A.", "Lillard, Lee"], "localIdentifier": [{"type": "icpsr", "id": "19073"}], "relatedPublications": 0, "title": ["Marital Status and Mortality: The Role of Health"], "id": "50|r3d100010255::3674bdbbbbd664bb377492a98310567c"}
858
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc121c10a5a22c2745073a7a54ae6ca6", "id": {"identifier": "10.5517/cc60jxm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The space group of the title compound, C7H7BO3, previously reported to be P\\overline 1, is properly Cc. There is no disorder of the formyl group or in the H atoms of the B(OH)2 group. Molecules lie on approximate twofold axes and are related by approximate centers, which relate all but the formyl O atom and boronic acid H atoms. The B—O distances are 1.363 (2) and 1.370 (2) A.", "author": ["Fronczek Frank R.", "St Luce Nadia N.", "Strongin Robert M."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270101015621"}], "id": "50|dli_resolver::53730f2ba614bf3c45d4cd6ba3ab5003", "relatedPublications": 0, "date": [""], "title": ["\"Space-group revision for 4-formylphenylboronic acid\""], "relatedDatasets": 1}
859
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::53486f15ace857f9997e8b3c8060b37a", "id": {"identifier": "hq010440", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2bbdf9183c23c7fa8617bd4dc70c9435", "id": {"identifier": "fj899680", "schema": "ena"}}], "abstract": "", "author": ["Sheng-Yao Kuang", "Jun Jiang", "Lin-Ying Guo", "Wei-Dan Jiang", "Xiao-Qiu Zhou", "Jin-Xiu Zhang", "Lin Feng", "Ling Tang", "Kai Hu", "Yang Liu", "Shu-Hong Li"], "localIdentifier": [{"type": "pmid", "id": "23520488"}], "id": "50|pubmed______::0915c175428c91a7e675f7e10e4c8edd", "relatedPublications": 0, "date": ["2013-03-08"], "title": ["Soybean β-conglycinin induces inflammation and oxidation and causes dysfunction of intestinal digestion and absorption in fish."], "relatedDatasets": 2}
860
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3be001c91ace0226df51565fafd34e9a", "id": {"identifier": "10.5517/cc14msbw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::015404fb58dc3cd58e4c82544198580c", "id": {"identifier": "10.5517/cc14mscx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a998f00d22ff76c53aefe7ea992879b0", "id": {"identifier": "10.5517/cc14ms9v", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8949052e0ee55e6bda73b627619bf6a", "id": {"identifier": "10.5517/cc14msfz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69b61dd82f20efbb9089084bd4c81d26", "id": {"identifier": "10.5517/cc14msdy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Functionalized 4-benzylated pyridines can be efficiently prepared by a transition-metal-free cross-coupling between various benzylic zinc chlorides and substituted 4-cyanopyridines in THF/DMPU under microwave irradiation (40 °C, 0.5–1.5 h). Selective benzylations on polycyano-aromatics have also been achieved under these mild conditions. We also report a novel oxidative nucleophilic substitution of a hydrogen on 1,3-dicyanobenzene using benzylic zinc reagents.", "author": ["Karaghiosoff Konstantin", "Knochel Paul", "William Sharankini", "Quinio Pauline", "León Thierry", "Roman Daniela Sustac"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.orglett.5b02380"}], "id": "50|dli_resolver::cbbb6e56fc74f6b15047063af05b70da", "relatedPublications": 0, "date": [""], "title": ["\"Transition-Metal-Free Cross-Coupling of Aryl andN-Heteroaryl Cyanides with Benzylic Zinc Reagents\""], "relatedDatasets": 5}
861
{"publisher": ["Molecular ecology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5486ae0dc11a507f8af48efcb227a393", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16448409&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1ebf314dd32be76e8a658f099a43d7f0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16448409&result=sequence_release", "schema": "url"}}], "abstract": "None: The population genetics and phylogeography of African phytophagous insects have received little attention. Some, such as the maize stalk borer Busseola fusca, display significant geographic differences in ecological preferences that may be congruent with patterns of molecular variation. To test this, we collected 307 individuals of this species from maize and cultivated sorghum at 52 localities in West, Central and East Africa during the growing season. For all collected individuals, we sequenced a fragment of the mitochondrial cytochrome b. We tested hypotheses concerning the history and demographic structure of this species. Phylogenetic analyses and nested clade phylogeographic analyses (NCPA) separated the populations into three mitochondrial clades, one from West Africa, and two--Kenya I and Kenya II--from East and Central Africa. The similar nucleotide divergence between clades and nucleotide diversity within clades suggest that they became isolated at about the same time in three different refuges in sub-Saharan Africa and have similar demographic histories. The results of mismatch distribution analyses were consistent with the demographic expansion of these clades. Analysis of molecular variance (amova) indicated a high level of geographic differentiation at different hierarchical levels. NCPA suggested that the observed distribution of haplotypes at several hierarchical levels within the three major clades is best accounted for by restricted gene flow with isolation by distance. The domestication of sorghum and the introduction of maize in Africa had no visible effect on the geographic patterns observed in the B. fusca mitochondrial genome.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16448409"}], "author": ["Le Gall P", "P-A, Calatayud", "Dupas S", "Moyal P", "Giffard I", "J-F, Silvain", "Faure N", "Sezonlin M", "Le Rü B"], "relatedPublications": 0, "id": "50|r3d100010527::96e502b318722165725839770f4646f2", "title": ["Phylogeography and population genetics of the maize stalk borer Busseola fusca (Lepidoptera, Noctuidae) in sub-Saharan Africa."], "typology": "publication"}
862
{"typology": "publication", "publisher": ["The Plant journal : for cell and molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::de60605736401a6224527713e2516269", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9263453&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ef2845d6d1e8fca80d2ae92b76acd943", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9263453&result=sequence_release", "schema": "url"}}], "abstract": "None: The kinase interaction (KI) domain of kinase-associated protein phosphatase (KAPP) interacts with the phosphorylated form of an Arabidopsis thaliana receptor-like protein kinase (RLK). The KI domain may recruit KAPP into an RLK-initiated signaling complex. To examine additional roles that this domain may play in plant signal transduction, a search was conducted for other KI domain-containing proteins. One gene was isolated which encodes a KI domain, the maize homolog of KAPP. To test whether the maize KI domain associates with other maize proteins, it was used as a probe in a protein-protein interaction cloning strategy. A new maize RLK, KI domain interacting kinase 1 (KIK1), was identified by its interaction with the maize KI domain. The maize KI domain and the KIK1 kinase domain association required phosphorylation of the kinase. This work establishes that the KI domain phosphorylation-dependent signaling mechanism is present in both monocots and dicots. Additionally, it was determined that both the maize and Arabidopsis KI domains interact with several but not all of the active RLKs assayed. These multiple associations imply that KAPP may function in a number of RLK-initiated signaling pathways.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9263453"}], "author": ["Braun D M", "Stone J M", "Walker J C"], "relatedPublications": 0, "id": "50|r3d100010527::5914149718942363b91fd95ee7c771b9", "title": ["Interaction of the maize and Arabidopsis kinase interaction domains with a subset of receptor-like protein kinases: implications for transmembrane signaling in plants."], "relatedDatasets": 2}
863
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2488b0f4ab24ca3ea68acb9d8b4e5ede", "id": {"identifier": "10.6084/m9.figshare.c.3620744", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ae1f40d4c418deff639499cb516d18ed", "id": {"identifier": "10.6084/m9.figshare.c.3620744_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a7230967f2cfe8bf1fbb170580db9988", "id": {"identifier": "10.6084/m9.figshare.c.3620744.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhang Zhumin", "Lai Hui-Chuan", "Yan Jun", "Wang Xiaojing", "Chen Ming-Hui", "Wang Wenjie", "Chiou Sy Han"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12874-016-0220-5"}], "id": "50|dli_resolver::a9552319cecffbc5a5e7b47ce4cadf00", "relatedPublications": 0, "date": [""], "title": ["Onset of persistent pseudomonas aeruginosa infection in children with cystic fibrosis with interval censored data"], "relatedDatasets": 3}
864
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e8ccb43b6fc7102bf95772bb7dfa8db1", "id": {"identifier": "10.5517/cc11rg7h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5c82009c18c78875feda5d6e23ff44b", "id": {"identifier": "10.5517/cc11rg8j", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We report the total synthesis of (±)-aspidophylline A, one of many complex furoindoline-containing alkaloids that has not been synthesized previously. Our route features a number of key transformations, including a Heck cyclization to assemble the [3.3.1]-bicyclic scaffold as well as a late-stage interrupted Fischer indolization to install the furoindoline and construct the natural product’s pentacyclic framework.", "author": ["Ren Weiwu", "Zhu Jieping", "Wang Qian"], "localIdentifier": [{"type": "doi", "id": "10.1002/anie.201310929"}], "id": "50|dli_resolver::29aa0543f2f1b92fef707e5ecf55ce1a", "relatedPublications": 0, "date": [""], "title": ["\"Total Synthesis of (±)-Aspidophylline A\""], "relatedDatasets": 2}
865
{"publisher": ["Yi chuan xue bao = Acta genetica Sinica"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fb06b6a9ed4d00370ca12940f480c05d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11055124&result=sequence_release", "schema": "url"}}], "abstract": "None: Two barley 6H chromosome specific RAPD markers were obtained by screening DNA of barley Hordeum vulgare (Betzes) and wheat-barley 6H addition line with 200 primers, then the RAPD markers were changed into specific PCR markers. Checking different plant materials by the PCR markers, it revealed that there was a specific band in those materials containing 6H chromosome such as Betzes, Igri, CS6H, and there was no specific band if the material did not contain 6H chromosome, such as Triticum aestivum, Secale cereale, Agropyron intermedium, Haynaldia villosa, Thinopyrum elongatum. Therefore, those PCR markers specific to chromosome 6H of barley are established. Southern hybridization indicated that the two cloned DNA fragments belong to barley genomic specific high-copy repeat sequence and low-copy sequence in wheat and barley genomes respectively.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11055124"}], "author": ["Yu B L", "Li A S", "Huang Z F", "Zhou W J", "Zhang W J", "Li M"], "relatedPublications": 0, "id": "50|r3d100010527::7fb405b5042b560499a20ff64672450a", "title": ["[The chromosome-specific PCR marker's screening and identification of barley 6H chromosome]."], "typology": "publication"}
866
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4ce5b7a084c16956f9387df341481480", "id": {"identifier": "10.6084/m9.figshare.3102397", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fd31eaed7ec8414835d50091328efbf0", "id": {"identifier": "10.6084/m9.figshare.3102397.v2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8e444900653bd19f05e0e4de2de5d6df", "id": {"identifier": "10.6084/m9.figshare.3102397.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTWe investigate the interaction between hydrothermal gases and groundwater in a major aquifer exploited for potable supply in the geothermal-volcanic area of Mt. Amiata, Central Italy. Two springs and two wells located on different sides of the volcanic edifice have been repeatedly sampled over the last 11 years. More than 160 chemical analyses and 10 isotopic analyses of total dissolved carbon (δ13C – total dissolved inorganic carbon (TDIC) = −15.9 to −7.8 ‰ vs. V-PDB) and sulphate (δ34S-SO4 = −6.9 to 5.1 ‰ vs. V-CDT) have been processed with geochemical modelling techniques. Best-fitting conditions between analytical data and model outputs have been achieved by numerical optimization, allowing for a quantitative description of gas–water–rock interactions occurring in this aquifer. Numerical calculations support a conceptual model that considers water–rock interactions to occur in the volcanic aquifer after inflow of deep-seated gases (CO2(g) and H2S(g)), and total conversion of H2S(g) to SO4, in ...", "author": ["Pierotti Lisa", "Gherardi Fabrizio", "Cortecci Gianni"], "localIdentifier": [{"type": "doi", "id": "10.1080/10256016.2015.1113958"}], "id": "50|dli_resolver::27c94e4d13091541a8077c1d6c89e7e8", "relatedPublications": 0, "date": [""], "title": ["Hydrothermal gases in a shallow aquifer at Mt. Amiata, Italy: insights from stable isotopes and geochemical modelling†"], "relatedDatasets": 3}
867
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b4e04e13bc5ef61506262093b34483a8", "id": {"identifier": "10.6084/m9.figshare.c.3756338.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d70e43cd8492fa9fcf6650cea319330", "id": {"identifier": "10.6084/m9.figshare.c.3756338", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The desiderata for an ideal photon source are high brightness, high single-photon purity, and high indistinguishability. Defining brightness at the first collection lens, these properties have been simultaneously demonstrated with solid-state sources; however, absolute source efficiencies remain close to the 1% level and indistinguishability has only been demonstrated for photons emitted consecutively on the few-nanoseconds scale. Here, we employ deterministic quantum dot-micropillar devices to demonstrate solid-state single-photon sources with scalable performances. In one device, an absolute brightness at the output of a single-mode fiber of 14% and purities of 97.1%–99.0% are demonstrated. When nonresontantly excited, it emits a long stream of photons that exhibit indistinguishability up to 70%—above the classical limit of 50%—even after 33 consecutively emitted photons with a 400 ns separation between them. Resonant excitation in other devices results in near-optimal indistinguishability values: 96% at short timescales, remaining at 88% in timescales as large as 463 ns after 39 emitted photons. The performance attained by our devices brings solid-state sources into a regime suitable for scalable implementations.", "author": ["Almeida Marcelo P.", "Gazzano Olivier", "Loredo Juan C.", "Anton Carlos", "Giesz Valerian", "Senellart Pascale", "White Andrew G.", "Coppola Guillaume", "Lemaitre Aristide", "Sagnes Isabelle", "Somaschi Niccolo", "Grange Thomas", "Auffeves Alexia", "Broome Matthew A.", "de Santis Lorenzo", "Zakaria Nor A."], "localIdentifier": [{"type": "doi", "id": "10.1364/optica.3.000433"}], "id": "50|dli_resolver::eaa28f72d0e44829b01cf8eeebbb941d", "relatedPublications": 0, "date": [""], "title": ["\"Scalable performance in solid-state single-photon sources\""], "relatedDatasets": 2}
868
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::aadf2c8d8da4d9e463376d99b311813a", "id": {"identifier": "2dge", "schema": "pdb"}}], "abstract": "", "title": ["Translation inhibitory factors encoded in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cbpb.2010.03.001"}], "id": "50|elsevier____::500936df4bbebbdc4d2b41c9f5f88618", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 2}
869
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::265e88363e3deb8056bd04cf1a7f6cc7", "id": {"identifier": "10.5517/cc1455vb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::26f931eb66b834fd002a762f8b13de25", "id": {"identifier": "10.5517/cc1455t9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ff1f5f8589da69482694d984c2396672", "id": {"identifier": "10.5517/cc1455xd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d10c429d6d180c7308f884e081e1454", "id": {"identifier": "10.5517/cc1455yf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bbd702ee12b0ebf060aa730f99fd50d3", "id": {"identifier": "10.5517/cc1455wc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The nickel(II), copper(II), and zinc(II) complexes of the proline-thiosemicarbazone hybrids 3-methyl-(S)-pyrrolidine-2-carboxylate-2-formylpyridine thiosemicarbazone (l-Pro-FTSC or (S)-H2L1) and 3-methyl-(R)-pyrrolidine-2-carboxylate-2-formylpyridine thiosemicarbazone (d-Pro-FTSC or (R)-H2L1), as well as 3-methyl-(S)-pyrrolidine-2-carboxylate-2-formylpyridine 4,4-dimethyl-thiosemicarbazone (dm-l-Pro-FTSC or (S)-H2L2), namely, [Ni(l-Pro-FTSC-2H)](2) (1), [Ni(d-Pro-FTSC-2H)](2) (2), [Ni(dm-l-Pro-FTSC-2H)](2) (3), [Cu(dm-l-Pro-FTSC-2H)] (6), [Zn(l-Pro-FTSC-2H)] (7), and [Zn(d-Pro-FTSC-2H)] (8), in addition to two previously reported, [Cu(l-Pro-FTSC-2H)] (4), [Cu(d-Pro-FTSC-2H)] (5), were synthesized and characterized by elemental analysis, one- and two-dimensional (1)H and (13)C NMR spectroscopy, circular dichroism, UV-vis, and electrospray ionization mass spectrometry. Compounds 1-3, 6, and 7 were also studied by single-crystal X-ray diffraction. Magnetic properties and solid-state high-field electron paramagnetic resonance spectra of 2 over the range of 50-420 GHz were investigated. The complex formation processes of l-Pro-FTSC with nickel(II) and zinc(II) were studied in aqueous solution due to the excellent water solubility of the complexes via pH potentiometry, UV-vis, and (1)H NMR spectroscopy. The results of the antiproliferative activity in vitro showed that dimethylation improves the cytotoxicity and hR2 RNR inhibition. Therefore, introduction of more lipophilic groups into thiosemicarbazone-proline backbone becomes an option for the synthesis of more efficient cytotoxic agents of this family of compounds.", "author": ["Arion Vladimir B.", "Kaltenbrunner Maria", "Gräslund Astrid", "Bacher Felix", "Filipovic Lana", "Dömötör Orsolya", "Enyedy Éva A.", "Mojović Miloš", "Popović-Bijelić Ana", "Ozarowski Andrew", "Radulović Sinisa"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic502239u"}], "id": "50|dli_resolver::575a27a1c778e579b42540c80a4e00c6", "relatedPublications": 0, "date": [""], "title": ["\"Effects of Terminal Dimethylation and Metal Coordination of Proline-2-formylpyridine Thiosemicarbazone Hybrids on Lipophilicity, Antiproliferative Activity, and hR2 RNR Inhibition\""], "relatedDatasets": 5}
870
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::df2dec610f25ba72cbc06c87f67644ec", "id": {"identifier": "10.7916/d85h7d9d", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Blomkvist Josefin", "Michalowicz Bryan S.", "Desvarieux Moïse", "Trinquart Ludovic", "Zuk Aleksandra", "Fu Benjamin C.", "Demmer Ryan T.", "Ravaud Philippe"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0077441"}], "id": "50|dli_resolver::fb4ec4ebbc0ab1e759b9c90c79c22e93", "relatedPublications": 0, "date": [""], "title": ["The Influence of Anti-Infective Periodontal Treatment on C-Reactive Protein: A Systematic Review and Meta-Analysis of Randomized Controlled Trials"], "relatedDatasets": 1}
871
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::4c7c16f2238601b4bf7e5f12cc8aff7e", "id": {"identifier": "10.3886/icpsr08703.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["(author unknown)"], "localIdentifier": [{"type": "icpsr", "id": "607"}], "relatedPublications": 0, "title": ["Homicide Trends in Texas: 1972-1981"], "id": "50|r3d100010255::aeb1bf90d0b3184adb4bf61d696a1850"}
872
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::8dd3d4e83f51da254056939e62993169", "id": {"identifier": "3lca", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::58011e3be0fd3cee8bc41306c9227183", "id": {"identifier": "2gw1", "schema": "pdb"}}], "abstract": "", "title": ["A presequence-binding groove in Tom70 supports import of Mdl1 into mitochondria"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbamcr.2015.04.021"}], "id": "50|elsevier____::4e6ff100b22ae12fa2b505e365317476", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 4}
873
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8139d67beb25e0052dd4e58796380150", "id": {"identifier": "10.5517/ccdc.csd.cc1md089", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5674cf4cda1a554f2169a7dcfdf7be87", "id": {"identifier": "10.5517/ccdc.csd.cc1md078", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad12023f91fd82de5f8eec23242f5e78", "id": {"identifier": "10.5517/ccdc.csd.cc1md012", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d561e1a650332fe31627065e814609bf", "id": {"identifier": "10.5517/ccdc.csd.cc1md034", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3b10785ad84de5bb874a4e9e6e53dc9", "id": {"identifier": "10.5517/ccdc.csd.cc1md023", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a596e4484a4e001d00caa9cd9e863002", "id": {"identifier": "10.5517/ccdc.csd.cc1md056", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::715b5a2676e66176ba3412cff9339e53", "id": {"identifier": "10.5517/ccdc.csd.cc1md067", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::174f1b874f33ed9d202681fa189ac016", "id": {"identifier": "10.5517/ccdc.csd.cc1md045", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Tanase Tomoaki", "Yamada Tetsuyuki", "Tanabe Makoto", "Fukuta Tomoko", "Yumoto Ryouhei", "Hoshino Tsuyoshi", "Osakada Kohtaro"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201604502"}], "id": "50|dli_resolver::ab99e9b3b6aca50599b25516179419ee", "relatedPublications": 0, "date": [""], "title": ["\"Planar PtPd3Complexes Stabilized by Three Bridging Silylene Ligands\""], "relatedDatasets": 8}
874
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::00e590bd2e3a73187590acab79b67fe0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10829035&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::288795f7a75c4f7cf24cad0d15756cb5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10829035&result=coding_release", "schema": "url"}}], "abstract": "None: A new eukaryotic nutrient amino acid transporter has been cloned from an epithelium that is exposed to high voltages and alkaline pH. The full-length cDNA encoding this novel CAATCH1 (cation-anion-activated Amino acid transporter/channel) was isolated using a polymerase chain reaction-based strategy, and its expression product in Xenopus oocytes displayed a combination of several unique, unanticipated functional properties. CAATCH1 electrophysiological properties resembled those of Na(+),Cl(-)-coupled neurotransmitter amine transporters, although CAATCH1 was cloned from a gut absorptive epithelium rather than from an excitable tissue. Amino acids such as l-proline, l-threonine, and l-methionine elicited complex current-voltage relationships in alkaline pH-dependent CAATCH1 that were reminiscent of the behavior of the dopamine, serotonin, and norepinephrine transporters (DAT, SERT, NET) in the presence of their substrates and pharmacological inhibitors such as cocaine or antidepressants. These I-V relationships indicated a combination of substrate-associated carrier current plus an independent CAATCH1-associated leakage current that could be blocked by certain amino acids. However, unlike all structurally related proteins, CAATCH1 activity is absolutely independent of Cl(-). Unlike related KAAT1, CAATCH1 possesses a methionine-inhibitable constitutive leakage current and is able to switch its narrow substrate selectivity, preferring threonine in the presence of K(+) but preferring proline in the presence of Na(+).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10829035"}], "author": ["Harvey W R", "Stevens B R", "Feldman D H"], "relatedPublications": 0, "id": "50|r3d100010527::3ca95ef792c8c139f5df488900920120", "title": ["A novel electrogenic amino acid transporter is activated by K+ or Na+, is alkaline pH-dependent, and is Cl--independent."], "relatedDatasets": 2}
875
{"typology": "publication", "publisher": ["American Geophysical Union (AGU)"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a5f61e63a023a29781177cb07380996c", "id": {"identifier": "10.1594/pangaea.56096", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a86a4735a103ebd78b2f3ebaaf254480", "id": {"identifier": "10.1594/pangaea.56077", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aba0458a7e3460164f7091bd36476c4c", "id": {"identifier": "10.1594/pangaea.56095", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jaffrezo Jean-Luc", "Dibb Jack E.", "Legrand Michel", "Davidson Cliff I."], "localIdentifier": [{"type": "doi", "id": "10.1029/93jd02913"}], "id": "50|dli_resolver::2f7144c87db3834abc8028fe2173d282", "relatedPublications": 0, "date": [""], "title": ["Sulfate and MSA in the air and snow on the Greenland Ice Sheet"], "relatedDatasets": 3}
876
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::4e044186e14fa8a93ddc9c7000b62fd4", "id": {"identifier": "10.3886/icpsr07003.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Arian, Alan"], "localIdentifier": [{"type": "icpsr", "id": "2274"}], "relatedPublications": 0, "title": ["The Elections in Israel, 1969"], "id": "50|r3d100010255::f9ff816b4c7b57658fafd2c583f80c93"}
877
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fb0fcd5bfa69ee66b88b665b4489cf29", "id": {"identifier": "d84381", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b110c5f565f47a16a2e9d1540bb54481", "id": {"identifier": "u17912", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::96510b18ad2316e8c5cb76f9af180c37", "id": {"identifier": "dq374649", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::32a4f639105782911dce413e076f6071", "id": {"identifier": "dq374647", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c8c60ad07527f2db430c4834d01edc50", "id": {"identifier": "ab000937", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::36db3c65abda91ebec2d83aff7663290", "id": {"identifier": "u84385", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cdca14a290fefa48980d292d3eb26398", "id": {"identifier": "ab243757", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6f9b9d34321a15a29b5604e102901893", "id": {"identifier": "ab022403", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bb0374ad2879e4652dda6325dfb8ca53", "id": {"identifier": "ab000940", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ef005b680875a1bbde78906b6bdd814a", "id": {"identifier": "d84380", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::016e56f8d817314462bcfcb46f99848b", "id": {"identifier": "dq374648", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::259fb0165796db27d0b7df4e2289bdc6", "id": {"identifier": "ab218773", "schema": "genbank"}}], "abstract": "", "title": ["A morphologically ill-founded powdery mildew species,"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.mycres.2006.07.016"}], "id": "50|elsevier____::2b8f8fbe2531d1e31ee48de166c458d5", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 12}
878
{"publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4dbda9c35df40b15f59a8d833665adcc", "id": {"identifier": "10.6084/m9.figshare.3813990.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f65956ca945a4cf71bc5ee5a0b631696", "id": {"identifier": "10.6084/m9.figshare.3813990", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTThe mechanism and products of the reaction of (Z)-2-penten-1-ol [(Z)-PO21] with OH radical in the presence of O2 have been elucidated by using high-level quantum chemical methods CCSD(T)/6-311+G(d,p)//BH&HLYP/6-311++G(d,p). The calculations clearly indicate that addition channels contribute maximum to the total reaction and H-abstraction channels can be neglected at temperatures of 220–500 K. The rate constant for the reaction of OH radical with (Z)-PO21 at 298 K is computed to be 1.22 × 10−10 cm3 molecule−1 s−1, which is in stronger agreement with the previously reported experimental values. The kinetic data obtained over the temperature range 220−500 K are used to derive an non-Arrhenius expression: k = 3.69 × 10−13 × exp(1763.7/T) cm3 molecule−1 s−1. For the reaction of (Z)-PO21with OH radical in the presence of O2, the major primary reaction products found in this study are propanal [CH3CH2C(O)H] and glycolaldehyde [HOCH2C(O)H], whereas formaldehyde [HC(O)H], 2-hydroxybutanal [CH3CH2CH(OH)C(O)...", "author": ["Du Benni", "Zhang Weichao"], "localIdentifier": [{"type": "doi", "id": "10.1080/00268976.2016.1224394"}], "id": "50|dli_resolver::01c480795609644fcaf7aa51a8e11180", "relatedPublications": 0, "date": [""], "title": ["Quantum chemical study of the (Z)-2-penten-1-ol (HOCH2–CH = CHCH2CH3) + OH + O2 reactions"], "typology": "publication"}
879
{"typology": "publication", "publisher": ["BMC plant biology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fa76d61e416a71fafa4e85c74b814429", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25850007&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5293726f0892a274d318a952933c2f4d", "id": {"identifier": "ay483155", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::05918dda31eb5f0e37de5bd98e70ec55", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25850007&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1032e419c3346203a30e4c9e4ba4fb7f", "id": {"identifier": "hm222644", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a61aa8c58bb8018493aaf9455f97f759", "id": {"identifier": "ay483152", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6d9cc702a0386d06538390c80d22152c", "id": {"identifier": "ay483150", "schema": "ena"}}], "abstract": "BACKGROUND: The ability to increase cellulose content and improve the stem strength of cereals could have beneficial applications in stem lodging and producing crops with higher cellulose content for biofuel feedstocks. Here, such potential is explored in the commercially important crop barley through the manipulation of cellulose synthase genes (CesA). RESULTS: Barley plants transformed with primary cell wall (PCW) and secondary cell wall (SCW) barley cellulose synthase (HvCesA) cDNAs driven by the CaMV 35S promoter, were analysed for growth and morphology, transcript levels, cellulose content, stem strength, tissue morphology and crystalline cellulose distribution. Transcript levels of the PCW HvCesA transgenes were much lower than expected and silencing of both the endogenous CesA genes and introduced transgenes was often observed. These plants showed no aberrant phenotypes. Although attempts to over-express the SCW HvCesA genes also resulted in silencing of the transgenes and endogenous SCW HvCesA genes, aberrant phenotypes were sometimes observed. These included brittle nodes and, with the 35S:HvCesA4 construct, a more severe dwarfing phenotype, where xylem cells were irregular in shape and partially collapsed. Reductions in cellulose content were also observed in the dwarf plants and transmission electron microscopy showed a significant decrease in cell wall thickness. However, there were no increases in overall crystalline cellulose content or stem strength in the CesA over-expression transgenic plants, despite the use of a powerful constitutive promoter. CONCLUSIONS: The results indicate that the cellulose biosynthetic pathway is tightly regulated, that individual CesA proteins may play different roles in the synthase complex, and that the sensitivity to CesA gene manipulation observed here suggests that in planta engineering of cellulose levels is likely to require more sophisticated strategies.", "author": ["Burton, Rachel A.", "Shirley Neil J", "Henderson Marilyn", "Dhugga Kanwarpal S", "Tan Hwei-Ting", "Dhugga, Kanwarpal S.", "Burton Rachel A", "Marilyn Henderson", "Fincher, Geoffrey B.", "Singh Rohan R", "Fincher Geoffrey B", "Mayo, Gwenda M.", "Shirley, Neil J.", "Hwei-Ting Tan", "Singh, Rohan R.", "Mayo Gwenda M"], "localIdentifier": [{"type": "pmid", "id": "25850007"}, {"type": "pbmid", "id": "25850007"}, {"type": "doi", "id": "10.1186/s12870-015-0448-y"}], "id": "50|dedup_wf_001::8d36ae355ea52748993664ccdc88e9a6", "relatedPublications": 0, "date": ["2015-02-21"], "title": ["Powerful regulatory systems and post-transcriptional gene silencing resist increases in cellulose content in cell walls of barley."], "relatedDatasets": 6}
880
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::869aedc7408f60555e2164ce3c1149c5", "id": {"identifier": "10.5517/cc3rwg5", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Vitamin K-3-thiosemicarbazone (C12H11N3NaO4S2. 5H(2)O, abbreviated as VT), a new Schiff base derivative, has been synthesized. Its crystal structure, determined by X-ray diffraction, is triclinic, space group P (1) over bar. We have also prepared five novel complexes of VT with transition metals: [M(VT)(2)2H(2)O]. nH(2)O, (n = 1 and 2 for M = Cu(n) and Zn(II), respectively) and [M'(HVT)(2)Cl-2]. mH2O, (m =4, 5, and 7 for M' =Co(II), Mn(II), and Ni(n), respectively). These compounds were characterized by IR and UV-Vis spectroscopy, molar conductivity, thermal analyses, complexometric titration, and elemental analysis. In all the complexes, the VT ligand coordinates through sulfur and oxygen atoms, and the geometry around metal atom is best described as octahedral, in vitro tests of antibacterial activity showed that VT and its complexes with Mn(II), Co(n),Ni(II), Cu(II), and Zn(II) all had strong inhibitory actions against G(+) Staphylococcus aureus, G(+) Hay bacillus, and G(-) Escherichia coli. (C) 2000 Elsevier Science Inc. All rights reserved.", "author": ["Li Yi-zhi", "Xia Chun-Gu", "Wang Liu-Fang", "Wang Min", "Tang Hui-an", "Li Qin-xi"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0162-0134(99)00226-3"}], "id": "50|dli_resolver::71b5862cc158c6e505c6ddcdd8ef91db", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, characterization, and antibacterial activity of novel Mn(II), Co(II), Ni(II), Cu(II), and Zn(II) complexes with vitamin K3-thiosemicarbazone\""], "relatedDatasets": 1}
881
{"typology": "publication", "publisher": ["Cell and tissue research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5dec11188d9ab5c28de0a46b10e5ae3c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17593397&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::346a618e1d952e4bb8260cb91c392897", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17593397&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::df9c3de9e60fadc67f59dcde2cf0c1fd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17593397&result=noncoding_release", "schema": "url"}}], "abstract": "None: To characterize the formation of silica spicules, the dynamics of spiculogenesis of an intertidal marine sponge Hymeniacidon perlevis (Montagu 1818) (Porifera: Demospongiae) were investigated by measuring the gene expression of silicatein (the enzyme responsible for spicule silicification) and the dimensional changes of spicules during the developmental process of individual sponges and in cell cultures of primmorphs of archaeocyte-dominant cell populations. The different developmental stages of spicules were documented by time-lapse microscopy and observed by transmission electron microscopy during a 1-month culture period. During its annual life cycle, H. perlevis has four different developmental stages: dormancy, resuscitation, bloom, and decline. Field-grown individual sponge samples at different stages were collected over 7 months (March to September 2005). The dimensions of the silica spicules from these samples were microscopically measured and statistically analyzed. This analysis and the material properties of the spicules allowed them to be classified into four groups representing the different developmental stages of spiculogenesis. Silicatein expression in the bloom stage was more than 100 times higher than that in the other stages and was correlated with the spicule developmental stage. The trend of spicule formation in field-grown sponges was consistent with the trend in cell culture. A new parameter, the maturation degree (MD) of spicules (defined as the ratio of actual to theoretical silica deposition of mature spicules), was introduced to quantify spicule development. Silica spiculogenesis during H. perlevis development was delineated by comparing MD and silicatein expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17593397"}], "author": ["Zhang Wei", "Fu Wantao", "Yu Xingju", "Cao Xupeng"], "relatedPublications": 0, "id": "50|r3d100010527::0ca2a66b861002301038bd755b575587", "title": ["Dynamics of spicule production in the marine sponge Hymeniacidon perlevis during in vitro cell culture and seasonal development in the field."], "relatedDatasets": 3}
882
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::29f091e5ff2f8f2cd8cace2091b8d398", "id": {"identifier": "10.5061/dryad.g2fm2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::29f091e5ff2f8f2cd8cace2091b8d398", "id": {"identifier": "10.5061/dryad.g2fm2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bartlett Alastair I.", "Hadden Rory M.", "Belcher Claire M.", "Hudspith Victoria A."], "localIdentifier": [{"type": "doi", "id": "10.1111/pala.12341"}], "id": "50|dli_resolver::93f6d967b06c326182da018ba236f74f", "relatedPublications": 0, "date": [""], "title": ["\"Does fuel type influence the amount of charcoal produced in wildfires? Implications for the fossil record\""], "relatedDatasets": 2}
883
{"typology": "publication", "publisher": ["Journal of clinical microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0e92735f3830aaacb036367ae4f99e51", "id": {"identifier": "ay267335", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9091c83d4216ae3a1a2c0360fee5f6d0", "id": {"identifier": "hm245027", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1a4b3ee23238941818bbbf9cb54bb7b9", "id": {"identifier": "k02032", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3c076d2b28f43413975a35bc8d2370db", "id": {"identifier": "hm245026", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::125c01e3dd0bbf5667f29abd1463f718", "id": {"identifier": "k02033", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::feb59f7469b076cd02481f86465114c9", "id": {"identifier": "hm245035", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e37d9bee12ca2e33b3c8717db744d597", "id": {"identifier": "hm244999", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::40b375277d6d4f0a5fabb119bf4ddc3d", "id": {"identifier": "hm245019", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7dee3da7ee2f2d94f331a0b13cd268c5", "id": {"identifier": "hq906773", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c11dac656f96b805768007da6981bfd8", "id": {"identifier": "m96825", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::17fa0413b377f431763f5f3250dd28a1", "id": {"identifier": "hq906787", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6920995373599a31ae122d8759576a9c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21525221&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d221c6037d5bd95d4a0610f394e51e5f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21525221&result=sequence_release", "schema": "url"}}], "abstract": "None: Two fatal cases of infantile rotavirus enteritis occurred in northern Italy in 2005. Both children were severely dehydrated, and death was related to severe cerebral edema. Histological examination demonstrated extensive damage of the intestinal epithelium, villous atrophy or blunting, and macrophage infiltration. The two rotavirus strains were of the G1P[8] type and the long electropherotype. The 2005 G1P[8] rotaviruses differed in the NSP4, VP3, VP4, and VP7 genes from G1P[8] rotaviruses circulating in 2004, suggesting the onset of a new G1P[8] strain in the local population.", "author": ["Domenico Corradi", "Icilio Dodi", "Abelli Laura Anna", "Tummolo Fabio", "Medici Maria Cristina", "Laura Anna Abelli", "Martinelli Monica", "Carlo Chezzi", "Monica Martinelli", "Giuseppe Dettori", "Martella Vito", "Chezzi Carlo", "Corradi Domenico", "Albonetti Valeria", "Fabio Tummolo", "Dodi Icilio", "Maria Cristina Medici", "Valeria Albonetti", "Vito Martella", "Dettori Giuseppe"], "localIdentifier": [{"type": "pmid", "id": "21525221"}, {"type": "doi", "id": "10.1128/jcm.01358-10"}, {"type": "pbmid", "id": "21525221"}], "id": "50|dedup_wf_001::cd4833689ffd33ff1745c7a2508fd6c3", "relatedPublications": 0, "date": ["2011-04-27"], "title": ["Clinical and molecular observations of two fatal cases of rotavirus-associated enteritis in children in Italy."], "relatedDatasets": 13}
884
{"publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06f8a365c5b0c665e0a70b06fbb5282e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25036903&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::85ae3368e36ec355e9664dd26b2a9e0f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25036903&result=sequence_release", "schema": "url"}}], "abstract": "None: In this study, we examined whether a homolog of the master sex-determining gene amhy of Odontesthes hatcheri is present and plays any role in testis determination of pejerrey O. bonariensis, a species otherwise known for its strong temperature-dependent sex determination (TSD). Screening of wild and laboratory-reared pejerrey for amhy revealed a high, although not complete linkage with phenotypic sex. The sex ratio in an amhy+/-/amhy-/- full sibling progeny reared during the thermolabile period of sex determination at an intermediate temperature of 25°C was 68.7% male:31.3% female; all amhy+/- fish developed as males whereas about 2/3 and 1/3 of the amhy-/- were female and male, respectively. Expression analyses revealed that amhy transcription began during embryo stage and decreased by the end of sex determination period. The autosomal amha was present in all individuals regardless of amhy genotype; its expression increased significantly from the end of the same period in the gonads of all amhy+/- but only in part of the amhy-/- animals. After histological gonadal differentiation, all gonads of amhy-/- animals with amha ISH signals were testes and those without it were ovaries. These results suggest that amhy is important for testicular differentiation in pejerrey, at least at intermediate temperatures. Thus, we hypothesize that amhy+/- animals differentiate as males by expression of either amhy alone or amhy and amha together whereas the amhy-/- probably rely solely on amha expression. These findings represent the first clear genomic evidence that genotypic and environmental sex determinants can coexist in species with marked TSD such as the pejerrey. The finding of amhy will make possible to monitor wild pejerrey populations for mismatches between genotypic and phenotypic sex and may prove instrumental for field studies addressing the effects of endocrine disruptors or abnormal temperatures on reproduction and the ecological relevance of TSD for this species.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "25036903"}, {"type": "doi", "id": "10.1371/journal.pone.0102574"}], "author": ["Hattori Ricardo S", "Zhang Yan", "Strüssmann Carlos A", "Sarida Munti", "Yamamoto Yoji"], "relatedPublications": 0, "id": "50|r3d100010527::0a5eb18204b077c22ad29f9a8af67869", "title": ["Coexistence of genotypic and temperature-dependent sex determination in pejerrey Odontesthes bonariensis."], "typology": "publication"}
885
{"typology": "publication", "publisher": ["DNA and cell biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::38475be3d8ba47ad38f5188e12b245a5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12162807&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::af80957881e685332c5898a223fc7f56", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12162807&result=coding_release", "schema": "url"}}], "abstract": "None: An 11.4-kbp region of genomic DNA containing the complete S10-spc operon was constructed by an integrative mapping technique with eight plasmid vectors carrying ribosomal protein sequences from onion yellows phytoplasma. Southern hybridization analysis indicated that phytoplasmal S10-spc is a single-copy operon. This is the first complete S10-spc operon of a phytoplasma to be reported, although only a part of six serial genes of the S10 operon is reported previously. The operon has a context of 5'-rps10, rpl3, rpl4, rpl23, rpl2, rps19, rpl22, rps3, rpl16, rpl29, rps17, rpl14, rpl24, rpl5, rps14, rps8, rpl6, rpl18, rps5, rpl30, rpl15, SecY-3', and is composed of 21 ribosomal protein subunit genes and a SecY protein translocase subunit gene. Resembling Bacillus, this operon contains an rpl30 gene that other mollicutes (Mycoplasma genitalium, M. pneumoniae, and M. pulmonis) lack. A phylogenetic tree based on the rps3 sequence showed that phytoplasmas are phylogenetically closer to acholeplasmas and bacillus than to mycoplasmas. In the S10-spc operon, translation may start from either a GTG codon or an ATG codon, and stop at a TGA codon, as has been reported for acholeplasmas and bacillus. However, in mycoplasmas, GTG was found as a start codon, and TGA was found not as a stop codon, but instead as a tryptophan codon. These data derived from the gene organization, and the genetic code deviation support the hypothesis that phytoplasmal genes resemble those of acholeplasmas and Bacillus more than those of other mollicutes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12162807"}], "author": ["Jung Hee-Young", "Namba Shigetou", "Nishigawa Hisashi", "Kakizawa Shigeyuki", "Sawayanagi Toshimi", "Oshima Kenro", "Miyata Shin-Ichi", "Furuki Ken-Ichiro", "Ugaki Masashi"], "relatedPublications": 0, "id": "50|r3d100010527::e20cd013e432504eec72040dcbd82b8d", "title": ["Complete nucleotide sequence of the S10-spc operon of phytoplasma: gene organization and genetic code resemble those of Bacillus subtilis."], "relatedDatasets": 2}
886
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::878bc29ce535137e6e6e18ca19d71c06", "id": {"identifier": "10.5517/ccw22pp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Chemosensors are developed to image zinc ions. Fluorescence enhancement due to Zn(2+) binding is an excellent way to detect its presence. A chemosensor for Zn(2+) based on dipicolylamine (DPA) groups connected by a pyridyl amide backbone has been synthesized. Addition of 2-chloroacetyl chloride to 2,6-diaminopyridine affords 2,6-bis(chloroethylamido)pyridine, which is converted to the sensor BADPA-P by 2,2'-dipicolylamine displacement of chlorine. This compound along with two others, the mono-DPA, ADPA-P and the benzyl in place of pyridyl, BADPA-B, present three potential Zn(2+) sensors. It was found that BADPA-P in the presence of Zn(2+) shows a large increase in fluorescence, whether in polar organic or aqueous environments. Its fluorescence in the presence of Cd(2+), unlike with Zn(2+), is not enhanced when excited at longer wavelengths. Proton NMR measurements, indicate two Zn(2+) ions bind to BADPA-P. Also, Zn(2+) enhances fluorescence even when other metal ions are present. (C) 2011 Elsevier Ltd. All rights reserved.", "author": ["Lee Hong Gyu", "Kim Cheal", "Kim Sung-Jin", "Park Hyun Min", "Lee Ju Hoon", "Jang Seung Pyo", "Kim Youngmee", "Harrison Roger G."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2011.08.049"}], "id": "50|dli_resolver::6ab87817d251450e3af1d071fa896c51", "relatedPublications": 0, "date": [""], "title": ["\"Zinc selective chemosensor based on pyridyl-amide fluorescence\""], "relatedDatasets": 1}
887
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c9a15a2e5e4900fd7cb880d219d73f88", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9305726&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::023394cc45dee14bd2e4eec5acac0eaf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9305726&result=sequence_release", "schema": "url"}}], "abstract": "None: We cloned the genes of two members of the dermaseptin family, broad-spectrum antimicrobial peptides isolated from the skin of the arboreal frog Phyllomedusa bicolor. The dermaseptin gene Drg2 has a 2-exon coding structure interrupted by a small 137-bp intron, wherein exon 1 encoded a 22-residue hydrophobic signal peptide and the first three amino acids of the acidic propiece; exon 2 contained the 18 additional acidic residues of the propiece plus a typical prohormone processing signal Lys-Arg and a 32-residue dermaseptin progenitor sequence. The dermaseptin genes Drg2 and Drg1g2 have conserved sequences at both untranslated ends and in the first and second coding exons. In contrast, Drg1g2 comprises a third coding exon for a short version of the acidic propiece and a second dermaseptin progenitor sequence. Structural conservation between the two genes suggests that Drg1g2 arose recently from an ancestral Drg2-like gene through amplification of part of the second coding exon and 3'-untranslated region. Analysis of the cDNAs coding precursors for several frog skin peptides of highly different structures and activities demonstrates that the signal peptides and part of the acidic propieces are encoded by conserved nucleotides encompassed by the first coding exon of the dermaseptin genes. The organization of the genes that belong to this family, with the signal peptide and the progenitor sequence on separate exons, permits strikingly different peptides to be directed into the secretory pathway. The recruitment of such a homologous 'secretory' exon by otherwise non-homologous genes may have been an early event in the evolution of amphibian.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9305726"}], "author": ["Nicolas P", "Vouille V", "Amiche M"], "relatedPublications": 0, "id": "50|r3d100010527::b57d11100ab246b25c91d76c2c60815e", "title": ["Structure of genes for dermaseptins B, antimicrobial peptides from frog skin. Exon 1-encoded prepropeptide is conserved in genes for peptides of highly different structures and activities."], "relatedDatasets": 2}
888
{"typology": "publication", "publisher": ["American Association for the Advancement of Science (AAAS)"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e880e5615720f1d2a8f971c21ac963b", "id": {"identifier": "10.1594/pangaea.818186", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Nitrogen fixation in the oceans is important in sustaining global marine productivity and balances carbon dioxide export to the deep ocean. It was previously believed that marine nitrogen fixation was due to a single genus of filamentous cyanobacteria, Trichodesmium . The recent discovery of unicellular open-ocean cyanobacteria has raised the question of how they contribute to global ocean nitrogen fixation and how they compare in distribution and activity to Trichodesmium . Using data collected from the southwest Pacific Ocean, Moisander et al. (p. [1512][1], published online 25 February) show that the unicellular nitrogen-fixing cyanobacteria (UCYN-A and Crocosphaera watsonii ) have distinct ecophysiologies and distinct oceanic distributions from each other, and from Trichodesmium . These data can be incorporated into models to retune estimates of the global rates of oceanic nitrogen fixation and carbon sequestration.#N##N# [1]: /lookup/doi/10.1126/science.1185468", "author": ["Carlson C. A.", "Johnson K. S.", "White A. E.", "Beinart R. A.", "Moisander P. H.", "Hewson I.", "Zehr J. P.", "Montoya J. P."], "localIdentifier": [{"type": "doi", "id": "10.1126/science.1185468"}], "id": "50|dli_resolver::8cbb0b0420f253597ac0c1e5a16b612c", "relatedPublications": 0, "date": [""], "title": ["\"Unicellular Cyanobacterial Distributions Broaden the Oceanic N2 Fixation Domain\""], "relatedDatasets": 1}
889
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9ae647386b20fd4b2de83143251bff9b", "id": {"identifier": "10.5281/zenodo.437296", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4308c555a6b85e6cd1ed1f83e1f31447", "id": {"identifier": "10.5281/zenodo.437294", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["NOORT SIMON VAN", "MAQUART PIERRE-OLIVIER"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4244.4.8"}], "id": "50|dli_resolver::11ef66660de0dcc0601a0fba5166062a", "relatedPublications": 0, "date": [""], "title": ["Description of a new species of Capederces (Coleoptera: Cerambycidae: Cerambycinae) from South Africa"], "relatedDatasets": 4}
890
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::119262ef31ce992f5104af7f6878cd69", "id": {"identifier": "dq473394", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ec0fadf4311fbcf7d607dd3436f77e4c", "id": {"identifier": "cp007563", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::02d924cfe144dcc9e3ab53ea02dbd58f", "id": {"identifier": "cp001277.1", "schema": "ena"}}], "abstract": "", "author": ["Laurence Mouton", "Dan-Tong Zhu", "Marie-France Sagot", "Klein, Cecilia C.", "Shu-Sheng Liu", "Silva, Francisco J.", "Xiao-Wei Wang", "Qiong Rao", "Andrés Moya", "Amparo Latorre", "Pierre-Antoine Rollat-Farnier", "Fabrice Vavre", "Diego Santos-Garcia"], "localIdentifier": [{"type": "pmid", "id": "25887812"}], "id": "50|pubmed______::2868bd031b96271882a65dc1e7e95804", "relatedPublications": 0, "date": ["2015-03-21"], "title": ["Genome reduction and potential metabolic complementation of the dual endosymbionts in the whitefly Bemisia tabaci."], "relatedDatasets": 3}
891
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0144903f20cfb546e7288a031e2c836b", "id": {"identifier": "10.5517/ccrc47g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cbd709b6664d19e0af54e189d93c26b9", "id": {"identifier": "10.5517/ccrn8l7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kulkarni Manohar V.", "Gupta Vivek K.", "Basanagouda Manantesha", "Sharma Deepak"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-010-9917-1"}], "id": "50|dli_resolver::4491ef4de49cd56b76db35cd6fd149a0", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structure Studies of Two Regioisomers of Bromo-4-Aryloxymethylcoumarins\""], "relatedDatasets": 2}
892
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3c2bb039dcb86606fa2f4546a2d3a705", "id": {"identifier": "10.5517/cc3y54b", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A dinuclear double helix constructed around two iron(II) bis(terpyridine) centres has been resolved by preparative column chromatography, several tens of milligrams of each enantiomer were obtained, with an excellent enantiomeric excess.", "author": ["Patterson Bradley T.", "Rapenne Gwénaël", "Sauvage Jean-Pierre", "Richard Keene F."], "localIdentifier": [{"type": "doi", "id": "10.1039/a905135j"}], "id": "50|dli_resolver::7cda72ef4cfc8849cab65d6245b7af7a", "relatedPublications": 0, "date": [""], "title": ["\"Resolution, X-ray structure and absolute configuration of a double-stranded helical diiron(II) bis(terpyridine) complex\""], "relatedDatasets": 1}
893
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d097ad84a10258e37cab5e33e5a65e9", "id": {"identifier": "10.6084/m9.figshare.c.3697273", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::87f7c8b1b446883574f4699447342d37", "id": {"identifier": "10.6084/m9.figshare.c.3697273_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7ac3b6fa80f237eaed7434446895dcaa", "id": {"identifier": "10.6084/m9.figshare.c.3697273.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Cloughesy Timothy F.", "Zhang Yibei", "Stream Alexandra", "Nelson Stanley F.", "Yamada Kazunari", "McBride William H.", "Tso Cho-Lea", "Liau Linda M.", "Lai Albert", "Menjivar Jimmy C.", "Bui Yvonne", "Yang Shuai", "Tso Jonathan L.", "Hong Irene", "Yong William H."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12943-015-0459-1"}], "id": "50|dli_resolver::1b17a771bb7caa57859944895f8db13b", "relatedPublications": 0, "date": [""], "title": ["Bone morphogenetic protein 7 sensitizes O6-methylguanine methyltransferase expressing-glioblastoma stem cells to clinically relevant dose of temozolomide"], "relatedDatasets": 3}
894
{"typology": "publication", "publisher": ["American Association for the Advancement of Science (AAAS)"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b76c339c12f2c9002e212c05c3aeb064", "id": {"identifier": "10.15785/sbgrid/527", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c4cc5795b0652d57a876ed350b3cc83f", "id": {"identifier": "10.15785/sbgrid/526", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b722c953a74ad416d4fd145c6e49ea74", "id": {"identifier": "10.15785/sbgrid/528", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Eukaryotic cells coordinate growth with the availability of nutrients through mTOR complex 1 (mTORC1), a master growth regulator. Leucine is of particular importance and activates mTORC1 via the Rag GTPases and their regulators GATOR1 and GATOR2. Sestrin2 interacts with GATOR2 and is a leucine sensor. We present the 2.7-A crystal structure of Sestrin2 in complex with leucine. Leucine binds through a single pocket that coordinates its charged functional groups and confers specificity for the hydrophobic side chain. A loop encloses leucine and forms a lid-latch mechanism required for binding. A structure-guided mutation in Sestrin2 that decreases its affinity for leucine leads to a concomitant increase in the leucine concentration required for mTORC1 activation in cells. These results provide a structural mechanism of amino acid sensing by the mTORC1 pathway.", "author": ["Chantranupong L.", "Pacold M. E.", "Wang T.", "Wolfson R. L.", "Saxton R. A.", "Schwartz T. U.", "Sabatini D. M.", "Knockenhauer K. E."], "localIdentifier": [{"type": "doi", "id": "10.1126/science.aad2087"}], "id": "50|dli_resolver::3920ff9df94b3938ea03030ef261e43d", "relatedPublications": 0, "date": [""], "title": ["\"Structural basis for leucine sensing by the Sestrin2-mTORC1 pathway\""], "relatedDatasets": 3}
895
{"typology": "publication", "publisher": ["Parasitology research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::782f9d08c906e8c8a503db01eaaacfa6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17024351&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ab3dc2e5fc4f2a975c15c943ea7702b8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17024351&result=coding_release", "schema": "url"}}], "abstract": "None: Cryptosporidium parvum DNA from 175 neonatal calves on 16 farms in eight eastern states in the United States was subtyped by sequence analysis of the 60-kDa glycoprotein gene to determinate the parasite genetic diversity. Six subtypes of the IIa subtype family were found. Subtype IIaA15G2R1, which is the predominant C. parvum subtype in calves in many parts of the world, was identified in 77% of the C. parvum DNA from calves. Several farms had more than one C. parvum subtype and a few calves had infections with mixed subtypes. Distribution of subtypes differed geographically. Diversity of C. parvum in calves in eastern United States was lower than that previously seen in Michigan and southern Ontario. The high prevalence of one subtype in calves worldwide and frequent detection of this subtype in humans suggests that parasite fitness probably plays an important role in transmission of cryptosporidiosis among cattle and in zoonotic infections.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17024351"}], "author": ["Yang Wenli", "Fayer Ronald", "Xiao Lihua", "Santin Monica", "Zhou Ling"], "relatedPublications": 0, "id": "50|r3d100010527::943ab0f1ef5e442a147d94b6b606e033", "title": ["Distribution of Cryptosporidium parvum subtypes in calves in eastern United States."], "relatedDatasets": 2}
896
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::725f39dfc425f0d1e28d5a179b8aacd3", "id": {"identifier": "10.5517/cc87tmx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e663221c1c81e91711087a3775bdf8c0", "id": {"identifier": "10.5517/cc87tlw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The first of the title compounds, [Fe(C12H15N6P)2][FeCl4]·4CH4O, is the first homoleptic bis(ligand)iron(II) species reported for this phosphorus bridgehead ligand; interestingly, the complex is isomorphous with its tris(1-methyl-1H-imidazol-2-yl)methanol counterpart, the second of the title compounds, [Fe(C13H16N6O)2][FeCl4]2Cl. In both compounds, the Fe atom of the cation lies on an inversion centre. The structure determinations presented here allow an interesting comparison of iron(II) and iron(III) species in similar coordination environments.", "author": ["Rüther Thomas", "Cavell Kingsley J.", "Batten Michael P.", "Skelton Brian W.", "Canty Allan J.", "White Allan H."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270104010868"}], "id": "50|dli_resolver::5b442cd4855e704df1f47c4a3c6d02d7", "relatedPublications": 0, "date": [""], "title": ["\"Bistris(1-methyl-1H-imidazol-2-yl)phosphine-κ3N3iron(II) tetrachloroferrate(II) methanol tetrasolvate (ca153 K) and bistris(1-methyl-1H-imidazol-2-yl)methanol-κ3N3iron(III) bistetrachloroferrate(III) chloride (redetermination,ca153 K)\""], "relatedDatasets": 2}
897
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1fffc27b7c7413b93821f09b9058ea31", "id": {"identifier": "10.5517/cct2wpf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#μ-Oxido-bis[(hexaethyldimethyl-2,2′-bidipyrrinato)iron(III)] (1) crystallizes as a mixed dichloromethane/water solvate as black plates in the triclinic system, space group P\\bar{1}, with a = 14.536(3), b = 16.194(3), c = 25.883(5) A, α = 98.89(3)°, β = 91.28(3)°, γ = 90.56(3)°, and Z = 2. In the crystal structure two distinct solvates 1·CH2Cl2 and 1·H2O are present in equal ratio. In both cases the solvent is found in direct vicinity of the Fe–O–Fe subunit and is located within a binding pocket formed by the two helically distorted tetrapyrroles. Whereas the dichloromethane molecule is oriented within this pocket as a dipole with the positive end pointing towards the oxygen atom of the Fe–O–Fe subunit, the water molecule forms a hydrogen bond with this site, supported by additional weak interactions with adjacent N-donor atoms.", "author": ["Funk Markus", "Bröring Martin", "Ostapowicz Thomas"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200900438"}], "id": "50|dli_resolver::452c69289e832aa4eb9a28a540f95b13", "relatedPublications": 0, "date": [""], "title": ["\"An Intermolecular Hydrogen Bridge between a Porphyrinoid μ-Oxido Diiron(III) Host and a Guest Water Molecule\""], "relatedDatasets": 1}
898
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::596ecba07776469810305799266c5334", "id": {"identifier": "10.5517/ccdc.csd.cc1m0xbw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3171877ff67bf0223112eb207b388ba6", "id": {"identifier": "10.5517/ccdc.csd.cc1m0xdy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b29f5ddd242458b2a12b39a90b8f9cd4", "id": {"identifier": "10.5517/ccdc.csd.cc1m0xfz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::496779308dc624ae4059f1daca2fa622", "id": {"identifier": "10.5517/ccdc.csd.cc1m0xcx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The structure–property relationship study of a series of cationic Ir(III) complexes in the form of [Ir(C^N)2(dtBubpy)]PF6 [where dtBubpy = 4,4′-di-tert-butyl-2,2′-bipyridine and C^N = cyclometallating ligand bearing an electron-withdrawing group (EWG) at C4 of the phenyl substituent, i.e., −CF3 (1), −OCF3 (2), −SCF3 (3), −SO2CF3 (4)] has been investigated. The physical and optoelectronic properties of the four complexes were comprehensively characterized, including by X-ray diffraction analysis. All the complexes exhibit quasireversible dtBubpy-based reductions from −1.29 to −1.34 V (vs SCE). The oxidation processes are likewise quasireversible (metal + C^N ligand) and are between 1.54 and 1.72 V (vs SCE). The relative oxidation potentials follow a general trend associated with the Hammett parameter (σ) of the EWGs. Surprisingly, complex 4 bearing the strongest EWG does not adhere to the expected Hammett behavior and was found to exhibit red-shifted absorption and emission maxima. Nevertheless, the concep...", "author": ["Cordes David B.", "Bolink Henk J.", "Zysman-Colman Eli", "Pal Amlan K.", "Slawin Alexandra M. Z.", "Samuel Ifor D. W.", "Momblona Cristina", "Ortı́ Enrique"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.inorgchem.6b01602"}], "id": "50|dli_resolver::5a3890563808bb85fc7af59c78c9e1de", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, Properties, and Light-Emitting Electrochemical Cell (LEEC) Device Fabrication of Cationic Ir(III) Complexes Bearing Electron-Withdrawing Groups on the Cyclometallating Ligands\""], "relatedDatasets": 4}
899
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a33c2ae434e07bd869a796b7a2474f0a", "id": {"identifier": "10.5517/ccdc.csd.cc1zlkqv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This comprehensive study reports the synthesis of the title compound, 1-(3-Mesityl-3-methylcyclobutyl)-2-(naphthalene-1-yloxy)ethanone (C26H28O2), and identification of the molecule by means of the standard experimental methods such as single-crystal X-ray diffraction, ultra violet–visible (UV–vis) spectra, Fourier transform infrared (FTIR) spectra, 13C and 1H NMR chemical shifts and quantum chemical calculations using density functional theory (B3LYP) method for the first time. The experimental results observed display that the synthesis of the C26H28O2 compound is perfectly conducted without any impurities. Additionally, the little deviations are noticed on the bond lengths and bond angles, confirming that the strong intra-molecular charge transfers appear in the due to the presence of the electron engagements and conjugative effects (bond weakening). Besides, the intermolecular CH⋯O distance presents the interaction between the methylcyclobutyl CH group and oxygen atom in the ethanone group. At the same time, the absorption wavelength (λmax) appears at 292 nm and interval 297–269 nm in the solvent of chloroform and THF as a consequence of the presence of effective π–π∗ conjugated segments in the molecule studied. Besides, optical band gap energy of 3.22/3.25 eV (chloroform/THF), verifies the existence of the strong electronic donating groups in the structure. As for the quantum chemical computations, the determination of the optimized molecular structures, vibrational frequencies including infrared intensities, vibrational wavenumbers, thermodynamic properties, atomic charges, electronic transitions, dipole moment (charge distribution), optical band gap energy, 1H and 13C NMR chemical shifts are conducted using density functional theory/Becke-3-Lee–Yang–Parr (DFT/B3LYP) method with the standard 6–311++G(2d,2p) level of theory. The results obtained show that the strong intra-molecular charge transfer (ICT) appears between the donor and acceptor in the title compound due to the existence of the strong electronic donating groups and effective π–π∗ conjugated segments with high electronic donor ability for the electrophilic attack (intermolecular interactions). Additionally, the presence of the non-uniform charge distributions (polar behavior) on the various atoms makes the title compound be useful to bond metallically.", "author": ["Muglu H.", "Vurdu C.D.", "Zalaoglu Y.", "Koca M.", "Yildirim G.", "Kandemirli F.", "Arici C."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.saa.2014.08.119"}], "id": "50|dli_resolver::5f63edfaeb1106a9f9740a14d71fff4f", "relatedPublications": 0, "date": [""], "title": ["Quantum chemical calculations and interpretation of electronic transitions and spectroscopic characteristics belonging to 1-(3-Mesityl-3-methylcyclobutyl)-2-(naphthalene-1-yloxy)ethanone"], "relatedDatasets": 1}
900
{"typology": "publication", "publisher": ["Journal of insect science (Online)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::872a235907e454457e2f52dd0ab52a45", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27012867&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7592c1bc04d6f3f7692b67658b724379", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27012867&result=sequence_release", "schema": "url"}}], "abstract": "None: Hylamorpha elegans(Burmeister) is a native Chilean scarab beetle considered to be a relevant agricultural pest to pasture and cereal and small fruit crops. Because of their cryptic habits, control with conventional methods is difficult; therefore, alternative and environmentally friendly control strategies are highly desirable. The study of proteins that participate in the recognition of odorants, such as odorant-binding proteins (OBPs), offers interesting opportunities to identify new compounds with the potential to modify pest behavior and computational screening of compounds, which is commonly used in drug discovery, may help to accelerate the discovery of new semiochemicals. Here, we report the discovery of four OBPs inH. elegans as well as six new volatiles released by its native host Nothofagus obliqua(Mirbel). Molecular docking performed between OBPs and new and previously reported volatiles from N. oblique revealed the best binding energy values for sesquiterpenic compounds. Despite remarkable divergence at the amino acid level, three of the four OBPs evaluated exhibited the best interaction energy for the same ligands. Molecular dynamics investigation reinforced the importance of sesquiterpenes, showing that hydrophobic residues of the OBPs interacted most frequently with the tested ligands, and binding free energy calculations demonstrated van der Waals and hydrophobic interactions to be the most important. Altogether, the results suggest that sesquiterpenes are interesting candidates for in vitro and in vivo assays to assess their potential application in pest management strategies.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "27012867"}, {"type": "doi", "id": "10.1093/jisesa/iew008"}], "author": ["Rojas Maximiliano", "Venthur Herbert", "Palma-Millanao Rubén", "Yáñez Osvaldo", "Mutis Ana", "Ramírez Claudio C", "González-González Angélica", "Quiroz Andrés"], "relatedPublications": 0, "id": "50|r3d100010527::1debe4450b0872fe0a1eb5862921257f", "title": ["Virtual Screening of Plant Volatile Compounds Reveals a High Affinity of Hylamorpha elegans (Coleoptera: Scarabaeidae) Odorant-Binding Proteins for Sesquiterpenes From Its Native Host."], "relatedDatasets": 2}
901
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4d492615150b9082e142d5e9a4c0a854", "id": {"identifier": "10.5517/ccrk68r", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new family of cationic organometallic chloro compounds of the type [(arene)Ru(N,N)(Cl)]+ containing N,N-chelating dipyridylamine ligands has been synthesized and isolated as the chloride salts, which are water soluble and stable to hydrolysis. The resulting mononuclear ruthenium complexes catalyze the transfer hydrogenation of aryl ketones in aqueous solution to give the corresponding alcohols with good conversion and interesting recyclability.", "author": ["Romain Charles", "Gaillard Sylvain", "Thomas Christophe M.", "Elmkaddem Mohammed K.", "Toupet Loïc", "Renaud Jean-Luc", "Fischmeister Cédric"], "localIdentifier": [{"type": "doi", "id": "10.1021/om100127f"}], "id": "50|dli_resolver::c139b07f18cf2237df7a9b9f963903ba", "relatedPublications": 0, "date": [""], "title": ["\"New Dipyridylamine Ruthenium Complexes for Transfer Hydrogenation of Aryl Ketones in Water\""], "relatedDatasets": 1}
902
{"typology": "publication", "publisher": ["Plant physiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d2b42bcc63f5a5fdf1d270908764dbca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8972605&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f26c056491ee6d7d1256a3ce0d1e6d7e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8972605&result=coding_update", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::45e3104513df16e82d3ea6ac7f629013", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8972605&result=read_experiment", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::28e3b8d4b1baad7954aa7339d49ea5da", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8972605&result=sequence_release", "schema": "url"}}], "abstract": "None: The plasma membrane H(+)-ATPase gene was cloned and sequenced from the extremely acidophilic green alga Dunaliella acidophila and from the extremely halotolerant Dunaliella salina. A special feature of the Dunaliella H(+)-ATPase is an extended C-terminal domain. The deduced amino acid sequences of the two proteins are 75% identical but differ in their C terminus. A hydrophilic loop within this domain in D. salina, which presumably faces the cell exterior, has a high ratio of acidic over basic amino acids, typical of halophilic proteins. The amount of the ATPase protein in plasma membranes and the level of its mRNA transcript in D. acidophila are far higher than in D. salina, suggesting that D. acidophila overexpresses the enzyme. A pH shift from 9.0 to 7.0 induces in D. salina a large increase in the level of the H(+)-ATPase mRNA and in the amount of the H(+)-ATPase protein. This suggests that the expression of the H(+)-ATPase in D. salina is pH-regulated at the transcriptional level. The implications of these findings are discussed with respect to the adaptive pressures imposed on these algal species by their exceptional environmental conditions.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8972605"}], "author": ["Weiss M", "Pick U"], "relatedPublications": 0, "id": "50|r3d100010527::55d725c933327a9e3e143991fe0af1b1", "title": ["Primary structure and effect of pH on the expression of the plasma membrane H(+)-ATPase from Dunaliella acidophila and Dunaliella salina."], "relatedDatasets": 4}
903
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::38e023a5d9ee6cc8ffd0a21995f60706", "id": {"identifier": "10.3334/cdiac/otg.cdiac_158", "schema": "url"}}], "abstract": "", "author": ["Simonis, Udo Ernst"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::5f0f74b14a606ea10fc3fc04b487d1a2"}], "id": "50|dli_resolver::737a2d28a14e0fdabe476f13a3ee7b97", "relatedPublications": 0, "date": [""], "title": ["Towards a \"Houston Protocol\": Or how to allocate CO2 emissions reductions between North and South"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "ddc:330"}]}
904
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bd0c3e739f3db7a6b55c72a9c88678ce", "id": {"identifier": "10.5517/cctqrhr", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title centrosymmetric mononuclear complex, [Cu(C14H18NO2)2], the CuII ion, lying on an inversion centre, is four-coordinated by two imine N and two phenolate O atoms from two Schiff base ligands, forming a slightly distorted square-planar geometry.", "author": ["Miao Jian-Ying"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536809051629"}], "id": "50|dli_resolver::7117a3ad48ee53dced804a0f20ce64bd", "relatedPublications": 0, "date": [""], "title": ["\"Bis2-(cyclohexyliminomethyl)-5-methoxyphenolatocopper(II)\""], "relatedDatasets": 1}
905
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3df24d472f9596a385a45a92a59b52c9", "id": {"identifier": "bc017201.2", "schema": "ncbi-n"}}], "abstract": "", "title": ["Mammalian cell transient expression, non-affinity purification, and characterization of human recombinant IGFBP7, an IGF-1 targeting therapeutic protein"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.intimp.2015.10.008"}], "id": "50|elsevier____::3b80e80aff0d4a49ed202eb7dfef9d0c", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 1}
906
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::a0bb1079dbaee29005af4bb495e9c4f3", "id": {"identifier": "4eq5", "schema": "pdb"}}], "abstract": "DNA ligases join single-strand breaks in double-stranded DNA by catalyzing the formation of a phosphodiester bond between adjacent 5′-­phosphate and 3′-­hydroxyl termini. Their function is essential to maintain the integrity of the genome in DNA replication, recombination and repair. A recombinant ATP-dependent DNA ligase from the hyperthermophilic anaerobic archaeon Thermococcus sibiricus was expressed in Escherichia coli and purified. Crystals were grown by vapour diffusion using the hanging-drop method with 17%(w/v) PEG 4000 and 8.5%(v/v) 2-propanol as precipitants. A diffraction experiment was performed with a single crystal, which diffracted X-­rays to 3.0 A resolution. The crystal belonged to space group P212121, with unit-cell parameters a = 58.590, b = 87.540, c = 126.300 A.", "author": ["Ravin N. V.", "Polyakov K. M.", "Popov V. O.", "Slutskaya E. S.", "Petrova T. E.", "Kovalchuk M. V.", "Dorokhov B. D.", "Skryabin K. G.", "Dorovatovskiy P. V.", "Bezsudnova E. Y."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1744309111050913"}], "id": "50|dli_resolver::f17a4df25ccb9469643e1c0b06744647", "relatedPublications": 0, "date": [""], "title": ["\"Expression, purification, crystallization and preliminary crystallographic analysis of a thermostable DNA ligase from the archaeonThermococcus sibiricus\""], "relatedDatasets": 1}
907
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6d2c4dfa3898bf940d3b7c227df4e81a", "id": {"identifier": "10.5517/ccy0sb1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N#A characterful carbene: The high electrophilicity of a genuine palladium alkoxycarbene, obtained by transmetalation, is evident in its reactivity. Nucleophilic attack on two electrophilic centers (red) is observed. Alkyl abstraction and addition to the carbene carbon by different nucleophiles occur. This palladium(II) alkoxycarbene also undergoes comproportionation with palladium(0) to give an unprecedented palladium(I) dimeric carbene (see scheme).", "author": ["Albéniz Ana C.", "Meana Isabel", "Espinet Pablo", "Toledo Alberto"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201200575"}], "id": "50|dli_resolver::d23ba1e15f62819289118548f4467f12", "relatedPublications": 0, "date": [""], "title": ["\"Detection and Reactivity of a Palladium Alkoxycarbene\""], "relatedDatasets": 1}
908
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0c377fecf255dd9a8663a2e17e80b4a4", "id": {"identifier": "af220036", "schema": "ncbi-n"}}], "abstract": "", "title": ["TRIM9, a novel brain-specific E3 ubiquitin ligase, is repressed in the brain of Parkinson's disease and dementia with Lewy bodies"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.nbd.2010.01.007"}], "id": "50|elsevier____::92bd3e0f48e27e61574727e2d0790fff", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 1}
909
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::eb203914c58e0786579c4ad04ebe3700", "id": {"identifier": "10.6084/m9.figshare.3465524", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1187860c79b56d0a80e8379485a1179b", "id": {"identifier": "10.6084/m9.figshare.3465524.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "ABSTRACTThis article constitutes the first systematic effort to promote a spatial and a subnational turn in the study of EU legal integration by demonstrating how geospatial methods and the selection of a subnational unit of analysis can improve our understanding of the use of the preliminary reference procedure. We conduct a theory-testing case study leveraging an original dataset of all references submitted by Italian courts from 1964 through 2013 and utilize geographic information systems (GIS) technology to analyze subnational patterns in reference activity. We use these data to evaluate whether several existing hypotheses explain recent subnational variation in reference rates. We uncover several illuminating findings. First, although population levels and domestic litigiousness best explain variation in reference rates, there is evidence that the domestic litigation effect is subnationally heterogeneous. Second, although use of the reference procedure has diffused since the 1960s, subnational refere...", "author": ["Daniel Kelemen R.", "Pavone Tommaso"], "localIdentifier": [{"type": "doi", "id": "10.1080/13501763.2016.1186211"}], "id": "50|dli_resolver::32c9c145db93578fa8678c9f3cf7169c", "relatedPublications": 0, "date": [""], "title": ["\"Mapping European law\""], "relatedDatasets": 2}
910
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cd11f1db751f92bc7ffa6d7f43ac3ffd", "id": {"identifier": "10.5517/ccdc.csd.cc1kn60f", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5f59d22f13953fcfe154bca1388bfa2", "id": {"identifier": "10.5517/ccdc.csd.cc1kn61g", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d1aa08f59b4064bdd7285a7904367a31", "id": {"identifier": "10.5517/ccdc.csd.cc1kn5w8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc523fd998a626241e2149405a008091", "id": {"identifier": "10.5517/ccdc.csd.cc1kn5yb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6c1af92148dc198c82bbc8ccc8d66e2f", "id": {"identifier": "10.5517/ccdc.csd.cc1kn5zc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e00d0f0cc92c455b871a1d679daad90", "id": {"identifier": "10.5517/ccdc.csd.cc1kn62h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::98b453d009afad444e67e635b461af4d", "id": {"identifier": "10.5517/ccdc.csd.cc1kn5x9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Coordination chemistry of pyridinyl-hexahydropyrimidine has not been studied to date, despite that the organic chemistry and coordination chemsitry involving rigid bispyridine (bipy), pyrimidine and their derivatives have been widely reported. In this paper, the one-pot reaction of AgX (X = NO3- and ClO4-) with three rigid-flexible bispyridine analogues, 2-(pyridin-n-yl)hexahydropyrimidine [n = 4 (L1), 3 (L2), 2 (L3)], lead to the formation of seven complexes, namely, [AgL1(NO3)]n·n(H2O) (1), [AgL1(NO3)]n (2), [Ag6(L1)4(NO3)6]·6(H2O) (3), [AgL1(CH3CN)]n·n(ClO4) (4), [Ag2(L2)2(NO3)(H2O)]n·n(NO3)·n(H2O) (5), [Ag3(L2)3(CH3CN)2]n·3 n(ClO4) (6), and [Ag2(L3)2(NO3)2] (7), which have been characterized by elemental analysis, IR, TG, PL, powder and single-crystal X-ray diffraction. Structural analyses indicate that the conformational transformations of L1-L3 cause diverse structures. In 1 and 2, L1 presents modes I and II which connects adjacent Ag(I) into fes layers. In contrast, modes III and I in 3 and 4 join adjacent Ag(I) into hexanuclear and ladder chain structures. Complexes 5 and 6 show the same ladder chain structures with the L2 displaying the same coordination mode IV. L3 in 7 exhibits tripodal mode V to connect adjacent two Ag(I), thus forming dinuclear unit. Interestingly, adjacent dinuclear units are further joined by intermolecular hydrogen bonds to form kgd layer. Luminescent investigation reveals that 4 and 6 exhibit emissions from 443 to 581 nm.", "author": ["Huo Li-Hua", "Xiao Ying-Hui", "Deng Zhao-Peng", "Gao Shan", "Huang Jing"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jssc.2017.04.033"}], "id": "50|dli_resolver::4e6c4749d29f3709df513edb9a66c374", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses and characterizations of multinuclear, chain and layer silver(I) complexes assembled from bispyridine analogues of pyridinyl-hexahydropyrimidine\""], "relatedDatasets": 7}
911
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Fan, X.", "Christensen, M.", "Miller, B. C.", "Bayley, B.", "Dunbar, N.", "Dulmen, M. H.", "Grotevant, H. D."], "localIdentifier": [{"type": "icpsr", "id": "61558"}, {"type": "icpsr", "id": "38483"}], "relatedPublications": 0, "title": ["Antisocial Behavior in Adopted and Nonadopted Adolescents: Differences in Process and Outcomes?"], "id": "50|dedup_wf_001::0dc0c2819e5e3103888a88b6b2364bdf"}
912
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 2, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::27479d336516a47c509441e701761f3d", "id": {"identifier": "gm063119", "schema": "genbank"}}], "abstract": "", "title": ["The machinery for cell polarity, cell morphogenesis, and the cytoskeleton in the Basidiomycete fungus"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.fgb.2008.05.012"}], "id": "50|elsevier____::1aefd50262482f278b1834524a4b8f09", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 1}
913
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c7b6aa96c49a7ba45e840a6e703eb33c", "id": {"identifier": "10.5517/ccrlxy5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f286cd6c2fc00684e14d76ae1c617805", "id": {"identifier": "10.5517/ccshhzq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis and characterization of mononuclear tris( κ  2 -amidate) aluminium complexes supported by the tripodal ligands, [N( o -PhNC(O)R) 3 ] 3−  (R =  i Pr and  t Bu), are described. The molecular structures of [Al(N( o -PhNC(O) i Pr) 3 )] and [Al(N( o -PhNC(O) t Bu) 3 )] have been determined by X-ray diffraction studies. Both neutral six-coordinate aluminium complexes display coordination geometries that are intermediate between octahedral and trigonal prismatic. Solution-state NMR studies ( 1 H,  13 C and  27 Al) indicate that these structures are non-fluxional in solution. Detailed analysis of the solid-state structures shows that slight changes in the relative size of the amidate acyl substituents do not significantly impact the solid-state structures. However, large substituents may be required to prevent the formation of multinuclear species.", "author": ["Jones Matthew B.", "MacBeth Cora E.", "Hardcastle Kenneth I."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2009.06.013"}], "id": "50|dli_resolver::af14e86016c5b46e48bdb200b45d916a", "relatedPublications": 0, "date": [""], "title": ["\"Synthetic, spectral and structural studies of mononuclear tris(κ2-amidate) aluminium complexes supported by tripodal ligands\""], "relatedDatasets": 2}
914
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a9f958019d3c608084ed9cc7673dcfb9", "id": {"identifier": "10.6084/m9.figshare.5739144.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ff48b90a982bdff9c4e9319876138086", "id": {"identifier": "10.6084/m9.figshare.5739120.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::836bdfcf8618ab8f7a181e78252c2f58", "id": {"identifier": "10.6084/m9.figshare.c.3963405", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a72d0efb2012172041d328a7b06e89e7", "id": {"identifier": "10.6084/m9.figshare.c.3963405.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Pak Chaeho", "Kwon Oh Wook", "Lee Goeun", "Kim Hakwon", "Lee Kangwoo", "Subedi Lalita", "Kim Sun Yeou"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12868-017-0399-3"}], "id": "50|dli_resolver::4b5644f031b845ebddbd52e8ccc4596e", "relatedPublications": 0, "date": [""], "title": ["\n            N,N-disubstituted azines attenuate LPS-mediated neuroinflammation in microglia and neuronal apoptosis via inhibiting MAPK signaling pathways"], "relatedDatasets": 4}
915
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38c5daa20895f0d12a307242ffec57df", "id": {"identifier": "10.5517/ccdc.csd.cc1nmjvn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Ehrenberg Helmut", "Dmytriv Grygoriy", "Tarasiuk Ivan", "Pavlyuk Volodymyr"], "localIdentifier": [{"type": "doi", "id": "10.1107/s205322961700420x"}], "id": "50|dli_resolver::6728dd70424342f53267d02dace290ec", "relatedPublications": 0, "date": [""], "title": ["Li9Al4Sn5as a new ordered superstructure of the Li13Sn5type"], "relatedDatasets": 1}
916
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0b99f72241721771898e6b7297983dac", "id": {"identifier": "10.5517/ccdc.csd.ccy1qd2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0c700e1451b90b92cd06197e2a132e8a", "id": {"identifier": "10.5517/ccdc.csd.ccy1qf3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8279543eb25bbd5cde3283b2eebd5bfe", "id": {"identifier": "10.5517/ccdc.csd.ccy1qc1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::46743248b07531571908f5d5c397a07e", "id": {"identifier": "10.5517/ccdc.csd.ccy1qb0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Watanabe Mizuki", "Arisawa Mitsuhiro", "Shuto Satoshi", "Yamada Shizuo", "Hasegawa Kimiko", "Kameda Tomoshi", "Yamano Akihito", "Ito Yoshihiko", "Kuwahara Tomoki", "Endoh Hideyuki", "Mizuno Akira"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201605312"}], "id": "50|dli_resolver::650d5de374dca16d3522b62493fab458", "relatedPublications": 0, "date": [""], "title": ["\"Cyclopropane-Based Peptidomimetics Mimicking Wide-Ranging Secondary Structures of Peptides: Conformational Analysis and Their Use in Rational Ligand Optimization\""], "relatedDatasets": 4}
917
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d7f9402f7b37ca1cbadc842119718e8", "id": {"identifier": "10.5517/cc7ydbw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structure of the new enediyne 3 was determined by X-ray diffraction. 3 crystallizes in the orthorhombic space group Pbca (No. 61) with a = 12.7148(9) A, b = 7.4872(8) A, c = 38.890(4) A, α = β = γ = 90∘ and Z = 8. The three-dimensional structure is characterized by an 8-membered cyclic array linking four molecules of 3 by hydrogen bonding between phenolic and methoxy groups. Furthermore, stabilization by π–π-stacking and CH ⋅s π interactions is present. The important cd distance (between the two terminal acetylene carbons of the enediyne) which is relevant for the Bergman cyclization, was determined to 401 pm, being in good agreement with the high cyclization barrier (Δ G‡ = 147.9 kJ mol−1 at 220∘C) that was determined by differential scanning calorimetry (DSC).", "author": ["Morbach Guido", "Hagel Michael", "Schenk Wolfdieter A.", "Schmittel Michael"], "localIdentifier": [{"type": "doi", "id": "10.1007/s10870-005-1674-1"}], "id": "50|dli_resolver::fae439bc8eb335a40ff7afd6a397737a", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, thermal reactivity and structure of 1,2-bis(4-hydroxy-3-methoxyphenylethynyl)benzene\""], "relatedDatasets": 1}
918
{"typology": "publication", "publisher": ["Domestic animal endocrinology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 2, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5536abccb31b91545b84ced20032867c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17014980&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9a7fa6e0b3eee4fc894f71ea14495d8c", "id": {"identifier": "x94263", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4b7544517b368b2cad58a692dd2e375f", "id": {"identifier": "x94298", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::327bf1a0ee15ccf90e98a1fbaf24f226", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17014980&result=coding_release", "schema": "url"}}], "abstract": "None: Water buffaloes are easily adaptable animals, whose raising and economical exploitation have been growing in the last three decades all over the world. Hyperstimulation of ovarian function in this species is a common technique aiming to improve reproductive performance. Superovulatory treatment affects corpus luteum (CL) function, which is highly correlated to angiogenic process. The aim of this study was therefore to assess the temporal protein and mRNA expression of VEGF and its receptors in the CL of non-treated and superovulated buffaloes. For that purpose blood samples and CL from 36 healthy (30 untreated, groups 1-5, and 6 superovulated, group 6) non-pregnant buffaloes were collected and the samples were divided into 6 groups according to the age of CL. Plasma samples were submitted to RIA to measure progesterone concentration and CL were subjected to immunohistochemistry and real time PCR for VEGF (vascular endothelial growth factor), Flt-1 (fms-like tyrosine kinase receptor 1) and KDR (kinase insert domain containing region). The VEGF system protein and mRNA expression during CL life span of untreated animals showed a specific time-dependent profile, although protein did not always reflect mRNA concentrations. VEGF expression in luteal cells was high correlated to plasma progesterone levels. Superovulated CL showed a significant increase of the VEGF-system protein and a significant decrease of mRNA expression compared to untreated animals in the same stage of the oestrous cycle. We conclude that VEGF, Flt-1 and KDR protein and mRNA expression in buffalo CL is dependent of estrous cycle stage and superovulatory treatment is able to increase the translation rate of this system.", "author": ["Marques J E B", "Binelli M", "Artoni L P", "Campos D B", "Fátima L A", "Moura C E B", "Papa P C", "Leiser R", "Pfarrer C", "Baruselli P S"], "localIdentifier": [{"type": "pbmid", "id": "17014980"}, {"type": "doi", "id": "10.1016/j.domaniend.2006.07.003"}], "id": "50|dedup_wf_001::5f481c8e5a32c0c162bdefa78b4a6d18", "relatedPublications": 0, "date": ["2007"], "title": ["VEGF system expression in different stages of estrous cycle in the corpus luteum of non-treated and superovulated water buffalo."], "relatedDatasets": 4}
919
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::47c192870202e2ca55b9967b9b486547", "id": {"identifier": "10.5517/ccqr0dv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C23H23ClN2O2S, was synthesized by the nucleophilic substitution of 1-benzhydrylpiperazine with 4-chloro­phenyl­sulfonyl chloride. The piperazine ring is in a chair conformation. The geometry around the S atom is that of a distorted tetra­hedron. There is a large range of bond angles around the piperazine N atoms. The dihedral angle between the least-squares plane (p1) defined by the four coplanar C atoms of the piperazine ring and the benzene ring is 81.6 (1)°. The dihedral angles between p1 and the phenyl rings are 76.2 (1) and 72.9 (2)°. The two phenyl rings make a dihedral angle of 65.9 (1)°. Intramolecular C—H⋯O hydrogen bonds are present.", "author": ["Shashidhara Prasad J.", "Vinaya K.", "Naveen S.", "Sridhar M. A.", "Rangappa K. S.", "Girisha H. R."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807067888"}], "id": "50|dli_resolver::c1417de86ca71c012edc965b05cd4704", "relatedPublications": 0, "date": [""], "title": ["\"1-Benzhydryl-4-(4-chlorophenylsulfonyl)piperazine\""], "relatedDatasets": 1}
920
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 20, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b4cf4b1eb280c4fb3adfb9d72d8447fc", "id": {"identifier": "am040720", "schema": "genbank"}}], "abstract": "", "title": ["Skl, a novel choline-binding"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.febslet.2006.02.060"}], "id": "50|elsevier____::e12f01579db1a3352a20296710772b93", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 1}
921
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::011d89fda64982c201eb92db1203a6a5", "id": {"identifier": "2jp3", "schema": "pdb"}}], "abstract": "NMR spectroscopy offers two complementary approaches to the structure determination of membrane proteins, based either on samples of proteins in isotropic lipid micelles or in liquid crystalline lipid bilayers. Both methods benefit from the measurement of orientation restraints derived from anisotropic interactions, such as dipolar couplings and chemical shifts, which can be obtained by inducing various degrees of sample alignment relative to the field of the NMR magnet. The resulting orientation-dependent information provides very high-resolution restraints for structure determination and refinement of both globular and membrane proteins1–3. Measurements made in oriented lipid bilayers have the important advantage that they enable structures to be determined in an environment that closely resembles the cellular membrane. Furthermore, since the alignment tensor is fixed by the sample geometry, they provide the global orientation of the protein in the membrane. This information, while valuable in its own right, could also be used to supplement the data from micelles, by providing a second alignment to resolve among the symmetry-related orientations of protein domains. Thus, detailed structural information about membrane proteins could be obtained by combining the restraints derived from proteins in bilayers with those from proteins in micelles, provided that the same structure is present in the two types of samples.#R##N##R##N#Here we demonstrate that the integral membrane protein CHIF (FXYD4), a major regulatory subunits of the Na,K-ATPase in specialized mammalian tissues4, adopts a similar structure in bilayers as in micelles. This allows us to back-calculate and assign the NMR spectrum of CHIF in oriented lipid bilayers from the structure determined in micelles, thereby supplementing the restraints for structure determination and providing the protein orientation in the membrane.#R##N##R##N#In micelles, the structure of CHIF mirrors the structure of the corresponding gene, with four helices (H1 - H4) and helix breaks mapping to intron-exon junctions, and delineating discrete structured domains5. The measurement of 1H-15N residual dipolar couplings (RDCs) (Figure 1) was instrumental for identifying helix breaks that map to genetic elements, and for determining the three-dimensional structures of both CHIF and the related protein FXYD15,6. The four helices of CHIF can be traced by fitting the experimental RDCs to sinusoids with the signature α-helical periodicity of 3.6 residues, and the 1H/15N heteronuclear NOEs indicate that they have similar backbone dynamics (Figure 1B). Although RDCs yield very accurate orientation restraints, they cannot determine the protein orientation in the membrane. This information, however, can be obtained by measuring dipolar couplings and chemical shifts in samples of the protein in oriented lipid bilayers, as illustrated in Figures 2 and ​and33.#R##N##R##N##R##N##R##N#Figure 1#R##N##R##N#(A) Amino acid sequence of CHIF (NCBI accession: {\"type\":\"entrez-protein\",\"attrs\":{\"text\":\"NP_068702\",\"term_id\":\"11612670\",\"term_text\":\"NP_068702\"}}NP_068702). Residue numbering begins at 1 after the signal sequence. Leu in H1 and H2 are in red. Leu22 ...#R##N##R##N##R##N##R##N##R##N##R##N#Figure 2#R##N##R##N#NMR spectra of 15N-labeled CHIF in lipid bilayers (B–G) oriented with the bilayer surface perpendicular to the magnetic field or (A) unoriented. (C) Sample exposed to D2O. (D–G) PISEMA spectra of the transmembrane region for (D) uniformly ...#R##N##R##N##R##N##R##N##R##N##R##N#Figure 3#R##N##R##N#Structure of CHIF determined in micelles and oriented in the membrane using the data from oriented lipid bilayers. The structure in micelles (PDB code: 2JP3) was determined as described for its homolog FXYD16. Z is the axis perpendicular to the membrane ...#R##N##R##N##R##N##R##N#In the 15N chemical shift spectrum of CHIF in oriented bilayers the peaks near 200 ppm are from backbone sites in the transmembrane helix7 (Figure 2B). As observed in micelles5, the amide hydrogens in this region resist exchange with D2O, indicating that they participate in tight hydrogen bonds (Figure 2C). Peaks near 80 ppm are from sites with NH bonds nearly parallel to the membrane surface, while several residues in the loop and terminal regions are mobile and give the peaks centered near 120 ppm, which are also seen in the spectrum obtained from unoriented bilayer vesicles (Figure 2A). The narrow chemical shift dispersion around 200 ppm indicates that CHIF crosses the membrane with a small tilt angle, and this is confirmed by the 1H/15N PISEMA spectra obtained for uniformly or Leu 15N-labeled protein (Figure 2D, F).#R##N##R##N#For proteins in oriented lipid bilayers, PISEMA spectra exhibit characteristic wheel-like patterns of resonances that reflect the protein structures and orientations in the membrane8–10. The direct relationship between spectrum and structure makes it possible to calculate NMR spectra from specific structural models of proteins, and provides a method for structure determination11,12.#R##N##R##N#To estimate the tilt of the CHIF transmembrane helix we first compared the spectra of CHIF with those calculated for ideal α-helices (φ, Ψ = −60°, −40°) with varying transmembrane tilts, and found that CHIF adopts an approximate tilt of less than 20° (Figure 2D). The seven Leu (17, 19, 22, 27, 28, 35, 37) in helices H1 and H2 give the spectrum in Figure 2F and fall between the 15° and 20° tilt ideal helix traces, however, the RDC data (Figure 1), and the corresponding structure of CHIF in micelles (Figure 3), show that a break at Gly20 causes H1 and H2 to adopt different orientations, and suggest that the PISEMA spectrum has to be fitted with two helices of different tilts. The structure also suggests that these fits will be distorted by deviations in torsion angle regularity at Leu17 and Leu28 (Figure 2E, asterisks).#R##N##R##N#With these considerations in mind, we set out to generate test assignments, as described11, of the Leu PISEMA spectrum based on back-calculation from two separate ideal helices, one spanning Leu17 and 19, and the other Leu22, 27, 28, 35, and 37, each with 15° or 20° tilt, and different rotations around their long helix axes (Figure 2E). Each of the ten plausible test assignments was then used to generate a list of dipolar coupling restraints which were input to the XPLOR-NIH SANI potential to orient the micelle structure by rigid body internal dynamics13,14. The resulting oriented coordinates were used, in turn, to back-calculate the PISEMA spectrum, which was then evaluated for its closeness of fit to the experimental spectrum by computing the RMSDs between the observed and calculated NMR frequencies. Of the ten test assignments, only one was able to reproduce the pattern of the dipolar couplings and chemical shifts (Figure 2F–G), regardless of any uncertainty in the NH bond length and chemical shift tensor, while the others either violated the structure or yielded chemical shifts very different from those observed experimentally.#R##N##R##N#To obtain frequency-independent values of the RMSDs for dipolar couplings and chemical shifts, each deviation (Δ) between observed (Fo) and calculated (Fc) frequency was scaled by the resolution index (Ri)15, calculated by dividing the spectral range available for each interaction (10 kHz; 150 ppm) by the observed linewidth (0.5 kHz; 3 ppm), yielding ΔHN = |Fo−Fc|/20 for the dipolar coupling and ΔN = |Fo−Fc|/50 for the chemical shift (Ri,N = 150/3; Ri,HN = 10/0.5). The resulting RMSDs of 0.03 (dipolar couplings) and 0.13 (chemical shifts) reflect experimental errors as well as uncertainties in the tensors and structure coordinates. Since the chemical shifts were not included in the structural refinement, their RMSD is analogous to the Rfree parameter used in X-ray crystallography, providing a measure of structural analysis cross-validation.#R##N##R##N#The structure of CHIF oriented in the membrane in this way (Figure 3) shows that helix H1 (Phe10 - Leu19) adopts a tilt of 32°, H2 (Gly20 - Gly39) a tilt of 18°, and H3 (Lys40 - Arg45) a tilt of 30°. Helix H4 (Pro49 - Thr61) is curved and adopts a tilt between 80° and 60°. The transmembrane region of the spectrum of uniformly 15N-labeled CHIF appears to show little evidence for an ideal helix tilted at 30°, however, we note that while H2 has dihedral angles near the ideal values, H1, H3, as well as H4 deviate significantly from ideality. Furthermore, the PISEMA spectra in Figure 2 were obtained with experimental parameters optimized for observation in the transmembrane region. Finally, it is also possible that the kinks are somewhat less pronounced in bilayers than in micelles; this will have to be confirmed by measuring additional structural restraints.#R##N##R##N#The ability to back calculate the spectrum in bilayers from the structure determined in micelles indicates that the structures in these distinct environments are similar, and suggests that the data obtained from these two types of samples can be used in a complementary fashion. While this may not hold in all cases, this is one of many indications that the structured domains of membrane proteins are similar in micelles and bilayers.", "author": ["Franzin Carla M.", "Teriete Peter", "Marassi Francesca M."], "localIdentifier": [{"type": "doi", "id": "10.1021/ja0728371"}], "id": "50|dli_resolver::de5eccf3b58ec0e2d7720573d3944c93", "relatedPublications": 0, "date": [""], "title": ["\"Structural Similarity of a Membrane Protein in Micelles and Membranes\""], "relatedDatasets": 1}
922
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4f261f15757e43b305cfdb10c1f7a8d7", "id": {"identifier": "10.3886/icpsr02310.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Kaye, Elyse", "Gragg, Frances", "Davis, Noy S.", "Wells, Susan J.", "Sedlak, A. J.", "Schultz, Dana J."], "localIdentifier": [{"type": "icpsr", "id": "31713"}], "relatedPublications": 0, "title": ["Justice System Processing of Child Abuse and Neglect Cases, Final Report, Volume I"], "id": "50|r3d100010255::145c9682431db5f4795bd340ca315d53"}
923
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bcc82c61d364753389d4f84417a137c3", "id": {"identifier": "10.5517/ccyk26r", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The absolute configuration of the title compound, C18H24O5·H2O, was not been determined by anomalous-dispersion effects, but has been assigned by reference to an unchanging chiral centre in the synthetic procedure. Intra­molecular O—H⋯O hydrogen bonds stabilize the mol­ecular conformation. In the crystal, O—H⋯O hydrogen bonds link the main mol­ecules and the water mol­ecules, forming an infinite three-dimensional network.", "author": ["Emmerling Franziska", "Koch Matthias", "Kraus Werner", "Drzymala Sarah"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536812018168"}], "id": "50|dli_resolver::3fcd538e45a7b0c024a4bea87b7944b4", "relatedPublications": 0, "date": [""], "title": ["\"(3S)-14,16-Dihydroxy-3-methyl-3,4,5,6,9,10,11,12-octahydro-1H-2-benzoxacyclotetradecine-1,7(8H)-dione (zearalanone) monohydrate\""], "relatedDatasets": 1}
924
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b44321bb2712c10003fe6e8a4cbadb71", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10333522&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::92f1a3c0ece5af9b33108c36b257f6a7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10333522&result=coding_release", "schema": "url"}}], "abstract": "None: A chemotaxis gene cluster from Treponema denticola (Td), a pathogenic spirochete associated with human periodontal diseases, was cloned, sequenced, and analyzed. The gene cluster contained three chemotaxis (che) genes (cheA, cheW, and cheY) and an open reading frame (cheX) that is homologous with Treponema pallidum (Tp) and Borrelia burgdorferi (Bb) cheX. The Td che genes have the same transcriptional orientation with a sigma 70-like promoter located upstream of cheA and a stem-loop structure characteristic of a Rho-independent transcriptional terminator downstream of cheY. Primer extension analysis identified a transcriptional start point six nucleotides (nt) downstream of the -10 (TAAAAA) promoter sequence. Reverse-transcriptase-polymerase chain reaction (RT-PCR) data indicated that cheA through cheY are co-transcribed and suggested that transcription is terminated after cheY. The gene organization of the Td che operon is identical to that of the Tp che operon. Southern blot analysis indicated the presence of one copy of each che gene on the Td genome. The cheA, cheW, cheX, and cheY genes are 2403, 1332, 462, and 438nt long, respectively, and encode proteins with predicted molecular masses of 88.2, 49.7, 16.8, and 16. 0kDa, respectively. Functional domains of the T. denticola CheA and CheY proteins are highly conserved with those of the Escherichia coli (Ec) CheA and CheY proteins. Phylogenetic analysis of Td CheY indicated that it is closely related to Tp CheY and Bb CheY3.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10333522"}], "author": ["Stamm L V", "Greene S R"], "relatedPublications": 0, "id": "50|r3d100010527::5206ca91dde9bc7a155f6bdf76109299", "title": ["Molecular characterization of a chemotaxis operon in the oral spirochete, Treponema denticola."], "relatedDatasets": 2}
925
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f59486324a086e9abba9f7a06604aa4", "id": {"identifier": "10.5517/cc14gfyz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8103942cd0a168491134360c86c394d1", "id": {"identifier": "10.5517/cc14gfxy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d995d62d1edc06f26ce0316c37e6e41d", "id": {"identifier": "10.5517/cc14gfz0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhang Jiaxing", "Zhao Gang", "Cao Dongdong", "Wang Hongyu"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.201501806"}], "id": "50|dli_resolver::6e32d1a39bee9abb65250fd64e7156cf", "relatedPublications": 0, "date": [""], "title": ["\"Dipeptide-Derived Multifunctional Quaternary Phosphonium Salt Catalyzed Asymmetric Cyclizations via a Tandem Michael Addition/SN2 Sequence\""], "relatedDatasets": 3}
926
{"typology": "publication", "publisher": ["Methods in enzymology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6ee95bf544601fff0b70d9f83c608ecc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1362236&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9527cb0c5d2607e67d97c953964b1e88", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1362236&result=coding_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1362236"}], "author": ["Alting-Mees M A", "Sorge J A", "Short J M"], "relatedPublications": 0, "id": "50|r3d100010527::e2ad471189900c510d7c33a1cdafa88b", "title": ["pBluescriptII: multifunctional cloning and mapping vectors."], "relatedDatasets": 2}
927
{"typology": "publication", "publisher": ["PloS one"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ff324ff68d74cba37bb8ebecc647158a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25101636&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::da6ba462f668a1fe2ffde1186a46f260", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25101636&result=coding_release", "schema": "url"}}], "abstract": "None: Catadromous fishes migrate between ocean and freshwater during particular phases of their life cycle. The dramatic environmental changes shape their physiological features, e.g. visual sensitivity, olfactory ability, and salinity tolerance. Anguilla marmorata, a catadromous eel, migrates upstream on dark nights, following the lunar cycle. Such behavior may be correlated with ontogenetic changes in sensory systems. Therefore, this study was designed to identify changes in spectral sensitivity and opsin gene expression of A. marmorata during upstream migration. Microspectrophotometry analysis revealed that the tropical eel possesses a duplex retina with rod and cone photoreceptors. The λmax of rod cells are 493, 489, and 489 nm in glass, yellow, and wild eels, while those of cone cells are 508, and 517 nm in yellow, and wild eels, respectively. Unlike European and American eels, Asian eels exhibited a blue-shifted pattern of rod photoreceptors during upstream migration. Quantitative gene expression analyses of four cloned opsin genes (Rh1f, Rh1d, Rh2, and SWS2) revealed that Rh1f expression is dominant at all three stages, while Rh1d is expressed only in older yellow eel. Furthermore, sequence comparison and protein modeling studies implied that a blue shift in Rh1d opsin may be induced by two known (N83, S292) and four putative (S124, V189, V286, I290) tuning sites adjacent to the retinal binding sites. Finally, expression of blue-shifted Rh1d opsin resulted in a spectral shift in rod photoreceptors. Our observations indicate that the giant mottled eel is color-blind, and its blue-shifted scotopic vision may influence its upstream migration behavior and habitat choice.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "25101636"}, {"type": "doi", "id": "10.1371/journal.pone.0103953"}], "author": ["Wang Tzi-Yuan", "Wang I-Li", "Yan Hong Young", "Wang Feng-Yu", "Fu Wen-Chun"], "relatedPublications": 0, "id": "50|r3d100010527::97939d9c1f8faeeb2de6e7392e95fad5", "title": ["The giant mottled eel, Anguilla marmorata, uses blue-shifted rod photoreceptors during upstream migration."], "relatedDatasets": 2}
928
{"typology": "publication", "publisher": ["Journal of virological methods", "Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::20bc05188e595ddd951adde605ed5183", "id": {"identifier": "jn118983", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d2853bd7c0414faf6aed63d63582a0ca", "id": {"identifier": "jn118984", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5cb1cf454db0457f104b4151deae377a", "id": {"identifier": "jn118986", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a26caa9f4ef709fb0b1c639fa061b72a", "id": {"identifier": "jn118985", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::00532db3cffe6cffb268d827d2a55651", "id": {"identifier": "jn118982", "schema": "ncbi-n"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3233837ddffc4069cc1d5e9f23789afd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24698762&result=sequence_release", "schema": "url"}}], "abstract": "None: Sheeppox is now enzootic in Morocco. The development of a reliable method for rapid diagnosis of the disease is a central part of any control strategy. The aim of this study is to determine the diagnostic value of a variety of clinical samples such as ovine nasal, ocular or rectal swabs for the detection of sheeppox virus (SPPV) by qualitative conventional polymerase chain reaction (PCR), using a single pair of primers targeting the inverted terminal repeats of the SPPV InS-1 strain, a virulent field isolate. Swab and blood samples were collected from forty animals naturally infected with SPPV who had clinical signs of sheeppox. All animals tested PCR-positive for SPPV. Positive results were obtained infrequently with blood samples, whereas swab samples from at least two sites (nasal, ocular, rectal) were positive per evaluated animal. These results indicate that swab samples are suitable for quantitative molecular SPPV diagnosis. PCR product sequences obtained from all types of sheep samples proved to be identical to the corresponding regions of sheeppox virus strain Romania 65.", "author": ["Zro K.", "Kuhn J.H.", "Ennaji M.M.", "Kuhn J H", "Bendouro Y.", "El Fahime E.", "Bendouro Y", "Zro K", "Ennaji M M", "Azelmat S.", "Azelmat S", "El Fahime E"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jviromet.2014.03.019"}, {"type": "pbmid", "id": "24698762"}], "id": "50|dedup_wf_001::a253993ea899bc68f1e78d2e25a5f925", "relatedPublications": 0, "date": ["2014"], "title": ["PCR-based assay to detect sheeppox virus in ocular, nasal, and rectal swabs from infected Moroccan sheep."], "relatedDatasets": 6}
929
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::43a02fd36e2940501d062e55742407fe", "id": {"identifier": "10.5517/ccqbh3m", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A reinvestigation of extracts of the endemic South African intertidal limpet Trimusculus costatus yielded the known labdane diterpenes 6β,7α-diacetoxylabda-8,13E-dien-15-ol (1) and 2a,6β,7α-triacetoxylabda-8,13E-dien-15-ol (2) and three new metabolites, 6β,7α,15-triacetoxylabda-8,13E-diene (3), 3a,ll-dihydroxy-9,ll-seco-cholest-4,7-dien-6,9-dione (4), and cholest-7-en-3,5,7-triol (5). Chiral derivatization and X-ray analysis were used to confirm the labdane absolute configuration of 2. Compounds 1, 2 and 4 exhibited moderate activity (3-25 μM) against the WHCO1 human esophageal cancer cell line.", "author": ["Hendricks Denver T.", "van Wyk Albert W. W.", "Osoniyi Omolaja", "Davies-Coleman Michael T.", "Caira Mino R.", "Whibley Catherine E.", "Gray Christopher A."], "localIdentifier": [{"type": "doi", "id": "10.1021/np070612y"}], "id": "50|dli_resolver::3d75e0e35667559d9386c33588c0e47a", "relatedPublications": 0, "date": [""], "title": ["\"Bioactive Metabolites from the South African Marine MolluskTrimusculus costatus⊥\""], "relatedDatasets": 1}
930
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::88d7cb5347cb044fba06ef5ba5e657da", "id": {"identifier": "fh569168", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7f5cfb04c34e5895345cd0b5ab8660ec", "id": {"identifier": "fh405569", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9f1b15ca4b5211789c2969ca8699ef12", "id": {"identifier": "cs224885", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ac1a979ab393d6698333138b79fc3c96", "id": {"identifier": "fh198617", "schema": "ncbi-n"}}], "abstract": "", "title": ["Mapping epistasis and environment"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cj.2013.09.001"}], "id": "50|elsevier____::0877bbb8eb78c5c2844de630ae7aa6e0", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 4}
931
{"typology": "publication", "publisher": ["Animal genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::15a15680a8579cc3da23d1180ef0ebcc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19456318&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::607966528cfad5b5e3fcb81375042981", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19456318&result=coding_release", "schema": "url"}}], "abstract": "None: Two cases of hereditary bleeding disorder diagnosed as haemophilia A were recently observed in Japanese Brown cattle. We sequenced the entire coding region of the factor VIII gene of the affected animals to find a causative mutation. A nucleotide substitution of T to A resulting in an amino acid substitution of leucine to histidine (p.Leu2153His) was identified in a highly conserved residue in the C1 domain of factor VIII. Genotyping of 254 normal animals including the pedigree of the affected animals and randomly sampled animals of different breeds confirmed that the substitution is the causative mutation of cattle haemophilia A.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19456318"}, {"type": "doi", "id": "10.1111/j.1365-2052.2009.01906.x"}], "author": ["Shimojo K", "Abbasi A R", "Moritomo Y", "Yoneda K", "Khalaj M", "Kunieda T"], "relatedPublications": 0, "id": "50|r3d100010527::7ece4e90b4cb753e7a7710fbfe516269", "title": ["A missense mutation (p.Leu2153His) of the factor VIII gene causes cattle haemophilia A."], "relatedDatasets": 2}
932
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::c3c03876ee41538ff5ef9fdc1bb8cf3f", "id": {"identifier": "10.4232/1.8013", "schema": "url"}}], "abstract": "How do the media affect public support for democratic institutions in a fragile democracy? What role do they play in a dictatorial regime? We study these questions in the context of Germany of the 1920s and 1930s. During the democratic period, when the Weimar government introduced pro-government political news, the growth of Nazi popularity slowed down in areas with access to radio. This effect was reversed during the campaign for the last competitive election as a result of the pro-Nazi radio broadcast following Hitler’s appointment as German chancellor. During the consolidation of dictatorship, radio propaganda helped the Nazis to enroll new party members. After the Nazis established their rule, radio propaganda incited anti-Semitic acts and denunciations of Jews to authorities by ordinary Germans. The effect of anti-Semitic propaganda varied depending on the listeners’ predispositions toward the message. Nazi radio was most effective in places where anti-Semitism was historically high and had a negative effect in places with historically low anti-Semitism.", "title": ["Radio and the Rise of the Nazis in Prewar Germany"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______645::43e4e6e0a33b672df45320b121a90fa8"}], "id": "50|dli_resolver::0e5a64807354a667bfcbfdf784b1b664", "relatedPublications": 0, "date": [""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "anti-semitism, dictatorship, media, Nazis, propaganda, unconsolidated democracy"}, {"scheme": "keyword", "value": "jel:L82"}, {"scheme": "keyword", "value": "jel:N74"}, {"scheme": "keyword", "value": "jel:D72"}]}
933
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::r3d100010255", "datasourceName": "ICPSR"}], "relatedUnknown": 0, "externalRels": [], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::60801a5933dee4e70ed4173af25fe33a", "id": {"identifier": "10.3886/icpsr06442.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c554d9568f06468cf861c1b309336829", "id": {"identifier": "10.3886/icpsr35527.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f2988b366bfce987589fa4a53d19a342", "id": {"identifier": "10.3886/icpsr35596.v1", "schema": "doi"}}], "localIdentifier": [{"type": "icpsr", "id": "122372"}], "author": ["Keegan, Carol A.", "Triplett, Timothy A.", "Karth, Marcia", "Robinson, John P."], "relatedPublications": 0, "id": "50|r3d100010255::d4c1d9bca123ebea997bd860a54acadb", "title": ["Public Participation in the Arts: Project Report for SPA '85"], "relatedDatasets": 3}
934
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c33d86669297b341373669beb7228388", "id": {"identifier": "10.5517/cc98phq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wang Yin", "Huang Zhi-Yan", "He Qin-Fei", "Zhou Xuan", "Qin Yong", "Wang Hao-Wei"], "localIdentifier": [{"type": "doi", "id": "10.1021/jo052298n"}], "id": "50|dli_resolver::d5c3d097fa3fa923e0cd611bbd38af84", "relatedPublications": 0, "date": [""], "title": ["\"Highly Diastereoselective Enolate Addition of O-Protected α-Hydroxyacetate to (SR)-tert-Butanesulfinylimines:  Synthesis of Taxol Side Chain\""], "relatedDatasets": 1}
935
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isCitedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5a85e6c8953be14dc2f34ed269836df", "id": {"identifier": "10.5281/zenodo.322377", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wang Ting", "Hang Haiying", "Liu Zhangyi", "Deng Jiaoyu", "Wang Jun", "Zhu Guofeng", "Yang Ruifu", "Zhou Lin", "Wang Shihua", "Wang Tong", "Zhang Xian-En", "Li Chuanyou", "Zhang Hongtai", "Li Fabin", "Zhou Ying", "Zhou Jie", "Zhao Lili", "Lin Nan", "Fleming Joy", "Huang Yufen", "Galwey Nicholas", "Gao Yunrong", "Zhu Yuanfang", "Wan Kanglin", "Wang Ming", "Zhong Qiu", "Bi Lijun", "Zhang Jia", "Li Dongfang", "Chen Tao"], "localIdentifier": [{"type": "doi", "id": "10.1038/ng.2735"}], "id": "50|dli_resolver::2bae53195a605f6e66fd2d6b18770ee7", "relatedPublications": 0, "date": [""], "title": ["Genome sequencing of 161 Mycobacterium tuberculosis isolates from China identifies genes and intergenic regions associated with drug resistance"], "relatedDatasets": 1}
936
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0d248933b917b427859b4872376ba6ba", "id": {"identifier": "10.5517/ccrl31g", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title Schiff base compound, C23H30N2O2, has crystallographic twofold rotation symmetry. An intra­molecular O—H⋯N hydrogen bond forms a six-membered ring, producing an S(6) ring motif. The imino group is coplanar with the benzene ring. The two benzene rings are almost perpendicular to each other, making a dihedral angle of 87.38 (4)°. In the crystal structure, neighbouring mol­ecules are linked along the c axis by weak inter­molecular C—H⋯O hydrogen bonds and are further packed into columns along the b axis, forming sheets which are parallel to the bc plane.", "author": ["Kia Reza", "Fun Hoong-Kun", "Yeap Chin Sing"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808027220"}], "id": "50|dli_resolver::f4ba677893e9b2092d33d6ac32032acb", "relatedPublications": 0, "date": [""], "title": ["\"4,4′,5,5′-Tetramethyl-2,2′-1,1′-(propane-1,3-diyldinitrilo)diethylidynediphenol\""], "relatedDatasets": 1}
937
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1d447e3769b7deb3992e98e0cb1797b", "id": {"identifier": "10.5517/cczjqfm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The phenanthrene ring in the title compound, C14H8Br2, is approximately planar [maximum deviation = 0.039 (3) A]. In contrast, the two bromo atoms are displaced slightly from the phenanthrene plane [maximum deviation = 0.1637 (3) A]. In the crystal, the mol­ecules adopt a herringbone-like arrangement and form face-to-face slipped π–π stacking inter­actions along the b axis, with an inter­planar distance of 3.544 (3) A and slippage of 1.81 A. The crystal studied was a racemic twin with a minor twin fraction of 0.390 (10).", "author": ["Kitamura Chitoshi", "Yokota Ruri", "Kawase Takeshi"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536812041621"}], "id": "50|dli_resolver::71b430c79cc41fe75f91f6076b9984bc", "relatedPublications": 0, "date": [""], "title": ["\"3,6-Dibromophenanthrene\""], "relatedDatasets": 1}
938
{"typology": "publication", "publisher": ["Cell"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d90bf40e03530abf7a8168bf477f1972", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6317185&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::be175a8f948a5e3d12362b618a3e4a11", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6317185&result=coding_release", "schema": "url"}}], "abstract": "None: Two cloned Drosophila sequences, Dash and Dsrc, were previously isolated by hybridization to the viral oncogenes v-abl and v-src. We report that the Drosophila DNA sequences are more than 50% homologous to 700 base pairs of the vertebrate oncogenes that are essential for kinase activity of the v-abl and the v-src gene products. Alignment of the predicted amino acid sequences in the homologous regions shows amino acid sequence identities of 74% between Dash and the 5' portion of v-abl and of 54% between Dsrc and 3' portion of v-src. Comparison of the Drosophila and vertebrate sequences identifies amino acids that may be essential for the distinct functions of the c-src and the c-abl gene products and places the gene duplication event that has generated the two genes prior to the Chordate-Arthropod divergence.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "6317185"}], "author": ["Hoffmann F M", "Fresco L D", "Shilo B Z", "Hoffman-Falk H"], "relatedPublications": 0, "id": "50|r3d100010527::556cb6ef271606868d23d0252b99158f", "title": ["Nucleotide sequences of the Drosophila src and abl homologs: conservation and variability in the src family oncogenes."], "relatedDatasets": 2}
939
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 14, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b68c9325bc833f5fe013ecef469d7c14", "id": {"identifier": "q8mqs8", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8783323921f61dcffe9df57499b5f894", "id": {"identifier": "p58911", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6f3dc4daa14b619219f3a6791bd0d561", "id": {"identifier": "p0c185", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4e8fe80012d767daf14dab0590d3288d", "id": {"identifier": "q76dt2", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c4f2af7b64f2e6c647c4175957694ea8", "id": {"identifier": "q3say4", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9022f79992f4bf56af7c62da923e0085", "id": {"identifier": "p0c848", "schema": "ncbi-p"}}], "abstract": "", "title": ["Proteomic characterisation of toxins isolated from nematocysts of the South Atlantic jellyfish"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.toxicon.2013.05.002"}], "id": "50|elsevier____::fc271ed1a489ccb9f0e50b8aec7271d1", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 6}
940
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::49da1a0b580f71cb2f635ca3b4c5c3ca", "id": {"identifier": "10.1594/pangaea.831924", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Sahling Heiko", "Marcon Yann", "Bohrmann Gerhard", "Allais Anne-Gaëlle", "Olu Karine"], "localIdentifier": [{"type": "doi", "id": "10.1111/maec.12056"}], "id": "50|dli_resolver::0b69eb91e9182a51234d428d2bb86a59", "relatedPublications": 0, "date": [""], "title": ["Distribution and temporal variation of mega-fauna at the Regab pockmark (Northern Congo Fan), based on a comparison of videomosaics and geographic information systems analyses"], "relatedDatasets": 1}
941
{"typology": "publication", "publisher": ["International journal of systematic bacteriology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c16c53519a54501ba26fdfa891c1bfe6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10319454&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6a913ef63dac4e8a71af2c7ccc755aa9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10319454&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a25237289e1561bb555f1ba3adcee0c7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10319454&result=read_study", "schema": "url"}}], "abstract": "None: A mesophilic sulfate reducer, strain ASRB2T, was isolated with acetate as sole carbon and energy source from granular sludge of a laboratory-scale upflow anaerobic sludge bed reactor fed with acetate and sulfate. The bacterium was oval-shaped, 1.3 x 1.9-2.2 microns, non-motile and Gram-negative. Optimum growth with acetate occurred around 37 degrees C in freshwater medium (doubling time: 1.7-2.2 d). Enzyme studies indicated that acetate was oxidized via the carbon monoxide dehydrogenase pathway. Growth was not supported by other organic acids, such as propionate, butyrate or lactate, alcohols such as ethanol or propanol, and hydrogen or formate. Sulfite and thiosulfate were also used as electron acceptors, but sulfur and nitrate were not reduced. Phylogenetically, strain ASRB2T clustered with the delta subclass of the Proteobacteria. Its closest relatives were Desulfosarcina variabilis, Desulfacinum infernum and Syntrophus buswellii. Strain ASRB2T is described as the type strain of Desulfobacca acetoxidans gen. nov., sp. nov.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10319454"}], "author": ["Akkermans-van Vliet W M", "Bogte J J", "Stams A J", "Oude Elferink S J"], "relatedPublications": 0, "id": "50|r3d100010527::8423cd6e6cb7582d924b5e716bc931fc", "title": ["Desulfobacca acetoxidans gen. nov., sp. nov., a novel acetate-degrading sulfate reducer isolated from sulfidogenic granular sludge."], "relatedDatasets": 3}
942
{"typology": "publication", "publisher": ["American Psychological Association (APA)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14df56b75bc0ae0e1df2868d1bbff902", "id": {"identifier": "10.3886/icpsr03725.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cb0ecd11452565135341e70109d1ec57", "id": {"identifier": "10.3886/icpsr02760.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f2b7bb49511981b75f627e4e68865f3", "id": {"identifier": "10.3886/icpsr02760.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::774492d13f7ce82d83fb95b4760974ae", "id": {"identifier": "10.3886/icpsr03725", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::01aae2f20f846711088feae82f55d0ae", "id": {"identifier": "10.3886/icpsr03725.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::14b4eb57f8dce4b5f60baaac98ddede3", "id": {"identifier": "10.3886/icpsr02760.v8", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b9c633dfee7fa1b6486b00a22ca446a9", "id": {"identifier": "10.3886/icpsr02760", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4c35dcf98623d2d74c800b22f7064aeb", "id": {"identifier": "10.3886/icpsr02760.v9", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5364a9acb30f842a303decbc9d97814e", "id": {"identifier": "10.3886/icpsr02760.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::516ee79cc2b9dc78880205d744344f45", "id": {"identifier": "10.3886/icpsr02760.v6", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::01aae2f20f846711088feae82f55d0ae", "id": {"identifier": "10.3886/icpsr03725.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f419dd303d498d5cd102c717936bc6f9", "id": {"identifier": "10.3886/icpsr02760.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9942351d6249af05eb9d8b31a0b60154", "id": {"identifier": "10.3886/icpsr02760.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::b6f48aa670017b19369cac6dadbf31b4", "id": {"identifier": "10.3886/icpsr03725.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f419dd303d498d5cd102c717936bc6f9", "id": {"identifier": "10.3886/icpsr02760.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c42046b4e458936b0d1083aa8a393576", "id": {"identifier": "10.3886/icpsr02760.v12", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44dc9e3b3896e35a0245f33dd39a2e69", "id": {"identifier": "10.3886/icpsr02760.v10", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::78e3a7164d930875bd2538ee1f802026", "id": {"identifier": "10.3886/icpsr02760.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a2f49b62925c7abee30c8eb72ee60bf2", "id": {"identifier": "10.3886/icpsr03725.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9d3e861b5b3873bf1c99be17fd7a0b90", "id": {"identifier": "10.3886/icpsr03725.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad2cae65cddc09ac254e9023c9f7c363", "id": {"identifier": "10.3886/icpsr02760.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This study examines age differences in exposure and reactivity to interpersonal tensions. The data are from the National Study of Daily Experiences in which participants ages 25 to 74 (N 666) completed phone interviews wherein they described interpersonal tensions and rated the stressfulness of the tensions each evening for 8 days. Coders rated descriptions for types of behavioral reactions. Multilevel models revealed older adults reported fewer interpersonal tensions, were more likely to report tensions with spouses, were less likely to report tensions with children, experienced less stress, and were less likely to argue and more likely to do nothing in response to tensions than were younger adults. Age differences in emotional and behavioral reactions did not appear to be due to variations in exposure to tensions. The discussion centers on why older people may be better able to regulate their reactions to problems than younger people.", "author": ["Fingerman, K. L.", "Almeida, D. M.", "Almeida David M.", "Birditt Kira S.", "Fingerman Karen L.", "Birditt, K. S."], "localIdentifier": [{"type": "doi", "id": "10.1037/0882-7974.20.2.330"}], "id": "50|dedup_wf_001::6be8eda1a4e54835e4bf40195c3f1300", "relatedPublications": 0, "date": [""], "title": ["Age differences in exposure and reactions to interpersonal tensions: A daily diary study"], "relatedDatasets": 21}
943
{"typology": "publication", "publisher": ["Biotechnology and bioengineering"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::29f8374379a59ab200b2b468e674faa0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18431745&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5d958042a7e994f02ef7829ddaf95e62", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18431745&result=sequence_release", "schema": "url"}}], "abstract": "None: An anaerobic microcosm set up with aquifer material from a 1,1,2,2-tetrachloroethane (TeCA) contaminated site and amended with butyrate showed a complete TeCA dechlorination to ethene. A structure analysis of the microbial community was performed by fluorescence in situ hybridization (FISH) with already available and on purpose designed probes from sequences retrieved through 16S rDNA clone library construction. FISH was chosen as identification tool to evaluate in situ whether the retrieved sequences belong to primary bacteria responsible for the biodegradative reactions. FISH probes identified up to 80% of total bacteria and revealed the absence or the marginal presence of known TeCA degraders and the abundance of two well-known H(2)-utilizing halorespiring bacteria, Sulfurospirillum (32.4 +/- 8.6% of total bacteria) and Dehalococcoides spp. (14.8 +/- 2.8), thereby providing a strong indication of their involvement in the dechlorination processes. These results were supported by the kinetic and thermodynamic analysis which provided indications that hydrogen was the actual electron donor for TeCA dechlorination. The specific probes, developed in this study, for known dechlorinators (i.e., Geobacter, Dehalobacter, and Sulfurospirillum species) represent a valuable tool for any future in situ bioremediation study as well as a quick and specific investigation tool for tracking their distribution in the field.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18431745"}, {"type": "doi", "id": "10.1002/bit.21776"}], "author": ["Crocetti Gregory", "Rossetti Simona", "Majone Mauro", "Aulenta Federico", "Tandoi Valter"], "relatedPublications": 0, "id": "50|r3d100010527::e77e0ba017c945c3409e7240eecccdef", "title": ["Structure analysis and performance of a microbial community from a contaminated aquifer involved in the complete reductive dechlorination of 1,1,2,2-tetrachloroethane to ethene."], "relatedDatasets": 2}
944
{"typology": "publication", "publisher": ["Chemistry & biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8b7e924e138b30983ecaca4af2c29876", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10873841&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::88a2c52ae10257fe2194723596a009e9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10873841&result=study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5b95972efedbc0cbbafe9be3bb58b3d4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10873841&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: The polyene macrolide antibiotic nystatin produced by Streptomyces noursei ATCC 11455 is an important antifungal agent. The nystatin molecule contains a polyketide moiety represented by a 38-membered macrolactone ring to which the deoxysugar mycosamine is attached. Molecular cloning and characterization of the genes governing the nystatin biosynthesis is of considerable interest because this information can be used for the generation of new antifungal antibiotics. RESULTS: A DNA region of 123,580 base pairs from the S. noursei ATCC 11455 genome was isolated, sequenced and shown by gene disruption to be involved in nystatin biosynthesis. Analysis of the DNA sequence resulted in identification of six genes encoding a modular polyketide synthase (PKS), genes for thioesterase, deoxysugar biosynthesis, modification, transport and regulatory proteins. One of the PKS-encoding genes, nysC, was found to encode the largest (11,096 amino acids long) modular PKS described to date. Analysis of the deduced gene products allowed us to propose a model for the nystatin biosynthetic pathway in S. noursei. CONCLUSIONS: A complete set of genes responsible for the biosynthesis of the antifungal polyene antibiotic nystatin in S. noursei ATCC 11455 has been cloned and analyzed. This represents the first example of the complete DNA sequence analysis of a polyene antibiotic biosynthetic gene cluster. Manipulation of the genes identified within the cluster may potentially lead to the generation of novel polyketides and yield improvements in the production strains.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10873841"}], "author": ["StrŁm A R", "Sekurova O N", "Sletta H", "Brautaset T", "Ellingsen T E", "Valla S", "Zotchev S B"], "relatedPublications": 0, "id": "50|r3d100010527::aa68026ac70d06e024c1eddbc8aee615", "title": ["Biosynthesis of the polyene antifungal antibiotic nystatin in Streptomyces noursei ATCC 11455: analysis of the gene cluster and deduction of the biosynthetic pathway."], "relatedDatasets": 3}
945
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::564cfb3d03837c0b5af63ca7d8bc505a", "id": {"identifier": "10.5517/cc8yddz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction of [CpCr(CO) 3 ] 2  (Cp = η 5 -C 5 H 5 ) ( 1 ) with an equivalent of Bz 2 S 3  at ambient temperature gave [CpCr(CO) 2 ] 2 S ( 3 ) [L.Y. Goh, T.W. Hambley, G.B. Robertson, Organometallics 6 (1987) 1051], novel complexes of [CpCr(CO) 2 (SBz)] 2  ( 4 ) and together with [CpCr(SBz)] 2 S ( 5 ) as main products. Thermolytic studies showed that  4  underwent complete decarbonylation to give [CpCr(SBz)] 2 S ( 5 ). Final thermal decomposition of 3 and 5 eventually yielded Cp 4 Cr 4 S 4  ( 6 ) (Goh et al., 1987) after prolonged reaction at 100 °C. However, the reaction of [CpCr(CO) 2 ] 2  (Cr    Cr) ( 2 ) with Bz 2 S 3  was much slower at ambient temperature which required 72 h to complete eventually yielding  3  and  5 . All the products have been characterized by elemental and spectral analyses.  4  has been structurally determined.", "author": ["Ooi Mei Lee", "Chee Chin Fei", "Wong Richard C.S.", "Tan Guan Huat"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2004.09.057"}], "id": "50|dli_resolver::d3447f577d9f047546c41f74e91d6916", "relatedPublications": 0, "date": [""], "title": ["\"A facile reaction of bibenzyl trisulfide with (η5-C5H5)Cr(CO)32: formation of a thiolato-bridged dichromium complex of CpCr(CO)2(SBz)2 (Bz=PhCH2–)\""], "relatedDatasets": 1}
946
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::412b105bedc1f438746e530b06c56c91", "id": {"identifier": "10.1594/pangaea.866867", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17c79a28247e7b9a178b84da18d4dc23", "id": {"identifier": "10.1594/pangaea.866868", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bb48f0cce9fd33052a7087ab3a1e5f63", "id": {"identifier": "10.1594/pangaea.866869", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f06a3ec0798a4417ea5d4a46c14ab61c", "id": {"identifier": "10.1594/pangaea.866871", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1c0d8b8e2ff00f46f246211810fc2dd4", "id": {"identifier": "10.1594/pangaea.866866", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::552b46cc03ad4c1e08b6e69e87be7b3c", "id": {"identifier": "10.1594/pangaea.866870", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Montero-Serrano Jean-Carlos", "Desiage Pierre-Arnaud", "Rochon André", "St-Onge Guillaume", "Gamboa Adriana"], "localIdentifier": [{"type": "doi", "id": "10.1002/2016gc006477"}], "id": "50|dli_resolver::768aaaa5496e07a7ee06ff28d2bb3563", "relatedPublications": 0, "date": [""], "title": ["\"Mineralogical, geochemical, and magnetic signatures of surface sediments from the Canadian Beaufort Shelf and Amundsen Gulf (Canadian Arctic)\""], "relatedDatasets": 6}
947
{"publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::52c7ce5ef262446616c8ebbed15b2c48", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9666114&result=sequence_release", "schema": "url"}}], "abstract": "None: The hepatocyte growth factor (HGF) receptor is a tyrosine kinase transmembrane protein encoded by the c-met proto-oncogene. Here, we have isolated and characterized human genomic DNA clones containing the entire coding sequence of the HGF receptor. The gene spans approx. 120kb in length and consists of 21 exons interrupted by 20 introns. Two alternative splice sites corresponding to known mRNA transcripts are located at exon 10 and exon 14, respectively. Structural analysis of the 5'-regulatory region reveals that the c-met promoter lacks TATA or CAAT elements but has an extremely high G-C content and multiple Sp1 binding sites. By transfection of a series of chimeric reporter constructs containing a variable region of the c-met promoter and the coding region for chloramphenicol acetyltransferase, we have identified two positive, and one negative regulatory elements that dictate c-met transcription in renal epithelial mIMCD-3 cells at nucleotide positions -2615 to -1621, -223 to -68, and -1621 to -1093, respectively. Moreover, deletion and mutation of the multiple Sp1 sites in the c-met promoter region markedly reduced c-met promoter activity in mIMCD-3 cells, suggesting that the Sp1 sites are essential for establishing the constitutive expression of the c-met gene. These data provide fundamental information on HGF receptor gene organization, as well as on the genomic origin of different receptor isoforms, and should facilitate further studies on the transcriptional regulation of its expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9666114"}], "author": ["Liu Y"], "relatedPublications": 0, "id": "50|r3d100010527::fba150691753eb9c852b454cbab8b19f", "title": ["The human hepatocyte growth factor receptor gene: complete structural organization and promoter characterization."], "typology": "publication"}
948
{"typology": "publication", "publisher": ["Walter de Gruyter GmbH"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::897b74784e12c8c622aa6eb637c75c12", "id": {"identifier": "10.5517/ccqhmb4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zhang Bi-Song"], "localIdentifier": [{"type": "doi", "id": "10.1524/ncrs.2007.0116"}], "id": "50|dli_resolver::9bd98e50164a031d5d22273e8b958e0c", "relatedPublications": 0, "date": [""], "title": ["Crystal structure of bis(bis(1,10-phenanthroline-N,N′)(μ-2-iodobenzoato)- manganese(II)) diiodide dihydrate, [Mn2(C7H4O2I)2(C12H8N2)4][I]2 · 2H2O"], "relatedDatasets": 1}
949
{"typology": "publication", "publisher": ["The Biological bulletin"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9debcf2ee1332cf1264ad0f29b13ddaa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12700158&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06a44a772481a9150576e4954bd2f768", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12700158&result=sequence_release", "schema": "url"}}], "abstract": "None: Bacteria that live exclusively within eukaryotic host cells include not only well-known pathogens, but also obligate mutualists, many of which occur in diverse insect groups such as aphids, psyllids, tsetse flies, and the ant genus Camponotus (Buchner, 1965; Douglas, 1998; Moran and Telang, 1998; Baumann et al., 2000; Moran and Baumann, 2000). In contrast to intracellular pathogens, these primary (P) endosymbionts of insects are required for the survival and reproduction of the host, exist within specialized host cells called bacteriocytes, and undergo stable maternal transmission through host lineages (Buchner, 1965; McLean and Houk, 1973). Due to their long-term host associations and close phylogenetic relationship with well-characterized enterobacteria (Fig. 1), P-endosymbionts of insects are ideal model systems to examine changes in genome content and architecture that occur in the context of beneficial, intracellular associations. Since these bacteria have not been cultured outside of the host cell, they are difficult to study with traditional genetic or physiological approaches. However, in recent years, molecular and computational approaches have provided important insights into their genetic diversity and ecological significance. This review describes some recent insights into the evolutionary genetics of obligate insect-bacteria symbioses, with a particular focus on an intriguing association between the bacterial endosymbiont Blochmannia and its ant hosts.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12700158"}], "author": ["Bordenstein Seth R", "Wernegreen Jennifer J", "Lazarus Adam B", "Degnan Patrick H", "Palacios Carmen"], "relatedPublications": 0, "id": "50|r3d100010527::86f864af2a1e4d627cd583571482d8d3", "title": ["Genome evolution in an insect cell: distinct features of an ant-bacterial partnership."], "relatedDatasets": 2}
950
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e8d429c217b63b9f121563b21a494494", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7875600&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::db69ed552ae923558a223dd36c6d9b96", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7875600&result=coding_release", "schema": "url"}}], "abstract": "None: A cDNA clone encoding the Ca(2+)-activated photoprotein, obelin (Obl), from Obelia longissima was sequenced. The nucleotide (nt) sequence contained two long overlapping open reading frames (ORFs), one of which encoded apoobelin (apoObl). The deduced amino acid (aa) sequence of apoObl revealed that this 195-aa protein has three EF-hand structures that are characteristic for Ca(2+)-binding domains. Strong aa homology was shown among apoObl, apoaequorin and apoclytin. The second ORF present in the obl cDNA consists of 139 codons and encodes a very basic protein with a calculated pI of 10.56 and a molecular mass of 16,153 Da.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7875600"}], "author": ["Illarionova V A", "Illarionov B A", "Bondar V S", "Vysotski E S"], "relatedPublications": 0, "id": "50|r3d100010527::4af8c7927223ea8ab4e1cf1ca956b068", "title": ["Sequence of the cDNA encoding the Ca(2+)-activated photoprotein obelin from the hydroid polyp Obelia longissima."], "relatedDatasets": 2}
951
{"typology": "publication", "publisher": ["The Journal of infectious diseases"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e84beedb14ec1e33ecbb3b57c6882497", "id": {"identifier": "hm114979", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a3d52b9637f66259a0512d9b05cd4359", "id": {"identifier": "jx647375", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f2cacf5f0e9c661349de88d8f28904ac", "id": {"identifier": "gq253871", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::984225d245037b93ec27a83e96364a65", "id": {"identifier": "gq252783", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::903b67ab29f7b27229f17090ee6a8037", "id": {"identifier": "gu046796", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8f85b6e22776f5e332066732c43bb34a", "id": {"identifier": "hm623175", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2b3538d4284441e07cd0425638526ad3", "id": {"identifier": "gu017857", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c5a5966fd46a408a1f449d198dd21706", "id": {"identifier": "gq333828", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ac2a6a6819e25dc8ce2f11727a3f344f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22997233&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6e66dd5e74d7980e21e5f9da72a34518", "id": {"identifier": "hm115227", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0b1166d674b9109e146fc69ca279ca70", "id": {"identifier": "gq253846", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d40ec4e2c5c46dfb725b004032c61ef2", "id": {"identifier": "hm623172", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::81a43a92930ca360874ebffd961848e8", "id": {"identifier": "gu017875", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b18b337e060acfb062322ccd3619f11e", "id": {"identifier": "gq253798", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f38fb9295238fc16b1661509371c787d", "id": {"identifier": "gq253875", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f50f9a05274e714a171d3a55257dc54f", "id": {"identifier": "eu853126", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1886be0b49806133c2bae8f94925624d", "id": {"identifier": "gq253877", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7b6b56d28d39e8fc33752e9f37712c75", "id": {"identifier": "eu853141", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b85418a607dac5d7a287457a55fbf2a4", "id": {"identifier": "gu017879", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6b19f435fe56146a68e7931b37e66e3f", "id": {"identifier": "gu017864", "schema": "ena"}}], "abstract": "BACKGROUND: A genetic bottleneck is known to exist for human immunodeficiency virus (HIV) at the point of sexual transmission. However, the nature of this bottleneck and its effect on viral diversity over time is unclear. METHODS: Interhost and intrahost HIV diversity was analyzed in a stable population in Rakai, Uganda, from 1994 to 2002. HIV-1 envelope sequences from both individuals in initially HIV-discordant relationships in which transmission occurred later were examined using Sanger sequencing of bulk polymerase chain reaction (PCR) products (for 22 couples), clonal analysis (for 3), and next-generation deep sequencing (for 9). RESULTS: Intrahost viral diversity was significantly higher than changes in interhost diversity (P < .01). The majority of HIV-1-discordant couples examined via bulk PCR (16 of 22 couples), clonal analysis (3 of 3), and next-generation deep sequencing (6 of 9) demonstrated that the viral populations present in the newly infected recipient were more closely related to the donor partner's HIV-1 variants found earlier during infection as compared to those circulating near the estimated time of transmission (P = .03). CONCLUSIONS: These findings suggest that sexual transmission constrains viral diversity at the population level, partially because of the preferential transmission of ancestral as opposed to contemporary strains circulating in the transmitting partner. Future successful vaccine strategies may need to target these transmitted ancestral strains.", "author": ["Redd, Andrew D.", "Tom Lutalo", "Serwadda David", "Redd Andrew D", "Porcella, Stephen F.", "Wawer, Maria J.", "Sagar Manish", "Stacy Ricklefs", "Manish Sagar", "Mullis Caroline E", "Nelson Sewankambo", "Ricklefs Stacy", "Manucci Jordyn", "Xiangrong Kong", "Phyu Hninn Nyein", "Nikolaos Chatziandreou", "Jordyn Manucci", "Grabowski, Mary K.", "Collinson-Streng Aleisha N", "Fauci, Anthony S.", "Fauci Anthony S", "Quinn, Thomas C.", "Chatziandreou Nikolaos", "Martens Craig", "Nyein Phyu Hninn", "Wawer Maria J", "Porcella Stephen F", "Oliver Laeyendecker", "Collinson-Streng, Aleisha N.", "Quinn Thomas C", "Sewankambo Nelson", "David Serwadda", "Grabowski Mary K", "Laeyendecker Oliver", "Mullis, Caroline E.", "Kong Xiangrong", "Craig Martens", "Lutalo Tom", "Gray Ronald H", "Noah Kiwanuka", "Gray, Ronald H.", "Kiwanuka Noah"], "localIdentifier": [{"type": "pbmid", "id": "22997233"}, {"type": "doi", "id": "10.1093/infdis/jis503"}, {"type": "pmid", "id": "22997233"}], "id": "50|dedup_wf_001::07a9e4e851866e6545f023cdd30e562e", "relatedPublications": 0, "date": ["2012-09-19"], "title": ["Previously transmitted HIV-1 strains are preferentially selected during subsequent sexual transmissions."], "relatedDatasets": 45}
952
{"typology": "publication", "publisher": ["CSIRO Publishing"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f2d74526bc6d0e29b57c25c4b06b79a", "id": {"identifier": "10.5517/ccxc2ht", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Majima Yutaka", "Liu Yi", "Tan Ke Jie", "Zhang Hua", "Xiao Jinchong", "Azuma Yasuo", "Wei Fengxia", "Kloc Christian", "Li Gang", "Zhang Qichun"], "localIdentifier": [{"type": "doi", "id": "10.1071/ch12325"}], "id": "50|dli_resolver::3edef3ddeba02938f527815404aed1f6", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, Structure, Physical Properties, and Displacement Current Measurement of an n-Type Organic Semiconductor: 2:3,5:6-Bis(1,1-dicyanoethylene-2,2-dithiolate)-quinone\""], "relatedDatasets": 1}
953
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::834d8497d20a5dccfc06bc08aedbc428", "id": {"identifier": "10.5517/cc3d9g7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Yaginuma Taira", "Ito Tasuku", "Oshio Hiroki"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic9813563"}], "id": "50|dli_resolver::e2d6523dba7e3d7ff92213badca247cc", "relatedPublications": 0, "date": [""], "title": ["\"Radical Double Helicates of Silver Imino Nitroxides, Ag2(pyrd-im2)2(PF6)2·2CH3OH and Ag2(bpy-im2)2(PF6)2·CH3OH\""], "relatedDatasets": 1}
954
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1ae472b35ede43b87ef40fa7b4a965da", "id": {"identifier": "10.5517/ccdc.csd.cc1lgvb7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ad5acb92b6d5c2df75e30c712512eef3", "id": {"identifier": "3kwf", "schema": "pdb"}}], "abstract": "", "author": ["Patel Bhumika D.", "Ghate Manjunath D.", "Bhadada Shraddha V."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bioorg.2017.03.004"}], "id": "50|dedup_wf_001::d3bf8fead36c9022f4f4226b72a5889d", "relatedPublications": 0, "date": [""], "title": ["Design, synthesis and anti-diabetic activity of triazolotriazine derivatives as dipeptidyl peptidase-4 (DPP-4) inhibitors"], "relatedDatasets": 3}
955
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3696ce06432f754f15108c164d732c8e", "id": {"identifier": "10.5517/cc7ywbc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e73aba11c17d323c8c92cb1a31271eb9", "id": {"identifier": "10.5517/cc7yw89", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4c0da812e579655a1d00244ad91daa13", "id": {"identifier": "10.5517/cc7yw9b", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::21d4370bc85fa1ecc800b64a7aec2c50", "id": {"identifier": "10.5517/cc7ywcd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The substantially disordered structure of 2-biphenylol [Perrin et al. (1987). Acta Cryst. C43, 980-982; Kapon & Reisner (1988). Acta Cryst. C44, 2039] has been reinvestigated as a function of temperature. The structure was determined at 305, 294, 145 and 90K; crystals were taken to the lowest temperature both rapidly and slowly (0.1K min -1 ). The results of the previous room-temperature study were confirmed and no important structural change was found down to 90K. Comparisons with structures known for other simple 2- and 2,2'-substituted biphenyl derivatives suggest that the molecular stacks found for 2-biphenylol are probable for related molecules. The disorder in 2-biphenylol allows the formation of some O-H...O bonds, but packing efficiency is a more important factor in this structure than is hydrogen bonding.", "author": ["Parkin Sean", "Brock Carolyn Pratt", "Hao Xiang"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108768104003696"}], "id": "50|dli_resolver::161a1aa3bed315850c57c43fa5bca09a", "relatedPublications": 0, "date": [""], "title": ["\"2-Biphenylol revisited\""], "relatedDatasets": 4}
956
{"typology": "publication", "publisher": ["Scientific reports"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::01fb4631e45fa82fdbfc0b3e80d3b5d0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27465908&result=sequence_release", "schema": "url"}}], "abstract": "None: The polysaccharide capsule is the major virulence factor of Streptococcus pneumoniae (pneumococcus), a major human pathogen. The sequences in the promoter and coding regions of the capsule gene locus undergo extensive variations through the natural transformation-mediated horizontal gene transfer. The sequence variations in the coding region have led to at least 97 capsular serotypes. However, it remains unclear whether the sequence polymorphisms in the promoter region have any biological significance. In this study, we determined the sequences of the cps promoter region from 225 invasive pneumococcal isolates, and identified modular composition and remarkable inter-strain sequence variations in this region. The strain-to strain variations in the cps promoter are characterized by diversity in sequence and size, mosaic combinations of nucleotide polymorphisms and sequence modules, selective preservation of the sequence combinations, and promiscuous assortments of the sequences between the promoter and coding regions. Isogenic pneumococci carrying allelic variants of the cps promoter displayed significant differences in the transcription of the capsule genes, capsule production, adhesion to host epithelial cells, anti-phagocytosis and virulence in mouse bacteremia model. This study has thus indicated that the sequence polymorphisms in the cps promoter represent a novel mechanism for fine-tuning the level of encapsulation and virulence among S. pneumoniae strains.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1038/srep30176"}, {"type": "pbmid", "id": "27465908"}], "author": ["Zhang Jing-Ren", "Wen Zhensong", "Qu Fen", "Liu Yanni"], "relatedPublications": 0, "id": "50|r3d100010527::07c44bdfe56b8ee3e24678460d5e25ba", "title": ["Allelic Variation of the Capsule Promoter Diversifies Encapsulation and Virulence In Streptococcus pneumoniae."], "relatedDatasets": 1}
957
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b97f1c2c774afeaeab97ebcb6316c559", "id": {"identifier": "10.6084/m9.figshare.c.3606485", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::63fc20c657e566f3a7c92438f9e17184", "id": {"identifier": "10.6084/m9.figshare.c.3606485.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::aaa1e5894dae00f92df1aaedbe0c4c6c", "id": {"identifier": "10.6084/m9.figshare.c.3606485_d1.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#While rates of postpartum haemorrhage (PPH) have continued to rise, it is not clear if the association with other morbidity and transfusion has changed over time. This study explores the recent trend in postpartum haemorrhage and whether postpartum haemorrhage is associated with increased transfusions or adverse outcomes over time.", "author": ["Patterson Jillian A.", "Seeho Sean K. M.", "Ford Jane B.", "Roberts Christine L."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12884-015-0788-5"}], "id": "50|dli_resolver::1811d96571e27a453340a75d89aa3e63", "relatedPublications": 0, "date": [""], "title": ["\"Trends and outcomes of postpartum haemorrhage, 2003-2011\""], "relatedDatasets": 3}
958
{"typology": "publication", "publisher": ["Infection and immunity"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7c37fe05aaadf85c77aab466d81c14ed", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11401984&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d53d4d0a26ccc09d617b84eed9758c1b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11401984&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::52b2d298deea5a14237dd2feb3b03055", "id": {"identifier": "af329831", "schema": "ena"}}], "abstract": "None: We have identified an 85-kDa outer membrane protein that is expressed by all tested strains of Haemophilus ducreyi. Studies of related proteins from other pathogenic bacteria, including Haemophilus influenzae, Pasteurella multocida, Neisseria gonorrhoeae, Neisseria meningitidis, and Shigella dysenteriae, suggested a role for these proteins in pathogenesis and immunity. In keeping with the first such described protein from Haemophilus influenzae type B, we termed the H. ducreyi protein D15. The gene encoding the H. ducreyi D15 protein was cloned and sequenced, and the deduced amino acid sequence was found to be most similar to sequences of the D15-related proteins from other Pasteurella spp. The arrangement of the flanking genes was similar to that of H. influenzae Rd and suggested that D15 was part of a multigene operon. Attempts to make a null mutation of the D15 gene were unsuccessful, paralleling results in other D15 gene studies. Overexpression of H. ducreyi D15 in Escherichia coli resulted in a source of recombinant D15 (rD15) from which it was readily purified. rD15 was immunogenic, and it was found that immunization of rabbits with an rD15 vaccine preparation conferred partial protection against a virulent challenge infection. Antisera to an N-terminal peptide recognized all tested strains of H. ducreyi.", "author": ["Cameron D W", "Thomas K L", "Ce, Thomas", "Dw, Cameron", "Thomas C E", "Leduc, I.", "Leduc I", "Olsen, B.", "Olsen B", "Kl, Thomas", "Elkins, C.", "Elkins C"], "localIdentifier": [{"type": "pbmid", "id": "11401984"}, {"type": "pmid", "id": "11401984"}], "id": "50|dedup_wf_001::df70d3d98dd47b7635dfd854e6b9b29f", "relatedPublications": 0, "date": ["2001-07-01"], "title": ["Cloning, overexpression, purification, and immunobiology of an 85-kilodalton outer membrane protein from Haemophilus ducreyi."], "relatedDatasets": 3}
959
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2385e326f7e24ce6ee3878a19c8e2eca", "id": {"identifier": "10.5517/cc46s47", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The annelation of 1-methyl-3,4-dihydroisoquinoline by prochiral 5-substituted 2-acylcyclohexane-1,3-diones proceeds diastereo-selectively yielding a 9R,16R:9S,16S pair of enantiomers rather than a possible mixture of four 8-aza-D-homogona-12,17a-dione stereoisomers; this stereoselectivity results from the impossibility of a threo-attack on the prochiral β,β'-triketone by azomethyne owing to the spatial structure of 2-acylcyclohexane-1,3-dione, on the one hand, and by the steric effect of the C(1) methyl group of 3,4-dihydroisoquinoline, on the other.", "author": ["Gulyakevich Olga V.", "Rubinova Irene L.", "Govorova Alla A.", "Mikhal’chuk Alexander L.", "Lyakhov Alexander S.", "Rubinov Dmitry B."], "localIdentifier": [{"type": "doi", "id": "10.1070/mc1999v009n03abeh001065"}], "id": "50|dli_resolver::23feef7041034f629e407af8ed72930c", "relatedPublications": 0, "date": [""], "title": ["\"Stereoselectivity of the annelation of 3,4-dihydroisoquinolines by 5-monosubstituted 2-acylcyclohexane-1,3-diones\""], "relatedDatasets": 1}
960
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae7bd8a8fb22608262490e1a0c110977", "id": {"identifier": "10.5517/ccxp63w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::87f63907b351393bc471e791527f5041", "id": {"identifier": "10.5517/ccxp61t", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5412c52d8e2211e36c81e12b28b325b9", "id": {"identifier": "10.5517/ccxp64x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d8b4229818f588062e3e3dff314b21e3", "id": {"identifier": "10.5517/ccxp62v", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We report the synthesis of two cyclic β-pyrrole unsubstituted meso-tetraphenyl bisporphyrins in which the porphyrin units are connected by two 2,3-hexadiynyl-1,6-dioxo or two hexyl-1,6-dioxo spacers, respectively. Both cyclic porphyrin dimers exist in solution as mixtures of two conformational isomers. In the solid state, the receptor with diynyl spacers forms a 1:1 complex with the icosahedral (I h ) isomer of the trimetallic nitride endohedral fullerene Sc 3 N@C 80 . In this complex the receptor adopts a scoop-shaped conformation having a dihedral angle of 87.25° between the two porphyrin planes. The hexyl spaced analogue, however, adopts a similar conformation upon encapsulation of one molecule of Sc 3 N@C 80  in a self-assembled dimeric capsule. The capsular complexes pack in columns and render the fullerene units completely isolated. In toluene solution,  1 H NMR experiments indicate that the endohedral fullerene Sc 3 N@C 80  is exclusively bound by the expanded isomer of both dimers. UV―vis and fluorescence titration experiments confirmed the existence of strong π―π interactions between the fullerene Sc 3 N@C 80  and the flexible bisporphyrin dimer with hexyl spacers. At micromolar concentration, the flexible receptor forms only a 1:1 complex with the endohedral fullerene with stability constant value of K a  = 2.6 ± 0.3 x 10 5  M ―1 .", "author": ["Escudero-Adán Eduardo C.", "Ballester Pablo", "Echegoyen Luis", "Pinzón Julio R.", "Hernández-Eguía Laura P."], "localIdentifier": [{"type": "doi", "id": "10.1021/jo200154d"}], "id": "50|dli_resolver::cfa65220903e363323a7dee2010d1ad2", "relatedPublications": 0, "date": [""], "title": ["\"Complexation of Sc3N@C80Endohedral Fullerene with Cyclic Zn-Bisporphyrins: Solid State and Solution Studies\""], "relatedDatasets": 4}
961
{"typology": "publication", "publisher": ["Tissue antigens"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::32c1af84a5e7253e6ff3f01234606511", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16305680&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::833d14d76c6c6ffb5df9a746e0969a9b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16305680&result=sequence_release", "schema": "url"}}], "abstract": "None: In order to characterize immunoglobulin heavy-chain variable (IGHV) genes in Aotus nancymaae monkeys, different mRNAs encoded by five IGHV families in this non-human primate were molecularly analysed considering their paramount importance in antibody production in an immune response. This study reports gene products exhibiting 91% amino acid similarity with IGHV1, IGHV2, IGHV3, IGHV4 and IGHV7 human IGHV families. Our analyses suggest that the IGHV gene has several conserved characteristics in humans and A. nancymaae. Several amino acid residues that are highly conserved in all family members described in humans were also present in these families in A. nancymaae. Antibody diversity in these families has remained the same since divergence of both species. Our study continues to provide evidence supporting the use of A. nancymaae monkey as an animal model for studying antibody response.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16305680"}], "author": ["Suárez C F", "Patarroyo M E", "Hernández E C", "Patarroyo M A", "Parra C A"], "relatedPublications": 0, "id": "50|r3d100010527::39fdab4ddf89b35656d68e46ede1470f", "title": ["Identification of five different IGHV gene families in owl monkeys (Aotus nancymaae)."], "relatedDatasets": 2}
962
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::25c5998d9e3a7bf3edea0f3321f9f6fc", "id": {"identifier": "nm_000364.3", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ceb2d4f7acd0f936d86f17b00503a37d", "id": {"identifier": "nm_022114.3", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::96863160340bc3e7a6fbef2df1a55e25", "id": {"identifier": "nm_000257.3", "schema": "ncbi-n"}}], "abstract": "", "title": ["Digenic inheritance of mutations in the cardiac troponin ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ejmg.2017.06.008"}], "id": "50|elsevier____::a5eec9663e7799fe636cef015f6e2917", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 3}
963
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ca1435c3c7139cbcd80543f1dc1014ee", "id": {"identifier": "1e69", "schema": "pdb"}}], "abstract": "SMC (structural maintenance of chromosomes) proteins are large coiledcoil proteins involved in chromosome condensation, sister chromatid cohesion, and DNA double-strand break processing. They share a conserved five-domain architecture with three globular domains separated by two long coiled-coil segments. The coiled-coil segments are antiparallel, bringing the N and C-terminal globular domains together. We have expressed a fusion protein of the N and C-terminal globular domains of Thermotoga maritima SMC in Escherichia coli by replacing the approximately 900 residue coiled-coil and hinge segment with a short peptide linker. The SMC head domain (SMChd) binds and condenses DNA in an ATP-dependent manner. Using selenomethionine-substituted protein and multiple anomalous dispersion phasing, we have solved the crystal struc", "author": ["Cordell Suzanne C", "van den Ent Fusinita", "Löwe Jan"], "localIdentifier": [{"type": "doi", "id": "10.1006/jmbi.2000.4379"}], "id": "50|dli_resolver::dda97cbc0b56162e3596ca5fe5ec1465", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structure of the SMC head domain: an ABC ATPase with 900 residues antiparallel coiled-coil inserted11Edited by R. Huber\""], "relatedDatasets": 1}
964
{"typology": "publication", "publisher": ["Journal of clinical microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::83b0a70785326b1625b6be96c38c3a3d", "id": {"identifier": "dq179109", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5e21669231f4b52ed3965585549d249a", "id": {"identifier": "dq179111", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::41f440e3bcc6f180373bef2e11be9dd7", "id": {"identifier": "dq179108", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::656eaef115e77c1a43008a52879e8968", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18094131&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d5f69399ba16a78de3086a44b4d3e7a7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18094131&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::20e4d67aa6945898ba122e075c9eba3c", "id": {"identifier": "dq179107", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2c402dc7db485727f75c731bb2ed378e", "id": {"identifier": "dq179110", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::65353640af1e2bfa15c63e188776c861", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18094131&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6ec7f2ea093d41b6a3bed3495eeb16a0", "id": {"identifier": "dq179112", "schema": "ena"}}], "abstract": "None: Carrion's disease is typically biphasic with acute febrile illness characterized by bacteremia and severe hemolytic anemia (Oroya fever), followed by benign, chronic cutaneous lesions (verruga peruana). The causative agent, Bartonella bacilliformis, is endemic in specific regions of Peru and Ecuador. We describe atypical infection in an expatriate patient who presented with acute splenomegaly and anemia 3 years after visiting Ecuador. Initial serology and PCR of the patient's blood and serum were negative for Bartonella henselae, Bartonella quintana, and B. bacilliformis. Histology of splenic biopsy was suggestive of bacillary angiomatosis, but immunohistochemistry ruled out B. henselae and B. quintana. Bacilli (isolate EC-01) were subsequently cultured from the patient's blood and analyzed using multilocus sequence typing, protein gel electrophoresis with Western blotting, and an immunofluorescence assay (IFA) against a panel of sera from patients with Oroya fever in Peru. The EC-01 nucleotide sequences (gltA and internal transcribed spacer) and protein band banding pattern were most similar to a subset of B. bacilliformis isolates from the region of Caraz, Ancash, in Peru, where B. bacilliformis is endemic. By IFA, the patient's serum reacted strongly to two out of the three Peruvian B. bacilliformis isolates tested, and EC-01 antigen reacted with 13/20 Oroya fever sera. Bacilliary angiomatosis-like lesions were also detected in the spleen of the patient, who was inapparently infected with B. bacilliformis and who presumably acquired infection in a region of Ecuador where B. bacilliformis was not thought to be endemic. This study suggests that the range of B. bacilliformis may be expanding from areas of endemicity in Ecuador and that infection may present as atypical clinical disease.", "author": ["Asnis Deborah", "Lydy, Shari L.", "Silverman, David J.", "Dasch Gregory A", "Eremeeva Marina E", "Eremeeva, Marina E.", "Deborah Asnis", "Silverman David J", "Paddock Christopher D", "Dasch, Gregory A.", "Paddock, Christopher D.", "Lydy Shari L", "Nicholson William L", "Nicholson, William L."], "localIdentifier": [{"type": "pbmid", "id": "18094131"}, {"type": "pmid", "id": "18094131"}], "id": "50|dedup_wf_001::337127df6b0c79eb42486dec4cb7b48b", "relatedPublications": 0, "date": ["2007-12-19"], "title": ["Isolation and characterization of Bartonella bacilliformis from an expatriate Ecuadorian."], "relatedDatasets": 9}
965
{"datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|pubmed______::b261e06edfdda535d8eaf6f86f064bde", "id": {"identifier": "ae014613", "schema": "ena"}}], "id": "50|pubmed______::cd06beb05c4e81f02c232c301cad1037", "doiRels": [], "localIdentifier": [{"type": "pmid", "id": "19826075"}], "author": ["Minh-Duy Phan", "Jana Haase", "Langridge, Gemma C.", "Ian Charles", "Keith Turner, A.", "Gordon Dougan", "Maskell, Duncan J.", "Turner, Daniel J.", "Perkins, Timothy T.", "Peters, Sarah E.", "John Wain", "Leopold Parts", "Julian Parkhill"], "relatedPublications": 0, "date": ["2009-10-13"], "title": ["Simultaneous assay of every Salmonella Typhi gene using one million transposon mutants."], "typology": "publication"}
966
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1b0fd22eab97abd89c1aac9f393a4703", "id": {"identifier": "10.5517/cczmtv7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::655054f16e68eac9b4518510d2264eba", "id": {"identifier": "10.5517/cczykzf", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C23H20N2O6, crystallizes with two mol­ecules in the asymmetric unit in which the dihedral angles between the mean planes of the pyran and phenyl rings are 66.6 (1) and 61.9 (1) °. The fused pyrone and pyran rings each adopts a sofa conformation. In the crystal, C—H⋯O hydrogen bonds link the mol­ecules, forming a two-dimensional network parallel to [001].", "author": ["Bakthadoss M.", "Jagadeesan G", "Jayashree S.", "Aravindhan S.", "Kannan D.", "Jagadeesan G."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536813017789"}, {"type": "doi", "id": "10.1107/s160053681205009x"}], "id": "50|dedup_wf_001::367db69c92ee90563cb3c150e3642476", "relatedPublications": 0, "date": [""], "title": ["\"14-Methoxy-4,6-dimethyl-9-phenyl-8,12-dioxa-4,6-diazatetracyclo8.8.0.02,7.013,18octadeca-2(7),13,15,17-tetraene-3,5,11-trione\""], "relatedDatasets": 2}
967
{"typology": "publication", "publisher": ["American Geophysical Union (AGU)"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5599fbd70b8f8828bcb7bdedeb627b35", "id": {"identifier": "10.17882/42182", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Larnicol G.", "Guinehut S.", "Rio M. H."], "localIdentifier": [{"type": "doi", "id": "10.1029/2010jc006505"}], "id": "50|dli_resolver::d212e04b4efd5afcfbcf1066aba36f1e", "relatedPublications": 0, "date": [""], "title": ["New CNES-CLS09 global mean dynamic topography computed from the combination of GRACE data, altimetry, and in situ measurements"], "relatedDatasets": 1}
968
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ac8b60009020cfaf2ae335c7fce409b5", "id": {"identifier": "10.5517/cc11nbmn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The metal-organic framework {[Zn2(CAM)(μ2-OH)(bpp)]·2H2O}n (1) [H3CAM = 4-hydroxypyridine-2,6-dicarboxylic acid, bpp = 1,3-bis(4-pyridyl)propane], was hydrothermally synthesized and characterized by elemental analyses, infrared spectroscopy, and single-crystal X-ray diffraction. Compound 1 presents a three dimensional self-penetrating 8-connected framework with the Schlafli symbol 420.53.65. In addition, the fluorescent properties and thermal stability of 1 were discussed as well.", "author": ["Wang Yu-Fang", "Geng Jun-Lei", "Chen Jun-Qing"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.201400139"}], "id": "50|dli_resolver::39944fdfd24a7c1cacf93b07dcf280df", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Characterization of a Zinc(II) Complex with Mixed 4-Hydroxypyridine-2,6-dicarboxylic Acid and 1,3-Bis(4-pyridyl)propane Tectons\""], "relatedDatasets": 1}
969
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ddedc75a61df4494181ab6ab1e0a6c8e", "id": {"identifier": "10.6084/m9.figshare.5216380.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dda3d2a01861ef8699ad94b892a1b32b", "id": {"identifier": "10.6084/m9.figshare.5216380", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Piotrowska Natalia", "Tylmann Wojciech", "Bonk Alicja", "Filipiak Janusz", "Ustrzycka Alicja"], "localIdentifier": [{"type": "doi", "id": "10.1080/10256016.2017.1349118"}], "id": "50|dli_resolver::39c7c2c96c8b5dcc3b3248002d2b257f", "relatedPublications": 0, "date": [""], "title": ["\"Isotopic fingerprints of the Lake Żabińskie (NE Poland) hydrological system on contemporary carbonates precipitated in the lake\""], "relatedDatasets": 2}
970
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::34475ee0bdb1898f7a984ca7d942173f", "id": {"identifier": "10.5517/ccdc.csd.cc1kqppn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A base-metal, Fe(0)-catalyzed hydrosilylation of imines to obtain amines is reported here which outperforms its noble-metal congeners with the highest TON of 17000. The catalyst, (aNHC)Fe(CO)4, works under very mild conditions, with extremely low catalyst loading (down to 0.005 mol %), and exhibits excellent chemoselectivity. The facile nature of the imine reduction under mild conditions has been further demonstrated by reducing imines towards expensive commercial amines and biologically important N-alkylated sugars, which are difficult to achieve otherwise. A mechanistic pathway and the source of chemoselectivity for imine hydrosilylation have been proposed on the basis of the well-defined catalyst and isolable intermediates along the catalytic cycle.", "author": ["Bhunia Mrinal", "Hota Pradip Kumar", "Adhikari Debashis", "Vijaykumar Gonela", "Mandal Swadhin K."], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.organomet.6b00478"}], "id": "50|dli_resolver::fdd8259702d561842560ae1bc1b1bd62", "relatedPublications": 0, "date": [""], "title": ["\"A Highly Efficient Base-Metal Catalyst: Chemoselective Reduction of Imines to Amines Using An Abnormal-NHC–Fe(0) Complex\""], "relatedDatasets": 1}
971
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 6, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::32cecab33aa7abd65aa0b8427bd89573", "id": {"identifier": "cp000814", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f71a5b2445d02fe5b04982839f1e79ce", "id": {"identifier": "ng_002432.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::28287e3d687e863da67b4f523bf94cc1", "id": {"identifier": "af282268", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::27d4c1e1ae7782a5de79086577bd7fd3", "id": {"identifier": "m32063", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4cfefa5424632490dfa155813e2e9cd8", "id": {"identifier": "aj605740.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Real-time multiplex PCR for simultaneous detection of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ijmm.2011.06.001"}], "id": "50|elsevier____::eddeea854bb8fadb5c85d6b0f818795f", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 5}
972
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a5476ce3b37e39bd9e193b3afa155abc", "id": {"identifier": "10.6084/m9.figshare.c.3893293.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2f179ee8bc32f529594620a9c5f21ecc", "id": {"identifier": "10.6084/m9.figshare.c.3893293_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8ee81a6dd277344462f6426a6c281cdb", "id": {"identifier": "10.6084/m9.figshare.c.3893293", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4b5e85dd3ba5fcb3202ea68635672f27", "id": {"identifier": "10.6084/m9.figshare.c.3893293_d1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kondoh Daisuke", "Inokuma Hisashi", "Yamagishi Norio", "Kawano Tomomi", "Kikuchi Tomoaki", "Hatate Kaoru", "Watanabe Kenichi", "Kitamura Nobuo", "Sasaki Motoki"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12917-017-1213-2"}], "id": "50|dli_resolver::6359f514d7101432e67a1cdce19d4965", "relatedPublications": 0, "date": [""], "title": ["\"Polysplenia syndrome with duodenal and pancreatic dysplasia in a Holstein calf: a case report\""], "relatedDatasets": 4}
973
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9685338ee644875c054000f4f8561819", "id": {"identifier": "10.6084/m9.figshare.c.3772985.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1cf084b6d9db555b62333b7608944223", "id": {"identifier": "10.6084/m9.figshare.c.3772985_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5ce9dc3e4e8790aa52533907be5be9c9", "id": {"identifier": "10.6084/m9.figshare.c.3772985", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b269b5972f56a9e1fec4499f34052610", "id": {"identifier": "10.6084/m9.figshare.c.3772985_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::be4efcf2f137913c0cb24eaeae1454b2", "id": {"identifier": "10.6084/m9.figshare.c.3772985_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6eb4f25ccf97a763752bb02252556b38", "id": {"identifier": "10.6084/m9.figshare.c.3772985_d2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Oculocutaneous Albinism (OCA) is an autosomal recessive inherited condition that affects the pigmentation of eyes, hair and skin. The OCA phenotype may be caused by mutations in the tyrosinase gene (TYR), which expresses the tyrosinase enzyme and has an important role in the synthesis of melanin pigment. The aim of this study was to identify the genetic mutation responsible for the albinism in a captive capuchin monkey, and to describe the TYR gene of normal phenotype individuals. In addition, we identified the subject’s species. A homozygous nonsense mutation was identified in exon 1 of the TYR gene, with the substitution of a cytosine for a thymine nucleotide (C64T) at codon 22, leading to a premature stop codon (R22X) in the albino robust capuchin monkey. The albino and five non-albino robust capuchin monkeys were identified as Sapajus apella, based on phylogenetic analyses, pelage pattern and geographic provenance. One individual was identified as S. macrocephalus. We conclude that the point mutation C64T in the TYR gene is responsible for the OCA1 albino phenotype in the capuchin monkey, classified as Sapajus apella.", "author": ["de Faria Galvão Olavo", "Oliveira Bonci Daniela Maria", "Kilpp Goulart Paulo Roney", "Sano Ronaldo Yuiti", "Hauzman Einat", "Dutra Henriques Leonardo", "Lynch Alfaro Jessica", "da Silva Souza Givago", "Galante Rocha de Vasconcelos Felipe Tadeu", "Fix Ventura Dora", "de Lima Silveira Luis Carlos"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12863-017-0504-8"}], "id": "50|dli_resolver::126ed26f5ab59b21b82f54e5c042fe76", "relatedPublications": 0, "date": [""], "title": ["\"A novel nonsense mutation in the tyrosinase gene is related to the albinism in a capuchin monkey (Sapajus apella)\""], "relatedDatasets": 6}
974
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::562345921e4f06eb4d4260674c88d285", "id": {"identifier": "10.17182/hepdata.36939.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3d6bb36567b7fc72d696f0564ec23432", "id": {"identifier": "10.17182/hepdata.36939", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract   Correlations between target fragments were measured in α- and  14 N-induced reactions at 70, 250 and 800 MeV/u incident energies. The reaction mechanism is characterized by the linear momentum transfer and the excitation energy which were deduced from the kinematics and the mass distribution of the fission fragments. By selecting targets lighter than Th (Au and Ho) the yield from peripheral collisions is reduced by the increase in the fission barrier thus allowing events with the highest linear momentum transfer and excitation energy to be favoured. The results show that up to an incident energy of 800 MeV/u hot nuclei are formed which decay via normal binary fission. The linear momentum transfer is essentially constant over the covered energy range, but the excitation energy increases until the total incident energy is greater than 3 GeV. At this energy, independent of the projectile mass the fission probability of the heavy nuclei drops below 50%, while the emission of intermediate-mass fragments increases. The relative velocities between two intermediate-mass fragments exceed strongly the values of binary fission. Monte Carlo calculations show that the relative velocities between these fragments exclude a sequential emission from the recoil nucleus and support a simultaneous breakup mechanism.", "author": ["Dayras R.", "Klotz-Engmann G.", "Harar S.", "Legrain R.", "Oeschler H.", "Stroth J.", "Kankeleit E.", "Cassagnou Y.", "Pollacco B.C.", "Volant C.", "Conjeaud M."], "localIdentifier": [{"type": "doi", "id": "10.1016/0375-9474(89)90054-7"}], "id": "50|dli_resolver::2bb2d7d1cf3c203574c6995001fdf763", "relatedPublications": 0, "date": [""], "title": ["\"Properties of binary fission and multifragmentation in the transition regime\""], "relatedDatasets": 2}
975
{"typology": "publication", "publisher": ["Ovid Technologies (Wolters Kluwer Health)"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::97027fce31b52848f636895a9a9854e7", "id": {"identifier": "10.3886/icpsr08868.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::8c3abf9ba89d1657dcea7ba1dd12fa44", "id": {"identifier": "10.3886/icpsr09171.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a36d9b42fbab05b7f5f74af3bb96bc2a", "id": {"identifier": "10.3886/icpsr09095.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::86a63db34a1844fd050e3c8cbd2ffe03", "id": {"identifier": "10.3886/icpsr08868", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e4f57eb0ec8514ec9b9c0feb7d5fef4a", "id": {"identifier": "10.3886/icpsr09172", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cce45ba67fc2fea90bca4a193deff974", "id": {"identifier": "10.3886/icpsr09344", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd90cfed5bd5b3988f3062706972a2ac", "id": {"identifier": "10.3886/icpsr08600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8540e71a469d4383a9519bc473b9c82c", "id": {"identifier": "10.3886/icpsr09171", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c249ec2d989c8c16cd222b68cd54b38d", "id": {"identifier": "10.3886/icpsr09172.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a0c3c55648b4b894a06d9e80bcdcee3c", "id": {"identifier": "10.3886/icpsr08600", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd90cfed5bd5b3988f3062706972a2ac", "id": {"identifier": "10.3886/icpsr08600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::61bec7a48d25a57ebeead2a553266c27", "id": {"identifier": "10.3886/icpsr09173", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7dd494666fcd38ca7d1fce7af5fa78a3", "id": {"identifier": "10.3886/icpsr09344.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bf143811053d20487a16066597e6bd56", "id": {"identifier": "10.3886/icpsr09095", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2459a4c694a976e6185ae90ab5422999", "id": {"identifier": "10.3886/icpsr09173.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hahn Robert A.", "Hahn, R. A."], "localIdentifier": [{"type": "doi", "id": "10.1097/00001648-199105000-00008"}], "id": "50|dedup_wf_001::42c0d4fb2f5527448f9e375136f048c7", "relatedPublications": 0, "date": [""], "title": ["Profound Bilateral Blindness and the Incidence of Breast Cancer"], "relatedDatasets": 15}
976
{"typology": "publication", "publisher": ["Ovid Technologies (Wolters Kluwer Health)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1f939731b5f2e8fde0b546b90123f6ac", "id": {"identifier": "10.3886/icpsr25503.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::09d6511b6da04f573427503cd7020365", "id": {"identifier": "10.3886/icpsr25502.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::e2ee349d49568a90f18db9d3d77ff53b", "id": {"identifier": "10.3886/icpsr25502.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1617a1f4c5c4cd7cf789b185c41aaaed", "id": {"identifier": "10.3886/icpsr25504", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3b081e2486a3030035085be1572b752", "id": {"identifier": "10.3886/icpsr25503.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::ea754245116fe8f9fdc404ee30a2ba22", "id": {"identifier": "10.3886/icpsr25504.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1817b8a680140db0feb0ee95c5d6f64b", "id": {"identifier": "10.3886/icpsr25504.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::de128ca1a6d774e6c56f882d301cb1f5", "id": {"identifier": "10.3886/icpsr25504.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::91c7b11cb747ed9ebdca6d913db61a71", "id": {"identifier": "10.3886/icpsr25503.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4224c1783386de2001c120b86ad0cce8", "id": {"identifier": "10.3886/icpsr25504.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::46a0cfcbd8573bf89f7215c9a2476b6f", "id": {"identifier": "10.3886/icpsr25502.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dce1589778dc2db4b768cda7d48034ab", "id": {"identifier": "10.3886/icpsr25503.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::713eb06e1da51f4c08d97a3fb42eb4dd", "id": {"identifier": "10.3886/icpsr25502.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::42472665e46eeadc952cee8572172450", "id": {"identifier": "10.3886/icpsr25502.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c6a17f40be3177fef0fed89d525e62ef", "id": {"identifier": "10.3886/icpsr25502", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e723ff4a96fc4bd52e6d208fadb0bb41", "id": {"identifier": "10.3886/icpsr25503.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::87d90cf8e1be7571fcd68dde6d1ec12f", "id": {"identifier": "10.3886/icpsr25503.v6", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8ae7d4f3627c21953d17ea9e469a31c9", "id": {"identifier": "10.3886/icpsr25504.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c4045febae205538e1b9f82e99ad7ef1", "id": {"identifier": "10.3886/icpsr25503.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cd24728d79716f7510ed229e79cacc7a", "id": {"identifier": "10.3886/icpsr25503", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Markowitz Lauri E.", "Xu Fujie", "Sternberg Maya R."], "localIdentifier": [{"type": "doi", "id": "10.1097/olq.0b013e3181ce122b"}], "id": "50|dli_resolver::c81a558378c1f7a5177957dbad1350df", "relatedPublications": 0, "date": [""], "title": ["Men Who Have Sex With Men in the United States: Demographic and Behavioral Characteristics and Prevalence of HIV and HSV-2 Infection"], "relatedDatasets": 20}
977
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c5c29d9c125e3e0e0567e3d510747287", "id": {"identifier": "10.6084/m9.figshare.c.3613313_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b3994bf601a5db613a81489a1579b7ef", "id": {"identifier": "10.6084/m9.figshare.c.3613313.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8d8562233486c3fa9b2421dacc79d158", "id": {"identifier": "10.6084/m9.figshare.c.3613313_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c88913ebb0b2fd52159ed3012a9b1a65", "id": {"identifier": "10.6084/m9.figshare.c.3613313_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::43c69c2dc15319ad9f443d86d795b21e", "id": {"identifier": "10.6084/m9.figshare.c.3613313", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::443b28bcd19feb6bcfe6ed1ed5f408b0", "id": {"identifier": "10.3886/icpsr25501.v4", "schema": "url"}}], "abstract": "Background Bisphenol A (BPA) and phthalates are ubiquitous non-persistent endocrine disrupting chemicals whose relation with infant birth size is not clearly understood. Methods We examined associations between maternal and paternal preconception urinary concentrations of total BPA and 14 phthalate metabolites and birth size for 233 infants. Multiple linear regression models were used to estimate parental quartiles of BPA and phthalates in relation to birth weight, length, head circumference, and ponderal index with separate models run for each parent adjusting for age, smoking, body mass index, education, alcohol, parity, and creatinine. Models also included an interaction term for each chemical and infant sex and were further adjusted to include the other partner’s chemical concentrations. Results In maternal models adjusted for partner’s exposure and covariates, reductions in birth weight (range: 178-215 g; p < 0.05) were observed for the 2nd quartile of maternal monomethyl phthalate, mono-[(2-carboxymethyl) hexyl] phthalate and mono-n-octyl phthalate when compared with the 1st quartiles. The 3rd quartile of monoethylhexyl phthalate (mEHP) was also associated with a 200.16 g (95 % CI: -386.90, -13.42) reduction. Similar reductions in birth weight were observed for the 2nd quartile of paternal mEHP (β = -191.93 g; 95 % CI: -381.61, -2.25). Additionally, select maternal urinary metabolites were associated with decreased head circumference, birth length and gestational age. However, paternal concentrations were generally associated with increased birth length and gestational age. Conclusions We observed some suggestion that preconception maternal and paternal urinary concentration of BPA and specific phthalate metabolites may be associated with smaller birth size and increased gestational age, though the findings appeared to be parent and chemical specific. Electronic supplementary material The online version of this article (doi:10.1186/s12940-015-0060-5) contains supplementary material, which is available to authorized users.", "author": ["Maisog, José M.", "Smarr Melissa M.", "Grantz Katherine L.", "Sundaram Rajeshwari", "Grantz, Katherine L.", "Sundaram, Rajeshwari", "Maisog José M.", "Buck, Louis Germaine M.", "Kannan, Kurunthachalam", "Kannan Kurunthachalam", "Louis, Germaine M. Buck", "Smarr, Melissa M."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12940-015-0060-5"}, {"type": "openaire", "id": "oai:dnet:od_______908::4010855791997001911aaf587797c52a"}], "id": "50|dedup_wf_001::5198d9c30a9a63659ea49efd4401fb64", "relatedPublications": 0, "date": [""], "title": ["Parental urinary biomarkers of preconception exposure to bisphenol A and phthalates in relation to birth outcomes"], "relatedDatasets": 6, "subject": [{"scheme": "keyword", "value": "Endocrine disruptors"}, {"scheme": "keyword", "value": "Bisphenol A"}, {"scheme": "keyword", "value": "Head circumference"}, {"scheme": "keyword", "value": "Ponderal index"}, {"scheme": "keyword", "value": "Birth weight"}, {"scheme": "keyword", "value": "Research"}, {"scheme": "keyword", "value": "Phthalates"}, {"scheme": "keyword", "value": "Preconception exposure"}]}
978
{"typology": "publication", "publisher": ["Mycological research"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3d12bfd2d073f5ec83e472ee93f83d6a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15587059&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8a8c250b94c7f8d95f60b084dd2b69f8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15587059&result=sequence_release", "schema": "url"}}], "abstract": "None: 36 fungal beta-tubulin sequences were analysed to study the evolution of this gene and the phylogeny of basidiomycetes. The analysis comprises a representative selection of all major lineages of basidiomycetous fungi and some selected ascomycetes for comparison. Intron positions vary between the different lineages, but seem to be conserved in the Hymenomycetes and Ustilaginomycetes. The most conserved regions seem to be highly susceptible for introns. Splicing and branching sites of the introns are more variable in basidiomycetes than reported from other fungal groups so far. Basidiomycete monophyly was confirmed with our data in respect to the ascomycetes studied. By analysing amino acid sequences, the Hymenomycetes and the Ustilaginomycetes were resolved as monophyletic groups. The phylogeny within these two groups is similar to that obtained with other genes. Based on beta-tubulin data Naohidea sebacea, Chionosphaera apobasidialis, Jaculispora submersa, Platygloea pustulata, Platygloea disciformis and Melampsora lini, representing the Urediniomycetes, are not resolved in most analyses. The early radiation of major basidiomycetous lineages seems to be reflected in the highly conserved beta-tubulin gene.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15587059"}], "author": ["John Beate", "Oberwinkler Franz", "Begerow Dominik"], "relatedPublications": 0, "id": "50|r3d100010527::b6aab5a1915c1820bb94f758853008a4", "title": ["Evolutionary relationships among beta-tubulin gene sequences of basidiomycetous fungi."], "relatedDatasets": 2}
979
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7c0da24b31599f9c76f1989f7957f4c0", "id": {"identifier": "10.5517/cc115wlp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d8a16afbaf1d3db2d4fae1aec7fb6497", "id": {"identifier": "10.5517/cc115wmq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A modified protocol has been identified for Pd-catalyzed intermolecular aminoacetoxylation of terminal and internal alkenes that enables the alkene to be used as the limiting reagent. The results prompt a reassessment of the stereochemical course of these reactions. X-ray crystallographic characterization of two of the products, together with isotopic labeling studies, show that the amidopalladation step switches from a cis-selective process under aerobic conditions to a trans-selective process in the presence of diacetoxyiodobenzene.", "author": ["Liu Guosheng", "Weinstein Adam B.", "Wu Yichen", "Muñiz Kilian", "Martínez Claudio", "Stahl Shannon S."], "localIdentifier": [{"type": "doi", "id": "10.1021/jo400671q"}], "id": "50|dli_resolver::442957b46833cf10cb122f7eb9079617", "relatedPublications": 0, "date": [""], "title": ["\"Palladium-Catalyzed Intermolecular Aminoacetoxylation of Alkenes and the Influence of PhI(OAc)2on Aminopalladation Stereoselectivity\""], "relatedDatasets": 2}
980
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4abe4874e3a99fda603c3005cd4a34cd", "id": {"identifier": "ef627972", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::20e25d1f161f15ac772750cbc54f4726", "id": {"identifier": "eu797515", "schema": "genbank"}}], "abstract": "", "title": ["Heterologous expression and characterisation of a biosynthetic thiolase from"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.enzmictec.2009.07.001"}], "id": "50|elsevier____::fddc9a94444481a7a2cc23fdbff88d93", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 2}
981
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::670d0aa06ec031d35a91bd2473218425", "id": {"identifier": "10.1594/pangaea.858478", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The development of a strategic approach to manage pollution of surface waters with pharmaceutical residues is in centre of interest in Europe. In this context a lack of reliable standard procedures for sampling and subsequent assessment of pharmaceutical mass flows in the water cycle has been identified. Authoritative assessment of relevant substance concentrations and flows is essential for environmental risk assessments and reliable efficiency analysis of measures to reduce or avoid emissions of drugs to water systems. Accordingly, a detailed preparation of monitoring campaigns including an accuracy check for the sampling configuration provides important information on the reliability of the gathered data. It finally supports data analysis and interpretation for evaluations of the efficiency of measures as well as for cost benefit assessments. The precision of mass flow balances is expected to be particularly weak when substances with high short-term variations and rare upstream emissions are considered. This is especially true for substance flow analysis in sewers close to source because of expectable highly dynamic flow conditions and emission patterns of pollutants.#R##N##R##N#The case study presented here focusses on the verification of a monitoring campaign in a hospital sewer in Luxembourg.#R##N##R##N#The results highlight the importance for a priori accuracy checks and provide a blueprint for well-designed monitoring campaigns of pharmaceutical trace pollutants on the one hand. On the other hand, the study provides evidence that the defined and applied continuous flow proportional sampling procedure enables a representative monitoring of short-term peak loads of the x-ray contrast media iobitridol close to source.", "author": ["Klepiszewski Kai", "Koehler Christian", "Venditti Silvia"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.watres.2016.04.008"}], "id": "50|dli_resolver::465b2e719802c16e01d0fa2c14e4c72a", "relatedPublications": 0, "date": [""], "title": ["\"Tracer tests and uncertainty propagation to design monitoring setups in view of pharmaceutical mass flow analyses in sewer systems\""], "relatedDatasets": 1}
982
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e136175d47818e445cdcdad69a9a7ca1", "id": {"identifier": "10.5517/ccdc.csd.cc1mc3sw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11d672beb4f83365fed64e5b9a73da94", "id": {"identifier": "10.5517/ccdc.csd.cc1mc3rv", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compounds, C17H13N3OS2, (I), and C17H12BrN3OS2, (II), are potential active pharmaceutical ingredients. Compound (I) comprises two almost planar fragments. The first is the central (carbamo­thio­yl)amide (r.m.s. deviation = 0.038 A), and the second consists of the thia­zole and two phenyl rings (r.m.s. deviation = 0.053 A). The dihedral angle between these planes is 15.17 (5)°. Unlike (I), compound (II) comprises three almost planar fragments. The first is the central N-(thia­zol-2-ylcarbamo­thio­yl)amide (r.m.s. deviation = 0.084 A), and the two others comprise the bromo­phenyl and phenyl substituents, respectively. The dihedral angles between the central and two terminal planar fragments are 21.58 (7) and 17.90 (9)°, respectively. Both (I) and (II) feature an intra­molecular N—H⋯O hydrogen bond, which closes an S(6) ring. In the crystal of (I), mol­ecules form hydrogen-bonded layers parallel to (100) mediated by N—H⋯S and C—H⋯O hydrogen bonds. In the crystal of (II), mol­ecules form a three-dimensional framework mediated by N—H⋯Br and C—H⋯O hydrogen bonds, as well as secondary S⋯Br [3.3507 (11) A] and S⋯S [3.4343 (14) A] inter­actions.", "author": ["Gantimurova Ekaterina S.", "Lobanov Nikolai N.", "Dorovatovskii Pavel V.", "Khrustalev Victor N.", "Ostapenko Gennady I.", "Bunev Alexander S.", "Talina Kristina Yu."], "localIdentifier": [{"type": "doi", "id": "10.1107/s2056989016013396"}], "id": "50|dli_resolver::6fdb61b42876292ae57eaa2b5b488ef5", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structures ofN-(4-phenylthiazol-2-yl)carbamothioylbenzamide andN-{4-(4-bromophenyl)thiazol-2-ylcarbamothioyl}benzamide from synchrotron X-ray diffraction\""], "relatedDatasets": 2}
983
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7a3ae7a7d66bfef19029eb7cd42eeaef", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2599102&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9f776f61e3305111aa577815e2467628", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2599102&result=coding_release", "schema": "url"}}], "abstract": "None: We have used our recently characterized human 3 beta-hydroxy-5-ene steroid dehydrogenase/delta 5-delta 4-isomerase (3 beta-HSD) cDNA as probe to isolate cDNAs encoding bovine 3 beta-HSD from a bovine ovary lambda gtll cDNA library. Nucleotide sequence analysis of two overlapping cDNA clones of 1362 bp and 1536 bp in length predicts a protein of 372 amino acids with a calculated molecular mass of 42,093 (excluding the first Met). The deduced amino acid sequence of bovine 3 beta-HSD displays 79% homology with human 3 beta-HSD while the nucleotide sequence of the coding region shares 82% interspecies similarity. Hybridization of cloned cDNAs to bovine ovary poly(A)+ RNA shows the presence of an approximately 1.7 kb mRNA species.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2599102"}], "author": ["Breton N", "Luu-The V", "Zhao H F", "Simard J", "Labrie C", "Rhéaume E", "Labrie F"], "relatedPublications": 0, "id": "50|r3d100010527::cc6fe0d882cb58707c99fd4aced8a853", "title": ["Molecular cloning, cDNA structure and predicted amino acid sequence of bovine 3 beta-hydroxy-5-ene steroid dehydrogenase/delta 5-delta 4 isomerase."], "relatedDatasets": 2}
984
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e1e210334ffcc52523f8bca6eb150edb", "id": {"identifier": "10.6084/m9.figshare.6448469", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::69913a3024d6afb0a691ee897f04b090", "id": {"identifier": "10.6084/m9.figshare.6448469.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Sasamori Márcio Hisayuki", "Endres Júnior Delio", "Schmitt Jairo Lizandro", "Droste Annette"], "localIdentifier": [{"type": "doi", "id": "10.1590/0102-33062018abb0009"}], "id": "50|dli_resolver::3b2c6373545a230b40919e4f0594a3e7", "relatedPublications": 0, "date": [""], "title": ["Survival and development of reintroduced Cattleya intermedia plants related to abiotic factors and herbivory at the edge and in the interior of a forest fragment in South Brazil"], "relatedDatasets": 2}
985
{"publisher": ["Microbiology (Reading, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::74309d6e401f1569d46525981a0442a2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10746768&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b7aae7230c8365ca6624c33b19fd0e61", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10746768&result=coding_release", "schema": "url"}}], "abstract": "None: A 5.7 kbp SphI fragment containing the polyvinyl alcohol (PVA) dehydrogenase gene pvaA and its 1.9 kbp 5'-flanking region was cloned from the PVA-degrading bacterium Pseudomonas sp. VM15C. The pvaB gene, encoding oxidized PVA hydrolase, was found in the region upstream of pvaA. Sequence data and expression studies indicated that pvaA and B constitute an operon in the order pvaBA. The pvaB gene encoded a protein of 379 amino acid residues (40610 Da), and a lipoprotein signal sequence and the lipase consensus sequence, Gly-X-Ser-X-Gly, characteristic of the active-site serine region in serine hydrolases, were detected in the deduced amino acid sequence. The pvaB product with the pvaA product constituted an enzyme system for the cleavage of PVA molecules. The pvaA product introduced beta-diketone groups into the PVA molecule, and the pvaB product hydrolysed these beta-diketone groups in oxidized PVA. The pvaB product also hydrolysed 4,6-nonanedione at a low rate, but not acetylacetone or 5-nonanone. It was completely inhibited by PMSF and was concluded to be a serine hydrolase. There were no proteins showing high similarity to the pvaB product in the databases, but minor similarity to a number of serine hydrolases including polyhydroxyalkanoate depolymerases was apparent.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10746768"}], "author": ["Shimao M", "Tamogami T", "Kishida S", "Harayama S"], "relatedPublications": 0, "id": "50|r3d100010527::7f018429795d6944959266a82ae1c95d", "title": ["The gene pvaB encodes oxidized polyvinyl alcohol hydrolase of Pseudomonas sp. strain VM15C and forms an operon with the polyvinyl alcohol dehydrogenase gene pvaA."], "typology": "publication"}
986
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9c8e7758b2ee0c732de8e6dfa44141da", "id": {"identifier": "10.18154/rwth-2017-09140", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Martin Daniel", "Charaf Eddine Sami", "Corves Burkhard", "Linéatte Bruno", "Detert Tim", "Guzman Roberto", "Herb Fabian", "Becchi Francesco", "Fauroux Jean-Christophe", "Haschke Tobias"], "localIdentifier": [{"type": "doi", "id": "10.1007/s41693-017-0007-1"}], "id": "50|dli_resolver::091313bf1c93cca55271750f140361d0", "relatedPublications": 0, "date": [""], "title": ["Bots2ReC: introducing mobile robotic units on construction sites for asbestos rehabilitation"], "relatedDatasets": 1}
987
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f5ab218c22bd0e68a948a7e8183eeb62", "id": {"identifier": "10.5517/ccdc.csd.cc13d892", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a1041fa66be5580d9fd27c96280a0a5", "id": {"identifier": "10.5517/ccdc.csd.cc13fb40", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Dimeric [Cu2(4-ClC6H4COO)4(EtOH)2] (1) reacted with pyridine (pyr), 2,2′-bipyridine (bpy), and 1,4,8,11-tetraazacyclotetradecane (cyclam) to form mononuclear covalent complexes, [Cu(4-ClC6H4COO)2(pyr)2(H2O)] (2) and [Cu(4-ClC6H4COO)2(bpy)(H2O)] (3), and mononuclear ionic, [Cu(cyclam)(H2O)2](4-ClC6H4COO)2 (4), respectively. The molecular structures of 2 and 3 were determined by single-crystal X-ray crystallography. Complexes 1 and 4 then reacted with 4-hexadecyloxypyridine (L) to form mesomorphic complexes, [Cu(4-ClC6H4COO)2(L)2(H2O)] (5) and [Cu(cyclam)(L)2](4-ClC6H4COO)2 (6), respectively. These complexes are potential molecular magnetic materials with tunable properties.", "author": ["Abdullah Norbani", "Mohd. Nasir Wan Siti Nasuha", "Sharmin Naima", "Mohamadin Mohammad Isa", "Ozair Lailatun Nazirah", "Nordin Abdul Rahman"], "localIdentifier": [{"type": "doi", "id": "10.1080/00958972.2015.1016428"}], "id": "50|dli_resolver::93834a16b3bc900795b154839f59324b", "relatedPublications": 0, "date": [""], "title": ["\"Structures and mesomorphism of complexes of tetrakis(4-chlorobenzoate-μ-O,O′)bis(ethanol)dicopper(II) with different N-donor ligands\""], "relatedDatasets": 2}
988
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4d2d77beebb04227461cf68cb6bb1c54", "id": {"identifier": "10.6084/m9.figshare.c.3773054_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cbc15d794c5fb7eeb960d4fb9d450ff0", "id": {"identifier": "10.6084/m9.figshare.c.3773054_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6834034b018e2264712df17a3d071ee4", "id": {"identifier": "10.6084/m9.figshare.c.3773054", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d3e7c2c42b59a38758efffbec7cd0559", "id": {"identifier": "10.6084/m9.figshare.c.3773054.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::19a271ccb411bca9b3d197eaded3fd71", "id": {"identifier": "10.6084/m9.figshare.c.3773054_d2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e4efb0a9aec13d8c60035be2cbd54f59", "id": {"identifier": "10.6084/m9.figshare.c.3773054_d2.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Recent preclinical and phase I studies have reported that rebamipide decreased the severity of chemoradiotherapy-induced oral mucositis in patients with oral cancer. This placebo-controlled randomized phase II study assessed the clinical benefit of rebamipide in reducing the incidence of severe chemoradiotherapy-induced oral mucositis in patients with head and neck cancer (HNC). Patients aged 20–75 years with HNC who were scheduled to receive chemoradiotherapy were enrolled. Patients were randomized to receive rebamipide 2% liquid, rebamipide 4% liquid, or placebo. The primary endpoint was the incidence of grade ≥ 3 oral mucositis determined by clinical examination and assessed by central review according to the Common Terminology Criteria of Adverse Events version 3.0. Secondary endpoints were the time to onset of grade ≥ 3 oral mucositis and the incidence of functional impairment (grade ≥ 3) based on the evaluation by the Oral Mucositis Evaluation Committee. From April 2014 to August 2015, 97 patients with HNC were enrolled, of whom 94 received treatment. The incidence of grade ≥ 3 oral mucositis was 29% and 25% in the rebamipide 2% and 4% groups, respectively, compared with 39% in the placebo group. The proportion of patients who did not develop grade ≥ 3 oral mucositis by day 50 of treatment was 57.9% in the placebo group, whereas the proportion was 68.0% in the rebamipide 2% group and 71.3% in the rebamipide 4% group. The incidences of adverse events potentially related to the study drug were 16%, 26%, and 13% in the placebo, rebamipide 2%, and rebamipide 4% groups, respectively. There was no significant difference in treatment compliance among the groups. The present phase II study suggests that mouth washing with rebamipide may be effective and safe for patients with HNC receiving chemoradiotherapy, and 4% liquid is the optimal dose of rebamipide. ClinicalTrials.gov under the identifier #N#                    NCT02085460#N#                    #N#                   (the date of trial registration: March 11, 2014).", "author": ["Sasaki K.", "Hirano S.", "Fujii M.", "Tanaka K.", "Beppu T.", "Matsushima Y.", "Tahara M.", "Okami K.", "Nishimori H.", "Naka Y.", "Yokota T.", "Takahashi S.", "Kojima H.", "Monden N.", "Iwae S.", "Ueda T.", "Ueda S.", "Ota I.", "Ogawa T.", "Hasegawa Y.", "Fujii T.", "Matsuura K.", "Fujimoto Y."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12885-017-3295-4"}], "id": "50|dli_resolver::cb41d2376e7861b413cfc3cd8bfd061b", "relatedPublications": 0, "date": [""], "title": ["\"Efficacy and safety of rebamipide liquid for chemoradiotherapy-induced oral mucositis in patients with head and neck cancer: a multicenter, randomized, double-blind, placebo-controlled, parallel-group phase II study\""], "relatedDatasets": 6}
989
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1aac8e65969fea74080df01f48e3f27b", "id": {"identifier": "1yxk", "schema": "pdb"}}], "abstract": "", "title": ["Pure peptides from amaranth ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.foodres.2015.06.032"}], "id": "50|elsevier____::c7d104bcf4fd29baadaddb667895b9c6", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 2}
990
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::aebc27e5393eef872c7d5510edac1cf0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2531695&result=sequence_release", "schema": "url"}}], "abstract": "None: We have developed a high efficiency cDNA cloning system which can direct the orientation of inserts in lambda-plasmid composite vectors with large cloning capacities. Cleavage of the vector DNA by SfiI creates two different nonsymmetrical 3' extensions at the ends of the vector arms. Using a linker-primer and an adaptor, cDNA is prepared so it has two different sticky ends which can be ligated to those of the vector arms. When the cDNA fragments and the vector arms are mixed, both the molecules can assemble without self-circularization due to base-pairing specificity. Ligation of the cDNA-vector mixture produces the concatemers from which phage clones carrying a single cDNA insert in the desired orientation can be formed very efficiently by in vitro packaging. This system provides: (1) high cloning efficiency [10(7)-10(8) clones/micrograms poly(A)+ RNA], (2) low background (more than 90% of the clones contain inserts), (3) directional insertion of cDNA fragments into the vectors, (4) presence of a single insert in each clone, (5) accommodation of long inserts (up to 10 kb), (6) a mechanism for rescue of the plasmid part from the lambda genome, and (7) a straightforward protocol for library preparation. Screenings of cDNA libraries constructed by this method demonstrated that cDNAs of up to 6.4 kb, containing complete coding sequences, could be isolated at high efficiency. Thus, this cloning system should be useful for the isolation of cDNAs of relatively long transcripts, present even at low abundance, in cells.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2531695"}], "author": ["Miki T", "Heidaran M A", "Aaronson S A", "Matsui T"], "relatedPublications": 0, "id": "50|r3d100010527::d458ade6f03a598d04b2632e9697aec3", "title": ["An efficient directional cloning system to construct cDNA libraries containing full-length inserts at high frequency."], "relatedDatasets": 1}
991
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::888976d4c98ee5dcc425a9180ba6191e", "id": {"identifier": "10.5517/ccrf4t3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structure and the vibrational spectrum of a potential drug for Chagas‘s disease treatment, the (E)-isomer of phenylethenylbenzofuroxan 1 (5(6)(E)-[(2-phenylethenyl)]benzo[1,2-c]1,2,5-oxadiazole N-oxide), are reported. In order to provide insights into structural relationships, quantum mechanical calculations were employed starting from crystal structure. These results have given theoretical support to state interesting structural features, such as the effect of some intermolecular contacts on the molecule conformation and the electronic delocalization decreasing through atoms of the benzofuroxan moiety. Furthermore, the MOGUL comparative analysis in the Cambridge Structural Database provided additional evidences on these structural behaviors of compound 1. Intermolecular contacts interfere on the intramolecular geometry, as, for instance, on the phenyl group orientation, which is twisted by 12.32(6)° from the ethenylbenzofuroxan plane. The experimental Raman spectrum of compound 1 presents unexpected frequency shift and also anomalous Raman activities. At last, the molecule skeleton deformation and the characteristic vibrational modes were correlated by matching the experimental Raman spectrum to the calculated one.", "author": ["Martins Felipe Terra", "González Mercedes", "Ayala Alejandro Pedro", "Cerecetto Hugo", "Ellena Javier", "Porcal Williams"], "localIdentifier": [{"type": "doi", "id": "10.1007/s11030-009-9202-4"}], "id": "50|dli_resolver::b25a12a501d32224ee454603a7516586", "relatedPublications": 0, "date": [""], "title": ["\"Structural relationships in the solid state of the anti-chagas agent (E)-phenylethenylbenzofuroxan\""], "relatedDatasets": 1}
992
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ced321c2fea253c322a2c6d6aa341040", "id": {"identifier": "10.5517/cc4byds", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, [N(C{sub 4}H{sub 9}){sub 4}]{sub 2}[Fe{sub 6}S{sub 6}(NO){sub 6}] is the second salt of the unusual cyclic anion [Fe{sub 6}S{sub 6}(NO){sub 6}]{sup 2-}. The anion consists of two fused Fe{sub 3}S{sub 3} rings with terminal nitrosyl groups bound to the Fe atoms.", "author": ["Geiser U.", "Williams J. M."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270197013802"}], "id": "50|dli_resolver::6eaeb799191e10808e4c2669810b38f8", "relatedPublications": 0, "date": [""], "title": ["\"Bis(tetra-n-butylammonium) Hexa-μ3-sulfido-hexakis(nitrosoiron)\""], "relatedDatasets": 1}
993
{"typology": "publication", "publisher": ["Journal of integrative plant biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::64cdc2e95009a708e0f0ae79ab8fadf7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23480422&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7e7756678901efdb3c7b8d1df393e0ab", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23480422&result=sequence_release", "schema": "url"}}], "abstract": "None: Two cDNAs encoding putative type 1 acyl-CoA: diacylglycerol acyltransferases (DGAT1, EC 2.3.1.20), were cloned from Tetraena mongolica, an extreme xerophyte with high oil content in the stems. The 1 488-bp and 1 485-bp of the open reading frame (ORF) of the two cDNAs, designated as TmDGAT1a and TmDGAT1b, were both predicted to encode proteins of 495 and 494 amino acids, respectively. Southern blot analysis revealed that TmDGAT1a and TmDGAT1b both had low copy numbers in the T. mongolica genome. In addition to ubiquitous expression with different intensity in different tissues, including stems, leaves and roots, TmDGAT1a and TmDGAT1b, were found to be strongly induced by high salinity, drought and osmotic stress, resulting in a remarkable increase of triacylglycerol (TAG) accumulation in T. mongolica plantlets. TmDGAT1a and TmDGAT1b activities were confirmed in the yeast H1246 quadruple mutant (DGA1, LRO1, ARE1, ARE2) by restoring DGAT activity of the mutant host to produce TAG. Overexpression of TmDGAT1a and TmDGAT1b in soybean hairy roots as well as in T. mongolica calli both resulted in an increase in oil content (ranging from 37% to 108%), accompanied by altered fatty acid profiles.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23480422"}, {"type": "doi", "id": "10.1111/jipb.12046"}], "author": ["Li Minchun", "Wu Hanying", "Wu Wang", "Zhao Mingming", "Xu Yinong"], "relatedPublications": 0, "id": "50|r3d100010527::30d6f47e00c9b316969b0d67a1b111ca", "title": ["Cloning, characterization and functional analysis of two type 1 diacylglycerol acyltransferases (DGAT1s) from Tetraena mongolica."], "relatedDatasets": 2}
994
{"typology": "publication", "publisher": ["Scientific reports"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1f58502283108e1c88c7f1f5a89f16f8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27251472&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b2cd54c3bc6fd8b08526df7d7364133d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27251472&result=sequence_release", "schema": "url"}}], "abstract": "None: Transforming growth factor-β1 (TGF-β1) has been proven to function primarily in mammalian immunobiological activity, but information regarding the immune role of TGF-β1 in teleosts is limited. In the present study, we describe the cDNA cloning and characterization of the TGF-β1 molecule in the topmouth culter. TGF-β1 is highly expressed in immune-related tissues of the culter, including the thymus, head kidney, and spleen. The recombinant culter TGF-β1 (cTGF-β1) was successfully expressed and purified in vitro, and the effects of cTGF-β1 on the mRNA expression of pro-inflammatory cytokines, such as TNF-α and IL-1β, in the absence or presence of LPS was determined in culter peripheral blood leukocytes. cTGF-β1 was found to have bipolar properties in inflammatory reactions. Additionally, to assess the immune role of teleost TGF-β1 in vivo, the expression of TGF-β1 in the culter thymus and spleen tissues induced by poly I:C were also examined. The expression of TGF-β1 was obviously up-regulated, as shown in the cell lines. However, the peak time of cTGF-β1 expression in the cell lines occurred significantly earlier than in the organic tissues under the same inducer, suggesting that the response of the teleost TGF-β1 molecule to exogenous infection depends on a more complicated signalling pathway in vivo than in vitro.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1038/srep27179"}, {"type": "pbmid", "id": "27251472"}], "author": ["Xie Congxin", "Qi Pengzhi", "Guo Baoying", "Wu Changwen"], "relatedPublications": 0, "id": "50|r3d100010527::7b9b41c7cd76169b9545bc0b4c921e02", "title": ["Dissecting the role of transforming growth factor-β1 in topmouth culter immunobiological activity: a fundamental functional analysis."], "relatedDatasets": 2}
995
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cb3d13dc8557d9bda77fb0dc0524a9df", "id": {"identifier": "ae006462", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5d251955779d20e668310c9deb328061", "id": {"identifier": "ay207443", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f12dd2309b0504812ba849e6f18f2cfb", "id": {"identifier": "ng_000006", "schema": "ncbi-n"}}], "abstract": "", "title": ["Rapid detection of α-thalassaemia alleles of --"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.mcp.2015.07.004"}], "id": "50|elsevier____::aa765804e770578c3fd665832aafceac", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 3}
996
{"typology": "publication", "publisher": ["Oxford University Press (OUP)"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c85fbc61879505ed67af96701c2228ce", "id": {"identifier": "10.3886/icpsr02231", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The purpose of this cross-sectional analysis of women aged 35-49 years from the Third National Health and Nutrition Examination Survey, conducted between 1988 and 1994, was to assess associations with menopausal status based either on menstrual cycle patterns or on elevated (>20 lU/liter) follicle-stimulating hormone. Menstrual cycle-based menopausal status was defined for women who had not had surgical menopause by months since the last period ( 12 months for pre-, peri-, and postmenopause, respectively). Logistic regression was adjusted for age, smoking, and unilateral oophorectomy. Higher body mass index (≥30 kg/m 2  compared with < 25.0 kg/m 2 ) was associated with a lower likelihood of elevated follicle-stimulating hormone (odds ratio (OR) = 0.6, 95% confidence interval (Cl): 0.4, 0.9) but this association was not seen with the menstrual measure of menopause. Exercise (three or more times per week) was associated with a lower likelihood of being postmenopausal on the basis of menstrual (OR = 0.3, 95% Cl: 0.2, 0.7) and hormonal (OR = 0.6, 95% CI: 0.4, 1.0) measures. Alcohol use also tended to be associated with postmenopausal status by either measure, but not significantly so. There was little evidence of associations with ethnicity, education, age at menarche, number of livebirths, and oral contraceptive use. Menstrual-based definitions of menopause can be misclassified for women with menstrual irregularity. This might explain why obese women were classified menstrually as menopausal while remaining hormonally premenopausal.", "author": ["Cooper, Glinda S.", "Cooper G. S.", "Darden, F. Rebecca", "Baird, Donna D."], "localIdentifier": [{"type": "doi", "id": "10.1093/aje/153.12.1159"}], "id": "50|dedup_wf_001::453b61375bd659d7899996722341dce0", "relatedPublications": 0, "date": [""], "title": ["Measures of menopausal status in relation to demographic, reproductive, and behavioral characteristics in a population-based study of women aged 35-49 years"], "relatedDatasets": 3}
997
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c7c53ab225d04955e707197379f702f0", "id": {"identifier": "kj149819.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Cloning, characterization and expression of a novel haplotype"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jip.2016.02.005"}], "id": "50|elsevier____::fee8c0451d4e339491226cf9a42c3711", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 1}
998
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dc04da87b4a5dcb873d95652c9972a5b", "id": {"identifier": "kc686700", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ee352f868fee2ed6f6cfc9cdd17e1411", "id": {"identifier": "cp000646", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::720e294c134d74521705cf204cf74afa", "id": {"identifier": "aj508382", "schema": "ena"}}], "abstract": "", "author": ["Daher, Rana K.", "Trudel, Mélanie V.", "Charette, Steve J.", "Geneviève Filion", "Tanaka, Katherine H.", "Michel Frenette"], "localIdentifier": [{"type": "pmid", "id": "23956951"}], "id": "50|pubmed______::cb6e0ab336c8aaca2957a3847f6c8ea0", "relatedPublications": 0, "date": ["2013-05-01"], "title": ["Insertion sequence AS5 (IS AS5 ) is involved in the genomic plasticity of Aeromonas salmonicida."], "relatedDatasets": 3}
999
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::65513812ac22576a817875e999aae89b", "id": {"identifier": "10.5517/ccszvsc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The self-assembly of [BzEtPy] + ([BzEtPy] +  = benzyl-4-ethylpyridinium) cation and the [Ni(mnt) 2 ] −  (mnt 2−  = maleonitriledithiolate) anion results in the forming of a new molecular solid [BzEtPy][Ni(mnt) 2 ]( 1 ), in which the anions and cations stack into columns and the Ni(III) ions form a 1D zigzag alternating chain through Ni···S and π···π interactions between [Ni(mnt) 2 ] −  anions with the Ni···Ni distances of 3.886 A and 4.781 A, and the four columns of cations create cubic-like large channel in which the [Ni(mnt) 2 ] −  columns are located. Magnetic susceptibility measurements show that  1  exhibits a spin gap transition around 90 K.", "author": ["Huang Qian", "Zhou Jia-Rong", "Chen Xing", "Yin Wen-Tao", "Liang Li-Bo", "Ni Chun-Lin", "Zuo Hong-Rong", "Hu Xue-Lei", "Yang Le-Min"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.inoche.2009.12.035"}], "id": "50|dli_resolver::04201aee1ce3c023bf440cfee992aec3", "relatedPublications": 0, "date": [""], "title": ["\"The spin gap system by self-assembly of benzyl-4-ethylpyridinium and bis(maleonitriledithiolate)niclelate(III) anion\""], "relatedDatasets": 1}
1000
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::45936a55c57d1bf9217cf854a376bc66", "id": {"identifier": "10.1594/gfz.sddb.1060", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0d6be657df5f5837e9b10921cea897d4", "id": {"identifier": "10.1594/gfz.sddb.1003", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b886ce0eb48bf090d60e7a6fd88a3e73", "id": {"identifier": "10.1594/gfz.sddb.1055", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e6620990d501f3598670d14d97abbd68", "id": {"identifier": "10.1594/gfz.sddb.1059", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::31e41ceca6ef348e05166d1b5a47ff25", "id": {"identifier": "10.1594/gfz.sddb.1058", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::db9c3ec0f6b7b48459063ced3f115603", "id": {"identifier": "10.1594/gfz.sddb.1064", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In an effort to better understand vivianite formation processes, four Lake Baikal sediment cores spanning two to four interglacial stages in the northern, central and southern basins and under various biogeochemical environments are scrutinized. The vivianite-rich layers were detected by anomalous P-enrichments in bulk geochemistry and visually by observations on X-radiographs. The millimetric concretions of vivianite were isolated by sieving and analysed by X-ray diffraction, scanning electron microscope (SEM), microprobe, infrared spectroscopy, inductively coupled plasma atomic emission spectrometry and mass spectrometry (ICP-AES, ICP-MS). All the vivianites display similar morphological, mineralogical and geochemical signature, suggesting a common diagenetic origin. Their geochemical signature is sensitive to secondary alteration where vivianite concretions are gradually transformed from the rim to the center into an amorphous santabarbaraite phase with a decreasing Mn content. We analysed the spatial and temporal distribution of the concretions in order to determine the primary parameters controlling the vivianite formation, e.g., lithology, sedimentation rates, and porewater chemistry. We conclude that vivianite formation in Lake Baikal is mainly controlled by porewater chemistry and sedimentation rates, and it is not a proxy for lacustrine paleoproductivity. Vivianite accumulation is not restricted to areas of slow sedimentation rates (e.g., Academician and Continent ridges). At the site of relatively fast sedimentation rate, i.e., the Posolsky Bank near the Selenga Delta, vivianite production may be more or less related to the Selenga River inputs. It could be also indirectly related to the past intensive methane escapes from the sediments. While reflecting an early diagenetic signal, the source of P and Fe porewater for vivianites genesis is still unclear.", "author": ["Granina L.", "Hatert F.", "Thamo-Bozso E.", "Alleman L.Y.", "Cloots R.", "André L.", "Fagel N."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.gloplacha.2004.09.022"}], "id": "50|dli_resolver::8808500474dcbb8d4dc187f70c55cb02", "relatedPublications": 0, "date": [""], "title": ["\"Vivianite formation and distribution in Lake Baikal sediments\""], "relatedDatasets": 6}
1001
{"doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceId": "", "datasourceName": "pubmed______"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010327", "datasourceName": "RCSB"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::095525d6178067501ca4ffd242b4c140", "id": {"identifier": "1jfm", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::9e9bd37a2e7735f08b55e18c693fdac3", "id": {"identifier": "4pp8", "schema": "pdb"}}], "abstract": "", "author": ["Rk, Strong", " McDermott G", "Li P"], "localIdentifier": [{"type": "pubmedid", "id": "11825567"}], "id": "50|dli_resolver::151efd164ac6db43993569f4508f1c4c", "relatedPublications": 0, "date": [""], "title": ["Crystal structures of RAE-1beta and its complex with the activating immunoreceptor NKG2D."], "typology": "publication"}
1002
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d11b2602ec4b464b3a113a46ad75d2a8", "id": {"identifier": "10.5517/cc6cpgp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The first enantioselective synthesis of trans-(6aS,11aR)-pterocarpan [(+)-2] and its conversion to cis-(6aS,11aS)-pterocarpan [(+)-1] was achieved starting from racemic 2′-benzyloxyflavanone (rac-3). Their stereochemistry was deduced by X-ray analysis of the ketal intermediate (–)-5a. The CD study of (+)-1 and (+)-2 allows the configurational assignment of similar pterocarpan derivatives by CD spectroscopy. Chirality 15:558–563, 2003. © 2003 Wiley-Liss, Inc.", "author": ["Kurtán Tibor", "Kiss Loránd", "Antus Sándor", "Bényei Attila"], "localIdentifier": [{"type": "doi", "id": "10.1002/chir.10235"}], "id": "50|dli_resolver::348b38dc4555d0b8fdba287c14bab83f", "relatedPublications": 0, "date": [""], "title": ["\"Chiroptical properties and synthesis of enantiopurecisandtransPterocarpan Skeleton\""], "relatedDatasets": 1}
1003
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1e88521bcbd319659e3a55adb7d7513", "id": {"identifier": "10.5061/dryad.65bd3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1e88521bcbd319659e3a55adb7d7513", "id": {"identifier": "10.5061/dryad.65bd3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Porte Catherine", "Arnaud Jean-François", "Denis Marie-Christine", "Jan Pierre-Loup", "Gracianne Cécile", "Fournet Sylvain", "Bardou-Valette Sylvie", "Petit Eric J.", "Olivier Eric"], "localIdentifier": [{"type": "doi", "id": "10.1111/eva.12352"}], "id": "50|dli_resolver::3d4f99912f820cfa470a22498dd7c477", "relatedPublications": 0, "date": [""], "title": ["Temporal sampling helps unravel the genetic structure of naturally occurring populations of a phytoparasitic nematode. 1. Insights from the estimation of effective population sizes"], "relatedDatasets": 2}
1004
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b598d24e0c06ec917124cf4335f6998e", "id": {"identifier": "10.5517/cc7r8dm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::09b6fd686b7c9ff505113cbbb305cfc5", "id": {"identifier": "10.5517/cc7r8fn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Benzil has been identified as a potent selective inhibitor of carboxylesterases (CEs). Essential components of the molecule required for inhibitory activity include the dione moiety and the benzene rings, and substitution within the rings affords increased selectivity toward CEs from different species. Replacement of the benzene rings with heterocyclic substituents increased the K i  values for the compounds toward three mammalian CEs when using o-nitrophenyl acetate as a substrate. Logarithmic plots of the Ki values versus the empirical resonance energy, the heat of union of formation energy, or the aromatic stabilization energy determined from molecular orbital calculations for the ring structures yielded linear relationships that allowed prediction of the efficacy of the diones toward CE inhibition. Using these data, we predicted that 2,2'-naphthil would be an excellent inhibitor of mammalian CEs. This was demonstrated to be correct with a K i  value of 1 nM being observed for a rabbit liver CE. In addition, molecular simulations of the movement of the ring structures around the dione dihedral indicated that the ability of the compounds to inhibit CEs was due, in part, to rotational constraints enforced by the dione moiety. Overall, these studies identify subdomains within the aromatic ethane-1,2-diones, that are responsible for CE inhibition.", "author": ["Edwards Carol C.", "Crundwell Guy", "Wadkins Randy M.", "Wierdl Monika", "Hunter Allen D.", "Stacy Vanessa", "Zeller Matthias", "Danks Mary K.", "Yoon Kyoung Jin P.", "Hyatt Janice L.", "Potter Philip M."], "localIdentifier": [{"type": "doi", "id": "10.1021/jm0504196"}], "id": "50|dli_resolver::c75e08169e78bad9f2a5196c530e1328", "relatedPublications": 0, "date": [""], "title": ["\"Inhibition of Carboxylesterases by Benzil (Diphenylethane-1,2-dione) and Heterocyclic Analogues Is Dependent upon the Aromaticity of the Ring and the Flexibility of the Dione Moiety\""], "relatedDatasets": 2}
1005
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3a0d70004c9ff73624cc1fb61ccb9ff2", "id": {"identifier": "10.3204/pubdb-2017-12935", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We discuss the angular asymmetries of 3-jet events ine+e− annihilation, originating from hard gluon bremsstrahlung off quarks. Lepton beam polarization helps to disentangle the various helicity components of the bremsstrahlung cross section. They are sensitive to the spin of the radiated quantum but are otherwise parameter-free.", "author": ["Koller K.", "Sander H. G.", "Zerwas P. M.", "Walsh T. F."], "localIdentifier": [{"type": "doi", "id": "10.1007/bf01588839"}], "id": "50|dli_resolver::97aedea350aefe5fb8a1e673eae20d15", "relatedPublications": 0, "date": [""], "title": ["\"Angular asymmetries ofe + e − annihilation to three jets\""], "relatedDatasets": 1}
1006
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["O Brien, Maureen"], "localIdentifier": [{"type": "icpsr", "id": "23213"}], "relatedPublications": 0, "title": ["The Labor Supply Behavior of Married Women Under Debt Limitations"], "id": "50|r3d100010255::0f592c3a69dae7f32ef2b1273cce9839"}
1007
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::6938663bd84b1e60f3fff3c0172f7d7a", "id": {"identifier": "1xq8", "schema": "pdb"}}], "abstract": "", "title": ["identification of potent inhibitors of alpha-synuclein aggregation and its"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biomag.2014.01.002"}], "id": "50|elsevier____::76a6cd8a9cf61f63dd357067632c9aae", "relatedPublications": 0, "date": ["2014"], "relatedDatasets": 2}
1008
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::13534517eed20b5bdb91e945a353866e", "id": {"identifier": "10.5517/cc714s5", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c5c8d0d4028f382242aa8c74162cfd58", "id": {"identifier": "10.5517/cc714x9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::924530faa9c28509a634dc5ad919d6d5", "id": {"identifier": "10.5517/cc6st4x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a94daf59d8c35e558d16179550afbc68", "id": {"identifier": "10.5517/cc714v7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61ed3dccf7dd3bad3a860664f8672301", "id": {"identifier": "10.5517/cc6st5y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b553f425bd22ac3ff64d9906e52de022", "id": {"identifier": "10.5517/cc714t6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0703e8dbf35699ed1439b2b63616199a", "id": {"identifier": "10.5517/cc714w8", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The following crystalline complexes are reported: [(M{μ-N(SiMe2Ph)(SiMe3)})2]n [the cis complex for n = 1 and M = Li (1); and the trans complexes with n = ∞ and M = Na (2), K (4), Rb (5), Cs (6)], [(Na{μ-trans-N(SiMe2Ph)(SiMe3)})2(tmeda)] (3), [(K{μ-trans-N(tBu)(SiMe3)})4(η-C6H6)2] (7), [(K{μ-trans-N(Ph)(2-C5H4N)})2(μ′-thf)3]∞ (8), and [K{μ-N(2-C5H4N)2}]∞ (9). Each, except 3, was obtained by metallation of the appropriate secondary amine with LinBu (for 1), MBzl [M = Na (for 2), K (for 4 and 7), Rb (for 5), Cs (for 6)], or KH (for 8 and 9); treatment of 2 with an excess of tmeda yielded 3. Each of 1−9 has an unusual, and in some cases unprecedented, molecular structure. (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2003)", "author": ["Antolini Floria", "Lappert Michael F.", "Hitchcock Peter B.", "Khvostov Alexei V."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200300283"}], "id": "50|dli_resolver::95edfe895cd791834b7c1373ef622986", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Structures of Alkali Metal Amides Derived from the Ligands N(SiMe2Ph)(SiMe3)−, N(tBu)(SiMe3)−, N(Ph)(2-C5H4N)−, and N(2-C5H4N)2−\""], "relatedDatasets": 7}
1009
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::80bd64583b04aff7176bb0a18f1f7dda", "id": {"identifier": "ac006697", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f3cbceb55d52d55f220891a6a4edeae5", "id": {"identifier": "ac027664", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ff7753360888656dd9d9fcea126746ed", "id": {"identifier": "u53146", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::205e0318848f723943ee431f0eb7883b", "id": {"identifier": "ac024696", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::73f80890d7ff616dfb3b6d06da55d22f", "id": {"identifier": "af257062", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cea9fbe7f180ecf1d94b66d65195cbdc", "id": {"identifier": "u53147", "schema": "genbank"}}], "abstract": "", "title": [", A Conserved Neuronal Gene that Regulates Targeting and Synaptogenesis in"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0896-6273(00)81168-x"}], "id": "50|elsevier____::9d54f57db272758929923d98ef437776", "relatedPublications": 0, "date": ["2000"], "relatedDatasets": 7}
1010
{"typology": "publication", "publisher": ["Nucleic acids research"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::764d79816e5d561e2ee7f7117d5b0ae0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1408800&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::38aac296d380da714d2de85063af191d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1408800&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ed8de32b27054e843a83704d80018275", "id": {"identifier": "m91245", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::26cc63623c65c6df03bce18ef1ba84bd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1408800&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::46c27d0d8e3bee6193b0036b736d3453", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1408800&result=coding_release", "schema": "url"}}], "abstract": "None: The complete mitochondrial (mt) genome of Crossostoma lacustre, a freshwater loach from mountain stream of Taiwan, has been cloned and sequenced. This fish mt genome, consisting of 16558 base-pairs, encodes genes for 13 proteins, two rRNAs, and 22 tRNAs, in addition to a regulatory sequence for replication and transcription (D-loop), is similar to those of the other vertebrates in both the order and orientation of these genes. The protein-coding and ribosomal RNA genes are highly homologous both in size and composition, to their counterparts in mammals, birds, amphibians, and invertebrates, and using essentially the same set of codons, including both the initiation and termination signals, and the tRNAs. Differences do exist, however, in the lengths and sequences of the D-loop regions, and in space between genes, which account for the variations in total lengths of the genomes. Our observations provide evidence for the first time for the conservation of genetic information in the fish mitochondrial genome, especially among the vertebrates.", "author": ["Cs, Tzeng", "Shen S C", "Huang P C", "Tzeng C S", "Pc, Huang", "Hui C F", "Sc, Shen", "Cf, Hui"], "localIdentifier": [{"type": "pmid", "id": "1408800"}, {"type": "pbmid", "id": "1408800"}], "id": "50|dedup_wf_001::3b83bd159d8cbe7722c53203cbb7c4cc", "relatedPublications": 0, "date": ["1992-09-01"], "title": ["The complete nucleotide sequence of the Crossostoma lacustre mitochondrial genome: conservation and variations among vertebrates."], "relatedDatasets": 5}
1011
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4cc19777e2ca7647ad53eb44b1068694", "id": {"identifier": "10.6084/m9.figshare.5913592", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4a72a9c278201c55cf68b47e61160741", "id": {"identifier": "10.6084/m9.figshare.5913592.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Tykarska Marzena", "Żurowska Magdalena", "Szala Mateusz", "Drzewicz Anna"], "localIdentifier": [{"type": "doi", "id": "10.1080/02678292.2018.1441455"}], "id": "50|dli_resolver::16eabec95f4e0c5931526530155e0278", "relatedPublications": 0, "date": [""], "title": ["NMR spectra of chiral smectic liquid crystals differing in helical parameters"], "relatedDatasets": 2}
1012
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::991def5134d07485f97c1ed8576dbc51", "id": {"identifier": "10.5517/cc86dzt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Presented is a review of our research on using macrocyclic bis-ureas as supramolecular building blocks. These macrocycles predictably self-assemble into columnar structures via strong urea–urea hydrogen bonds and pi–stacking interactions. We developed a facile synthetic route to these macrocyclic ureas, confirmed their self-assembly pattern, and are now assessing their potential as a supramolecular building block. A series of bis-urea macrocycles were synthesized and assembled to verify the fidelity of their self-assembly motifs. Ultimately, a large phenylether bis-urea macrocycle was synthesized that formed tubular assemblies containing a guest accessible channel. We have characterized the structure of the assembled nanotubes by NMR and X-ray crystallography and evaluated this new porous solid with respect to its binding properties and specificity. This porous self-assembled material is thermally and chemically stable and can reversibly bind and exchange a variety of guest molecules.", "author": ["Shimizu Linda S.", "Smith Mark D.", "Samuel Stevan A.", "Ciurtin-Smith Delia", "Hughes Andrew D."], "localIdentifier": [{"type": "doi", "id": "10.1080/10610270412331328989"}], "id": "50|dli_resolver::c8dd044851d85891edfbfe17cb426ef8", "relatedPublications": 0, "date": [""], "title": ["\"Assembled Columnar Structures from bis-urea Macrocycles\""], "relatedDatasets": 1}
1013
{"typology": "publication", "publisher": ["Journal of virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d272ccd5187cca6024e86997b18c6d88", "id": {"identifier": "cy146545", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1da9b46ae39fea86242f62e4dfdc1903", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23804642&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06acb5d4323ff706a2f885b2b0eba472", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23804642&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0ca537cfd75eec8419b4a7eeaeeb3aa8", "id": {"identifier": "cy146768", "schema": "ena"}}], "abstract": "None: To gain insight into the ecology of avian influenza viruses (AIV), we conducted active influenza virus surveillance in domestic ducks on farms located on the flyway of migratory birds in the Dongting Lake region of Hunan Province, China, from winter 2011 until spring 2012. Specimens comprising 3,030 duck swab samples and 1,010 environmental samples were collected from 101 duck farms. We isolated AIV of various HA subtypes, including H3, H4, H5, H6, H9, H10, H11, and H12. We sequenced the entire coding sequences of the genomes of 28 representative isolates constituting 13 specific subtypes. When the phylogenetic relationships among these isolates were examined, we observed that extensive reassortment events had occurred. Among the 28 Dongting Lake viruses, 21 genotypes involving the six internal genes were identified. Furthermore, we identified viruses or viral genes introduced from other countries, viral gene segments of unknown origin, and a novel HA/NA combination. Our findings emphasize the importance of farmed domestic ducks in the Dongting Lake region to the genesis and evolution of AIV and highlight the need for continued surveillance of domestic ducks in this region.", "author": ["Guohua Deng", "Liu Liling", "Kawaoka Yoshihiro", "Chen Hualan", "Yongping Jiang", "Yoshihiro Kawaoka", "Tian Guobin", "Chengjun Li", "Jianzhong Shi", "Li Chengjun", "Pengfei Cui", "Hualan Chen", "Liling Liu", "Guobin Tian", "Deng Guohua", "Dan Tan", "Shi Jianzhong", "Jiang Yongping", "Tan Dan", "Cui Pengfei"], "localIdentifier": [{"type": "doi", "id": "10.1128/jvi.00776-13"}, {"type": "pmid", "id": "23804642"}, {"type": "pbmid", "id": "23804642"}], "id": "50|dedup_wf_001::f826da67a00c5ec79bebf8ed756b1ebd", "relatedPublications": 0, "date": ["2013-06-26"], "title": ["Complex reassortment of multiple subtypes of avian influenza viruses in domestic ducks at the Dongting Lake Region of China."], "relatedDatasets": 4}
1014
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::64566df8541e6524cbeb98a3a33377e4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3017975&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bf35b908356470cb3b92f65ef3985aca", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3017975&result=sequence_release", "schema": "url"}}], "abstract": "None: The nucleotide sequence of the gene TOP2 encoding DNA topoisomerase II of the yeast Saccharomyces cerevisiae has been determined. The entire coding sequence of the gene lies within an open reading frame, and there are 1429 amino acids in the single polypeptide protein if translation is assumed to start at the first ATG in this frame. The calculated subunit and molecular mass of the enzyme is 164,000 and 328,000 daltons, respectively. The transcriptional starts of the gene and a polyadenylation site of the message have also been mapped.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3017975"}], "author": ["Lynn R", "Wang J C", "Goto T", "Giaever G"], "relatedPublications": 0, "id": "50|r3d100010527::1d251c4b137b628434fd00abd6a27081", "title": ["The complete nucleotide sequence of the structural gene TOP2 of yeast DNA topoisomerase II."], "relatedDatasets": 2}
1015
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5ec2ef07c853b3049c5e7f15086f069a", "id": {"identifier": "10.5517/ccdc.csd.cc149ncg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f14224c708976905a31f986cbed83bd5", "id": {"identifier": "10.5517/ccdc.csd.cc149n8c", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::156c34b42f387f56354238c698fa37f4", "id": {"identifier": "10.5517/ccdc.csd.cc149njm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d903ad68d450ea04a5aad4f30615545a", "id": {"identifier": "10.5517/ccdc.csd.cc149nbf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e689f80f17c2d508eebfbb87074cddbe", "id": {"identifier": "10.5517/ccdc.csd.cc149n69", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Six copper(II) oxalate complexes, namely {K2[Cu(ox)2]}n (1), {(Hiz)2[Cu(ox)2]}n (2), {[Cu(ox) (N-Bzliz)2]}n (3), (HMeiz)2[Cu(ox)2] (4), {[Cu(ox)(Meiz)2]}n (5), and [Cu(Hox)2(H2O)2](N-Bzliz) (6) where ox = oxalate ion, iz = imidazole, N-Bzliz = N-benzylimidazole, Meiz = 2-methylimidazole, were synthesised and characterised by single crystal X-ray diffraction (complexes 1–5) or powder X-ray diffraction (compound 6). The three-dimensional crystal packing structures of 2, 4, and 5 are consolidated by intermolecular hydrogen bonds linking the oxygen atom of the oxalate group and the amine or imine group of the imidazole-based part into chains. The molecules of complex 6 are held together by intermolecular hydrogen bonds between the oxygen atoms of the oxalate group and coordinated water molecules.", "author": ["Kožíšek Jozef", "Kucková Lenka", "Moncoľ Ján", "Jorík Vladimír", "Matelková Kristína", "Mašlejová Anna"], "localIdentifier": [{"type": "doi", "id": "10.1515/chempap-2015-0174"}], "id": "50|dli_resolver::e265584d388547061e58c3bbf84aa0e1", "relatedPublications": 0, "date": [""], "title": ["\"Copper oxalate complexes: synthesis and structural characterisation‡\""], "relatedDatasets": 5}
1016
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::31c59a8c3e5b5f948a4a4912b335bd67", "id": {"identifier": "10.6084/m9.figshare.c.3677761_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::93e1acf37be2d994f2e3bd6b539ad728", "id": {"identifier": "10.6084/m9.figshare.c.3677761.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f64e97f561815975b1e4060ac86d854a", "id": {"identifier": "10.6084/m9.figshare.c.3677761_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::56c4827e6cb3e03f311d37faf3c57650", "id": {"identifier": "10.6084/m9.figshare.c.3677761", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lin Limei", "Yang Fan", "Yang Tinghong", "Wu Duzhi", "Yang Jian", "Zhao Jing"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12918-017-0398-0"}], "id": "50|dli_resolver::86df55b3ba2f2d076012f478c5556ba5", "relatedPublications": 0, "date": [""], "title": ["The integration of weighted human gene association networks based on link prediction"], "relatedDatasets": 4}
1017
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0631851fff4abe6dea373b0debf10f6f", "id": {"identifier": "10.17182/hepdata.36567.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9afeda8254a074b01462b106db0cd2ab", "id": {"identifier": "10.17182/hepdata.36567", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We present the measurements of the Λ c  production cross section in proton-proton interactions at √s=27.4 GeV and give new limits on the exclusive branching ratio Λ c →pK + π̅.", "author": ["Piredda G.", "de Billy L.", "Gentile S.", "Iori M.", "Dumarchez J.", "Fry J.R.", "Ericsson M.", "Trevisan U.", "Hellman S.", "Subramanian A.", "Briand H.", "Salicio J.M.", "Bettini A.", "de Angelis A.", "di Marco R.", "Bartl W.", "Schulte R.", "Gensch U.", "Monge R.", "Castelli E.", "Stopchenko V.A.", "Reucroft S.", "Walker W.D.", "Iga Y.", "Canale V.", "Jegham E.", "Banerjee S.", "Patrignani C.", "Sellden B.", "Mazzucato M.", "Voltolini C.", "Beillière P.", "Diez-Hedo F.", "Chliapnikov P.V.", "Mason P.", "Gasparini U.", "Checchia P.", "Sessa M.", "Bailly J.L.", "Ouared R.", "Bizzarri R.", "Patel G.", "Plano R.", "Contri R.", "Poropat P.", "Legros P.", "Michalon-Mentzer M.E.", "Tsugurai T.", "Goshaw A.T.", "Hernandez J.J.", "Takahashi K.", "Kuhn D.", "Squarcia S.", "Hamatsu R.", "Crennell D.", "Hughes P.", "Troncon C.", "Kowald W.", "di Capua E.", "Josa M.I.", "Rohringer H.", "Grard F.", "Falciano S.", "Haupt L.", "Moa T.", "Pilette P.", "Montanet L.", "Pernicka M.", "Johansson K.E.", "Vonck B.", "Caso C.", "Fisher C.", "Gurtu A.", "Gibault D.B.", "Aguilar-Benitez M.", "Knauss D.", "Allison W.W.M.", "Kalelkar M.", "Nowak H.", "Leutz H.", "Neuhofer G.", "Hrubec J.", "Nguyen H.K.", "Nilsson S.", "Poppleton A.", "Vilain P.", "Kniazev U.V.", "Touboul M.C.", "Kitamura S.", "Fontanelli F.", "Michalon A.", "Macdermott M.", "Panella Comellas J.", "Ganguli S.N.", "Dolbeau J.", "Defoix C.", "Fisyak Yu.", "Laloum M.", "Oshima N.", "Robertson W.J.", "Ladron de Guevara P.", "Begalli M.", "Roberts K.", "Colwill S.J.", "Colino N.", "Huss D.", "Wild C.F.", "Otter G.", "Fernandez C.", "Kistenev E.P.", "Zumerle G.", "Holmgren S.O."], "localIdentifier": [{"type": "doi", "id": "10.1016/0370-2693(87)90954-3"}], "id": "50|dli_resolver::e5b04118e4f06d3549dca7f33a66e2cb", "relatedPublications": 0, "date": [""], "title": ["\"Λc production characteristics in proton-proton interactions at\""], "relatedDatasets": 2}
1018
{"typology": "publication", "publisher": ["MDPI AG"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::443b28bcd19feb6bcfe6ed1ed5f408b0", "id": {"identifier": "10.3886/icpsr25501.v4", "schema": "url"}}], "abstract": "Phthalates are multifunctional chemicals used in a wide variety of consumer products. The aim of this study was to investigate whether levels of urinary phthalate metabolites in urine samples of Austrian mothers and their children were associated with consumer habits and health indicators. Within an Austrian biomonitoring survey, urine samples from 50 mother-child pairs of five communities (two-stage random stratified sampling) were analysed. The concentrations of 14 phthalate metabolites were determined, and a questionnaire was administered. Monoethyl phthalate (MEP), mono-n-butyl phthalate (MnBP), mono-isobutyl phthalate (MiBP), monobenzyl phthalate (MBzP), mono-(2-ethylhexyl) phthalate (MEHP), mono-(2-ethyl-5-hydroxyhexyl) phthalate (5OH-MEHP), mono-(2-ethyl-5-oxohexyl) phthalate (5oxo-MEHP), mono-(5-carboxy-2-ethylpentyl) phthalate (5cx-MEPP), and 3-carboxy-mono-propyl phthalate (3cx-MPP) could be quantified in the majority of samples. Significant correlations were found between the use of hair mousse, hair dye, makeup, chewing gum, polyethylene terephthalate (PET) bottles and the diethyl phthalate (DEP) metabolite MEP. With regard to health effects, significant associations of MEP in urine with headache, repeated coughing, diarrhoea, and hormonal problems were observed. MBzP was associated with repeated coughing and MEHP was associated with itching.", "author": ["Kundi Michael", "Scharf Sigrid", "Philipp Hohenblum", "Michael Kundi", "Sigrid Scharf", "Hutter Hans-Peter", "Peter Wallner", "Wallner Peter", "Hohenblum Philipp", "Hans-Peter Hutter"], "localIdentifier": [{"type": "doi", "id": "10.3390/ijerph13070717"}, {"type": "openaire", "id": "oai:dnet:dedup_wf_001::cd53ee76b5f7f6463285012b8ce8b625"}], "id": "50|dedup_wf_001::c4df14c5b83d385a240f67d3bc3c2cde", "relatedPublications": 0, "date": [""], "title": ["Phthalate Metabolites, Consumer Habits and Health Effects"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Public aspects of medicine"}, {"scheme": "keyword", "value": "Medicine"}, {"scheme": "keyword", "value": "RA1-1270"}, {"scheme": "keyword", "value": "Austria"}, {"scheme": "keyword", "value": "R"}, {"scheme": "keyword", "value": "mothers"}, {"scheme": "keyword", "value": "children"}, {"scheme": "keyword", "value": "urinary phthalate metabolites"}, {"scheme": "keyword", "value": "Article"}, {"scheme": "keyword", "value": "consumer products"}, {"scheme": "keyword", "value": "human biomonitoring"}, {"scheme": "keyword", "value": "health effects"}]}
1019
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2e93c1680f54734256302c33581a774a", "id": {"identifier": "jv134525", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::139010db4eb89f2082c224de0d1fda01", "id": {"identifier": "jv157085", "schema": "ena"}}], "abstract": "", "author": ["Roschanski, Anna M.", "Birgit Ziegenhagen", "Bruno Fady", "Sascha Liepelt"], "localIdentifier": [{"type": "pmid", "id": "25202477"}], "id": "50|pubmed______::70ef3a9b2aa47fdddfcaab57b1dab528", "relatedPublications": 0, "date": ["2013-01-02"], "title": ["Annotation and re-sequencing of genes from de novo transcriptome assembly of Abies alba (Pinaceae)."], "relatedDatasets": 2}
1020
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::f146c03bbb06e4457c9de5d654dbf028", "id": {"identifier": "10.3886/icpsr13568.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0c908879e64a3482785300b314b4a00e", "id": {"identifier": "10.3886/icpsr04165.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Gresenz, C. R.", "Sturm, Roland", "Eibner, C."], "localIdentifier": [{"type": "icpsr", "id": "42242"}], "relatedPublications": 0, "title": ["Does relative deprivation predict the need for mental health services?"], "id": "50|r3d100010255::3d2e1f5f7efabe974d74dc9281558f43"}
1021
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a0da9699dbfb4f8c99bace922621b5f4", "id": {"identifier": "10.5517/cc139nrt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5a6c99db2fa017948df1d937c0689dcd", "id": {"identifier": "10.5517/cc139nqs", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Hydrothermal reactions of CdII or ZnII with biphenyl-3,4′,5-tricarboxylate (H3btc) and 1,4-bis(3-pyridylmethyl) piperazine (bpmp) resulted in the formation of two coordination polymers {[Cd3(btc)2(bpmp)2.5]·6.5H2O}n (1) and {[Zn(Hbtc)(bpmp)0.5]·H2O}n (2), respectively. Complexes 1 and 2 were characterized by IR spectroscopy, elemental analysis, powder X-ray diffraction, and single-crystal X-ray diffraction. Complex 1 features with the point symbol (42.5)4(45.52.611.72.8)2(46.52.614.74.82). Complex 2 shows a two-dimensional (2D) structure. Furthermore, their luminescent properties were investigated", "author": ["Li Yanxia", "Wang Fen", "Zhu Wenping"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.201400424"}], "id": "50|dli_resolver::c3826229587153a398962c28999eb33d", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses, Crystal Structures, and Luminescent Properties of Two Cadmium/Zinc Coordination Polymers with Biphenyl-3,4′,5-tricarboxylate and 1,4-Bis(3-pyridylmethyl)piperazine\""], "relatedDatasets": 2}
1022
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::97da3cc2346662e3f4d0d6dd2041d016", "id": {"identifier": "10.3886/icpsr02294.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Vasconcellos, M. T. L."], "localIdentifier": [{"type": "icpsr", "id": "30847"}], "relatedPublications": 0, "title": ["Body mass index: Its relationship with food consumption and socioeconomic variables in Brazil"], "id": "50|r3d100010255::145e08fa2812515b703e877ef5a41b71"}
1023
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::85bde6060881d8cc61a6a089baaf88e2", "id": {"identifier": "nm_001034034", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0f9e34080a28708d4ce019df838675c1", "id": {"identifier": "nm_001192745", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::30284f8ef2cb0732d6de7ea24477eb20", "id": {"identifier": "nm_001040469", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1336ddbdb77c71e1a79ae3ba0c646171", "id": {"identifier": "nm_001113174", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f347c8e6843103f128027c7ddf78713e", "id": {"identifier": "nm_173893", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8c764c0da08ee756131d1bed5233e66a", "id": {"identifier": "nm_173967", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1a29675d0cb33d5e4b95b27205868a87", "id": {"identifier": "nm_001076483", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::100e7e2877bad05779bb4b4d479815c9", "id": {"identifier": "nm_001045903", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::473ff9747ca2fca700380ddef3be001d", "id": {"identifier": "nm_001024487", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::16eddf70fcceeb2ae18e9c04c6cac13e", "id": {"identifier": "nm_001080219", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cb2de52540744da5fbbd474a3d1692ab", "id": {"identifier": "nm_001076301", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::66f7f13c6ee524cbe3d7d723db2d0b5d", "id": {"identifier": "nm_174460", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bdad865bb0d0d11a377bb80d48d4cd32", "id": {"identifier": "nm_001045875", "schema": "ncbi-n"}}], "abstract": "", "title": ["Ectopical expression of FABP4 gene can induce bovine muscle-derived stem cells adipogenesis"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2016.11.067"}], "id": "50|elsevier____::025c84ee0a57be53b2e437d25fa36a0c", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 13}
1024
{"publisher": ["Scientific reports"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::df5a1f5b10fd8294b264026b262461ea", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27782165&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1295d16ae2f298588690d2baaa4aea21", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27782165&result=coding_release", "schema": "url"}}], "abstract": "None: Impaired phosphatase activity leads to the persistent activation of signal transducers and activators of transcription (Stat). In mammals, Stat family members are often phosphorylated or dephosphorylated by the same enzymes. To date, only one Stat similar to mammalian Stat5a/b has been found in crustaceans and there have been few studies in Stat signal regulation in crustaceans. Here, we report that β-arrestin1 interacts with TC45 (45-kDa form of T cell protein tyrosine phosphatase) in the nucleus to attenuate Stat signaling by promoting dephosphorylation of Stat. Initially, we showed that Stat translocates into the nucleus to induce antimicrobial peptide (AMP) expression after bacterial infection. βArr1 enters the nucleus of hemocytes and recruits TC45 to form the βarr1-TC45-Stat complex, which dephosphorylates Stat efficiently. The interaction of TC45 with Stat decreased and Stat phosphorylation increased in βarr1-silenced shrimp (Marsupenaeus japonicus) after challenge with Vibrio anguillarum. βArr1 directly interacts with Stat in nucleus and accelerates Stat dephosphorylation by recruiting TC45 after V. anguillarum challenge. Further study showed that βarr1 and TC45 also affect AMP expression, which is regulated by Stat. Therefore, βarr1 and TC45 are involved in the anti-V. anguillarum immune response by regulating Stat activity negatively to decrease AMP expression in shrimp.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "27782165"}, {"type": "doi", "id": "10.1038/srep35808"}], "author": ["Feng Xiao-Wu", "Wang Jin-Xing", "Lan Jiang-Feng", "Yang Hui-Ting", "Sun Jie-Jie", "Niu Guo-Juan", "Zhao Xiao-Fan"], "relatedPublications": 0, "id": "50|r3d100010527::f2b11ce92a6c21100739ff233d3032b1", "title": ["β-Arrestin 1's Interaction with TC45 Attenuates Stat signaling by dephosphorylating Stat to inhibit antimicrobial peptide expression."], "typology": "publication"}
1025
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3918eccce6c780cbf742b3c864c5f5c4", "id": {"identifier": "10.6084/m9.figshare.c.3297887.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ec4acfb18a7a9be7139808a5c67cca20", "id": {"identifier": "10.6084/m9.figshare.c.3297887", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We model the effects of stochastic fluctuations in sex ratio on the demographic stochasticity in populations with two sexes. Two different mating systems, purely polygamous and purely monogamous, are considered. For both systems, the fluctuation in sex ratio adds a large component to the demographic variance. For long-lived species, there will be a large temporal autocorrelation in the sex ratio that affects the components of the demographic variance. For monogamous mating systems, the fluctuations in sex ratio may also cause an Allee effect. These effects need to be taken into account when modeling two-sex populations without explicitly using separate counts of males and females, but only the total population size.", "author": ["Engen Steinar", "Lande Russell", "SÆther Bernt-Erik"], "localIdentifier": [{"type": "doi", "id": "10.1890/02-0123"}], "id": "50|dli_resolver::c9f30410c4b439fe39d30301da929891", "relatedPublications": 0, "date": [""], "title": ["\"DEMOGRAPHIC STOCHASTICITY AND ALLEE EFFECTS IN POPULATIONS WITH TWO SEXES\""], "relatedDatasets": 2}
1026
{"publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::07f3982fa23a69ae9a5cd135bada2e01", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9442075&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e334b589aff6d2765bada5c24109c349", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9442075&result=sequence_release", "schema": "url"}}], "abstract": "None: Phosphatidylinositol phosphates (PIPs) perform central functions in signal transduction and membrane traffic. Synaptojanin is a PIP 5-phosphatase that is expressed in a brain-specific and a ubiquitous splice variants and is thought to constitute the major PIP 5-phosphatase in mammalian brain (Woscholski, R., Finan, P.M., Radley, E., Totty, N.F., Sterling, A.E., Hsuan, J.J., Waterfield, M. D., and Parker, P. J. (1997) J. Biol. Chem. 272, 9625-9628). We now describe synaptojanin 2, a novel isoform of synaptojanin that, similar to synaptojanin 1, contains an N-terminal SAC1-like sequence and a central 5-phosphatase domain but a distinct, unique C-terminal sequence. Transfection studies demonstrated that synaptojanin 2, like synaptojanin 1, is an active PIP phosphatase. An interesting feature of synaptojanin 1 is the presence of a long open reading frame in the 3' region of the brain mRNA that in non-brain tissues is joined to the coding region by alternative splicing, resulting in a shorter synaptojanin 1 form in brain and a longer form in peripheral tissues (Ramjaun, A. R., and McPherson, P. S. (1996) J. Biol. Chem. 271, 24856-24861). Although it exhibits no homology to synaptojanin 1 in this region, synaptojanin 2 also contains an open reading frame in the 3' region that is subject to alternative splicing. Similar to synaptojanin 1, alternative splicing of synaptojanin 2 is tissue-specific and creates a shorter isoform expressed in brain and a longer form in peripheral tissues. The similar alternative splicing of two homologous proteins in a region of non-homology raises the possibility of evolutionary convergence and supports the significance of the variants. Analysis of mRNAs from three brain regions at different developmental stages revealed that alternative splicing of synaptojanin 2 is a developmentally late event, occurring only after the first postnatal week after the generation of neurons and initial synaptogenesis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9442075"}], "author": ["Südhof T C", "Khvotchev M"], "relatedPublications": 0, "id": "50|r3d100010527::b107edada0ad60cbc85f4e0a11071cb0", "title": ["Developmentally regulated alternative splicing in a novel synaptojanin."], "typology": "publication"}
1027
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c6bfe7e47c46a7515aa0080e6f12a140", "id": {"identifier": "bc062097", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0a9899ee5309ea9ee5e4fb61572c986c", "id": {"identifier": "bc064466", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8b4f2497f69c573e51401f4e377ab34d", "id": {"identifier": "ak160508", "schema": "ncbi-n"}}], "abstract": "", "title": ["The control of precerebellar neuron migration by RNA-binding protein Csde1"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.neuroscience.2013.08.055"}], "id": "50|elsevier____::b5512a63ccf7aadda81f0389b6b16f8a", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 3}
1028
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dc8bfeae2ca8038761df538c69b08278", "id": {"identifier": "cdo53824.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::950607343d9d53efdb388c04473b338c", "id": {"identifier": "3wg6", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bad57bf2882697b5de0c7fb6f44284d5", "id": {"identifier": "cdo95597.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6e6037cae46dc1664ac66ca082c13648", "id": {"identifier": "bao39872.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7713230530133f4961c63ef682ce89f4", "id": {"identifier": "bao42487.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::104b0e96b7d4df70ec1885f259a8b44b", "id": {"identifier": "ega62731.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6ea3c9972438f3b34d2628c58711e7c3", "id": {"identifier": "bao39077.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::13c97a7775deba62a06d8a633cab8dde", "id": {"identifier": "bad01652.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::ff487c1fba348ca0349a0a179f23ec03", "id": {"identifier": "4ead", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5f1c2c4ca27eb24ee2499f08e1b5db29", "id": {"identifier": "kta98287.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::9b3147826faecfd7558b620a9cf101c9", "id": {"identifier": "2j0f", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::39719129ee9b9cd8b48d9d039572d1e8", "id": {"identifier": "cdh11810.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::56a7c167cfec6c79653d8e4be2325582", "id": {"identifier": "bao39311.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d4c97201654f326747e4a3a3ad771731", "id": {"identifier": "bao41772.1", "schema": "ncbi-p"}}, {"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7667baecc5f418a8121ac114e29bbcd5", "id": {"identifier": "xp_455342.1", "schema": "ncbi-p"}}], "abstract": "", "title": ["Rational design of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.enzmictec.2017.07.012"}, {"type": "doi", "id": "10.1016/j.bmc.2018.05.046"}], "id": "50|dedup_wf_001::1e5f0ed58da6424a353ef9c2344f2722", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 17}
1029
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|dli_resolver::440a5dca19bdb33118471ad87808467c", "id": {"identifier": "j02834", "schema": "ena"}}], "abstract": "", "author": ["Rk, Patient", "Cg, Lobe", "Shaw, J.", "Duggan, B.", "Paetkau, V.", "Mcfadden, G.", "Brewer, A.", "Fregeau, C.", "Upton, C.", "Meier, M."], "localIdentifier": [{"type": "pmid", "id": "2788268"}], "id": "50|pubmed______::49d0cd8a1041e0a459f9fc10f615a0bc", "relatedPublications": 0, "date": ["1989-07-01"], "title": ["Transcriptional regulation of two cytotoxic T lymphocyte-specific serine protease genes."], "relatedDatasets": 1}
1030
{"typology": "publication", "publisher": ["The Plant cell"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::add4bcab2d31be5068a5978c7bcabde5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7866025&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d04c1cb2112e8d5cd36640e5c43cd75a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7866025&result=coding_release", "schema": "url"}}], "abstract": "None: We isolated and characterized an Arabidopsis cDNA encoding the DNA binding protein GT-1. This protein factor, which contains 406 amino acids, is highly homologous to the previously described tobacco DNA binding protein GT-1a/B2F but is 26 amino acids longer. Recombinant Arabidopsis GT-1, which was obtained from in vitro translation, bound to probes consisting of four copies of pea small subunit of ribulose bisphosphate carboxylase rbcS-3A box II and required the same GGTTAA core binding site as the binding activity of an Arabidopsis nuclear protein preparation. However, unlike the truncated tobacco GT-1a prepared from Escherichia coli extracts, the full-length Arabidopsis GT-1 bound to pea rbcS-3A box III and Arabidopsis chlorophyll a/b binding protein CAB2 light-responsive elements, both of which contain GATA motifs. Deletion and mutational analyses suggested that the predicted trihelix region of GT-1 is essential for DNA binding. Moreover, GT-1 binds to target DNA as a dimer, and its C-terminal region contains a putative dimerization domain that enhances the binding activity. Transient expression of the GT-1::beta-glucuronidase fusion protein in onion cells revealed the presence of a nuclear localization signal(s) within the first 215 amino acids of GT-1.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7866025"}], "author": ["Fukuzawa H", "Chua N H", "Hiratsuka K", "Wu X"], "relatedPublications": 0, "id": "50|r3d100010527::809030a05be05f574c81064aaaad17a3", "title": ["Molecular dissection of GT-1 from Arabidopsis."], "relatedDatasets": 2}
1031
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0aff090dc2743c85032a57af201a7dce", "id": {"identifier": "nm_001838.2", "schema": "ncbi-n"}}], "abstract": "", "title": ["The CCL21/CCR7 pathway plays a key role in human colon cancer metastasis through regulation of matrix metalloproteinase-9"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.dld.2010.05.013"}], "id": "50|elsevier____::88ddeff59cc1f2936d3539f49641cb34", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 1}
1032
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::11249f25a0eacde883bede40f9fe93df", "id": {"identifier": "2zuf", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::6fe2d2ab1ce7708e729a32323fb77a03", "id": {"identifier": "2zue", "schema": "pdb"}}], "abstract": "The ATP–pyrophosphate exchange reaction catalyzed by Arg-tRNA, Gln-tRNA and Glu-tRNA synthetases requires the assistance of the cognate tRNA. tRNA also assists Arg-tRNA synthetase in catalyzing the pyrophosphorolysis of synthetic Arg-AMP at low pH. The mechanism by which the 3′-end A76, and in particular its hydroxyl group, of the cognate tRNA is involved with the exchange reaction catalyzed by those enzymes has yet to be established. We determined a crystal structure of a complex of Arg-tRNA synthetase from Pyrococcus horikoshii, tRNAArgCCU and an ATP analog with Rfactor = 0.213 (Rfree = 0.253) at 2.0 A resolution. On the basis of newly obtained structural information about the position of ATP bound on the enzyme, we constructed a structural model for a mechanism in which the formation of a hydrogen bond between the 2′-OH group of A76 of tRNA and the carboxyl group of Arg induces both formation of Arg-AMP (Arg + ATP  Arg-AMP + pyrophosphate) and pyrophosphorolysis of Arg-AMP (Arg-AMP + pyrophosphate  Arg + ATP) at low pH. Furthermore, we obtained a structural model of the molecular mechanism for the Arg-tRNA synthetase-catalyzed deacylation of Arg-tRNA (Arg-tRNA + AMP  Arg-AMP + tRNA at high pH), in which the deacylation of aminoacyl-tRNA bound on Arg-tRNA synthetase and Glu-tRNA synthetase is catalyzed by a quite similar mechanism, whereby the proton-donating group (–NH–C+(NH2)2 or –COOH) of Arg and Glu assists the aminoacyl transfer from the 2′-OH group of tRNA to the phosphate group of AMP at high pH.", "author": ["Yokoyama Shigeuki", "Yanagisawa Tatsuo", "Konno Michiko", "Sumida Tomomi", "Mori Yukie", "Uchikawa Emiko", "Sekine Shun-ichi"], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1742-4658.2009.07178.x"}], "id": "50|dli_resolver::348508d000266d64f0eb872414957efb", "relatedPublications": 0, "date": [""], "title": ["\"Modeling of tRNA-assisted mechanism of Arg activation based on a structure of Arg-tRNA synthetase, tRNA, and an ATP analog (ANP)\""], "relatedDatasets": 2}
1033
{"typology": "publication", "publisher": ["PeerJ"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3a75f73f4552b3d92c6f691fed290a77", "id": {"identifier": "10.7287/peerj.2927v0.1/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2cb6e9d44ddf1cb135a45979b2d948a5", "id": {"identifier": "10.7287/peerj.2927v0.1/reviews/1", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a299fbb1ef64eb9b9aec4586abe85140", "id": {"identifier": "10.7287/peerj.2927v0.2/reviews/2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d79e441ac0dd62ec544d4441a5169557", "id": {"identifier": "10.7287/peerj.2927v0.2/reviews/1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<jats:p>Systematic studies of micronutrients during brain formation are hindered by restrictions to animal models and adult post-mortem tissues. Recently, advances in stem cell biology have enabled recapitulation of the early stages of human telencephalon development<jats:italic>in vitro</jats:italic>. In the present work, we analyzed cerebral organoids derived from human pluripotent stem cells by synchrotron radiation X-ray fluorescence in order to measure biologically valuable micronutrients incorporated and distributed into the exogenously developing brain. Our findings indicate that elemental inclusion in organoids is consistent with human brain tissue and involves P, S, K, Ca, Fe and Zn. Occurrence of different concentration gradients also suggests active regulation of elemental transmembrane transport. Finally, the analysis of pairs of elements shows interesting elemental interaction patterns that change from 30 to 45 days of development, suggesting short- or long-term associations, such as storage in similar compartments or relevance for time-dependent biological processes. These findings shed light on which trace elements are important during human brain development and will support studies aimed to unravel the consequences of disrupted metal homeostasis for neurodevelopmental diseases, including those manifested in adulthood.</jats:p>", "author": ["Lages Yury V.M.", "Stelling Mariana P.", "Sartore Rafaela C.", "Guimaraes Marilia Z.", "Cardoso Simone C.", "Paraguassu Julia M.", "Rehen Stevens K.", "Pérez Carlos A.", "Madeiro da Costa Rodrigo F."], "localIdentifier": [{"type": "doi", "id": "10.7717/peerj.2927"}], "id": "50|dli_resolver::9c32a03c97e20da0ea1f958b8f979f1c", "relatedPublications": 0, "date": [""], "title": ["\"Trace elements during primordial plexiform network formation in human cerebral organoids\""], "relatedDatasets": 4}
1034
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::3b7f88621dee24664eed304f3648420c", "id": {"identifier": "10.3886/icpsr01313.v1", "schema": "url"}}], "abstract": "17 p.; Le processus d'intégration régionale en Asie Orientale se renforce au fil des années tant dans sa dimension économique que dans sa dimension institutionnelle. De multiples déterminants peuvent expliquer ce phénomène : les accords entre les pays, la proximité géographique, culturelle, linguistique, l'essor du niveau de vie des pays,... Les migrations entre les pays peuvent être aussi un de ces facteurs. L'objectif de ce papier est d'estimer l'impact des flux migratoires intra‐régionaux sur l'intégration commerciale est‐asiatique. En mobilisant un modèle de gravité en données de panel sur cinq décennies (1970 à 2010), ce papier met ainsi en évidence que la mobilité régionale du facteur de production, travail, permet de renforcer la régionalisation commerciale est‐asiatique, notamment la régionalisation des biens intermédiaires et des biens d'équipement. Une intégration régionale par l'offre est ancrée en Asie.", "author": ["Guilhot, Laëtitia", "Coiffard, Marie"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::28564a2ceee9609f3a58ef366cbe8747"}], "id": "50|dli_resolver::5c19c1a25964143d810402fe1db3c0c6", "relatedPublications": 0, "date": [""], "title": ["Migrations internationales : la mobilité des Hommes, facteur d'intégration régionale en Asie Orientale ?"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "intégration régionale"}, {"scheme": "keyword", "value": "échange commercial"}, {"scheme": "keyword", "value": "[SHS.ECO] Humanities and Social Sciences/Economies and finances"}, {"scheme": "keyword", "value": "modèle de gravité"}, {"scheme": "keyword", "value": "intégration régionale,migration internationale,régionalisation,échange commercial,modèle de gravité,Asie orientale"}, {"scheme": "keyword", "value": "régionalisation"}, {"scheme": "keyword", "value": "Asie orientale"}, {"scheme": "keyword", "value": "migration internationale"}]}
1035
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ce908ee764f26a9f2c5f27b13759b464", "id": {"identifier": "bc043195", "schema": "ena"}}], "abstract": "", "author": ["Yuk Ting Lee", "Ying Chi Ip", "Chi Leung Liu", "Ho, Jenny C. Y.", "Sheung Tat Fan", "Siu Tim Cheung", "Chow, Jeremy P. H."], "localIdentifier": [{"type": "pmid", "id": "16984726"}], "id": "50|pubmed______::192730cd98d3e28c4925cd4331281496", "relatedPublications": 0, "date": ["2006-09-01"], "title": ["Preoperative plasma transcript AA454543 level is an independent prognostic factor for hepatocellular carcinoma after partial hepatectomy."], "relatedDatasets": 1}
1036
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::becae6b8cc027e68f91645c8ab8bb6f7", "id": {"identifier": "10.5517/ccv43km", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lee Hyo-Jun", "Youn Seok-Ho", "Bae Ju-Yeon", "Kwon Su-Hyun", "Cho Chang-Woo"], "localIdentifier": [{"type": "doi", "id": "10.1021/ol101811c"}], "id": "50|dli_resolver::1ca1b24a86943faba525765684055a5e", "relatedPublications": 0, "date": [""], "title": ["\"Organocatalytic Asymmetric Synthesis of Chiral Pyrrolizines by Cascade Conjugate Addition−Aldol Reactions\""], "relatedDatasets": 1}
1037
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::70945943a8fbcee2db72f1741978f873", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10893414&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7ea34a3f68b7ac9b500e79d7ae336c64", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10893414&result=sequence_release", "schema": "url"}}], "abstract": "None: Nuclear autoantigenic sperm protein (NASP), initially described as a highly autoimmunogenic testis and sperm-specific protein, is a histone-binding protein that is a homologue of the N1/N2 gene expressed in oocytes of Xenopus laevis. Here, we report a somatic form of NASP (sNASP) present in all mitotic cells examined, including mouse embryonic cells and several mouse and human tissue culture cell lines. Affinity chromatography and histone isolation demonstrate that NASP from myeloma cells is complexed only with H1, linker histones. Somatic NASP is a shorter version of testicular NASP (tNASP) with two deletions in the coding region arising from alternative splicing and differs from tNASP in its 5' untranslated regions. We examined the relationship between NASP mRNA expression and the cell cycle and report that in cultures of synchronized mouse 3T3 cells and HeLa cells sNASP mRNA levels increase during S-phase and decline in G(2), concomitant with histone mRNA levels. NASP protein levels remain stable in these cells but become undetectable in confluent cultures of nondividing CV-1 cells and in nonmitotic cells in various body tissues. Expression of sNASP mRNA is regulated during the cell cycle and, consistent with a role as a histone transport protein, NASP mRNA expression parallels histone mRNA expression.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10893414"}], "author": ["Batova I N", "O'Rand M G", "Whitfield M", "Marzluff W F", "Richardson R T", "Widgren E E", "Zheng L X"], "relatedPublications": 0, "id": "50|r3d100010527::d1c7fd29527b2a5eff810fc12c4ac4b8", "title": ["Characterization of the histone H1-binding protein, NASP, as a cell cycle-regulated somatic protein."], "relatedDatasets": 2}
1038
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1223d4877a0a9876e0a4899e14c3d340", "id": {"identifier": "eu084496", "schema": "genbank"}}], "abstract": "", "title": ["Optimization of medium composition and culture conditions for agarase production by"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.procbio.2009.06.012"}], "id": "50|elsevier____::c25ad5b65ec8e5394a22dd1e247a4f04", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 1}
1039
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c57a70e7dd0e3260407d2e530ab935ed", "id": {"identifier": "10.5517/ccdc.csd.cc1mflg3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Yavari Issa", "Halvagar Mohammad Reza", "Khajeh-Khezri Aliyeh"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.arabjc.2017.01.010"}], "id": "50|dli_resolver::9db6cdced89ede280a42f00950f9a91c", "relatedPublications": 0, "date": [""], "title": ["A synthesis of thioxo[3.3.3]propellanes from acenaphthoquinone-malononitrile adduct, primary amines and CS 2  in water"], "relatedDatasets": 1}
1040
{"publisher": ["American Meteorological Society"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5599fbd70b8f8828bcb7bdedeb627b35", "id": {"identifier": "10.17882/42182", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Feng, Ming", "Zhang, Yuhong", "Du, Yan"], "localIdentifier": [{"type": "doi", "id": "10.1175/jcli-d-17-0271.1"}], "id": "50|dli_resolver::1e030cf14102e95e842c94c4de7176b9", "relatedPublications": 0, "date": [""], "title": ["\"Multi-time scale variability of the sea surface salinity dipole mode in the tropical Indian Ocean\""], "typology": "publication"}
1041
{"publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::224c9d379dd69f8471cfb470321d07d0", "id": {"identifier": "10.5517/cc1125jt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010197", "datasourceName": "Cambridge Crystallographic Data Centre"}, {"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The carbozincation of cyclopropene and cleavage of cyclopropylzinc generates carbanion intermediates, which in turn can generate oligomeric complexes in situ through successive carbozincation reactions. The present reaction controls the carbozincation sequence and C–C bond cleavage to give densely functionalized and sterically congested alkylamines in a single operation. A subtle difference in the substituent at the C=N bond induced chemoselective carbozincation of cyclopropene.", "author": ["Endo Kohei", "Ukaji Yutaka", "Fujinami Shuhei", "Nakano Takeo"], "localIdentifier": [{"type": "doi", "id": "10.1002/ejoc.201301026"}], "id": "50|dli_resolver::0b7e1afc04c37d03c7e3abebdb783f08", "relatedPublications": 0, "date": [""], "title": ["\"Chemoselective Carbozincation of Cyclopropene for C-C Bond Formation and Cleavage in a Single Operation\""], "typology": "publication"}
1042
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4a74cb37ade68d7dc31350170b81a90b", "id": {"identifier": "10.5517/ccvkc6y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8c91539f8df07e0c1a10f75955a568cd", "id": {"identifier": "10.5517/ccvkc7z", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reaction of sodium picolinate with FeIII oxo-centered carboxylate triangles in MeCN in the presence of PPh4Cl yields (PPh4)[Fe4O2(O2CR)7(pic)2] (R = Ph (1), But (2)). Omitting the phosphonium cation produces [Fe8Na4O4(O2CPh)16(pic)4(H2O)4] (3), which contains two Fe4Na2 units bridged by two picolinate ligands. X-ray crystal structures of 1 and 3 are reported.#R##N##R##N#Voltammetric profiles in MeCN show four one-electron reduction steps for complexes 1 and 2. Variable-temperature magnetic susceptibility measurements in polycrystalline samples of 1 and 3 reveal strong antiferromagnetic couplings leading to S = 0 ground states.", "author": ["Faccio R.", "González R.", "Chiozzone R.", "Kremer C.", "Arizaga L.", "Cerdá M.F.", "Mombrú A.W.", "Novak M.A."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2011.02.021"}], "id": "50|dli_resolver::5c747c8d4c4ca63547e670e40c98647a", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, crystal structures, electrochemical and magnetic properties of polynuclear {Fe4} and {Fe8Na4} carboxylate/picolinate clusters\""], "relatedDatasets": 2}
1043
{"typology": "publication", "publisher": ["Journal of applied microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8cb9152b35c901e876e366b9b1293f81", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26913699&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::226f059aec2de5f4894c4acabd48cff0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26913699&result=sequence_release", "schema": "url"}}], "abstract": "AIMS: To determine the molecular epidemiology of classic human astrovirus (HAstVs) in sewage and supplement limited clinical data in China. METHODS AND RESULTS: Classic HAstVs in domestic sewage in Shandong Province, eastern China in 2014 were analysed in a total of 23 sewage samples. After viral concentration, reverse transcription-PCR (RT-PCR), cloning and sequencing, all samples were positive for classic HAstVs and 115 sequences were obtained, belonging to five different genotypes (HAstV-1,-2, -3, -4 and -5). Of these, HAstV-4 (31·3%, 36/115), -5 (24·3%, 28/115) were detected with higher rates than HAstV-1 (21·7%, 25/115), followed by HAstV-2 (17·4%, 20/115) and -3 (5·2%, 6/115). High identities were observed within all genotypes in 2014. Interestingly, recombination events were identified at a high frequency (12·2%, 14/115), and variable combinations were obtained. CONCLUSIONS: This study suggests that multiple HAstVs genotypes co-circulated with high prevalence in local population during surveillance period. SIGNIFICANCE AND IMPACT OF THE STUDY: The results demonstrate that sewage analysis is a useful approach in surveillance HAstVs in the context of limited clinical data.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1111/jam.13109"}, {"type": "pbmid", "id": "26913699"}], "author": ["Song L", "Tao Z", "Zhou N", "Wang P", "Chen P", "Wang S", "Xu A", "Lin X", "Wang H", "Bi Z", "Song Y"], "relatedPublications": 0, "id": "50|r3d100010527::ffe7bc008ab3fdd262d0e3ad0e511ba0", "title": ["Molecular characterization of classic human astrovirus in eastern China, as revealed by environmental sewage surveillance."], "relatedDatasets": 2}
1044
{"typology": "publication", "publisher": ["IOP Publishing"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c90d7e6ffcb024ecccbd5ecb79fed916", "id": {"identifier": "10.5281/zenodo.260103", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Whyntie T", "Parker B"], "localIdentifier": [{"type": "doi", "id": "10.1088/0031-9120/48/3/344"}], "id": "50|dli_resolver::cc01ffb46fe5cc6552f273b59280ed17", "relatedPublications": 0, "date": [""], "title": ["Investigating the inverse square law with the Timepix hybrid silicon pixel detector: a CERN@school demonstration experiment"], "relatedDatasets": 1}
1045
{"typology": "publication", "publisher": ["Applied and environmental microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::533c3fd1658dfd933a78a22ad0228d56", "id": {"identifier": "ay204575", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::37068b29625c2d9304aadedbdadf81c7", "id": {"identifier": "ay204613", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f123f58581ddbc403fa6cb4624d29b1e", "id": {"identifier": "ay204598", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::640971c71eba7cb7972ab0a4d92977b7", "id": {"identifier": "u86697", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::de40dc453f516721100077aa8ec6623d", "id": {"identifier": "ay204618", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ec2266be738356e14d2e068c175bd6cf", "id": {"identifier": "ay204630", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6ba2543e6c66e8faaf3f9f9722b3d2e8", "id": {"identifier": "ay425613", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::112845f9073b05535d7fce744a7bb43b", "id": {"identifier": "ay204600", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d65399d7e6f4f51923e3d059e48a8ca8", "id": {"identifier": "ay204628", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e109c7093e7326d5adc769b499919421", "id": {"identifier": "ay204616", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e89fa00fbe9fb9c28345cff83d726e14", "id": {"identifier": "ay204615", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::344d91ef8dbccd673c91ce0b8ba62b76", "id": {"identifier": "ay204607", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8e54185a824d45c79271df3a4aacfa06", "id": {"identifier": "ay204617", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4bd0afb6c2cd3867f7044d6166404e50", "id": {"identifier": "u86696", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::83f8b65aa2e030448e7c3d75f1594bca", "id": {"identifier": "ay204577", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dd92e29966aa5160287a52379e696687", "id": {"identifier": "ay204627", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::853782c95e6c36b4c200ecc46c080f21", "id": {"identifier": "ay204597", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::edf0b589b9d5050e70752d4e39349405", "id": {"identifier": "ay204614", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7c99d8cb6442a64a67b742182644e194", "id": {"identifier": "ay204602", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b6fa8879d7781eabe42b769a82e5292c", "id": {"identifier": "af241543", "schema": "ena"}}], "abstract": "None: New rRNA-targeting oligonucleotide probes permitted the fluorescence in situ hybridization (FISH) identification of freshwater fungi in an Austrian second-order alpine stream. Based on computer-assisted comparative sequence analysis, nine taxon-specific probes were designed and evaluated by whole-fungus hybridizations. Oligonucleotide probe MY1574, specific for a wide range of Eumycota, and the genus (Tetracladium)-specific probe TCLAD1395, as well as the species-specific probes ALacumi1698 (Alatospora acuminata), TRIang322 (Tricladium angulatum), and Alongi340 (Anguillospora longissima), are targeted against 18S rRNA, whereas probes TmarchB10, TmarchC1_1, TmarchC1_2, and AlongiB16 are targeted against the 28S rRNA of Tetracladium marchalianum and Anguillospora longissima, respectively. After 2 weeks and 3 months of exposure of polyethylene slides in the stream, attached germinating conidia and growing hyphae of freshwater fungi were accessible for FISH. Growing hyphae and germinating conidia on leaves and in membrane cages were also visualized by the new FISH probes.", "author": ["Manz Werner", "Neu Thomas R", "Christiane Baschien", "Neu, Thomas R.", "Ludmila Marvanová", "Marvanová Ludmila", "Werner Manz", "Baschien Christiane", "Ulrich Szewzyk", "Szewzyk Ulrich"], "localIdentifier": [{"type": "pbmid", "id": "18776035"}, {"type": "pmid", "id": "18776035"}, {"type": "doi", "id": "10.1128/aem.00815-08"}], "id": "50|dedup_wf_001::7dad1adc9889201e19cc8dc9eaa5cab1", "relatedPublications": 0, "date": ["2008-09-05"], "title": ["In situ detection of freshwater fungi in an alpine stream by new taxon-specific fluorescence in situ hybridization probes."], "relatedDatasets": 46}
1046
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28a3412c29a2306e5d203de6c378dbfb", "id": {"identifier": "10.3886/icpsr21600.v17", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70d6882f3169233bb1ad43a84e28d7f7", "id": {"identifier": "10.3886/icpsr21600.v16", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e80f7f14ed6fad42ab28d02d9a88f51b", "id": {"identifier": "10.3886/icpsr21600", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::fa38ea483d6f8291d8bdec394ac7b523", "id": {"identifier": "10.3886/icpsr21600.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9bd0ff2c7326c2543ea73288ae1087c", "id": {"identifier": "10.3886/icpsr21600.v6", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a120efbf0f79add2d697d34218cee452", "id": {"identifier": "10.3886/icpsr21600.v10", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::737f244d9c185769364109fe221798c6", "id": {"identifier": "10.3886/icpsr21600.v14", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::267c09351444a5a157fa5287cdac0f96", "id": {"identifier": "10.3886/icpsr21600.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e162c517492eef25a32f53cec118a29f", "id": {"identifier": "10.3886/icpsr21600.v8", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9b18ac1e3ea85d16f60a93c0d2e483a", "id": {"identifier": "10.3886/icpsr21600.v9", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f337827f73cea4f4a6f20c858ad9e02c", "id": {"identifier": "10.3886/icpsr21600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4c0fbfa638556ba7720fb78af702dfb", "id": {"identifier": "10.3886/icpsr21600.v15", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9b9fcca0e0096eca4a1262c77425f5c3", "id": {"identifier": "10.3886/icpsr21600.v13", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d630164701cde19e9b07f4608fa6e703", "id": {"identifier": "10.3886/icpsr21600.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d0c84333f54ff90e6f28541bebad0553", "id": {"identifier": "10.3886/icpsr21600.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0cf8920131ed3eea73f6408b8583d49f", "id": {"identifier": "10.3886/icpsr21600.v12", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f171c2a1960d31465add13ad1f33ec1", "id": {"identifier": "10.3886/icpsr21600.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a69ee5d7ecef8ae3fef5937176d8c311", "id": {"identifier": "10.3886/icpsr21600.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We examine how the racial/ethnic and generational status composition of Latino students' friendship groups is related to their academic achievement and whether there are differential effects by gender. Copyright (c) 2009 by the Southwestern Social Science Association.", "author": ["Callahan, R.", "Riegle-Crumb, C.", "Riegle-Crumb Catherine", "Callahan Rebecca M."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1540-6237.2009.00634.x"}], "id": "50|dedup_wf_001::bdc41a0f760d2e1f9f3dc6e7d1db5c63", "relatedPublications": 0, "date": [""], "title": ["Exploring the Academic Benefits of Friendship Ties for Latino Boys and Girls"], "relatedDatasets": 20}
1047
{"typology": "publication", "publisher": ["Sociedade Brasileira de Quimica (SBQ)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6eaacf3f5c5851b2bd0daa166edc8f29", "id": {"identifier": "10.6084/m9.figshare.6504263.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::df23058537bd23aee2f30ff63b6309cf", "id": {"identifier": "10.6084/m9.figshare.6504263", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Camara Celso", " Silva Tania", "Silva Telma", "Ramos Ingrid"], "localIdentifier": [{"type": "doi", "id": "10.21577/0100-4042.20170205"}], "id": "50|dli_resolver::6e668f0fca7a5aa96d2979c29f9faa61", "relatedPublications": 0, "date": [""], "title": ["MÉTODOS AMBIENTALMENTE AMIGÁVEIS PARA A IODAÇÃO REGIOSSELETIVA DA 3,7,3’,4’-TETRAMETOXI-QUERCETINA"], "relatedDatasets": 2}
1048
{"typology": "publication", "publisher": ["Bioresource technology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d6e5a12830a8e1c23c3665b71f25a4e7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25693452&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::29569491a4d7eea512d6a7f5216ed739", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25693452&result=noncoding_release", "schema": "url"}}], "abstract": "None: A dominant lactic acid bacteria, Lactobacillus fermentum KKL1 was isolated from an Indian rice based fermented beverage and its fermentative behavior on rice was evaluated. The isolate grown well in rice and decreased the pH, with an increase of total titratable acidity on account of high yield in lactic acid and acetic acid. The production of α-amylase and glucoamylase by the strain reached plateau on 1st and 2nd day of fermentation respectively. The accumulation of malto-oligosaccharides of different degrees of polymerization was also found highest on 4th day. Besides, phytase activity along with accumulation of free minerals also unremittingly increased throughout the fermentation. The fermented materials showed free radical scavenging activity against DPPH radicals. In-vitro characteristics revealed the suitability of the isolate as probiotic organism. The above profiling revealed that probiotic L. fermentum KKL1 have the significant impact in preparation of rice beer and improves its functional characteristics.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "25693452"}, {"type": "doi", "id": "10.1016/j.biortech.2015.01.130"}], "author": ["Jana Arijit", "Adak Atanu", "Halder Suman K", "Das Mohapatra Pradeep K", "Das Arpan", "Vágvölgyi Csaba", "Parua Mondal Saswati", "Ray Mousumi", "Ghosh Kuntal", "Pati Bikas R", "Mondal Keshab C"], "relatedPublications": 0, "id": "50|r3d100010527::870cddbcc9049201d71b369fe1e4f74e", "title": ["Role of probiotic Lactobacillus fermentum KKL1 in the preparation of a rice based fermented beverage."], "relatedDatasets": 2}
1049
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2b081816f45478634d9719db2efdda9b", "id": {"identifier": "10.5517/ccr5k2j", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Dai Chang-Feng", "Wen Zhi-Hong", "Sheu Jyh-Horng", "Tseng Yen-Ju", "Chiang Michael Y."], "localIdentifier": [{"type": "doi", "id": "10.1021/ol901990c"}], "id": "50|dli_resolver::ee2e06bd9145fc06564202ef283b5619", "relatedPublications": 0, "date": [""], "title": ["\"Nanolobatolide, a New C18Metabolite from the Formosan Soft CoralSinularia nanolobata\""], "relatedDatasets": 1}
1050
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::caa53f51c080d91f1dba7ab706920017", "id": {"identifier": "ef380176", "schema": "ena"}}], "abstract": "", "author": ["Javier Martínez", "Masello, Juan F.", "Petra Quillfeldt", "Santiago Merino", "Elena Arriero"], "localIdentifier": [{"type": "pmid", "id": "22035144"}], "id": "50|pubmed______::ca368f0b9f08cf37480bd0bbd95d3fbd", "relatedPublications": 0, "date": ["2011-10-31"], "title": ["Prevalence of blood parasites in seabirds - a review."], "relatedDatasets": 1}
1051
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f8d3e526bd6c682d67aa09af581fea1e", "id": {"identifier": "10.3886/icpsr34586.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Jaeger, Jillian"], "localIdentifier": [{"type": "doi", "id": "10.1177/1532440015626401"}], "relatedPublications": 0, "title": ["Securing communities or profits? The effect of federal-local partnerships on immigration enforcement"], "id": "50|r3d100010255::15ee88b1e04c57a658b9e24c2139c41a"}
1052
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::569434dae3831284e118242187315107", "id": {"identifier": "fj184370.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e816d2980fbd10523c9bad1d99fadcb2", "id": {"identifier": "kc660147.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["The kinetics and protection of the antiviral state induced by recombinant iIFN1a in rainbow trout against infectious hematopoietic necrosis virus"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.molimm.2016.06.002"}], "id": "50|elsevier____::179ea42c31b2d0e491a5015d57eff767", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 2}
1053
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::49e01962758782a8541a77c72981bcb3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11344138&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::84600831a474a89809a15bb39e4e9e29", "id": {"identifier": "ay027490", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cc95a3b1a199c020d2b8c9ef19008f09", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11344138&result=coding_release", "schema": "url"}}], "abstract": "None: A yeast two-hybrid screen searching for chromosomally encoded proteins that interact with the Agrobacterium tumefaciens VirB8 protein was carried out. This screen identified an interaction candidate homologous to the partial sequence of a gene that had previously been identified in a transposon screen as a potential regulator of virG expression, chvD. In this report, the cloning of the entire chvD gene is described and the gene is sequenced and characterized. Insertion of a promoterless lacZ gene into the chvD locus greatly attenuated virulence and vir gene expression. Compared to that of the wild-type strain, growth of the chvD mutant was reduced in rich, but not minimal, medium. Expression of chvD, as monitored by expression of beta-galactosidase activity from the chvD-lacZ fusion, occurred in both rich and minimal media as well as under conditions that induce virulence gene expression. The ChvD protein is highly homologous to a family of ATP-binding cassette transporters involved in antibiotic export from bacteria and has two complete Walker box motifs. Molecular genetic analysis demonstrated that disruption of either Walker A box, singly, does not inactivate this protein's effect on virulence but that mutations in both Walker A boxes renders it incapable of complementing a chvD mutant strain. Constitutive expression of virG in the chvD mutant strain restored virulence, supporting the hypothesis that ChvD controls virulence through effects on virG expression.", "author": ["Liu Z", "McCullen C A", "Schaff D A", "An, Binns", "Ca, Mccullen", "Liu, Z.", "Da, Schaff", "Jacobs M", "Jacobs, M.", "Binns A N"], "localIdentifier": [{"type": "pbmid", "id": "11344138"}, {"type": "pmid", "id": "11344138"}], "id": "50|dedup_wf_001::a85f3d4e2adecc920eb6ac14a6ef46ff", "relatedPublications": 0, "date": ["2001-06-01"], "title": ["ChvD, a chromosomally encoded ATP-binding cassette transporter-homologous protein involved in regulation of virulence gene expression in Agrobacterium tumefaciens."], "relatedDatasets": 3}
1054
{"typology": "publication", "publisher": ["Archives of biochemistry and biophysics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fb16c30db45686e26930a78fd23d9be3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10334861&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1d388d6d6446435d164c2f6e4bd85da1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10334861&result=coding_release", "schema": "url"}}], "abstract": "None: A thermostable aspartase was purified from a thermophile Bacillus sp. YM55-1 and characterized in terms of activity and stability. The enzyme was isolated by a 5-min heat treatment at 75 degrees C in the presence of 11% (w/v) ammonium sulfate and 100 mM aspartate, followed by Q-Sepharose anion-exchange and AF-Red Toyopearl chromatographies. The native molecular weight of aspartase determined by gel filtration was about 200,000, and this enzyme was composed of four identical monomers with molecular weights of 51,000 determined by sodium dodecyl sulfate-polyacrylamide gel electrophoresis. Unlike Escherichia coli aspartase, the enzyme was not activated by the presence of magnesium ion at alkaline pH. At the optimum pH, the Km and Vmax were 28.5 mM and 700 units/mg at 30 degrees C and 32.0 mM and 2200 units/mg at 55 degrees C, respectively. The specific activity was four and three times higher than those of E. coli and Pseudomonas fluorescens enzymes at 30 degrees C, respectively. Eighty percent of the activity was retained after a 60-min incubation at 55 degrees C, and the enzyme was also resistant to chemical denaturants; 80% of the initial specific activity was detected in assay mixtures containing 1.0 M guanidine hydrochloride. The purified enzyme shared a high sequence homology in the N-terminal region with aspartases from other organisms.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10334861"}], "author": ["Mizobata T", "Nagai J", "Yumoto N", "Kawata Y", "Yano S", "Soda K", "Tokushige M", "Tamura K", "Esaki N"], "relatedPublications": 0, "id": "50|r3d100010527::0d89749fcaca454c7aa71a689106e730", "title": ["Purification and characterization of thermostable aspartase from Bacillus sp. YM55-1."], "relatedDatasets": 2}
1055
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::847c7858c8ebb1d612c05fb6f81bfc9c", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0l0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2976552af26573539bcec1982fb28fab", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0n2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4f1131a402eed9c201d32bf28545f46f", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0p3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2b4eb144750713f9bb75a895bb47b742", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0hx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a431c49d3eae860da20daafd1ec10985", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0gw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8ba2739d239c68a8e14a219608f54931", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0jy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::17b4c97077e299bcb973656e0a8f742f", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0m1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::302b81b8d516e7811e2f769bb4b241ad", "id": {"identifier": "10.5517/ccdc.csd.cc1lt0kz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In order to generate tridentate enamido diphosphine ligand platforms, we developed procedures for the preparation of tBu2PCH2CH2P(tBu)I, which involve low temperatures, pentane solvent and addition of 4 equiv. of tBuLi to Cl2PCH2CH2PCl2 or 2 equiv. of tBuLi to known Cl(tBu)PCH2CH2P(tBu)Cl also at low temperatures in pentane; an alternate method involves the inverse addition of Cl(tBu)PCH2CH2P(tBu)Cl to 2 equiv. of tBuLi in pentane at 0 °C; all of these methods generate good yields of the tetraphosphine dimer (tBu2PCH2CH2P(tBu))2 contaminated by small amounts of tBu2PCH2CH2PtBu2 (dtbpe), which can be conveniently separated by sublimation. Subsequent oxidative cleavage of the P–P bond with I2 or 1,2-diiodoethane results in the formation of the desired tBu2PCH2CH2P(tBu)I, which undergoes C–P bond formation when added to 1 equiv. of the lithium N-2,6-diisopropylphenylenamide of cyclopentylidene imine to generate the HNPP ligand precursor; this species exists as a tautomeric mixture of the corresponding enamine and imine, the ratio of which depends on workup conditions used. This enamine–imine mixture can be used directly to form Ru(II) species either directly with heating to generate the five-coordinate (NPP)RuCl(CO) via loss of H2 or by inclusion of 1 equiv. of KOtBu to generate (NPP)RuH(CO). X-ray crystallographic studies confirm that the geometry in the solid state matches the solution spectroscopic data. Subsequent studies of (NPP)RuH(CO) indicate that it reacts with benzaldehyde, benzyl alcohol, and H2 in a cooperative manner to generate a series of hydride carbonyls that have been characterized fully by NMR spectroscopy and X-ray crystallography.", "author": ["Wambach Truman C.", "Fryzuk Michael D.", "Annibale Vincent T.", "Ostapowicz Thomas G.", "Westhues Stefan"], "localIdentifier": [{"type": "doi", "id": "10.1039/c6dt02352e"}], "id": "50|dli_resolver::0cb9a94e8e3a37477588501fe3851100", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of a sterically bulky diphosphine synthon and Ru(ii) complexes of a cooperative tridentate enamide-diphosphine ligand platform\""], "relatedDatasets": 8}
1056
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::38e94435dba29b5c88fda019827c3f31", "id": {"identifier": "km096553", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d9cdc0a85663c8a27f581b1dbf68fc88", "id": {"identifier": "km096551", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::325d6188944f6ae1423a016108a642e4", "id": {"identifier": "km096550", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8bc5389269c9415e3eee95591e6392fe", "id": {"identifier": "km096552", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8bbd19c1f58b0ac851739e3f46463c12", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26035178&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a17cfd251f99880f57330fdf0f0fe30d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26035178&result=noncoding_release", "schema": "url"}}], "abstract": "None: The Nav1.7 voltage-gated sodium channel, encoded by SCN9A, is critical for human pain perception yet the transcriptional and post-transcriptional mechanisms that regulate this gene are still incompletely understood. Here, we describe a novel natural antisense transcript (NAT) for SCN9A that is conserved in humans and mice. The NAT has a similar tissue expression pattern to the sense gene and is alternatively spliced within dorsal root ganglia. The human and mouse NATs exist in cis with the sense gene in a tail-to-tail orientation and both share sequences that are complementary to the terminal exon of SCN9A/Scn9a. Overexpression analyses of the human NAT in human embryonic kidney (HEK293A) and human neuroblastoma (SH-SY5Y) cell lines show that it can function to downregulate Nav1.7 mRNA, protein levels and currents. The NAT may play an important role in regulating human pain thresholds and is a potential candidate gene for individuals with chronic pain disorders that map to the SCN9A locus, such as Inherited Primary Erythromelalgia, Paroxysmal Extreme Pain Disorder and Painful Small Fibre Neuropathy, but who do not contain mutations in the sense gene. Our results strongly suggest the SCN9A NAT as a prime candidate for new therapies based upon augmentation of existing antisense RNAs in the treatment of chronic pain conditions in man.", "author": ["Wood John N", "Lolignier Stephane", "Jing Zhao", "Geoffrey Woods, C.", "Stephane Lolignier", "Wood, John N.", "Zhao Jing", "Okorokov, Andrei L.", "Cox, James J.", "Werdehausen Robert", "Linley John E", "Linley, John E.", "Habib, Abdella M.", "Habib Abdella M", "Cox James J", "Jennifer Koenig", "Okorokov Andrei L", "Vernon Jeffrey", "Niels Eijkelkamp", "Eijkelkamp Niels", "Robert Werdehausen", "Koenig Jennifer", "Jeffrey Vernon", "Geoffrey, Woods C."], "localIdentifier": [{"type": "pmid", "id": "26035178"}, {"type": "doi", "id": "10.1371/journal.pone.0128830"}, {"type": "pbmid", "id": "26035178"}], "id": "50|dedup_wf_001::6d2d6f12ead16c63d77f83a1239ac396", "relatedPublications": 0, "date": ["2015-06-02"], "title": ["Regulation of Nav1.7: A Conserved SCN9A Natural Antisense Transcript Expressed in Dorsal Root Ganglia."], "relatedDatasets": 6}
1057
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::3f1d68443d7ff2bf63caee29b7d21871", "id": {"identifier": "2zp6", "schema": "pdb"}}], "abstract": "", "title": ["Capreomycin inhibits the initiation of amyloid fibrillation and suppresses amyloid induced cell toxicity"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbapap.2018.02.005"}], "id": "50|elsevier____::a24e38ab2b1bfb3cc201060924312872", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 1}
1058
{"typology": "publication", "publisher": ["Journal of agricultural and food chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::97d247312606bc10c4dfc4f18fcb892f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16881683&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3a5ec2c423e679c9bd74b203ec0cf79d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16881683&result=coding_release", "schema": "url"}}], "abstract": "None: D-Pantonohydrolase has attracted increasing attention as a biocatalyst for stereospecific production of D-pantoic acid. The Fusarium moniliforme D-pantonohydrolase was selected for directed evolution through error-prone Polymerase Chain Reaction (PCR) combined with DNA shuffling for improved activity and pH stability using a convenient two-step high-throughput screening method based on the product formation and pH indicator. After three sequential error-prone PCRs and two rounds of DNA shuffling followed by screening, about 60 positive mutants were produced and a best mutant, Mut H-1287, with improved activity and pH stability was obtained. As compared to wild-type D-pantonohydrolase, Mut H-1287 showed a 10.5-fold higher specific activity; moreover, it could retain 85% of its original activity after incubation under low pH. Gene analysis indicated that the Mut H-1287 had D63H, K118Q, and V241I substitutions. The wild-type and evolved D-pantonohydrolase (Mut H-1287) was purified in three steps. The activities and characteristics of purified wild-type and evolved D-pantonohydrolase were also studied and compared.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16881683"}], "author": ["Sun Zhihao", "Leng Yong", "Liu Zhiqiang"], "relatedPublications": 0, "id": "50|r3d100010527::5a183f7eff17f908789b2978def21311", "title": ["Directed evolution and characterization of a novel D-pantonohydrolase from Fusarium moniliforme."], "relatedDatasets": 2}
1059
{"typology": "publication", "publisher": ["Animal genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2a5a39157cf0c8d5b2287f0c735bf53c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24954195&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::99f413b5ea95e7472feab5f6e4a12baf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24954195&result=sequence_release", "schema": "url"}}], "abstract": "None: A significant quantitative trait locus (QTL) for low-density lipoprotein cholesterol (LDL-C) and total cholesterol (TC) was identified around the LDLR gene on chromosome 2 (SSC2) in a White Duroc × Erhualian F2 resource population and Sutai pigs in our previous study. However, in previous reports, the causality of LDLR with serum lipids is controversial in pigs. To systematically assess the causality of LDLR with serum lipids, association analyses were successively performed in three populations: Sutai pigs, a White Duroc × Erhualian F2 resource population and a Duroc × (Landrace × Large White) population. We first performed a haplotype-based association study with 60K SNP genotyping data and evidenced the significant association with LDL-C and TC around the LDLR gene region. We also found that there is more than one QTL for LDL-C and TC on SSC2. Then, we evaluated the causalities of two missense mutations, c.1812C>T and c.1520A>G, with LDL-C and TC. We revealed that the c.1812C>T SNP showed the strongest association with LDL-C (P = 5.40 × 10(-11) ) and TC (P = 3.64 × 10(-8) ) and explained all the QTL effect in Sutai pigs. Haplotype analysis found that two missense SNPs locate within a 1.93-Mb haplotype block. One major haplotype showed the strongest significant association with LDL-C (P = 4.62 × 10(-18) ) and TC (P = 1.06 × 10(-9) ). However, the c.1812C>T SNP was not identified in the White Duroc × Erhualian intercross, and the association of c.1520A>G with both LDL-C and TC did not achieve significance in this F2 population, suggesting population heterogeneity. Both missense mutations were identified in the Duroc × (Landrace × Large White) population and showed significant associations with LDL-C and TC. Our data give evidence that the LDLR gene should be a candidate causative gene for LDL-C and TC in pigs, but heterogeneity exists in different populations.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1111/age.12183"}, {"type": "pbmid", "id": "24954195"}], "author": ["Yang H", "Zeng Z", "Liu C", "Huang L", "Chen C", "Chen R"], "relatedPublications": 0, "id": "50|r3d100010527::b9652740caa103de8d132812bafc7fe3", "title": ["Evaluation of the causality of the low-density lipoprotein receptor gene (LDLR) for serum lipids in pigs."], "relatedDatasets": 2}
1060
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1a1321d62fa5fac3459b5a1fcc9ac72c", "id": {"identifier": "af275666", "schema": "ena"}}], "abstract": "", "author": ["Kumar Shanmukhappa", "Jeong-Ki Kim", "Sanjay Kapil"], "localIdentifier": [{"type": "pmid", "id": "17572908"}], "id": "50|pubmed______::0604eacba0fc581d21469d1238e8c6c2", "relatedPublications": 0, "date": ["2007-06-16"], "title": ["Role of CD151, A tetraspanin, in porcine reproductive and respiratory syndrome virus infection."], "relatedDatasets": 1}
1061
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::26328dc01564d0606154a8fe0a382268", "id": {"identifier": "10.5517/ccvywk6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title co-crystal, C10H8N2·C8H7NO4S, the formate group is coplanar with the pyridyl ring of the acid [dihedral angle = 6.2 (7)°], while the carb­oxy­methyl­sulfanyl group makes a C—S—C—C torsion angle of 70.2 (1)° with the pyridine ring. The dihedral angle between the pyridyl rings of the 4,4′-bipyridine mol­ecule is 27.4 (1)°. The acid and the 4,4′-bipyridine mol­ecules are involved in hydrogen bonding via carb­oxy­lic O and pyridyl N atoms. The structure is further consolidated by inter­molecular C—H⋯O hydrogen bonds, generating a three-dimensional network.", "author": ["Feng Yun-Long", "Jiang Xian-Rong", "Wang Xiao-Juan"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810048385"}], "id": "50|dli_resolver::504c825374d2550152abc823fbce1ecd", "relatedPublications": 0, "date": [""], "title": ["\"4,4′-Bipyridine–2-(carboxymethylsulfanyl)pyridine-3-carboxylic acid (1/1)\""], "relatedDatasets": 1}
1062
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f367fd86eb6f363320de50250043ba62", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7592711&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c7b33129195b5b3b5ae805e60529e95b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7592711&result=coding_release", "schema": "url"}}], "abstract": "None: In Saccharomyces cerevisiae, the mating pheromone-initiated signal is transduced by a heterotrimeric G protein and normally results in transient cell cycle arrest and differentiation. A null allele of the G alpha (GPA1/SCG1) subunit results in cell death due to unchecked signaling from the G beta gamma (STE4, STE18, respectively) heterodimer. We have identified three high copy suppressors of gpa1 lethality. Two of these genes encode known transcription factors. Mat alpha 2p and Mcm1p. The third is a truncated form of a novel gene, SYG1. Overexpressed wild type SYG1 is a weak suppressor of gpa1. In contrast, the isolated mutant allele SYG1-1 is a strong suppressor that completely blocks the cell cycle arrest and differentiation phenotypes of gpa1 cells of both mating types. One deletion mutant (SYG1 delta 340) can suppress the cell cycle arrest associated with gpa1, but the cells retain a differentiated morphology. SYG1-1 can suppress the effects of overexpressed wild type G beta but is not able to suppress the lethality of an activated G beta mutant (STE4Hpl). Consistent with these genetic observations, the suppressing form of Syg1p can interact with the STE4 gene product, as determined by a two-hybrid assay. SYG1-1 is also capable of promoting pheromone recovery in wild type cells, as judged by halo assay. The sequence of SYG1 predicts eight membrane-spanning domains. Deletion mutants of SYG1 indicate that complete gpa1 suppression requires removal of all of these hydrophobic regions. Interestingly, this truncated protein localizes to the same plasma membrane-enriched subcellular fraction as does full-length Syg1p. Three hypothetical yeast proteins, identified by their similarity to the SYG1 primary sequence within the gpa1 suppression domain, also appear to have related structures. The properties of Syg1p are consistent with those of a transmembrane signaling component that can respond to, or transduce signals through, G beta or G beta gamma.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7592711"}], "author": ["Ramakrishnan M", "Spain B H", "Koo D", "Colicelli J", "Dzudzor B"], "relatedPublications": 0, "id": "50|r3d100010527::be7eaffbc4b6a3564032bb820927f3ea", "title": ["Truncated forms of a novel yeast protein suppress the lethality of a G protein alpha subunit deficiency by interacting with the beta subunit."], "relatedDatasets": 2}
1063
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44eec6ce6bb54617a668dd858c4c3bff", "id": {"identifier": "10.5517/ccdc.csd.cc1m2f48", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::54fa99104fcf2641ca70984cb75d2194", "id": {"identifier": "10.5517/ccdc.csd.cc1m2f59", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The new diamine 2,2′-(piperazine-1,4-diylbis(methylene))dianiline (A 1 ) was synthesized by reaction of 2-nitrobenzylchloride and piperazine. Its corresponding Mn(II) and Zn(II) macrocyclic Schiff-base complexes were prepared via the metal templated [1+1] cyclocondensation of this diamine and 2,6-diacetylpyridine or 2,6-pyridinedicarbaldehyde. The diamine and all the macrocyclic complexes were characterized by elemental analysis, mass spectrometry and spectroscopic methods such as: FT-IR,  1 H and  13 C NMR. Also, the crystal structures of [MnL 1 (ClO 4 ) 2 ] ( 1 ) and [ZnL 1 (H 2 O) 2 ](ClO 4 ) 2  ( 3 ) complexes were obtained by single-crystal X-ray crystallography. The cytotoxic properties of all macrocyclic complexes were studied. The results showed, some of these complexes were more potent than doxorubicin in U87 MG cell line predicating their therapeutic potential in treatment of glioblastoma. Also, the complexes were tested for  in vitro  antibacterial properties against some Gram-positive and Gram-negative bacteria. The complexes had antibacterial properties and in some cases even more than those of Tobramycin and Tetracycline as standards.", "author": ["Mahmoudabadi Masoumeh", "Shooshtari Amir", "Gable Robert William", "Keypour Hassan", "Hosseinzadeh Leila", "Mohsenzadeh Fariba"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2017.02.008"}], "id": "50|dli_resolver::fbe21c81ea54a5fac8b14519b2ab53c5", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of Mn(II) and Zn(II) complexes with new macrocyclic Schiff-base ligands containing piperazine moiety: Spectroscopic, structural, cytotoxic and antibacterial properties\""], "relatedDatasets": 2}
1064
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b3e30d675e9e336f6ef7262b9deb4c06", "id": {"identifier": "a23187", "schema": "ena"}}], "abstract": "", "author": ["Maizels, R. M.", "Rossi, A. G.", "Brown, A. P.", "Pritchard, D. I.", "Falcone, F. H.", "Sharkey, R."], "localIdentifier": [{"type": "pmid", "id": "11349070"}], "id": "50|pubmed______::ae31c8e5d3b30437a1dadbe9b865f2c0", "relatedPublications": 0, "date": ["2001-06-01"], "title": ["Ascaris suum-derived products induce human neutrophil activation via a G protein-coupled receptor that interacts with the interleukin-8 receptor pathway."], "relatedDatasets": 1}
1065
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2ca71f6846d705ad4d9c52456aa80ee7", "id": {"identifier": "10.5281/zenodo.226202", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6e7851c7d6c51e0b7b8afd1eca300ef", "id": {"identifier": "10.15468/gqvxfc", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d1162d12ad6541914ab117f78a10f50c", "id": {"identifier": "10.5281/zenodo.226201", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d676f5258860ac4fb47f20b7577136d8", "id": {"identifier": "10.5281/zenodo.226198", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a8c9769d97c41d539dc8c612ec8d6904", "id": {"identifier": "10.5281/zenodo.226200", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::437928176c3fbeda02dbb9945341aadf", "id": {"identifier": "10.15468/zyomud", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::53c6d389a56f022c06535a769323c560", "id": {"identifier": "10.5281/zenodo.226199", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["KUNYA KIRATI", "MEEWASANA JIRAPORN", "DANGSRI SIRIWAT", "PANMONGKOL AUMPORN", "SUMONTHA MONTRI", "Pauwels Olivier, S. G.", "BUNKHWAMDI WORAPHOT"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3811.2.6"}], "id": "50|dli_resolver::12ed3de3f4fe65f80d759c73921a0cc1", "relatedPublications": 0, "date": [""], "title": ["<strong>A new forest-dwelling Bent-toed Gecko (Squamata: Gekkonidae: <em>Cyrtodactylus</em>) from Doi Suthep, Chiang Mai Province, northern Thailand</strong>"], "relatedDatasets": 7}
1066
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd632ec239e2df1f330fd04c7fac8262", "id": {"identifier": "10.6084/m9.figshare.c.4027999", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f055f9588f4b072019cc3968d975624", "id": {"identifier": "10.6084/m9.figshare.5969785", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::013c97cc8a0c17284d9e5fe6eb4f5886", "id": {"identifier": "10.6084/m9.figshare.5969785.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1dff5d6744dbdd5888085e54b78df650", "id": {"identifier": "10.6084/m9.figshare.c.4027999.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Elliston Adam", "Wu Jia", "Waldron Keith W.", "Colquhoun Ian J.", "Dicks Jo", "Collins Samuel R. A.", "Le Gall Gwenaelle", "Wood Ian P.", "Roberts Ian N."], "localIdentifier": [{"type": "doi", "id": "10.1186/s13068-018-1062-7"}], "id": "50|dli_resolver::ff6cfa63a4d7a0b7bd43fa22b553c9be", "relatedPublications": 0, "date": [""], "title": ["Optimising conditions for bioethanol production from rice husk and rice straw: effects of pre-treatment on liquor composition and fermentation inhibitors"], "relatedDatasets": 4}
1067
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d857b2e73229894a22e4eefb1867c368", "id": {"identifier": "10.5517/cc636t9", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9bdc616f31b2f17b36d8dbf76ec97825", "id": {"identifier": "10.5517/cc636vb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["SUN WEN-HUA", "WU BIAO", "YANG XIAOJUAN", "ZHANG TIANZHU"], "localIdentifier": [{"type": "doi", "id": "10.1080/1061027031000090370"}], "id": "50|dli_resolver::da346a3fbd7d77e6c9af021b6d9387d7", "relatedPublications": 0, "date": [""], "title": ["\"Novel Heterometallic Polymers Induced by Host-Guest Cations: X-ray Structures of (18-crown-6)KAgWS4nand { (18-crown-6)Ba(DMF)4}(Ag2W2S8)n\""], "relatedDatasets": 2}
1068
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::440fb82d337be0e675e87eddeed99407", "id": {"identifier": "af384055", "schema": "ena"}}], "abstract": "", "author": ["Yau, Douglas M.", "Nathan Sandbo", "Dulin, Nickolai O.", "Sebastien Taurin", "Jacob Kach", "Nan Sethakorn"], "localIdentifier": [{"type": "pmid", "id": "19776005"}], "id": "50|pubmed______::fcbe05ea3c1a00e76795132f0e82e753", "relatedPublications": 0, "date": ["2009-09-23"], "title": ["Phosphorylation of myocardin by extracellular signal-regulated kinase."], "relatedDatasets": 1}
1069
{"typology": "publication", "publisher": ["The FEBS journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1354aee5068804fd19f87b1f43835dc8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21668645&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f46f71a4708d69fbca5bdfb0208f4795", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21668645&result=sequence_release", "schema": "url"}}], "abstract": "None: The rhizome oil of Zingiber zerumbet Smith contains an exceptionally high content of sesquiterpenoids with zerumbone, a predominating potential multi-anticancer agent. Biosynthetic pathways of zerumbone have been proposed, and two genes ZSS1 and CYP71BA1 that encode the enzymes catalyzing the first two steps have been cloned. In this paper, we isolated a cDNA clone (ZSD1) that encodes an alcohol dehydrogenase capable of catalyzing the final step of zerumbone biosynthesis. ZSD1 has an open reading frame of 804 bp that encodes a 267-residue enzyme with a calculated molecular mass of 28.7 kDa. After expression in Escherichia coli, the recombinant enzyme was found to catalyze 8-hydroxy-α-humulene into zerumbone. ZSD1 is a member of the short-chain dehydrogenase/reductase superfamily (SDR) and shares high identities with other plant SDRs involved in secondary metabolism, stress responses and phytosteroid biosynthesis. In contrast to the transcripts of ZSS1 and CYP71BA1, which are almost exclusively expressed in rhizomes, ZSD1 transcripts are detected in leaves, stems and rhizomes, suggesting that ZSD1 may also be involved in other biological processes. Consistent with its proposed flexible substrate-binding pocket, ZSD1 also converts borneol to camphor with K(m) and k(cat) values of 22.8 μm and 4.1 s(-1) , displaying its bisubstrate feature.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "21668645"}, {"type": "doi", "id": "10.1111/j.1742-4658.2011.08211.x"}], "author": ["Okajima Toshihide", "Harada Hisashi", "Utsumi Ryutaro", "Yu Fengnian", "Okamoto Sho", "Misawa Norihiko", "Hattan Jun-ichiro"], "relatedPublications": 0, "id": "50|r3d100010527::5b6d3ec46a3805fb26ce0f20e2067f64", "title": ["A short-chain dehydrogenase involved in terpene metabolism from Zingiber zerumbet."], "relatedDatasets": 2}
1070
{"typology": "publication", "publisher": ["Molecular and cellular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::cc3f40448602ca70d8c607e0b5b7b9e5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1705004&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3be492136b5dbc9f1bb18154976fd0f0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1705004&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::acc0720faf1d1292702362469a526e5c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1705004&result=noncoding_release", "schema": "url"}}], "abstract": "None: The liver is an epithelioid organ that can regenerate following partial hepatectomy. Although it is composed mainly of hepatocytes, it has a complex, multicellular architecture, implying that intercellular communications must exist during regeneration. As in other mitogen-stimulated cells, immediate-early growth response genes induced in the absence of prior protein synthesis are likely to play an important regulatory role in the regenerative process. Through differential screening of regenerating liver cDNA libraries, we found that one of the most highly expressed immediate-early genes in liver regeneration encodes the rat homolog of the low-molecular-weight insulinlike growth factor (IGF)-binding protein (IGFBP-1). This protein has been implicated in enhancing the mitogenic effect of IGF on tissues. IGFBP-1 gene induction is transcriptionally mediated and specific to regenerating liver, as the gene is not expressed in mitogen-stimulated fibroblasts. IGFBP-1 expression has been shown to increase under low-insulin conditions such as diabetes, and the complex regulation of expression is indicated by our finding that insulin treatment of H35 rat hepatoma cells, which induces proliferation, also causes a rapid decrease in transcription and expression of the IGFBP-1 gene. Of note, IGFBP-1 mRNA is abundant in fetal rat liver, implying that it participates in normal liver growth and development. Although regenerating liver cells continue to produce IGF-I, we did not detect IGF-I receptor mRNA during the first 24 h after hepatectomy. However, some IGFBPs may act to enhance the activity of IGF-I independently of IGF-I receptors. Thus, IGF-1 and IGFBPs may interact with hepatocytes or nonparenchymal liver cells, through either IGF-I or novel receptors. In this way, IGFBP-I and IGF-I could act in a paracrine and/or autocrine fashion in maintaining normal liver architecture during regeneration.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1705004"}], "author": ["Laz T M", "Melby A E", "Taub R", "Tewari D S", "Mohn K L"], "relatedPublications": 0, "id": "50|r3d100010527::ce3cff56d8ec52b982c8e2b1e4b63214", "title": ["The gene encoding rat insulinlike growth factor-binding protein 1 is rapidly and highly induced in regenerating liver."], "relatedDatasets": 3}
1071
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d662c0e0cfaa07bd47eda5e8262fecaa", "id": {"identifier": "10.5517/cc5f2h4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reaction of 2-hydrazinothiazoles  1  with 1-thienyl- and 1-furyl-1,3-butanediones  2a , b  in methanol in the presence of hydrochloric acid mainly leads to a mixture of pyrazoles  3  and pyrazolines  4  or pyrazoles  3  and  5  in strong acidic conditions. Isomeric hydrazones  6  and pyrazolines  4  were formed and isolated in these reactions in the absence of hydrochloric acid. It has been shown that the regioselectivity in the reaction of diketones  2  with hydrazine  1  is governed by both the concentration of acid and the nature of substituents in the 1,3-diketones  2 . Cyclization of hydrazones  6  is shown to occur under milder conditions than dehydration for pyrazolines  4 . The new heterocyclic compounds were prepared and fully characterized by NMR spectra and by X-ray analysis for  3c .", "author": ["Dehaen Wim", "Bakulev Vasiliy A.", "Van Meervelt Luc", "Toppet Suzanne", "Denisova Anna B.", "Sosnovskikh Vyacheslav Ya."], "localIdentifier": [{"type": "doi", "id": "10.1016/s0022-1139(02)00060-x"}], "id": "50|dli_resolver::69e7fc4395cc37d5f7a4cc471e5d9115", "relatedPublications": 0, "date": [""], "title": ["\"The regioselectivity of the formation of 2-pyrazolylthiazoles and their precursors from the reaction of 2-hydrazinothiazoles with 4,4,4-trifluoro-1-hetaryl-1,3-butanediones\""], "relatedDatasets": 1}
1072
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aa532a4c60274fea2afefeca3eb3d12f", "id": {"identifier": "10.5517/ccp8031", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14b6b80e7a51ea448215bd8afdb536ca", "id": {"identifier": "10.5517/ccp8020", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Artesunate drug substance, for which a rectal capsule formulation is under development for the treatment of severe malaria, when heated at 100 °C for 39 h gives β-artesunate, artesunate dimers, 9,10-anhydrodihydroartemisinin (glycal), a DHA β-formate ester, and smaller amounts of other products that arise via intermediate formation of dihydroartemisinin (DHA) and subsequent thermal degradation. Solid DHA at 100 °C provides an epimeric mixture of a known peroxyhemiacetal, arising via ring opening to a hydroperoxide and re-closure, smaller amounts of a 3:1 mixture of epimers of a known tricarbonyl compound, and a single epimer of a new dicarbonyl compound. The latter arises via homolysis of the peroxide and an ensuing cascade of α-cleavage reactions which leads to loss of formic acid incorporating the C10 carbonyl group of DHA exposed by this 'unzipping' cascade. The tricarbonyl compound that arises via peroxide homolysis and extrusion of formic acid from a penultimate hydroxyformate ester incorporating C12 of the original DHA, is epimeric at the exocyclic 1′′-aldehyde, and not in the cyclohexanone moiety. It is converted into the dicarbonyl compound by peroxide-induced deformylation. The dicarbonyl compound is not formed during anhydrous ferrous bromide mediated decomposition of DHA at room temperature, which provides the 1′′-R epimer of the tricarbonyl compound as the dominant product; this equilibrates at room temperature to the 3:1 mixture of epimers of the tricarbonyl compound obtained from thermolysis. Each of artesunate and DHA decomposes readily under aqueous acidic conditions to provide significant amounts of the peroxyhemiacetal, which, like DHA, decomposes to the inert end product 2-deoxyartemisinin under acidic or basic conditions. DHA and the peroxyhemiacetal are the principal degradants in aged rectal capsule formulations of artesunate. TGA analysis and thermal degradation of DHA reveals a thermal lability which would pose a problem not only in relation to ICH stability testing guidelines, but in the use of DHA in fixed formulations currently under development. This thermolability coupled with the poor physicochemical properties and relative oral bioavailability of DHA suggests that it is inferior to artesunate in application as an antimalarial drug.", "author": ["Chan Ho-Wai", "Wong Ho-Ning", "Cartwright Anthony", "Shek Lai Yung", "Gomes Melba F.", "Lung Chung-Man", "Ng Nga-Chun", "Haynes Richard K.", "Williams Ian D."], "localIdentifier": [{"type": "doi", "id": "10.1002/cmdc.200700064"}], "id": "50|dli_resolver::6b6076abb515399d35b27aeb15cf7aad", "relatedPublications": 0, "date": [""], "title": ["\"Artesunate and Dihydroartemisinin (DHA): Unusual Decomposition Products Formed under Mild Conditions and Comments on the Fitness of DHA as an Antimalarial Drug\""], "relatedDatasets": 2}
1073
{"typology": "publication", "publisher": ["The Journal of general virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::505c1f547dd96a1b007961514e3ced50", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8760423&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2423583a625489db768e2b680b2377e1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8760423&result=coding_release", "schema": "url"}}], "abstract": "None: The complete nucleotide sequences of the small (S) genomic RNA segments of five California (CAL) serogroup bunyaviruses (two Inkoo virus strains, San Angelo virus, Serra do Navio virus, South River virus and Tahyna virus) were determined. In agreement with previously published data concerning CAL serogroup viruses, the nucleocapsid (N) and non-structural (NSs) proteins were encoded in over-lapping open reading frames (ORFs). All N protein ORFs were 708 nucleotides in length and encoded a 235 amino-acid gene product. The NSs ORFs were either 279 or 294 nucleotides in length, which would encode 92 or 97 amino-acid proteins, respectively. Comparative analysis of the nucleotide sequences and amino acids corresponding to the nucleocapsid protein resulted in a predicted relationship among these viruses that generally agreed with those determined by serology. The only exception was Inkoo virus, where comparisons based on the S RNA sequence and partial M RNA sequence suggest that this virus is more similar to Jamestown Canyon virus of the Melao complex than it is to viruses such as Tahyna and La Crosse viruses of the California encephalitis complex.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8760423"}], "author": ["Spargo B", "Huang C", "Campbell W P", "Shope R E"], "relatedPublications": 0, "id": "50|r3d100010527::24b4dcce30d220f0f27a370c2cccc365", "title": ["The S RNA genomic sequences of Inkoo, San Angelo, Serra do Navio, South River and Tahyna bunyaviruses."], "relatedDatasets": 2}
1074
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::30caf2175667910220cf29f3853eca57", "id": {"identifier": "10.3886/icpsr34899.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Carson, Dena C."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jcrimjus.2013.01.005"}], "relatedPublications": 0, "title": ["Perceptions of prosocial and delinquent peer behavior and the effect on delinquent attitudes: A longitudinal study"], "id": "50|r3d100010255::47c5aa9298a153e38df1a3ef3a2bf867"}
1075
{"typology": "publication", "publisher": ["The EMBO journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ca5d9c9a9a3bfe8c202df5340ca4055d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6196191&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6b121d4cd58b99fa7ae689bc0627c06a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=6196191&result=sequence_release", "schema": "url"}}], "abstract": "None: Positive-stranded genomic RNA of coronavirus MHV and its six subgenomic mRNAs are synthesized in the cytoplasm of the host cell. The mRNAs are composed of leader and body sequences which are non-contiguous on the genome and are fused together in the cytoplasm by a mechanism which appears to involve an unusual and specific 'polymerase jumping' event.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "6196191"}], "author": ["Spaan W", "van der Zeijst B A", "Siddell S G", "Rottier P", "Smeekens S", "Skinner M", "Armstrong J", "Delius H"], "relatedPublications": 0, "id": "50|r3d100010527::2219b0d578a1c4e455d7e729213d88da", "title": ["Coronavirus mRNA synthesis involves fusion of non-contiguous sequences."], "relatedDatasets": 2}
1076
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b2075a8e3135293aee5618c56433732f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11083877&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8fc6fd33db79daeb697ded403b061092", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11083877&result=sequence_release", "schema": "url"}}], "abstract": "None: In Saccharomyces cerevisiae, the genes ODC1 and ODC2 encode isoforms of the oxodicarboxylate carrier. They both transport C5-C7 oxodicarboxylates across the inner membranes of mitochondria and are members of the family of mitochondrial carrier proteins. Orthologs are encoded in the genomes of Caenorhabditis elegans and Drosophila melanogaster, and a human expressed sequence tag (EST) encodes part of a closely related protein. Information from the EST has been used to complete the human cDNA sequence. This sequence has been used to map the gene to chromosome 14q11.2 and to show that the gene is expressed in all tissues that were examined. The human protein was produced by overexpression in Escherichia coli, purified, and reconstituted into phospholipid vesicles. It has similar transport characteristics to the yeast oxodicarboxylate carrier proteins (ODCs). Both the human and yeast ODCs catalyzed the transport of the oxodicarboxylates 2-oxoadipate and 2-oxoglutarate by a counter-exchange mechanism. Adipate, glutarate, and to a lesser extent, pimelate, 2-oxopimelate, 2-aminoadipate, oxaloacetate, and citrate were also transported by the human ODC. The main differences between the human and yeast ODCs are that 2-aminoadipate is transported by the former but not by the latter, whereas malate is transported by the yeast ODCs but not by the human ortholog. In mammals, 2-oxoadipate is a common intermediate in the catabolism of lysine, tryptophan, and hydroxylysine. It is transported from the cytoplasm into mitochondria where it is converted into acetyl-CoA. Defects in human ODC are likely to be a cause of 2-oxoadipate acidemia, an inborn error of metabolism of lysine, tryptophan, and hydroxylysine.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11083877"}], "author": ["Palmieri F", "Ventura M", "Fiermonte G", "Palmieri L", "Walker J E", "Dolce V", "Runswick M J"], "relatedPublications": 0, "id": "50|r3d100010527::78c6375a444ac773d29ab960255d8f83", "title": ["Identification of the human mitochondrial oxodicarboxylate carrier. Bacterial expression, reconstitution, functional characterization, tissue distribution, and chromosomal location."], "relatedDatasets": 2}
1077
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c8a741d1675f3514221f93f479cd8314", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10049781&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1b0eb30e2db65af33c75e18b86510a8c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10049781&result=coding_release", "schema": "url"}}], "abstract": "None: Hepatocyte growth factor activator inhibitor type 2 (HAI-2) is a new Kunitz-type serine protease inhibitor, which is purified and cloned from human stomach cancer cell line MKN45. The mature HAI-2 protein contains two Kunitz domains and the first domain is mainly responsible for the inhibitory activity against hepatocyte growth factor activator (HGFA). In this study, we identified the mouse homolog of HAI-2 (mHAI-2) by screening the data base of public expressed sequence tag (dbEST). In addition to a full-length cDNA corresponding to human HAI-2, a shorter size of mHAI-2 cDNA was obtained from mouse kidney by reverse-transcription polymerase chain reaction (RT-PCR). Sequence analysis of this shorter cDNA revealed that the region encoding the first Kunitz domain was completely deleted. Analysis of mouse genomic DNA showed that the deleted cDNA was generated by an alternative splicing mechanism. Surprisingly, the spliced form lacking the first Kunitz domain was a predominant transcript in all tissues of mice tested but not in those of human as assessed by RT-PCR analysis. This phenomenon is also confirmed by Western blot analysis using the specific antiserum against human HAI-2 protein. These results suggest that most of HAI-2 expressed in various tissues of mice may be unable to inhibit HGFA efficiently.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10049781"}], "author": ["Kitamura N", "Itoh H", "Koono M", "Hamasuna R", "Kataoka H"], "relatedPublications": 0, "id": "50|r3d100010527::b5b02eb7cfa71150da1fa03eb09c8c0c", "title": ["Hepatocyte growth factor activator inhibitor type 2 lacking the first Kunitz-type serine proteinase inhibitor domain is a predominant product in mouse but not in human."], "relatedDatasets": 2}
1078
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b4a4a3b31f97c5fbb84ada8b9436fd64", "id": {"identifier": "10.5517/ccywzd5", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Nitrosation of di(gem-dichlorocyclopropane) with NOCl·2SO3 proceeds regiospecifically and in two stages to afford di(5-chloroisoxazol-3-yl). The introduction of a methyl group on one of the cyclopropane rings crucially influences the reactivity and mode of transformation of the substrate, leading to 3-chloro-5-methyl-5-(1,3,3-trichloroprop-2-en-1-yl)isoxazoline, the structure of which was established by X-ray single crystal diffractometry.", "author": ["Zyk Nikolai V.", "Murodov Dilovar S.", "Zefirov Nikolai S.", "Zlotskii Semen S.", "Bondarenko Oksana B.", "Gavrilova Anna Yu"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tetlet.2013.01.104"}], "id": "50|dli_resolver::3230464405ff18fb979efc0aface2ee6", "relatedPublications": 0, "date": [""], "title": ["\"Regiospecificity of the nitrosation of di(gem-dichlorocyclopropanes) obtained from butadiene and isoprene\""], "relatedDatasets": 1}
1079
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b5230c1dbc812dfc738908118b125d56", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3136172&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4f18a20cb10dda00cc70f3c7ac54b6d0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3136172&result=sequence_release", "schema": "url"}}], "abstract": "None: A G protein alpha subunit gene has been isolated from a Drosophila melanogaster genomic library using a combination of bovine rod and cone transducin alpha subunit cDNAs as a probe under reduced stringency conditions. The gene, DG alpha 1, encodes a protein with an amino acid sequence 78% identical to bovine Gi alpha 1. However, unlike all reported Gi alpha subunit the DG alpha 1-encoded protein is not expected to be a pertussis toxin substrate, because it lacks a cysteine at the appropriate site. The protein coding region of the gene is split by four introns. The sequence of a head tissue cDNA clone, as well as amino acid similarities to mammalian G proteins, confirms this exon/intron structure. Northern blots of total cellular RNA reveal a major 2.3-kilobase transcript and a less abundant 1.7-kilobase transcript. These transcripts are most abundant in RNA from embryos and pupae. The DG alpha 1 gene is located on band 65C on the left arm of the third chromosome, on the basis of in situ hybridizations to Drosophila salivary gland polytene chromosomes.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3136172"}], "author": ["Hurley J B", "Somers D E", "Provost N M"], "relatedPublications": 0, "id": "50|r3d100010527::fc41d2966bcbf1d78115277b5a520b99", "title": ["A Drosophila melanogaster G protein alpha subunit gene is expressed primarily in embryos and pupae."], "relatedDatasets": 2}
1080
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f73ae42131385b85ce19ae69ae2fdccf", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23291895&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::db9074a569b9d5a7811a27d4d49c982b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23291895&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1578f6f93ae4922b7f2a2e84827e1068", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23291895&result=read_study", "schema": "url"}}], "abstract": "None: An aerobic, asporous, flagellated, Gram-stain-positive, rod-shaped bacterium MD-T1-10-2(T) was isolated from the topsoil of Midui Glacier, Tibet Province, China. Phylogenetic analysis based on 16S rRNA gene sequence analysis placed the strain in a clade containing Mycetocola manganoxydans CCTCC AB 209002(T), Mycetocola reblochoni DSM 18580(T), Mycetocola tolaasinivorans JCM 11656(T), Mycetocola lacteus JCM 11654(T) and Mycetocola saprophilus JCM 11655(T), with the sequence similarities of 99.2, 98.1, 96.7, 96.6 and 96.4 %, respectively. DNA-DNA hybridization analysis indicated that strain MD-T1-10-2(T) represented a new member of this genus. The optimal ranges of temperature and pH for growth were 20-25 °C and 7.0-9.0, respectively; the strain could even grow at 0 °C. The major cellular fatty acids were anteiso-C15 : 0, iso-C16 : 0 and anteiso-C17 : 0. The predominant menaquinones were MK-10 and MK-11. The cell wall amino acids were lysine, alanine, glycine and glutamic acids. The DNA G+C content was 65.9 mol%. Based on the genotypic and phenotypic data, strain MD-T1-10-2(T) for which the name Mycetocola miduiensis sp. nov. is proposed; the type strain is MD-T1-10-2(T) ( = CGMCC 1.11101(T) = NBRC 107877(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23291895"}, {"type": "doi", "id": "10.1099/ijs.0.047985-0"}], "author": ["Zhou Yuguang", "Liu Hongcan", "Xin Yuhua", "Dong Xiuzhu", "Zhu Lang", "Liu Qing"], "relatedPublications": 0, "id": "50|r3d100010527::812376f6d72d396ea8124fc208d69a3d", "title": ["Mycetocola miduiensis sp. nov., a psychrotolerant bacterium isolated from Midui glacier."], "relatedDatasets": 3}
1081
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5a21c6c69db8a58ad90de650f75138b3", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d11.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::da88df7ef1329041afc06db6b8bd1c0e", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d17.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1be1bb10f3c3eaca8250e2cb971eec77", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d6.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3225deeb8ef2298114ffa2502d4c9664", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d12.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5e7e4e719f48e0a8f82dbaeb41b176c6", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d7.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::31960d5bec6e0359122fc2ef52dca281", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d18.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::04b81036fca8ab0962f5a7064c69c789", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b98ab80d25dcbe76663c3f12542be648", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d10.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0992f52b535a90b08742800f7f1ca576", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d16.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::29f15525431c6c7acb5be4330cfb6b81", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d9.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::14a2f21a9e03e6bc4c10216fba4b5f4d", "id": {"identifier": "10.6084/m9.figshare.c.3742268.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b0525fbb27b7b839a086d65d287fd219", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::9123ab99595caf09dda3a52dbca2293a", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d13.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::24480cb464bd71e94571f102d2204316", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b2fa254a52521f1f90be19cab55211ce", "id": {"identifier": "10.6084/m9.figshare.c.3742268", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::53f09ccec6ffe83799d3e07746a71792", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d5.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::53d6e45f378660265bc54f0e1732d81a", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d15.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b6495d29e4aed8658f56834360e126b2", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d8.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::6aa1cd524b0d1d505643b9811542a15c", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fd423948b648a09003f3feb47ce139af", "id": {"identifier": "10.6084/m9.figshare.c.3742268_d14.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Kruppel-like factor 9 (Klf9) is a zinc finger transcription factor that functions in neural cell differentiation, but little is known about its genomic targets or mechanism of action in neurons. We used the mouse hippocampus-derived neuronal cell line HT22 to identify genes regulated by Klf9, and we validated our findings in mouse hippocampus. We engineered HT22 cells to express a Klf9 transgene under control of the tetracycline repressor, and used RNA sequencing to identify genes modulated by Klf9. We found 217 genes repressed and 21 induced by Klf9. We also engineered HT22 cells to co-express biotin ligase and a Klf9 fusion protein containing an N-terminal biotin ligase recognition peptide. Using chromatin-streptavidin precipitation (ChSP) sequencing we identified 3,514 genomic regions where Klf9 associated. Seventy-five percent of these were within 1 kb of transcription start sites, and Klf9 associated in chromatin with 60% of the repressed genes. We analyzed the promoters of several repressed genes containing Klf9 ChSP peaks using transient transfection reporter assays and found that Klf9 repressed promoter activity, which was abolished after mutation of Sp/Klf-like motifs. Knockdown or knockout of Klf9 in HT22 cells caused dysregulation of Klf9 target genes. Chromatin immunoprecipitation assays showed that Klf9 associated in chromatin from mouse hippocampus with genes identified by ChSP sequencing on HT22 cells, and expression of Klf9 target genes was dysregulated in the hippocampus of neonatal Klf9-null mice. Gene ontology analysis revealed that Klf9 genomic targets include genes involved in cystokeletal remodeling, Wnt signaling and inflammation. We have identified genomic targets of Klf9 in hippocampal neurons and created a foundation for future studies on how it functions in chromatin, and regulates neuronal morphology and survival across the lifespan.", "author": ["Knoedler Joseph R.", "Subramani Arasakumar", "Denver Robert J."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12864-017-3640-7"}], "id": "50|dli_resolver::5f8ee6b6e52030f7c308ac75387b9bd5", "relatedPublications": 0, "date": [""], "title": ["\"The Krüppel-like factor 9 cistrome in mouse hippocampal neurons reveals predominant transcriptional repression via proximal promoter binding\""], "relatedDatasets": 20}
1082
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b1bd259487d9be374e1e012c06af5b5f", "id": {"identifier": "10.3886/icpsr25501.v4", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Ervin, R. Bethene", "Kennedy-Stephenson, Jocelyn", "Wang, Chia-Yih", "Wright, Jacqueline D."], "localIdentifier": [{"type": "icpsr", "id": "93491"}], "relatedPublications": 0, "title": ["Dietary Intake of Fats and Fatty Acids for the United States Population: 1999-2000"], "id": "50|r3d100010255::ae3b17187b904113ecc227e71ab017a5"}
1083
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9bd467df9c64f4f8c5a236a3cf316e3e", "id": {"identifier": "10.5517/cc7l5fd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title complex, [Ni(EDTB)](NO3)2·CH3OH [EDTB is N,N,N′,N′-tetra­kis(benzimidazol-2-ylmeth­yl)ethane-1,2-diamine, C34H32N10], the NiII ion is coordinated by six N atoms of the EDTB ligand to form a distorted octa­hedral geometry. The crystal packing is stabilized by inter­molecular N—H⋯O, N—H⋯N and O—H⋯O hydrogen bonds.", "author": ["Liu Xin", "Gu Wen", "Li Bing", "Wang Yu-Hu"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536805039681"}], "id": "50|dli_resolver::c8c48d6101b8cf05604568aaef5db6f5", "relatedPublications": 0, "date": [""], "title": ["\"N,N,N′,N′-Tetrakis(benzimidazol-2-ylmethyl)ethane-1,2-diaminenickel(II) dinitrate methanol solvate\""], "relatedDatasets": 1}
1084
{"typology": "publication", "publisher": ["Applied and environmental microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::42b451fcf3572b17259fddb02d5bc357", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17513594&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::01b29dc4e1bd6cb32f0a659c9d98f0f7", "id": {"identifier": "ab208105", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::90f9965d2ccf50bc45b1e647cb925d2a", "id": {"identifier": "ab208081", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::710594ee217cfa98cfb0b8f03d9541e2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17513594&result=coding_release", "schema": "url"}}], "abstract": "None: \"Candidatus Accumulibacter phosphatis\" is considered a polyphosphate-accumulating organism (PAO) though it has not been isolated yet. To reveal the denitrification ability of this organism, we first concentrated this organism by flow cytometric sorting following fluorescence in situ hybridization (FISH) using specific probes for this organism. The purity of the target cells was about 97% of total cell count in the sorted sample. The PCR amplification of the nitrite reductase genes (nirK and nirS) from unsorted and sorted cells was performed. Although nirK and nirS were amplified from unsorted cells, only nirS was detected from sorted cells, indicating that \"Ca. Accumulibacter phosphatis\" has nirS. Furthermore, nirS fragments were cloned from unsorted (Ba clone library) and sorted (Bd clone library) cells and classified by restriction fragment length polymorphism analysis. The most dominant clone in clone library Ba, which represented 62% of the total number of clones, was not found in clone library Bd. In contrast, the most dominant clone in clone library Bd, which represented 59% of the total number of clones, represented only 2% of the total number of clones in clone library Ba, indicating that this clone could be that of \"Ca. Accumulibacter phosphatis.\" The sequence of this nirS clone exhibited less than 90% similarity to the sequences of known denitrifying bacteria in the database. The recovery of the nirS genes makes it likely that \"Ca. Accumulibacter phosphatis\" behaves as a denitrifying PAO capable of utilizing nitrite instead of oxygen as an electron acceptor for phosphorus uptake.", "author": ["Tsuneda Satoshi", "Kazuma Oki", "Yoshiteru Aoi", "Miyauchi Ryuki", "Ryuki Miyauchi", "Oki Kazuma", "Aoi Yoshiteru", "Satoshi Tsuneda"], "localIdentifier": [{"type": "pbmid", "id": "17513594"}, {"type": "pmid", "id": "17513594"}], "id": "50|dedup_wf_001::a7fbe2b4a7d15526051dfaebe0f5ce21", "relatedPublications": 0, "date": ["2007-05-18"], "title": ["Diversity of nitrite reductase genes in \"Candidatus Accumulibacter phosphatis\"-dominated cultures enriched by flow-cytometric sorting."], "relatedDatasets": 4}
1085
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "", "dnetId": "60|dli_resolver::fdc790d49cfc1135cfbeeb737ef655c9", "id": {"identifier": "af396929", "schema": "ena"}}], "abstract": "", "author": ["Noriko Inada", "Yu Momoyama", "Yoshiki Nishimura", "Osami Misumi", "Ko Kato", "Tetsuya Higashiyama", "Tsuneyoshi Kuroiwa"], "localIdentifier": [{"type": "pmid", "id": "12000794"}], "id": "50|pubmed______::f006dcc07b51519f081fde82a19d270a", "relatedPublications": 0, "date": ["2002-05-01"], "title": ["An mt(+) gamete-specific nuclease that targets mt(-) chloroplasts during sexual reproduction in C. reinhardtii."], "relatedDatasets": 1}
1086
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e342405add807a0a18fafca55a842fa7", "id": {"identifier": "nc_011761", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::db17fe03124e1fd9d1aeb53ccd7e03ce", "id": {"identifier": "am176776", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::08d14045a344aa4c5463eefe15507584", "id": {"identifier": "ef059755", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::39be8282766ba7007099f0c254034f7b", "id": {"identifier": "eu084696", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c876853e790c9b0f942d1e3eadb20651", "id": {"identifier": "aefb01001602", "schema": "ncbi-wgs"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a9cab4ad36efdd79fae7181d9807f5c1", "id": {"identifier": "aefb01000001", "schema": "ncbi-wgs"}}], "abstract": "", "title": ["“Isolation, identification, characterization and polymetallic concentrate leaching studies of tryptic soy- and peptone-resistant thermotolerant"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biortech.2010.08.115"}], "id": "50|elsevier____::51031f5e06a32bd24edf775cee22384e", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 6}
1087
{"typology": "publication", "publisher": ["Development (Cambridge, England)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::22e5fdfee65158c7d5149c9c8a4969f5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12642484&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::07efbe7c08794c56c9057f2d95f36507", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12642484&result=coding_release", "schema": "url"}}], "abstract": "None: A family of inner nuclear membrane proteins is implicated in gene regulation by interacting with chromatin, nuclear lamina and intranuclear proteins; however, the physiological functions of these proteins are largely unknown. Using a Xenopus expression screening approach with an anterior neuroectoderm cDNA library, we have identified an inner nuclear membrane protein, XMAN1, as a novel neuralizing factor that is encoded by the Xenopus ortholog of human MAN1. XMAN1 mRNA is expressed maternally, and appears to be restricted to the entire ectoderm at the early gastrula stage, then to the anterior neuroectoderm at the neurula stage. XMAN1 induces anterior neural markers without mesoderm induction in ectodermal explants, and a partial secondary axis when expressed ventrally by dorsalizing the ventral mesoderm. Importantly, XMAN1 antagonizes bone morphogenetic protein (BMP) signaling downstream of its receptor Alk3, as judged by animal cap assays, in which XMAN1 blocks expression of downstream targets of BMP signaling (Xhox3 and Msx1), and by luciferase reporter assays, in which XMAN1 suppresses BMP-dependent activation of the Xvent2 promoter. Deletion mutant analyses reveal that the neuralizing and BMP-antagonizing activities of XMAN1 reside in the C-terminal region, and that the C-terminal region binds to Smad1, Smad5 and Smad8, which are intracellular mediators of the BMP pathway. Interference with endogenous XMAN1 functions with antisense morpholino oligos leads to the reduction of anterior neuroectoderm. These results provide the first evidence that the nuclear envelope protein XMAN1 acts as a Smad-interacting protein to antagonize BMP signaling during Xenopus embryogenesis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12642484"}], "author": ["Ohmori Shin-ya", "Osada Shin-Ichi", "Taira Masanori"], "relatedPublications": 0, "id": "50|r3d100010527::be0ada677b5ea2656167e7c2f09c0e85", "title": ["XMAN1, an inner nuclear membrane protein, antagonizes BMP signaling by interacting with Smad1 in Xenopus embryos."], "relatedDatasets": 2}
1088
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2cb51bdd97f4a00da91494cc33892584", "id": {"identifier": "10.5061/dryad.r2n70", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2cb51bdd97f4a00da91494cc33892584", "id": {"identifier": "10.5061/dryad.r2n70", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Baurain Denis", "Delsuc Frédéric", "Kupfer Alexander", "Philippe Hervé", "Irisarri Iker", "Meyer Axel", "Sire Jean-Yves", "Brinkmann Henner", "Jarek Michael", "Petersen Jörn", "Vences Miguel"], "localIdentifier": [{"type": "doi", "id": "10.1038/s41559-017-0240-5"}], "id": "50|dli_resolver::c57515304cd0b1e133f28784c9f73df3", "relatedPublications": 0, "date": [""], "title": ["\"Phylotranscriptomic consolidation of the jawed vertebrate timetree\""], "relatedDatasets": 2}
1089
{"typology": "publication", "publisher": ["Thieme Publishing Group"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8e465f7562fded74d031ea6055c7c4a0", "id": {"identifier": "10.5517/ccvtt1h", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c351647ba58e4104a5f9418a9bc839d4", "id": {"identifier": "10.5517/ccvtt0g", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction of 5-amino-1H-imidazoles with 3-methox- alylchromone provided a set of imidazo(4,5-b)pyridines (1-des- azapurines) bearing the CO2Me substituent at the a-position of the pyridine core. The corresponding acids were synthesized by subse- quent hydrolysis of the ester function. Being typical purine isos- teres, 1-desazapurines are considered to be potent pharmacophores, and are widely used in drug design and medicinal chemistry.", "author": ["Ostrovskyi Dmytro", "Mkrtchyan Satenik", "Ali Iftikhar", "Villinger Alexander", "Iaroshenko Viktor", "Langer Peter", "Tolmachev Andrei"], "localIdentifier": [{"type": "doi", "id": "10.1055/s-0030-1258339"}], "id": "50|dli_resolver::9a7f6c1fd6f45d143ce6d942ce26911e", "relatedPublications": 0, "date": [""], "title": ["\"3-Methoxalylchromone - A Versatile Reagent for the Regioselective Synthesis of 1-Desazapurine\""], "relatedDatasets": 2}
1090
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c945a6c5b6427ee7cc4e1b80137e8f3b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1704364&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1830d8a59dd8784ef8cf9fcef2932acd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1704364&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1c68560c4cadd3626cc90738a890591d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1704364&result=taxon", "schema": "url"}}], "abstract": "None: Lysyl hydroxylase (EC 1.14.11.4), an alpha 2 dimer, catalyzes the formation of hydroxylysine in collagens by the hydroxylation of lysine residues in X-Lys-Gly sequences. We report here on the isolation of cDNA clones coding for the enzyme from a chick embryo lambda gt11 library. Several overlapping clones covering all the coding sequences of the 4-kilobase mRNA and virtually all the noncoding sequences were characterized. These clones encode a polypeptide of 710 amino acid residues and a signal peptide of 20 amino acids. The polypeptide has four potential attachment sites for asparagine-linked oligosaccharides and 9 cysteine residues, at least one of which is likely to be involved in the binding of the Fe2+ atom to a catalytic site. A surprising finding was that no significant homology was found between the primary structures of lysyl hydroxylase and prolyl 4-hydroxylase in spite of the marked similarities in kinetic properties between these two enzymes. A computer-assisted comparison indicated only an 18% identity between lysyl hydroxylase and the alpha-subunit of prolyl 4-hydroxylase and a 19% identity between lysyl hydroxylase and the beta-subunit of prolyl 4-hydroxylase. Visual inspection of the most homologous areas nevertheless indicated the presence of several regions of 20-40 amino acids in which the identity between lysyl hydroxylase and one of the prolyl 4-hydroxylase subunits exceeded 30% or similarity exceeded 40%. Southern blot analyses of chick genomic DNA indicated the presence of only one gene coding for lysyl hydroxylase.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1704364"}], "author": ["Turpeenniemi-Hujanen T", "Kivirikko K I", "Pihlajaniemi T", "Myllylä R", "Pajunen L"], "relatedPublications": 0, "id": "50|r3d100010527::2cf83aad6d3c95e903e1811d57de7a9b", "title": ["Molecular cloning of chick lysyl hydroxylase. Little homology in primary structure to the two types of subunit of prolyl 4-hydroxylase."], "relatedDatasets": 3}
1091
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb63df7022534640d696d1ba6fa0f0d9", "id": {"identifier": "10.5517/ccdc.csd.ccz1ktc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::50d50b7f8c3681b64d36489ce22f2a70", "id": {"identifier": "10.5517/ccz1kvd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f28a65da26e8353baff74574eddd69aa", "id": {"identifier": "10.5517/ccdc.csd.ccz1kq8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::10b3f8f2447189f73deb4b243a43f984", "id": {"identifier": "10.5517/ccdc.csd.ccz1ksb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5d74a93b03f1669926e13512e6892024", "id": {"identifier": "10.5517/ccdc.csd.ccz1kr9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The novel chalcogenidotellurates(IV) [Zn(NH3)6][Zn(NH3)4]2(TeS3)3 (1), [Zn(NH3)4](TeSe3) (2), [Mn(NH3)6](TeS3) (3), [Mn(NH3)6](TeSe3) (4) and [Mn(CH3NH2)6](TeSe3) (5) were obtained by solvothermal reactions from elemental zinc or manganese, tellurium and sulfur or selenium, respectively, in liquid ammonia or methylamine. The reactions were performed in thick-walled glass ampoules at 50 °C and give 1, 2 and 3 in quantitative yield. The yields for 4 and 5 are lower. The crystal structures consist of tetrammine, hexammine and hexakis(methylamine) complexes of divalent Zn and Mn and of trigonal-pyramidal (TeCh3)2– (Ch = S, Se) anions. Compounds 1 (P31m) and 2 [two polymorphic forms, Cmc21 (2a) and Pca21 (2b)] crystallise in a noncentrosymmetric manner in polar structures, while 3 (P21/c), 4 (Pbca) and 5 (P21/m) are centrosymmetric. As an unique feature, the structure of 1 contains two different types of Zn ammine complexes, tetrahedral [Zn(NH3)4]2+ and octahedral [Zn(NH3)6]2+. Compound 5 contains the rare hexacoordinate complex [Mn(CH3NH2)6]2+. Raman spectra of 1 and 2 show the two expected symmetric and asymmetric valence vibrations between 350–380 cm–1 for (TeS3)2– and 215–235 cm–1 for (TeSe3)2–.", "author": ["Kysliak Oleksandr", "Beck Johannes"], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.201200927"}], "id": "50|dli_resolver::9e18b63754dd8a72845c45c5aa3b28b6", "relatedPublications": 0, "date": [""], "title": ["\"Chalcogenidotellurates(IV) (TeS3)2-and (TeSe3)2-by Low-Temperature Solvothermal Synthesis from Liquid Ammonia and Methylamine\""], "relatedDatasets": 5}
1092
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a75fb10378e3fc6524bfe4f9ff7549b3", "id": {"identifier": "10.5517/ccrj19l", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the mol­ecule of the title compound, C23H18BrN3O3, the benzotriazole mean plane makes dihedral angles of 1.26 (1) and 87.39 (1)° with the tolyl and bromophenyl benzene rings, respectively, and the dihedral angle between the benzene rings is 87.27 (1)°. In the crystal structure, mol­ecules are linked into chains along the a axis by C—H⋯O inter­molecular hydrogen bonds. The structure is further stabilized by C—H⋯π and π–π inter­actions, with a distance of 3.700 (1) A between the centroids of the bromophenyl and benzotriazole benzene rings related by symmetry code (x, −1 + y, z).", "author": ["Tian Na-Na", "Wan Jun", "Liu Yao", "Li Lin", "Jiang Lin-Bin"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808023222"}], "id": "50|dli_resolver::eab41893ee446776a8c3c0e417de4e02", "relatedPublications": 0, "date": [""], "title": ["\"2-(1H-Benzotriazol-1-yl)-1-(2-chlorobenzoyl)ethyl 4-methylbenzoate\""], "relatedDatasets": 1}
1093
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f9c4f81e8f103d64865b1089e614cb77", "id": {"identifier": "m33667", "schema": "genbank"}}], "abstract": "", "title": ["The role of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2006.06.191"}], "id": "50|elsevier____::a3e9056d656729e000e927d8ce6ad2d6", "relatedPublications": 0, "date": ["2006"], "relatedDatasets": 1}
1094
{"typology": "publication", "publisher": ["PloS one"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::312764e7cd92d795cb97ac528de9c233", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23409078&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e8fa96e06ceba75992bcc0b1767b91d5", "id": {"identifier": "eu418014", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::191046237b62b82199722205b83f7d02", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23409078&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0019dcac2abbc1e59ced72995275d12a", "id": {"identifier": "fj360615", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7929650e4aac087fa6f4760f23dc655d", "id": {"identifier": "ay379740", "schema": "ena"}}], "abstract": "None: Eomesodermin (Eomes), a T-bet homologue expressed in activated CD8+T cells was recently proposed to act as a master regulator of cytotoxic CD8+ T cell effector function and offers an exciting avenue for future exploration. Here, we have identified and characterized the full-length Atlantic salmon Eomes cDNA (2477 bp). Promoter analysis of the salmon Eomes showed the presence of important putative transcription binding sites like SP1, FOXO, Oct-1, SMAD, STAT, IRF, and Ets-1. The basal core region responsible for the promoter activity was located between base -199 and +59. Quantitative PCR analysis revealed that the Atlantic salmon Eomes was ubiquitously expressed in all the tissues studied but strongly expressed in the ovary, spleen, brain, and the head kidney. Moreover, the involvement of Eomes in Atlantic salmon immune response and its relation with the cytolytic activity was demonstrated by investigating the early time dependent expression profile of Eomes and CD8α followed by high interferon gamma (IFN-γ) and granzyme A expression during challenge with live Aeromonas salmonicida and Infectious Pancreatic Necrosis (IPN) virus. Therefore, we further analyzed the regulated expression and function of this transcription factor in spleen lymphocytes. Overexpression of Eomes induced IFN-γ, and granzyme A expression but not perforin expression, whereas small interfering RNA (siRNA) mediated suppression of Eomes expression led to significantly reduced IFN-γ production. Thus, Eomes may be critical in cytolytic gene expression and function in fish similar to mammals. Furthermore, IFN-α, and mitogens induced Eomes expression. Taken together, this is the first study on the promoter activity and regulatory role of Eomes in fish.", "author": ["Dalmo, Roy A.", "Kumari Jaya", "Dalmo Roy A", "Jaya Kumari", "Bøgwald Jarl", "Jarl Bøgwald"], "localIdentifier": [{"type": "pmid", "id": "23409078"}, {"type": "doi", "id": "10.1371/journal.pone.0055893"}, {"type": "pbmid", "id": "23409078"}], "id": "50|dedup_wf_001::45ad6f796282229b858da49c9df44dc2", "relatedPublications": 0, "date": ["2013-02-07"], "title": ["Eomesodermin of atlantic salmon: an important regulator of cytolytic gene and interferon gamma expression in spleen lymphocytes."], "relatedDatasets": 5}
1095
{"typology": "publication", "publisher": ["Current genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4534ad845f86d561a7b95802e2e0774", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20574726&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::913c5a8c2a130208c65cb025710a2723", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20574726&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::432044ecbbbd47158d75eae0f13af4a6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20574726&result=coding_release", "schema": "url"}}], "abstract": "None: Although DNA sequences of linear mitochondrial genomes are available for a wide variety of species, sequence and conformational data from the extreme ends of these molecules (i.e., the telomeres) are limited. Data on the telomeres is important because it can provide insights into how linear genomes overcome the end-replication problem. This study explores the evolution of linear mitochondrial DNAs (mtDNAs) in the green-algal genus Polytomella (Chlorophyceae, Chlorophyta), the members of which are non-photosynthetic. Earlier works analyzed the linear and linear-fragmented mitochondrial genomes of Polytomella capuana and Polytomella parva. Here we present the mtDNA sequence for Polytomella strain SAG 63-10 [also known as Polytomella piriformis (Pringsheim 1963)], which is the only known representative of a mostly unexplored Polytomella lineage. We show that the P. piriformis mtDNA is made up of two linear fragments of 13 and 3 kb. The telomeric sequences of the large and small fragments are terminally inverted, and appear to end in vitro with either closed (hairpin-loop) or open (nicked-loop) structures as also shown here for P. parva and shown earlier for P. capuana. The structure of the P. piriformis mtDNA is more similar to that of P. parva, which is also fragmented, than to that of P. capuana, which is contained in a single chromosome. Phylogenetic analyses reveal high substitution rates in the mtDNA of all three Polytomella species relative to other chlamydomonadalean algae. These elevated rates could be the result of a greater number of vegetative cell divisions and/or small population sizes in Polytomella species as compared with other chlamydomonadalean algae.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20574726"}, {"type": "doi", "id": "10.1007/s00294-010-0311-5"}], "author": ["Smith David Roy", "Hua Jimeng", "Lee Robert W"], "relatedPublications": 0, "id": "50|r3d100010527::26911ba0c5bc55cd3e52bb73abc43ff0", "title": ["Evolution of linear mitochondrial DNA in three known lineages of Polytomella."], "relatedDatasets": 3}
1096
{"typology": "publication", "publisher": ["Infection and immunity"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::23b490edfc1b53159f05a77d240b6086", "id": {"identifier": "af154920", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4a8f7709f987dc499e1ec256ae535fcb", "id": {"identifier": "af154923", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::04b4ed29c8e6c92b21bc332916c07176", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10639401&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0ac67f4e890e2fee105e68a660cfa38c", "id": {"identifier": "af154921", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::96bacf9197c189e4025cb5f2e9556f84", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10639401&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::843a1240fcd25ed44dedef0ef69a724c", "id": {"identifier": "af154922", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2d8aed02c280522ef6c0e101195b9efb", "id": {"identifier": "af154919", "schema": "ena"}}], "abstract": "None: Genes encoding the Mycoplasma arthritidis surface-exposed lipoprotein MAA1 were cloned and sequenced from MAA1-expressing strains 158p10p9 and PG6, from a low-adherence (LA) variant derived from 158p10p9 that expresses a truncated version of MAA1 (MAA1Delta) and from two MAA1-negative strains, 158 and H39. The deduced amino acid sequences of maa1 from 158p10p9 and PG6 predicted, respectively, 86.5- and 86.4-kDa basic, largely hydrophilic lipoproteins with 29-amino-acid signal peptides and predicted cleavage sites for signal peptidase II (Ala-Ala-Ala downward arrowCys). The truncation in the LA variant resulted from a G-->T substitution at nucleotide 695, which created a premature stop codon. This, in turn, generated a predicted 26.6-kDa prolipoprotein (23.6 kDa after processing), consistent with an M(r) of approximately 24,000 calculated for MAA1Delta. Similarly, absence of MAA1 expression in H39 and 158 resulted from C-->A substitutions at nucleotide 208, generating premature stop codons at that site in both strains.", "author": ["Washburn, L. R.", "Weaver K E", "Washburn L R", "Weaver, K. E.", "Miller, E. J.", "Miller E J"], "localIdentifier": [{"type": "pbmid", "id": "10639401"}, {"type": "pmid", "id": "10639401"}], "id": "50|dedup_wf_001::939c4cb50d0e3317a45a0a3bec60bfbf", "relatedPublications": 0, "date": ["2000-02-01"], "title": ["Molecular characterization of Mycoplasma arthritidis membrane lipoprotein MAA1."], "relatedDatasets": 7}
1097
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2f2057536f5291b70d7ee5be40d42a2e", "id": {"identifier": "10.3886/icpsr09681.v5", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e779f590762a0d81185a996d0dc109b9", "id": {"identifier": "10.3886/icpsr06041.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Freedman, Vicki", "Wolf, Douglas A.", "Soldo, Beth J."], "localIdentifier": [{"type": "icpsr", "id": "32390"}], "relatedPublications": 0, "title": ["Demography of family care for the elderly"], "id": "50|r3d100010255::daa07e26912f50b71d596cc9e8da231d"}
1098
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7a44b4a82f5256a28429c7e30f946155", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12242010&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f5b011a6df35e3d6cdbe1cbec1d41dd", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12242010&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::56b18a7f4d4713c68045bea43e2b2d1a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12242010&result=coding_release", "schema": "url"}}], "abstract": "None: Some archaeal ribosomal DNA (rDNA) introns carry homing endonuclease-like genes and are therefore assumed to propagate by \"intron homing\". A previous study demonstrated that three introns are located within the rRNA operon (arnSL) of Aeropyrum pernix strain K1, two of which, Ialpha and Igamma, harbor open reading frames (ORFs) encoding putative LAGLIDADG-type endonucleases. In an effort to understand further the rDNA intron distribution in natural A. pernix populations, 11 A. pernix strains were isolated from marine hydrothermal biotopes, and comparative nucleotide sequence analysis of the arnSL alleles was performed. Of the 11 isolates, eight contained multiple introns, and three patterns of intron insertion were found. Three novel introns, Idelta (62 bp in length), Ivarepsilon (122 bp) and Izeta (57 bp) were identified. They were all ORF-less, but their predicted RNA secondary structure at the exon-intron junctions was consistent with the bulge-helix-bulge motif. The insertion positions and the terminal inverted repeat sequences of Idelta and Izeta were in agreement with those of Ialpha and Igamma, respectively. This suggests that these intron variants were generated by large indels (insertions/deletions) during their evolution.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12242010"}], "author": ["Kim Eun-Ji", "Kogishi Taeko", "Sako Yoshihiko", "Morinaga Yayoi", "Nomura Norimichi", "Uchida Aritsune"], "relatedPublications": 0, "id": "50|r3d100010527::ea4c1dcd71cbae6713fb8d455fb5854a", "title": ["Heterogeneous yet similar introns reside in identical positions of the rRNA genes in natural isolates of the archaeon Aeropyrum pernix."], "relatedDatasets": 3}
1099
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::355250d488feef1e6ae9ba161dfe5874", "id": {"identifier": "bae69343", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1302cfc79e6c4cbb644e44860b2611c9", "id": {"identifier": "aac74782", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1555355632669339628873ce20bc7515", "id": {"identifier": "aac76293", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::01cd8c6cb4880f211d97662b0090f711", "id": {"identifier": "aac73562", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7d14d65d6244a0857feb88e645fd28b2", "id": {"identifier": "aag07703", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::11d180c3346ff42d5bdf0953998d2654", "id": {"identifier": "bab38011", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::edc290098928a3a2e3324867575876cd", "id": {"identifier": "np_754305", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::652e7ab720ae0d40ad2a93609a71e336", "id": {"identifier": "aiw96659", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e6339c3549a69e0f3329e0426f9d0f7b", "id": {"identifier": "aac76974", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cf791c1d7d1bc74643583ba5f3712cdf", "id": {"identifier": "ade83811", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c73a633430b18ec08a8be33d15ad4286", "id": {"identifier": "aac75247", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::fd180dabba4f051249a7aea3d2623c87", "id": {"identifier": "aac74319", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::879a0f362cacb556af9cb659ef918b22", "id": {"identifier": "aac73998", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bf42a606122efb07e52ae02a39d9dddf", "id": {"identifier": "yp_002894534", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::035f9206e1621514edaaf44ee3502dbb", "id": {"identifier": "aac73975", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::85a5801f0a0c2ca3aa91656a4c6836ed", "id": {"identifier": "cp000616", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::85c75ae1d41b3e887f66b0e749df0dfd", "id": {"identifier": "cab13297", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7f09b508d0b481c1cd37012843827c60", "id": {"identifier": "aac73543", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ecf950c32bb7b665e85e804fd6504e91", "id": {"identifier": "abo59125", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e49f9ab37d71d8a0d37527083f947c23", "id": {"identifier": "ccp46420", "schema": "ncbi-p"}}], "abstract": "", "title": ["Nucleoid-associated proteins encoded on plasmids: Occurrence and mode of function"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.plasmid.2015.04.008"}], "id": "50|elsevier____::b75c5d87f09825e221f44326e7bdbaff", "relatedPublications": 0, "date": ["2015"], "relatedDatasets": 20}
1100
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::31c72fad5e676f0b8a3af60bd61ab0c9", "id": {"identifier": "10.5517/ccrt6wm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Mol­ecules of title compound, C16H20O4S, which was synthesized by the oxidation of isopropyl 2-(4,6-dimethyl-3-methyl­sulfanyl-1-benzofuran-2-yl)acetate, inter­act through C—H⋯π inter­actions between a methyl­ene H atom and the aromatic carbon ring of the benzofuran ring system, and by C—H⋯O hydrogen bonds. Adjacent stacked mol­ecules exhibit a carbon­yl–carbonyl inter­action [3.295 (2) A]. The O atom of the methyl­sulfinyl group is disordered over two positions with site-occupancy factors of 0.9 and 0.1.", "author": ["Seo Pil Ja", "Son Byeng Wha", "Lee Uk", "Choi Hong Dae"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808034466"}], "id": "50|dli_resolver::2535a5432d9d63e7c65810a6f99ee67c", "relatedPublications": 0, "date": [""], "title": ["\"Isopropyl 2-(4,6-dimethyl-3-methylsulfinyl-1-benzofuran-2-yl)acetate\""], "relatedDatasets": 1}
1101
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7fb99e34d882ccf7ef3038eb551520e4", "id": {"identifier": "10.5517/ccqbhwd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C30H26ClN3, crystallizes with Z′ = 3 in the P space group. The three independent molecules have very similar, although not identical, conformations, with almost perfect screw-boat forms adopted by the non-aromatic carbocyclic rings. Four independent C—H...π(arene) hydrogen bonds link the molecules into centrosymmetric six-component aggregates.", "author": ["Portilla Jaime", "Cobo Justo", "Low John N.", "Glidewell Christopher", "Quiroga Jairo"], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270107041236"}], "id": "50|dli_resolver::a072135e9441a81520ce405de5eb8bfc", "relatedPublications": 0, "date": [""], "title": ["\"8-tert-Butyl-7-(4-chlorophenyl)-10-phenyl-5,6-dihydro-10H-benzohpyrazolo3,4-bquinoline\""], "relatedDatasets": 1}
1102
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::22ca12ad375369b13b141ef8fea857f1", "id": {"identifier": "10.6084/m9.figshare.2249086", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ba0ca6d75aee92e3ceb0f04591bb859", "id": {"identifier": "10.6084/m9.figshare.2249086.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractMost of the cucurbituril (CB) guests are water soluble cationic compounds with halogen counter-ions. Here, an ‘in-water’ halogen-ion compatible copper catalysed azide–alkyne cycloaddition (CuAAC) catalyst, tris[1-(3-hyroxypropyl)-1H-1,2,3-triazol-4-yl]methanol·CuCl (THPTM·CuCl), was designed for CB guest ligation. The catalyst demonstrates not only high catalytic activity, but also compatibility to cationic substrates, halogen-ions and free amino groups. A CB[8]-based star pseudo[5]rotaxane and a CB[7]-based main-chain alternative polypseudorotaxane were constructed using THPTM·CuCl, which further verified its applicability for the construction of CB-based supramolecular architectures.", "author": ["Hou Shengzhen", "Chen Hao", "Tan Yebang"], "localIdentifier": [{"type": "doi", "id": "10.1080/10610278.2016.1142089"}], "id": "50|dli_resolver::e4e809e363ae410441f7a8a73dcdb501", "relatedPublications": 0, "date": [""], "title": ["\"An ‘in-water’ halogen-ion compatible “click” catalyst for cucurbituril guest ligation\""], "relatedDatasets": 2}
1103
{"typology": "publication", "publisher": ["Bioscience, biotechnology, and biochemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ff5aa376eb522618965ef0f0cc0fb84f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12596853&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ca1ed6eb101d7ef19c638b88fd9a0c89", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12596853&result=sequence_release", "schema": "url"}}], "abstract": "None: The maltose phosphorylase (MPase) gene of Bacillus sp. strain RK-1 was cloned by PCR with oligonucleotide primers designed on the basis of a partial N-terminal amino acid sequence of the purified enzyme. The MPase gene consisted of 2,655 bp encoding a theoretical protein with a Mr of 88,460, and had no secretion signal sequence, although most of the MPase activity was detected in the culture supernatant of RK-1. This cloned MPase gene and the trehalose phosphorylase (TPase) gene from Bacillus stearothermophilus SK-1 were efficiently expressed intracellularly under the control of the Bacillus amyloliquefaciens alpha-amylase promoter in Bacillus subtilis. The production yields were estimated to be more than 2 g of enzyme per liter of medium, about 250 times the production of the original strains, in a simple shake flask. About 60% of maltose was converted into trehalose by the simultaneous action of both enzymes produced in B. subtilis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12596853"}], "author": ["Miyoshi Shinsuke", "Yasutake Nozomu", "Tomita Tetsuji", "Inoue Yasushi", "Oshima Yoshie", "Yamamoto Yoshie", "Yatake Tsuneya"], "relatedPublications": 0, "id": "50|r3d100010527::1b068123ebbc5958b0b8e22b01f8f5ce", "title": ["Cloning of the maltose phosphorylase gene from Bacillus sp. strain RK-1 and efficient production of the cloned gene and the trehalose phosphorylase gene from Bacillus stearothermophilus SK-1 in Bacillus subtilis."], "relatedDatasets": 2}
1104
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5f5f7cf64f71c620cc7e7ece9c15d554", "id": {"identifier": "10.5281/zenodo.166877", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::868ae271b23f750f735b843c51cfa881", "id": {"identifier": "10.5281/zenodo.166880", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4d654ec7d3b5fe63cc36e1d9a6b0df08", "id": {"identifier": "10.5281/zenodo.166875", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7f02a20c103a45e0d1b3b29ff8639082", "id": {"identifier": "10.5281/zenodo.166876", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7b171a5ec144a26bde149c8a3d1dd980", "id": {"identifier": "10.5281/zenodo.166873", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::89c8b0b520e19496722d03f2420fa8dd", "id": {"identifier": "10.5281/zenodo.166874", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::44f7154bdb860cc14603a262175d5317", "id": {"identifier": "10.5281/zenodo.166879", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5993cc22bb89631c130622859ee4d0a2", "id": {"identifier": "10.5281/zenodo.166870", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::96170ea3bc80674d61b73f1dcd286105", "id": {"identifier": "10.5281/zenodo.166872", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8549f49137c208e34297c3a270ce8a46", "id": {"identifier": "10.5281/zenodo.166878", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5fbf4a87ba21a1d3609f3e2cb826956e", "id": {"identifier": "10.5281/zenodo.166871", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e45735719dda05ca2a075862f384d82b", "id": {"identifier": "10.5281/zenodo.166881", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Seventeen species of the genus  Encolapta  Meyrick, 1913 from China are reviewed. Six species are described as new:  E. bifasciaria  sp. nov.,  E. cornuta  sp. nov.,  E. aciprojecta  sp. nov.,  E. obliquata  sp. nov.,  E. trapezoidea  sp. nov. and  E. lunata  sp. nov.; the previously unknown female of  E .  marginans  (Li  et  Zheng, 1998) is described for the first time; and one new combination,  E .  valvispinata  (Li, 2002) comb. nov., is proposed. All these species are placed into two species groups based on morphological characters: the  tegulifera -group and the  epichthonia -group. Photographs of adults and genitalia are provided, along with a key to all the described Chinese species and two maps showing their localities.", "author": ["LI HOUHUN", "YANG MEIQING"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4193.2.1"}], "id": "50|dli_resolver::87a9051bed2ec669994b269bfb779369", "relatedPublications": 0, "date": [""], "title": ["Review of the genus Encolapta Meyrick, 1913 (Lepidoptera: Gelechiidae: helariini) from China, with descriptions of six new species"], "relatedDatasets": 12}
1105
{"typology": "publication", "publisher": ["Cell"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b792b5b86720184be3d7e5c2dfda4766", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2509076&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f7e250ec51d18f3f8de0d7012ede4414", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2509076&result=coding_release", "schema": "url"}}], "abstract": "None: Drosophila fasciclin III is an integral membrane glycoprotein that is expressed on a subset of neurons and fasciculating axons in the developing CNS, as well as in several other tissues during development. Here we report on the isolation of a full-length cDNA encoding an 80 kd form of fasciclin III. We have used this cDNA, under heat shock control, to transfect the relatively nonadhesive Drosophila S2 cell line. Examination of these transfected cells indicates that fasciclin III is capable of mediating adhesion in a homophilic, Ca2+-independent manner. Sequence analysis reveals that fasciclin III encodes a transmembrane protein with no significant homology to any known protein, including the previously characterized families of vertebrate cell adhesion molecules. The distribution of this adhesion molecule on subsets of fasciculating axons and growth cones during Drosophila development suggests that fasciclin III plays a role in growth cone guidance.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2509076"}], "author": ["Goodman C S", "Snow P M", "Bieber A J"], "relatedPublications": 0, "id": "50|r3d100010527::4c80d728c23dca188bb361da2f88416e", "title": ["Fasciclin III: a novel homophilic adhesion molecule in Drosophila."], "relatedDatasets": 2}
1106
{"typology": "publication", "publisher": ["Journal of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::62daf0305f22e1a89192e0868a653e92", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20702635&result=coding_update", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0adf17f7679fb9797020cdb99f5c5669", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20702635&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::13f1e9c900275e3cd0cd967bff81d6f6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20702635&result=sequence_release", "schema": "url"}}], "abstract": "None: The biological, serological, and genomic characterization of a paramyxovirus recently isolated from rockhopper penguins (Eudyptes chrysocome) suggested that this virus represented a new avian paramyxovirus (APMV) group, APMV10. This penguin virus resembled other APMVs by electron microscopy; however, its viral hemagglutination (HA) activity was not inhibited by antisera against any of the nine defined APMV serotypes. In addition, antiserum generated against this penguin virus did not inhibit the HA of representative viruses of the other APMV serotypes. Sequence data produced using random priming methods revealed a genomic structure typical of APMV. Phylogenetic evaluation of coding regions revealed that amino acid sequences of all six proteins were most closely related to APMV2 and APMV8. The calculation of evolutionary distances among proteins and distances at the nucleotide level confirmed that APMV2, APMV8, and the penguin virus all were sufficiently divergent from each other to be considered different serotypes. We propose that this isolate, named APMV10/penguin/Falkland Islands/324/2007, be the prototype virus for APMV10. Because of the known problems associated with serology, such as antiserum cross-reactivity and one-way immunogenicity, in addition to the reliance on the immune response to a single protein, the hemagglutinin-neuraminidase, as the sole base for viral classification, we suggest the need for new classification guidelines that incorporate genome sequence comparisons.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20702635"}, {"type": "doi", "id": "10.1128/jvi.00822-10"}], "author": ["Miller Patti J", "Pedersen Janice C", "Alexander Dennis J", "Spackman Erica", "Brown Justin D", "Scott Melissa A", "Swayne David E", "Brown Ian H", "Senne Dennis A", "Uhart Marcela M", "Karesh William B", "Afonso Claudio L", "Fuller Chad M"], "relatedPublications": 0, "id": "50|r3d100010527::fcf48266cbd6a7b76d5385534d1d9b16", "title": ["Evidence for a new avian paramyxovirus serotype 10 detected in rockhopper penguins from the Falkland Islands."], "relatedDatasets": 3}
1107
{"typology": "publication", "publisher": ["Cell"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8fc6ee083cc797a6dd7f064c2fe17d9c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9150135&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2baff00294cde52b8b42d87a8f7be42c", "id": {"identifier": "u96915", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bcd906bf41fe68ff18456238c754d06c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9150135&result=coding_release", "schema": "url"}}], "abstract": "None: An important event in gene expression is the covalent modification of histone proteins. We have found that the mammalian transcriptional repressor Sin3 (mSin3) exists in a complex with histone deacetylases HDAC1 and HDAC2. Consistent with the observation that mSin3-mediated repression of transcription involves the modification of histone polypeptides, we found that the mSin3-containing complex includes polypeptides that tether the mSin3 complex to core histone proteins. In addition, two novel mSin3-associated polypeptides, SAP18 and SAP30, were identified. We isolated a cDNA encoding human SAP18 and found that SAP18 is a component of an mSin3-containing complex in vivo. Moreover, we demonstrate a direct interaction between SAP18 and mSin3. SAP18 represses transcription in vivo when tethered to the promoter, consistent with the ability of SAP18 to interact with mSin3.", "author": ["Iratni R", "Zhang Y", "Reinberg D", "Erdjument-Bromage H", "Tempst P"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0092-8674(00)80216-0"}, {"type": "pbmid", "id": "9150135"}], "id": "50|dedup_wf_001::f7d48f665ce3ba15fc0af258cbe00a54", "relatedPublications": 0, "date": ["1997"], "title": ["Histone Deacetylases and SAP18, a Novel Polypeptide, Are Components of a Human Sin3 Complex"], "relatedDatasets": 3}
1108
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::74da984ccb24a64901df07d811bc20e5", "id": {"identifier": "10.5517/cc5cbkd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structure of penta­fluoro­benzo­nitrile, C7F5N, has been determined by in-situ crystal growth from the liquid at 268 K. The structure is identical to that of the isocyanide, crystallizing in Cmca with the mol­ecule lying on a mirror plane bisecting the C6F5 ring and the cyano group. CN⋯F interactions are not observed in the structure.", "author": ["Rawson Jeremy M.", "Davies John E.", "Bond Andrew D.", "Griffiths Joanne"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536801002641"}], "id": "50|dli_resolver::73df40740547b3dce055a32e616cb3bf", "relatedPublications": 0, "date": [""], "title": ["\"Pentafluorobenzonitrile\""], "relatedDatasets": 1}
1109
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::193066cd42de32906184aa2b7b03156a", "id": {"identifier": "10.5517/cc1j7283", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bao Lipiao", "Shen Wangqiang", "Ai Min", "Lu Xing", "Chen Muqing"], "localIdentifier": [{"type": "doi", "id": "10.1039/c5sc04070a"}], "id": "50|dli_resolver::f3be1c3e1496e72e592a8c18a26ef3dc", "relatedPublications": 0, "date": [""], "title": ["Sc3N@Ih-C80 as a novel Lewis acid to trap abnormal N-heterocyclic carbenes: the unprecedented formation of a singly bonded [6,6,6]-adduct"], "relatedDatasets": 1}
1110
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c16e1caa2d6eb2a2fcfdc4e989135f2f", "id": {"identifier": "10.6084/m9.figshare.5872839.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hampl Martin", "Novák Jakub", "Ouředníček Martin", "Špačková Petra", "Nemeškal Jiří"], "localIdentifier": [{"type": "doi", "id": "10.1080/17445647.2017.1422446"}], "id": "50|dli_resolver::7a21fa1240bf7893ba17c8d658a35502", "relatedPublications": 0, "date": [""], "title": ["A synthetic approach to the delimitation of the Prague Metropolitan Area"], "relatedDatasets": 1}
1111
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8a89fc6efac149f14ea1ff1a136e7081", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2674139&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bb18e4ed0999acbe5c710e0e9f28265a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2674139&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd884f10e3eb9f5dbb10946d9c9f58e0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2674139&result=read_experiment", "schema": "url"}}], "abstract": "None: The aspartate transcarbamoylases (ATCase, EC 2.1.3.2) of Escherichia coli and Serratia marcescens have similar dodecameric enzyme structures (2(c3):3(r2] but differ in both regulatory and catalytic characteristics. The catalytic cistrons (pyrB) of the ATCases from E. coli and S. marcescens encode polypeptides of 311 and 306 amino acids, respectively; there is a 76% identity between the DNA sequences and an overall amino acid homology of 88% (38 differences). The regulatory cistrons (pyrI) of these ATCases encode polypeptides of 153 and 154 amino acids, respectively, and there is a 75% identity between the DNA sequences and an overall amino acid homology of 77% (36 differences). In both species, the two genes are arranged as a bicistronic operon, with pyrB promoter proximal. A comparison of the deduced amino acid sequences reveals that the active site and the allosteric binding sites, as well as most of the intrasubunit interactions and intersubunit associations, are conserved in the E. coli and the S. marcescens enzymes; however, there are specific differences which undoubtedly contribute to the catalytic and regulatory differences between the enzymes of the two species. These differences include residues that have been implicated in the T-R transition, c1:r1 interface interactions, and the CTP binding site. A hybrid ATCase assembled in vivo with catalytic subunits from E. coli and regulatory subunits from S. marcescens has a 6 mM requirement for aspartate at half-maximal saturation, similar to the 5.5 mM aspartate requirement of the native E. coli holoenzyme at half-maximal saturation. However, the heterotropic response of this hybrid enzyme is characteristic of the heterotropic response of the native S. marcescens holoenzyme: ATP activation and CTP activation. Activation by both allosteric effectors indicates that the heterotropic response of this hybrid holoenzyme (Cec:Rsm) is determined by the associated S. marcescens regulatory subunits.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2674139"}], "author": ["Beck D", "Wild J R", "Kedzie K M"], "relatedPublications": 0, "id": "50|r3d100010527::003d869e078d78a7346d7bc57e78673b", "title": ["Comparison of the aspartate transcarbamoylases from Serratia marcescens and Escherichia coli."], "relatedDatasets": 3}
1112
{"typology": "publication", "publisher": ["Walter de Gruyter GmbH"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::78e55757d1b674caf33431414d1388da", "id": {"identifier": "10.5517/cc41ld4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hetzheim A.", "Irrgang T.", "-M, Peters E.", "Peters Κ."], "localIdentifier": [{"type": "doi", "id": "10.1515/ncrs-1999-0328"}], "id": "50|dli_resolver::45961b9766e62a837435a226662d20e0", "relatedPublications": 0, "date": [""], "title": ["Crystal structure of 2,4-dimethyl-5-(4-methoxyphenyÍ)- 7-pyrid-3-ylmethylaminoimidazo[1,5-b]- pyridazine, C6HN3(C6H7N2)(C7H7O)(CH3)2"], "relatedDatasets": 1}
1113
{"typology": "publication", "publisher": ["American Diabetes Association"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c85fbc61879505ed67af96701c2228ce", "id": {"identifier": "10.3886/icpsr02231", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "OBJECTIVE —Low levels of androgens in men may play a role in the development of diabetes; however, few studies have examined the association between androgen concentration and diabetes in men in the general population. The objective of this study is to test the hypothesis that low normal levels of total, free, and bioavailable testosterone are associated with prevalent diabetes in men.#N##N#RESEARCH DESIGN AND METHODS —The study sample included 1,413 adult men aged ≥20 years who participated in the morning session of the first phase of the Third National Health and Nutrition Examination Survey, a cross-sectional survey of the civilian, noninstitutionalized population of the U.S. Bioavailable and free testosterone levels were calculated from serum total testosterone, sex hormone–binding globulin, and albumin concentrations.#N##N#RESULTS —In multivariable models adjusted for age, race/ethnicity, and adiposity, men in the first tertile (lowest) of free testosterone level were four times more likely to have prevalent diabetes compared with men in the third tertile (odds ratio 4.12 [95% CI 1.25–13.55]). Similarly, men in the first tertile of bioavailable testosterone also were approximately four times as likely to have prevalent diabetes compared wth men in the third tertile (3.93 [1.39–11.13]). These associations persisted even after excluding men with clinically abnormal testosterone concentrations defined as total testosterone <3.25 ng/ml or free testosterone <0.07 ng/ml. No clear association was observed for total testosterone after multivariable adjustment ( P for trend across tertiles = 0.27).#N##N#CONCLUSIONS —Low free and bioavailable testosterone concentrations in the normal range were associated with diabetes, independent of adiposity. These data suggest that low androgen levels may be a risk factor for diabetes in men.", "author": ["Golden, Sherita Hill", "Zhang L.", "Basaria S.", "Selvin, Elizabeth", "Platz, Elizabeth A.", "Feinleib, Manning", "Dobs, Adrian", "Rohrmann, Sabine", "Rifai N.", "Zhang, Lei", "Feinleib M.", "Platz E. A.", "Nelson, William G.", "Nelson W. G.", "Selvin E.", "Rifai, Nader", "Rohrmann S.", "Dobs A.", "Basaria, Shehzad", "Golden S. H."], "localIdentifier": [{"type": "doi", "id": "10.2337/dc06-1579"}], "id": "50|dedup_wf_001::b95ee85a764ae3ab5f027ce28817c43b", "relatedPublications": 0, "date": [""], "title": ["Androgens and diabetes in men: Results from the Third National Health and Nutrition Examination Survey (NHANES III)"], "relatedDatasets": 3}
1114
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c5bcb9ae186b873042b8cd822f6006b2", "id": {"identifier": "10.5517/ccpgn92", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis and X-ray structure of a dinuclear nickel(II) complex of the triply deprotonated pentadentate Schiff base,  N , N ′-(2-hydroxypropane-1,3-diyl)bis(acetylacetoneimine) (apacaH 3 ), are reported. The complex, which was obtained by reaction of apacaH 3  with nickel acetate in ethanol, has a binuclear structure of type [Ni 2  (apaca)(OAc)] in which each metal centre is bound to a deprotonated enolic oxygen and an imine nitrogen from an acetylacetoneimine ‘arm’ of apaca. The nickel centres are bridged by both an alkoxide oxygen derived from the 2-hydroxypropane unit in apaca and an acetato group. Each metal centre has a distorted square-planar geometry, with the overall configuration being non-planar. This complex is isostructural with a previously-reported, copper(II) complex of similar stoichiometry, prepared by an analogous procedure from copper(II) acetate. The present result contrasts with a previous report in which apacaH 3  was claimed to interact with nickel(II) acetate in ethanol in the presence of potassium ethoxide to yield a square-planar complex of the corresponding  doubly  deprotonated Schiff base ligand.", "author": ["Lindoy Leonard F.", "Wei Gang", "Zhu Bi-Xue", "Zhang Qi-Long"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.inoche.2008.03.006"}], "id": "50|dli_resolver::569ae0d61eff48a588e64d9eaacd79e4", "relatedPublications": 0, "date": [""], "title": ["\"Dinuclear nickel(II) complex of a N2O3-donor Schiff base derived from acetylacetone and 1,3-diamino-2-hydroxypropane\""], "relatedDatasets": 1}
1115
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f1a6cb3603cd6922e7cbe404f7226dc6", "id": {"identifier": "dq207471", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6f2dfc2bcb5707a21c7aadfa3f121136", "id": {"identifier": "dq207488", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::24c22ed9c96b156b16cc4b0db5bc4b04", "id": {"identifier": "hq148175", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::340545cbea0d3f42b31905443ace6e7f", "id": {"identifier": "eu477118", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e5967e64aae985ebd2692fa5a0f01191", "id": {"identifier": "eu477114", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8a608c67acbc2c7188ea921f027c6dbf", "id": {"identifier": "z93443", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f678896d189e0feeaf8ef0cdc7c4a0f6", "id": {"identifier": "z93438", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::69cd70404c539414facf8812864be011", "id": {"identifier": "aj293694", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7721f54ef5741eff66143d0fe07b5b35", "id": {"identifier": "z93436", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3027f0dfa637aec861fa5e198f766810", "id": {"identifier": "dq207485", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ee333f490a0d141a8eed11a3ee4e7fc1", "id": {"identifier": "aj293691", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::700e6606871afc605184ddc47630870a", "id": {"identifier": "z93446", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::68c7c817a895eb0fbb09a849ccc90607", "id": {"identifier": "am410709", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8f679cbbd0ad42b400d671922287a772", "id": {"identifier": "dq207475", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8fe42720fccd97111ff369b11d38f350", "id": {"identifier": "dq207491", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9b51eb0d35f0c2401b6cbd78cb08e97d", "id": {"identifier": "dq060363", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e3627320891ba955620765e10992210c", "id": {"identifier": "dq207486", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4a3a06e8ed1ef395cfabf4af69ac02e9", "id": {"identifier": "eu477124", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::2c485c186e32af5775b440f13a7e2c62", "id": {"identifier": "eu290155", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6df0bf5a25efb97ac485bd1ff3ced251", "id": {"identifier": "aj275038", "schema": "ncbi-n"}}], "abstract": "", "title": ["Comparison of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.diagmicrobio.2013.07.013"}], "id": "50|elsevier____::bdeec4eeb1263e3b5b908afccf8123dc", "relatedPublications": 0, "date": ["2014"], "relatedDatasets": 36}
1116
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::37fd99fec4dd4b2f3bbe9ae67ad31517", "id": {"identifier": "nm_053390", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7c81ac33249a27bedcc55fece5159e53", "id": {"identifier": "nm_001106897", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1feb41e361659db474995321131d4794", "id": {"identifier": "nm_130410", "schema": "ncbi-n"}}], "abstract": "", "title": ["Therapeutic gene silencing with siRNA for IL-23 but not for IL-17 suppresses the development of experimental autoimmune encephalomyelitis in rats"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jneuroim.2012.08.015"}], "id": "50|elsevier____::0ee06e760965b14e63fa02721b473d3a", "relatedPublications": 0, "date": ["2013"], "relatedDatasets": 3}
1117
{"typology": "publication", "publisher": ["Journal of clinical microbiology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8dcedb70256bd4100b0874bb24863e8c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20007380&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::31e8cb8efc62e3fd4aa4c74deeeb9e81", "id": {"identifier": "dq096311", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d9527c357e4588c3740575a514e802e1", "id": {"identifier": "dq096319", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::53c73f8b46d6ce91ec4faf1552de2fc9", "id": {"identifier": "gu250875", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::40e506f55b6682bd15d4bfd70598974e", "id": {"identifier": "ay973153", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::36276ba65d615a120615d71cb0a2addd", "id": {"identifier": "dq096327", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b1066e1559fd92c71203199b50d6dc04", "id": {"identifier": "ay973124", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0722e88351ed17ea0ff12b24d7639a19", "id": {"identifier": "gu250873", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bc0f08f1cb5014948d7abe26d654c9a3", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20007380&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::eb91fcdcf5b822c43a33d86aa471d383", "id": {"identifier": "dq096313", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5b33f813659c9996adc6c5f88d366a7d", "id": {"identifier": "eu937819", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fc46b603a2d3ab7d1a46a6f29fc2600f", "id": {"identifier": "dq096433", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::52215c36c138833566fe7c87d148f47b", "id": {"identifier": "dq096324", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d39a0e319e678e8ad9a46a5bcca3a4a4", "id": {"identifier": "ay973114", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b71160ff8a796043d82a0a9145e31414", "id": {"identifier": "ay973125", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::60be7eeaae91adc742daf2d3e9c0c51a", "id": {"identifier": "gu250876", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04c128abb186ce1e1812cf6472bd3921", "id": {"identifier": "dq096314", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::efcfcf56b745869cfe9e35835d38f6e0", "id": {"identifier": "gu250874", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::be7d9f7d309a1404c89a732d6083c34d", "id": {"identifier": "gu250877", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e687f3525ab55137030b40033012ec9d", "id": {"identifier": "dq096432", "schema": "ena"}}], "abstract": "None: Cryptococcus gattii emerged in North America in 1999 as a human and veterinary pathogen on Vancouver Island, British Columbia. The emergent subtype, VGIIa, and the closely related subtype VGIIb can now be found in the United States in Washington, Oregon, and California. We performed multilocus sequence typing and antifungal susceptibility testing on 43 isolates of C. gattii from human patients in Oregon, Washington, California, and Idaho. In contrast to Vancouver Island, VGIIa was the most frequent but not the predominant subtype in the northwest United States. Antifungal susceptibility testing showed statistically significant differences in MICs between the subtypes. This is the first study to apply antifungal susceptibility testing to C. gattii isolates from the Pacific Northwest and the first to make direct comparisons between subtypes.", "author": ["", "Wohrle Ron", " ", "Ben Sun", "DeBess Emilio E", "Ahlquist Angela M", "Ahlquist, Angela M.", "Naureen Iqbal", "Lockhart Shawn R", "Nett Randall J", "Chiller Tom", "Debess, Emilio E.", "Ron Wohrle", "Tom Chiller", "Nett, Randall J.", "Lockhart, Shawn R.", "Iqbal Naureen", "Sun Ben"], "localIdentifier": [{"type": "pmid", "id": "20007380"}, {"type": "doi", "id": "10.1128/jcm.01505-09"}, {"type": "pbmid", "id": "20007380"}], "id": "50|dedup_wf_001::780a6498b520284c2eec668734e48831", "relatedPublications": 0, "date": ["2009-12-09"], "title": ["Correlation of genotype and in vitro susceptibilities of Cryptococcus gattii strains from the Pacific Northwest of the United States."], "relatedDatasets": 20}
1118
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7f0af0a6d04255e4c9cd6a5de0d58360", "id": {"identifier": "10.17882/43749", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lee Cindy", "Aller Josephine", "Kuznetsova Marina"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.marchem.2005.03.007"}], "id": "50|dli_resolver::ab5835f6a8c869e0c4560750bc04beb2", "relatedPublications": 0, "date": [""], "title": ["Characterization of the proteinaceous matter in marine aerosols"], "relatedDatasets": 1}
1119
{"typology": "publication", "publisher": ["Insect molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::66f91e1e70b839464d90c115b4ebea3e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7551196&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7520247a2ed376c22dc231fc75f0e56d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7551196&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d6f43bd9b2b27528566ba0d728c572d4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7551196&result=coding_release", "schema": "url"}}], "abstract": "None: The DNA sequence of portions of the 16s rRNA and the NADH dehydrogenase subunit 4 (ND4) genes were used to determine phylogenetic relationships in the Simulium damnosum s.l. species complex. Results suggested that at least two major clades existed in the S. damnosum species complex, and that members of the S. damnosum s.l. species complex were not closely related to North American Simulium species. The sequence variability of the ND4 gene was exploited to develop a method to distinguish the sibling species of the S. damnosum s.l. species complex, based on directed heteroduplex analysis of PCR products derived from the ND4 gene. This method was capable of classifying the six sibling species into at least five groups.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7551196"}], "author": ["Tang J", "Toè L", "Zimmerman P A", "Pruess K", "Back C", "Unnasch T R"], "relatedPublications": 0, "id": "50|r3d100010527::46a1b95bdf2aea2bb9f32c969fcc6408", "title": ["The Simulium damnosum species complex: phylogenetic analysis and molecular identification based upon mitochondrially encoded gene sequences."], "relatedDatasets": 3}
1120
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7caf96b3ca622584fcb92979bca8a946", "id": {"identifier": "10.3886/icpsr06118.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Edwards, B.", "Sperry, S.", "Edwards, S.", "Gay, N."], "localIdentifier": [{"type": "icpsr", "id": "9209"}], "relatedPublications": 0, "title": ["CAPI and the Medicare Current Beneficiary Survey: A Report on Round 1"], "id": "50|r3d100010255::025976bc0fb59d80bdbd232dd34d9e10"}
1121
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1eeafb8583536a3883853504a18914f", "id": {"identifier": "10.3886/icpsr07439.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Bergen, Elizabeth Jane"], "localIdentifier": [{"type": "icpsr", "id": "3417"}], "relatedPublications": 0, "title": ["Dinner, Dishes, and Diapers: The Social and Economic Context of Domestic Labor"], "id": "50|r3d100010255::86b2fdc4f36b9f9528338fb253a46ed4"}
1122
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3aba1809b6f782743b15ca4a9c7ddffa", "id": {"identifier": "10.5517/ccdc.csd.cc14mw7w", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7406902079658e91b7bc7402e2ba8118", "id": {"identifier": "10.5517/ccdc.csd.cc14mw8x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0909965bde721fc2464f9fd554958ca1", "id": {"identifier": "10.5517/ccdc.csd.cc14mw9y", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>Porphyrins and fluorides are combined to fabricate MOFs that also serve as single-source precursors for fluorine-doped carbon for oxygen reduction.</p>", "author": ["Feng Pingyun", "Kong Aiguo", "Bu Xianhui", "Lin Qipu", "Mao Chengyu", "Zhao Xiang"], "localIdentifier": [{"type": "doi", "id": "10.1039/c7ta06658a"}], "id": "50|dli_resolver::2404861c9cf8b19643ec27bcddbd7bfc", "relatedPublications": 0, "date": [""], "title": ["\"Porphyrinic coordination lattices with fluoropillars\""], "relatedDatasets": 3}
1123
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a8404ddcd4b4ca78487c234fa1e6880e", "id": {"identifier": "10.5517/ccdc.csd.cc1nvgxw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::118377d7161fc190915ad3b1b6c35da4", "id": {"identifier": "10.5517/ccdc.csd.cc1nvgvt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d117278d694530909840ec33159e9769", "id": {"identifier": "10.5517/cc13vxgb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e8c30925e0d27edcfafec470eec7aa4f", "id": {"identifier": "10.5517/ccdc.csd.cc1nvgzy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bbdfe35d8877a5eca9b655c970844983", "id": {"identifier": "10.5517/ccdc.csd.cc1nvgwv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e1da9cdeb9b85d01ebd5b4f99260115", "id": {"identifier": "10.5517/ccdc.csd.cc1nvgyx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A versatile synthetic route has been developed to access strongly Lewis acidic borenium cations (and heavier group 13 analogues) featuring a pendant weakly-coordinating borate function. The hydrocarbon-soluble borenium/borate zwitterion is more strongly Lewis acidic than B(C6F5)3, despite featuring a pendant (non-fluorinated) aryl group and two flanking N-donors.", "author": ["Niu Haoyu", "Aldridge Simon", "Tirfoin Rémi C.", "Abdalla Joseph A. B."], "localIdentifier": [{"type": "doi", "id": "10.1039/c7cc03121a"}], "id": "50|dli_resolver::3a8ff34522e37ffe116edbaa45724250", "relatedPublications": 0, "date": [""], "title": ["\"A zwitterionic hydrocarbon-soluble borenium ion based on a β-diketiminate backbone\""], "relatedDatasets": 6}
1124
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::760df9034cc1d64756275b9e3c6d2d4f", "id": {"identifier": "10.5517/cc80rff", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A new compound, [Ni(pic)2{CO(NH2)2}2]·2[CO(NH2)2]·H2O (Hpic is picolinic acid) or [Ni(C6H4NO2)2(CH4N2O)2]·2CH4N2O·H2O, has been synthesized and structurally characterized by single-crystal X-ray diffraction analysis. The structure shows that the Ni atom has an octahedral environment in which it is coordinated by two N and two O atoms of two picolinate ligands and two O atoms of two urea mol­ecules. The Ni atom lies at an inversion center, with Ni—N = 2.0531 (18) A, Ni—O(pic) = 2.0349 (15) A and Ni—O(urea) = 2.1255 (15) A. Both urea solvent mol­ecules lie on mirror planes and have approximate C2v symmetry, and the water mol­ecule has exact mirror symmetry. π–π stacking and hydrogen-bonding interactions result in a three-dimensional network.", "author": ["Wu A-Qing", "Guo Guang-Hua", "Guo Guo-Cong", "Huang Jin-Shun", "Zheng Fa-Kun"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536804008487"}], "id": "50|dli_resolver::5a471cee2c095c7dc4ba1e8e1417a7c2", "relatedPublications": 0, "date": [""], "title": ["\"Bis(picolinato-κ2N,O)bis(urea-κO)nickel(II) urea disolvate monohydrate\""], "relatedDatasets": 1}
1125
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::06e5f239c7ab08ccc3b3eaff5f5244b8", "id": {"identifier": "10.17632/7d3wp2zwfw.1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bonacuse P.", "Evans L.", "Sosa J.", "Smith T.M.", "Kulis M."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.matchar.2018.03.051"}], "id": "50|dli_resolver::d9f67ed347e0465195d86e1425ba9751", "relatedPublications": 0, "date": [""], "title": ["A quantifiable and automated volume fraction characterization technique for secondary and tertiary γ′ precipitates in Ni-based superalloys"], "relatedDatasets": 1}
1126
{"typology": "publication", "publisher": ["Environmental microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::240483a9f8a737f0170f303dfb784c84", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19691506&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3f25ece7c951033d7c4974a907f9df12", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19691506&result=sequence_release", "schema": "url"}}], "abstract": "None: Proteorhodopsin (PR)-containing bacteria are hypothesized to use both light and organic compounds as energy sources. Recent studies have found that PR is common in marine microorganisms, but the impact of light on the growth of PR-containing organisms and PR transcription in the environment remains unclear. We examined the diversity of PR genes and transcripts by PCR amplification and sequencing in Delaware coastal waters. Clone libraries of PR DNA and cDNA (from mRNA) revealed large differences between bacterial groups in expression of PR genes. We then evaluated by quantitative PCR the impact of light on growth and PR expression in PR-containing SAR11 bacteria (SAR11-PR) and a population of Flavobacteria (Flavobacteria-PR). This experiment was conducted in 30 l microcosms exposed to continuous light, continuous dark, and 12 h-12 h dark-light cycles for 5 days. We found a strong upregulation of PR expression by light in Flavobacteria-PR and SAR11-PR. The abundance of PR transcripts per PR cell was enhanced up to 120-fold under continuous light and up to 20-fold under dark-light cycles while continuous darkness led to very low levels of PR mRNA. This upregulation of PR expression was correlated with the abundance of PR genes, indicating net growth of SAR11-PR cells and Flavobacteria-PR under dark-light cycles. SAR11-PR and Flavobacteria-PR abundance decreased under continuous light despite upregulation of PR expression, and continuous darkness led to low abundances of both populations. Collectively, these data suggest that light affects growth of PR-containing bacteria and regulation of PR mRNA synthesis in natural communities.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19691506"}, {"type": "doi", "id": "10.1111/j.1462-2920.2009.02028.x"}], "author": ["Campbell Barbara J", "Kirchman David L", "Cottrell Matthew T", "Lami Raphaël"], "relatedPublications": 0, "id": "50|r3d100010527::2733110b2a0df85bde68ee84fbe9017a", "title": ["Light-dependent growth and proteorhodopsin expression by Flavobacteria and SAR11 in experiments with Delaware coastal waters."], "relatedDatasets": 2}
1127
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9e0ce3a038500086002f7ccc4f5e94ce", "id": {"identifier": "10.17882/46219", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Farina R.", "Storto A.", "Masina S.", "Cuomo S.", "Dobricic S."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jcp.2015.01.003"}], "id": "50|dli_resolver::1dcb3027abf3dfced41b957624b86ac5", "relatedPublications": 0, "date": [""], "title": ["A revised scheme to compute horizontal covariances in an oceanographic 3D-VAR assimilation system"], "relatedDatasets": 1}
1128
{"typology": "publication", "publisher": ["The Royal Society"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::9127e3831cd8b1ecfd40f032af08baef", "id": {"identifier": "10.5285/85dc93d2-8c29-4660-b725-793e43703e46", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::abe3303b766f23ad2622a774705c1fa2", "id": {"identifier": "10.5285/495fd597-42b2-4985-96dc-3d9ec024b829", "schema": "url"}}, {"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::9e62861f74b65fb4417d886ac038f9f4", "id": {"identifier": "10.5285/453fdf49-7328-42ec-94b7-1cebf06c51e2", "schema": "url"}}], "abstract": "Climate-induced shifts in the timing of life-history events are a worldwide phenomenon, and these shifts can de-synchronize species interactions such as predator–prey relationships. In order to understand the ecological implications of altered seasonality, we need to consider how shifts in phenology interact with other agents of environmental change such as exploitation and disease spread, which commonly act to erode the demographic structure of wild populations. Using long-term observational data on the phenology and dynamics of a model predator–prey system (fish and zooplankton in Windermere, UK), we show that age–size truncation of the predator population alters the consequences of phenological mismatch for offspring survival and population abundance. Specifically, age–size truncation reduces intraspecific density regulation due to competition and cannibalism, and thereby amplifies the population sensitivity to climate-induced predator–prey asynchrony, which increases variability in predator abundance. High population variability poses major ecological and economic challenges as it can diminish sustainable harvest rates and increase the risk of population collapse. Our results stress the importance of maintaining within-population age–size diversity in order to buffer populations against phenological asynchrony, and highlight the need to consider interactive effects of environmental impacts if we are to understand and project complex ecological outcomes.", "author": ["Ohlberger J.", "Thackeray, Stephen J.", "Thackeray S. J.", "Maberly S. C.", "Ohlberger, Jan", "Winfield, Ian J.", "Vollestad L. A.", "Vøllestad, L. Asbjørn", "Maberly, Stephen C.", "Winfield I. J."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::9b73dc5f947eefb376fbad84961a9298"}, {"type": "doi", "id": "10.1098/rspb.2014.0938"}], "id": "50|dedup_wf_001::ab678395587cce22737156dd424d3fe9", "relatedPublications": 0, "date": [""], "title": ["When phenology matters: age–size truncation alters population response to trophic mismatch"], "relatedDatasets": 3, "subject": [{"scheme": "keyword", "value": "Ecology and Environment"}, {"scheme": "keyword", "value": "population variability"}, {"scheme": "keyword", "value": "1001"}, {"scheme": "keyword", "value": "60"}, {"scheme": "keyword", "value": "Research Articles"}, {"scheme": "keyword", "value": "age–size truncation"}, {"scheme": "keyword", "value": "density dependence"}, {"scheme": "keyword", "value": "phenological mismatch"}, {"scheme": "keyword", "value": "climate change"}]}
1129
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b82165cc3b7a6e485de43bd42cb30f2f", "id": {"identifier": "10.5517/cczt1vn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6ac4c7e62c8811aafc15ac2bb99180b", "id": {"identifier": "10.5517/cczt1wp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c398a54dfe131a26aadc15723f0b48eb", "id": {"identifier": "10.5517/cczt1xq", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Reactions of different alkane-bridged (n = 1–3) di-NHC precursors, bisimidazolium chlorides with the NiCl2 in presents of K2CO3 in acetonitrile give the corresponding 16-electron binuclear complexes of the type Ni(di-NHC)(μ-O)2CO in moderate yield. The molecular structures of 1–3 have been determined by X-ray crystallography, which revealed a cis-chelating di-NHC on a slightly distorted square-planar nickel center with κ2-cabonato ligand. The influence of the different di-NHC ligands on the structure and reactivity of the complexes has been studied. The catalytic properties of the complexes were investigated in the Kumada reaction for cross-coupling of phenylmagnesium bromide with a variety of aryl halides. The complex 3 which has the longest linker between two NHCs shows the best catalytic activity in these reactions.", "author": ["Wang Xiaojun", "Pang Guangsheng", "Cao Changsheng", "Lv Lanlan", "Shi Yanhui", "Guo Jin"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.inoche.2013.03.011"}], "id": "50|dli_resolver::0a025459b95fa13ea49da1c6663e7680", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, structure and reactivity of NHC–nickel complexes containing carbonato ligands\""], "relatedDatasets": 3}
1130
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b30c0c0e5d76757af213240cebad4c81", "id": {"identifier": "10.6084/m9.figshare.4737700", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9c2535d31810f976c501e352fb63d7b", "id": {"identifier": "10.6084/m9.figshare.4737700.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Simpson Mary Louise"], "localIdentifier": [{"type": "doi", "id": "10.1080/03721426.2017.1283002"}], "id": "50|dli_resolver::741f3346048be54ead8171d90c6f0e95", "relatedPublications": 0, "date": [""], "title": ["Archibald John McArthur, OAM (1922–2016)"], "relatedDatasets": 2}
1131
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d08b9d6c2fac7e17f625b76f6d3998f1", "id": {"identifier": "10.6084/m9.figshare.c.3615809", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::35db3091d76e9ed0c3dcc5a44fb765fe", "id": {"identifier": "10.6084/m9.figshare.c.3615809_d4.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e89e14aa0a4763460c8d1001a3f54125", "id": {"identifier": "10.6084/m9.figshare.c.3615809_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0123892b48b6fa9895697cbf942b5f48", "id": {"identifier": "10.6084/m9.figshare.c.3615809_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::33a1051e62b2557fb0fb95d4b4b9792b", "id": {"identifier": "10.6084/m9.figshare.c.3615809_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5f2e5e4086cd7a60addd3f538efade7c", "id": {"identifier": "10.6084/m9.figshare.c.3615809.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Tomato yellow leaf curl virus (TYLCV) is a member of the family Geminiviridae, genus Begomovirus. The virus is a widespread plant virus that causes important economic losses in tomatoes. Genetic engineering strategies have increasingly been adopted to improve the resistance of tomatoes to TYLCV.", "author": ["Huang Ying", "Xiong Ai-Sheng", "Xu Zhi-Sheng", "Huang Wei", "Wang Feng", "Ma Hong-Yu"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12870-016-0819-z"}], "id": "50|dli_resolver::dc1bf2b625dc3415310b0614d1063d1e", "relatedPublications": 0, "date": [""], "title": ["\"Comparative proteomic analysis provides novel insight into the interaction between resistant vs susceptible tomato cultivars and TYLCV infection\""], "relatedDatasets": 6}
1132
{"typology": "publication", "publisher": ["Biochimica et biophysica acta"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::71dd52efa311716503024639983fb512", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9878787&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::82564a839c0d1fb93d406e4e64193bde", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9878787&result=sequence_release", "schema": "url"}}], "abstract": "None: We have cloned Af10, the murine homologue of the MLL partner gene AF10. The predicted open reading frame of Af10 contains 1069 aa which are 90% identical to those of AF10. Af10 contains an N-terminal cysteine-rich region with a LAP/PHD finger, a leucine zipper domain and a glutamine-rich region at the C-terminus, features also found in the human proteins AF10 and AF17. A single 5. 5-kb transcript was detected in murine tissues with the highest level of expression in the testes. A polyclonal antibody raised to the cysteine-rich region of AF10 was able to identify a double band of 140 kDa on Western analysis in mouse testicular extracts. After subcellular separation Af10 was identified in both the nuclear and cytoplasmic extracts, again as a double band of 140 kDa in size. In situ hybridisation studies were performed with sense and antisense digoxigenin-labelled oligonucleotides. High levels of expression were noted in postmeiotic germ cells, especially in spermatids from around stage VI to stage VIII. High levels of expression were also seen in the white matter of the cerebellum, extending into the granular layer. The expression in differentiated rather than in proliferating cells suggests that the role of Af10 may lie in the suppression of proliferation rather than in differentiation. Since the LAP/PHD finger domains are lost in the MLL-AF10 fusion, arguably such a function could be carried out by this domain.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9878787"}], "author": ["Chaplin T", "Heinlein U A", "Saha V", "Young B D", "Jones L K", "Mohd-Sarip A", "Linder B"], "relatedPublications": 0, "id": "50|r3d100010527::c9fe831a7e5c5d00c64662f7486ec96b", "title": ["Expression pattern and cellular distribution of the murine homologue of AF10."], "relatedDatasets": 2}
1133
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ede5cba1ea88e0c243f05c820626fd16", "id": {"identifier": "10.5517/ccqg7ds", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::172dada0e855235ed5acee852caae3b0", "id": {"identifier": "10.5517/ccqg7ft", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Ozonolysis of lapachol ( 1 ), resulting in an unusual formation of a potent antitumor agent 2-acetylfuranonaphthoquinone ( 3 ) along with the expected aldehyde  6 , is described. The reaction of lapachol ( 1 ) with CAN in dry acetonitrile leading to biologically active furanonaphthoquinones is also reported. The antitumoral activity of the tested compounds on human DU-145 prostate carcinoma cells was evaluated following XTT assay. The results revealed that 2-(1-methylethenyl)-2,3-dihydronaphtho[2,3-b]furan-4,9-dione ( 5 ), β-lapachone ( 10 ) and dehydro-β-lapachone diacetate ( 11 ) showed 100% inhibition at 25 μg/ml. All the tested samples showed dose-dependent activity.", "author": ["Folefoc Gabriel N.", "Kumar Ponminor S.", "Nkengfack Ephriam A.", "Eyong Kenneth O.", "Kuete Victor", "Baskaran Sundarababu"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmcl.2008.09.053"}], "id": "50|dli_resolver::5384c556eb50bc6c474cfc37b670e91b", "relatedPublications": 0, "date": [""], "title": ["\"Semisynthesis and antitumoral activity of 2-acetylfuranonaphthoquinone and other naphthoquinone derivatives from lapachol\""], "relatedDatasets": 2}
1134
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f01f446a8d17188c2d730a92b288ef25", "id": {"identifier": "10.5517/ccq9f6m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::423bb364f8a6022f56d3b331c907d85b", "id": {"identifier": "10.5517/ccq9f7n", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Five different crystalline modifications (two anhydrates, a monohydrate, a higher hydrate, and an acetic acid solvate) of an asthma-therapy drug, terbutaline sulfate, have been identified and characterized by several solid-state techniques. X-ray powder diffraction (XRPD) and thermal analysis, that is, thermogravimetric analysis (TGA) and differential scanning calorimetry (DSC), were used as preliminary techniques to identify the different forms. Detailed solid-state characterization was carried out by  13 C and  15  N solid state NMR (SSNMR), using the cross-polarization (CP) and magic-angle spinning (MAS) techniques. High-speed  1 H MAS spectra show signals at high frequency arising from hydrogen bonds. A  13 C, 1 H heteronuclear correlation spectrum, together with computations using the NMR-CASTEP program, yield further information on the hydrogen-bonding resonances. The structures of the monohydrate and of the higher hydrate were determined by single-crystal X-ray diffraction (XRD). The latter was found to be a 2.5 hydrate and to have some disordered atoms, including the hydroxyl group which conveys chirality on the molecule. The crystal structures of the anhydrate B, the acetic acid solvate, the monohydrate, and the higher hydrate are compared, stressing the extent of hydrogen bonding. The first three contain a common dimeric unit of terbutaline cations, linked by hydrogen bonds.", "author": ["Hodgkinson Paul", "Harris Robin K.", "Yufit Dmitry S.", "Ymén Ingvar", "Larsson Tomas", "Zorin Vadim", "Muruganantham Amsaveni"], "localIdentifier": [{"type": "doi", "id": "10.1021/cg700840j"}], "id": "50|dli_resolver::1d11559bc8b0459ec594b99217ca3cb1", "relatedPublications": 0, "date": [""], "title": ["\"Characterization of Polymorphs and Solvates of Terbutaline Sulfate\""], "relatedDatasets": 2}
1135
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::2e6830b020ae9382b74b8c358baa3239", "id": {"identifier": "4wo2", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ff6bde1c9ae0f475a0d62085f13b90ed", "id": {"identifier": "2kyp", "schema": "pdb"}}], "abstract": "", "title": ["Synthesis and evaluation of 7-substituted-5,6-dihydrobenzo["], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ejmech.2017.02.051"}], "id": "50|elsevier____::013fa85197f3d46114806bbd110324ec", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 3}
1136
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e1e30b569237a2b9bf90a434e6f4856", "id": {"identifier": "10.5517/cctbq2x", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A modular library of readily available phosphite−oxazoline ligands (L1−L16a−f) has been successfully applied for the first time in the Ir-catalyzed asymmetric hydrogenation of a broad range of highly unfunctionalized 1,1,-disubstituted terminal alkenes. Enantioselectivities up to >99% and full conversions were obtained in several 1,1-disubstituted alkenes, including substrate classes that have never been asymmetrically hydrogenated before (i.e., 1,1-heteoraryl-alkyl, 1,1-diaryl, trifluoromethyl, etc.). The results indicated that these catalytic systems have high tolerance to the steric and electronic requirements of the substrate and also to the presence of a neighboring polar group. The asymmetric hydrogenations were also performed using propylene carbonate as solvent, which allowed the Ir catalyst to be reused and maintained the excellent enantioselectivities.", "author": ["Pàmies Oscar", "Schäffner Benjamín", "Coll Mercedes", "Mazuela Javier", "Börner Armin", "Johan, Verendel J.", "Andersson Pher G.", "Diéguez Montserrat"], "localIdentifier": [{"type": "doi", "id": "10.1021/ja904152r"}], "id": "50|dli_resolver::b90ff834fd636c87a42cda830b7822ce", "relatedPublications": 0, "date": [""], "title": ["\"Iridium Phosphite−Oxazoline Catalysts for the Highly Enantioselective Hydrogenation of Terminal Alkenes\""], "relatedDatasets": 1}
1137
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6c945f68162731e67ed373a70a3e624e", "id": {"identifier": "ay570923.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bbead68a5a6fa15f22cadbd65f0cf9be", "id": {"identifier": "u07055.2", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5b4876c8a46c1869ed863e176d2a5bac", "id": {"identifier": "ay571785.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a5c0b2b7a6d7de7e42d4ea537ac64d01", "id": {"identifier": "ay570922.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["Decreased vitellogenin inducibility and 17β-estradiol levels correlated with reduced egg production in killifish ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.aquatox.2011.03.013"}], "id": "50|elsevier____::4bfd42bf19c0527bff1d167ef160bf99", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 4}
1138
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::47994aeba59e3b69b01d46d79d7af97d", "id": {"identifier": "10.5517/cc9h1c5", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The crystal structure of the title compound, trans-[Pt(C6H5)(NCS)(C18H15P)2], represents a typical example where steric crowding around the platinum metal centre induces N-coordination of the thio­cyanate ligand. The compound crystallizes on a twofold rotation axis. Selected geometrical parameters are Pt—C = 2.019 (6) A, Pt—P = 2.3007 (11) A, Pt—N = 2.052 (6) A, C—Pt—P = 92.47 (3)°, P—Pt—P′ = 175.06 (5)° and N—Pt—P = 87.53 (3)°. The compound represents a rare example of a trans bis­phosphine complex of platinum(II) containing the NCS− ligand.", "author": ["Otto Stefanus", "Roodt Andreas"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536805021756"}], "id": "50|dli_resolver::991effdfc86425ef89d120d8a790a846", "relatedPublications": 0, "date": [""], "title": ["\"trans-(Isothiocyanato-κN)phenylbis(triphenylphosphine-κP)platinum(II)\""], "relatedDatasets": 1}
1139
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::73070f4720af3f9633518cef8271a43e", "id": {"identifier": "10.3886/icpsr36537", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "ICPSR", "dnetId": "60|dedup_wf_001::a2087c4f3789640d79344121eea9a8a5", "id": {"identifier": "10.3886/icpsr36537.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9c91ce89050649d59b88386ce0cb5565", "id": {"identifier": "10.3886/icpsr36537.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Objectives#R##N#The purpose of the current study is to describe the factors associated with Mexican American elders who have spent time in a SNF compared to those who have not in the Southwestern United States.", "author": ["Espino David V.", "Wood Robert C.", "Angel Jaqueline L.", "Rosina, Finely M.", "Ye Y."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jamda.2012.12.006"}], "id": "50|dli_resolver::a5691770f22476c643262221aba617e5", "relatedPublications": 0, "date": [""], "title": ["Characteristics of Mexican American Elders Admitted to Nursing Facilities in the United States: Data from the Hispanic Established Populations for Epidemiologic Studies of the Elderly (EPESE) Study"], "relatedDatasets": 3}
1140
{"typology": "publication", "publisher": ["Genetics and molecular research : GMR"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5864051afbde73a998f7482a3ce5747e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26681010&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::791f3fcda09264692865d30d0359828b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26681010&result=coding_release", "schema": "url"}}], "abstract": "None: Hemocyanin is an important respiratory protein in many arthropod and mollusk species. Here, four cDNAs (SpHc1, SpHc2, SpHc3, and SpHc4), encoding distinct hemocyanin subunits from Scylla paramamosain were cloned using EST analyses and the rapid amplification of cDNA ends. The four full-length cDNA fragments (SpHc1-4) were 2281, 2002, 2184, and 2069 bp, respectively, and they encoded four putative proteins (570-676 amino acids) with a molecular mass of ~65.0-76.8 kDa. Quantitative real-time PCR analyses revealed that the four genes were mainly expressed in the hepatopancreas, testis, and hemocytes. SpHc mRNA expression during continuous developmental stages in zoeal phases (Z1, Z2, Z3, Z4, and Z5), megalopa, and juvenile crab I stages were also detected. The expression levels of SpHc3 and SpHc4 were higher than that of SpHc1 and SpHc2 during the first six stages, and they sharply declined during the juvenile stage. After infection with Vibrio parahaemolyticus, the temporal expression of both the four SpHc mRNAs in the megalopa stage rapidly declined during the first 3 h, followed by upregulation and peak expression at 12 h after the challenge. The expression levels of the four SpHc subunits were upregulated at 48 h after the challenge, and were then gradually downregulated. These findings suggest that hemocyanin may potentially be involved in the crab immune response, and that the role of the four subunits may differ in different tissues and during various developmental stages.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "26681010"}, {"type": "doi", "id": "10.4238/2015.december.11.11"}], "author": ["Fang Y B", "Jiang K J", "Hu J H", "Zhao M", "Ma L B", "Wang J", "Song W", "Zhang F Y"], "relatedPublications": 0, "id": "50|r3d100010527::f9a9c02b2c719b199d530c367e41342e", "title": ["Characterization of hemocyanin from the mud crab Scylla paramamosain and its expression analysis in different tissues, at various stages, and under Vibrio parahaemolyticus infection."], "relatedDatasets": 2}
1141
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::6d188923fce1ba043eba76a54d647012", "id": {"identifier": "nm_001011691", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1b984b3cca7e28b83692ce7f969058d1", "id": {"identifier": "nm_001030693", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f28b4bb55704e5deb3092b77543bff85", "id": {"identifier": "nm_001001605", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bd0e77c1f9db02807a721048fd9a8689", "id": {"identifier": "nm_001037835", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4b859e62819cf10c8b8ea18c5ee5de64", "id": {"identifier": "ay534899", "schema": "ncbi-n"}}], "abstract": "", "title": ["Expression of Toll-like receptors and antimicrobial peptides during"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.exppara.2010.12.002"}], "id": "50|elsevier____::2146393cacda3e1b680213099a83707a", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 5}
1142
{"typology": "publication", "publisher": ["Journal of molecular endocrinology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::34eb16dc5bc688e32abe66b6ae23e3ef", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16901928&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bfcb91c317aa5b43b763e33c91dfae61", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16901928&result=sequence_release", "schema": "url"}}], "abstract": "None: The estrogen receptor-related receptors (ERRs) are a group of nuclear receptors that were originally identified on the basis of sequence similarity to the estrogen receptors. The three mammalian ERR genes have been implicated in diverse physiological processes ranging from placental development to maintenance of bone density, but the diversity, function, and regulation of ERRs in non-mammalian species are not well understood. In this study, we report the cloning of four ERR cDNAs from the Atlantic killifish, Fundulus heteroclitus, along with adult tissue expression and estrogen responsiveness. Phylogenetic analysis indicates that F. heteroclitus (Fh)ERRalpha is an ortholog of the single ERRalpha identified in mammals, pufferfish, and zebrafish. FhERRbetaa and FhERRbetab are co-orthologs of the mammalian ERRbeta. Phylogenetic placement of the fourth killifish ERR gene, tentatively identified as FhERRgammab, is less clear. The four ERRs showed distinct, partially overlapping mRNA expression patterns in adult tissues. FhERRalpha was broadly expressed. FhERRbetaa was expressed at apparently low levels in eye, brain, and ovary. FhERRbetab was expressed more broadly in liver, gonad, eye, brain, and kidney. FhERRgammab was expressed in multiple tissues including gill, heart, kidney, and eye. Distinct expression patterns of FhERRbetaa and FhERRbetab are consistent with subfunctionalization of the ERRbeta paralogs. Induction of ERRalpha mRNA by exogenous estrogen exposure has been reported in some mammalian tissues. In adult male killifish, ERR expression did not significantly change following estradiol injection, but showed a trend toward a slight induction (three- to five-fold) of ERRalpha expression in heart. In a second, more targeted experiment, expression of ERRalpha in adult female killifish was downregulated 2.5-fold in the heart following estradiol injection. In summary, our results indicate that killifish contain additional ERR genes relative to mammals, including ERRbeta paralogs. In addition, regulation of ERRalpha expression in killifish apparently differs from regulation in mammals. Together, these features may facilitate determination of both conserved and specialized ERR gene functions.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16901928"}], "author": ["Callard G V", "Hahn M E", "Greytak S R", "Tarrant A M"], "relatedPublications": 0, "id": "50|r3d100010527::22e366084d119c71507b77ad7a4e83d5", "title": ["Estrogen receptor-related receptors in the killifish Fundulus heteroclitus: diversity, expression, and estrogen responsiveness."], "relatedDatasets": 2}
1143
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7dad4a2c766550d90530f6f0b4ac6c6b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15967442&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2a2956094ab2cf3bfa6af7cdfdd6784d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15967442&result=sequence_release", "schema": "url"}}], "abstract": "None: LRRC4, a novel member of LRR superfamily thought to be involved in development and tumorigenesis of the nervous tissue, has the potential to suppress tumorigenesis and cell proliferation of U251MG cells. This study aimed at revealing the correlation between expression of LRRC4 and the maintenance of normal function and tumorigenesis suppression within the central nervous system. We systematically analyzed the expression and tissue distributions of the gene in tissues. Results showed that LRRC4 expression was limited to normal adult brain, both in human and in mouse, and exhibited a development-regulated pattern, but was down-regulated in brain tumor tissues and U251MG cell line. Furthermore, dynamic alterations in gene expression associated with cell cycle progression were investigated by using Tet-on system. Results showed that LRRC4 induced a cell cycle delay at the late G1 phase, probably through the alteration of the expression of different cell cycle regulating proteins responsible for mediating G1-S progression, such as p21(Waf1/Cip1) and p27(Kip1), Cdk2 and PCNA, p-ERK1/2. These findings suggest that LRRC4 may play an important role in maintaining normal function and suppressing tumorigenesis in the central nervous system.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15967442"}], "author": ["Liu Zhongqi", "Shen Shourong", "Li Xiaoling", "Li Guiyuan", "Wang Jieru", "Li Zheng", "Zhang Qiuhong", "Fan Songqing", "Cao Li", "Gan Kai", "Tang Ke", "Peng Cong", "Wang Lili", "Li Weifang"], "relatedPublications": 0, "id": "50|r3d100010527::e72600a7cb86babba50b4681ef6ce0e6", "title": ["Expression and functional characterization of LRRC4, a novel brain-specific member of the LRR superfamily."], "relatedDatasets": 2}
1144
{"typology": "publication", "publisher": ["Journal of clinical microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::39eeca0c7e9829bcd9b9275a117e6eda", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17409204&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6c812b41cc0aae9a9c48d74a805861b1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17409204&result=sequence_release", "schema": "url"}}], "abstract": "None: Mycobacterium massiliense is a rapidly growing mycobacterium that is indistinguishable from Mycobacterium chelonae/M. abscessus by partial 16S rRNA gene sequencing. We sequenced rpoB, sodA, and hsp65 genes from isolates previously identified as being M. chelonae/M. abscessus and identified M. massiliense from isolates from two patients with invasive disease representing the first reported cases in the United States.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17409204"}], "author": ["Simmon Keith E", "Greene John N", "Cohen Samuel", "Anderson Clint M", "Walsh Frank", "Pounder June I", "Petti Cathy A"], "relatedPublications": 0, "id": "50|r3d100010527::7e1fe694a0adf88b83bd1b2024751ef8", "title": ["Identification of an emerging pathogen, Mycobacterium massiliense, by rpoB sequencing of clinical isolates collected in the United States."], "relatedDatasets": 2}
1145
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::d503b103b4c6eba36395c565a405a40b", "id": {"identifier": "10.6084/m9.figshare.c.3748664.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bef2cfd901841cfde83dc358fa3e135d", "id": {"identifier": "10.6084/m9.figshare.c.3748664", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The presented approach addresses a review of the overheating that occurs during radiological examinations, such as magnetic resonance imaging, and a series of thermal experiments to determine a thermally suitable fabric material that should be used for radiological gowns. Moreover, an automatic system for detecting and tracking of the thermal fluctuation is presented. It applies hue-saturated-value-based kernelled k-means clustering, which initializes and controls the points that lie on the region-of-interest (ROI) boundary. Afterward, a particle filter tracks the targeted ROI during the video sequence independently of previous locations of overheating spots. The proposed approach was tested during experiments and under conditions very similar to those used during real radiology exams. Six subjects have voluntarily participated in these experiments. To simulate the hot spots occurring during radiology, a controllable heat source was utilized near the subject’s body. The results indicate promising accuracy for the proposed approach to track hot spots. Some approximations were used regarding the transmittance of the atmosphere, and emissivity of the fabric could be neglected because of the independence of the proposed approach for these parameters. The approach can track the heating spots continuously and correctly, even for moving subjects, and provides considerable robustness against motion artifact, which occurs during most medical radiology procedures.", "author": ["Maldague Xavier P. V.", "Yousefi Bardia", "Klein Matthieu", "Fleuret Julien", "Zhang Hai", "Watt Raymond"], "localIdentifier": [{"type": "doi", "id": "10.1364/ao.55.00d162"}], "id": "50|dli_resolver::fce531a38676caf9293b4641a5a4b1fa", "relatedPublications": 0, "date": [""], "title": ["\"Automated assessment and tracking of human body thermal variations using unsupervised clustering\""], "relatedDatasets": 2}
1146
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c1b43471d7ca0dc70d7ccef9fc7c8dd6", "id": {"identifier": "e01690", "schema": "genbank"}}], "abstract": "", "title": ["Preparation of novel immunomagnetic cellulose microspheres via cellulose binding domain-protein A linkage and its use for the isolation of interferon α-2b"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.chroma.2007.03.032"}], "id": "50|elsevier____::9087b0f19d4e3cba5de2dba561fe9535", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 1}
1147
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fcef5416a894b9391bc0df1bfa39bd48", "id": {"identifier": "10.25384/sage.6242333", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::28a663065bcd8f61ef91a71084c63653", "id": {"identifier": "10.25384/sage.6242333.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7795cfb7d84eee26d1a35dfb981f360d", "id": {"identifier": "10.25384/sage.c.4094999", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3cefc97b6b9c753a8e2c78d5a4745b0b", "id": {"identifier": "10.25384/sage.c.4094999.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kakietek Jakub"], "localIdentifier": [{"type": "doi", "id": "10.1177/0379572118767149"}], "id": "50|dli_resolver::a8277ab1fbd82d3a8fe5df029dc00b67", "relatedPublications": 0, "date": [""], "title": ["Determinants of the Global Prices of Ready-to-Use Therapeutic Foods"], "relatedDatasets": 4}
1148
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3979fac3a14b88732a19204a23061e9a", "id": {"identifier": "10.6084/m9.figshare.5816169.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<jats:p>ABSTRACT This case report describes the treatment of a severe anterior and lateral open bite combined with multiple congenitally missing teeth. A 10-year-old girl presented with an open gonial angle, absence of lip sealing, and soft tissue pogonion retrusion. She had an open bite of 8.5 mm, agenesis of the upper right and left lateral incisors and the upper left first premolar, and transverse maxillary deficiency. Nonsurgical treatment was planned aiming at controlling the vertical pattern, establishing the correct overbite, and closing the spaces on the upper arch, to provide satisfactory occlusion and facial and dental esthetics.</jats:p>", "author": ["Nunes Livia Kelly Ferraz", "Quintão Ana Paula Abdo", "Brunharo Ione Helena Portela", "Quintão Catia Cardoso Abdo", "Rédua Renato Barcellos"], "localIdentifier": [{"type": "doi", "id": "10.1590/2177-6709.22.6.074-085.oar"}], "id": "50|dli_resolver::af13c05e19d425f3ad2f0f9b73e4acbf", "relatedPublications": 0, "date": [""], "title": ["Nonsurgical treatment for a severe anterior and lateral open bite and multiple congenitally missing teeth: a case report with 4-year follow-up"], "relatedDatasets": 1}
1149
{"typology": "publication", "publisher": ["Immunogenetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::382d7cae1b6a703ed4d8d420b8aab93c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=14574519&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4a90efa14c7989181bc262d486387a6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=14574519&result=sequence_release", "schema": "url"}}], "abstract": "None: Little is known about the major histocompatibility complex (MHC) class 1 in squirrel monkeys ( Saimiri sciureus). We cloned, sequenced and characterized two alleles and the cDNA of the coding region of MHC class 1 in these New World monkeys. Phylogenetic analyses showed that these sequences are related to HLA class 1 genes ( HLA-A and HLA-G). The structure and organization of one of the two identified clones was similar to that of a class 1 MHC gene ( HLA-A2). All the exon/intron splice acceptor/donor sites are conserved and their locations correspond to the HLA-A2 gene. The sequences of the newly described cDNAs reveal that they code for the characteristic class 1 MHC proteins, with all the features thought necessary for cell surface expression. Typical sequences for the leader peptide, alpha(1), alpha(2), alpha(3), transmembrane and cytoplasmic domains were found.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "14574519"}], "author": ["Pascalis Hervé", "Fendel Rolf", "Lavergne Anne", "Heraud Jean-Michel", "Kazanji Mirdad"], "relatedPublications": 0, "id": "50|r3d100010527::e9ed4a9d92c031e67c2d109880a44b41", "title": ["Molecular characterization of major histocompatibility complex class 1 (MHC-I) from squirrel monkeys (Saimiri sciureus)."], "relatedDatasets": 2}
1150
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::ad9a0d34efabeb454e9647a871a8a483", "id": {"identifier": "3arc", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::98388a7e9d89dc26b41e84b047fe3702", "id": {"identifier": "2vu4", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::c5ff72d7f542d737bac0a97611901223", "id": {"identifier": "1eq6", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::e7e3676bddc8187d9ab1cf67f25c7234", "id": {"identifier": "1vyk", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::91e6aaa805ddf7dea090b2587669f14a", "id": {"identifier": "3lso", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::589088df802d75f87f8ff40d2328ce8e", "id": {"identifier": "2xb3", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::6d4252471354dcbf4b6895393b6b24e0", "id": {"identifier": "1v2b", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::d63af9f0abc99b65ca7405f25f5281cd", "id": {"identifier": "2axt", "schema": "pdb"}}], "abstract": "", "title": ["The extrinsic proteins of Photosystem II"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbabio.2011.07.006"}], "id": "50|elsevier____::d203e0d2eaf6aa04022e74fa3585f613", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 15}
1151
{"typology": "publication", "publisher": ["Acta virologica"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a680bae657ff609b19addf9b23b70984", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10989685&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::551e4f4a50c84fff7f2c3159ad06689c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10989685&result=sequence_release", "schema": "url"}}], "abstract": "None: We have used the mouse model to monitor the acquisition of virulence of a non-pathogenic influenza A virus upon adaptation to a new mammalian host. An avian strain, A/Mallard duck/Pennsylvania/10218/84 (H5N2) (Mld/PA/84) was adapted to mice by 23 serial lung-to-lung passages until a highly virulent mouse-adapted (MA) variant (Mld/PA/84-MA) emerged. This MA variant was characterized and compared to the parental strain as well as some of its intermediate passage variants. MA variant caused bronchopneumonia in mice with a high mortality rate (the virulence of Mld/PA/84-MA measured as log (EID50/LD50) was 1.75), while the parental, avirulent strain Mld/PA/84 did not cause illness and mortality in mice (log (EID50/LD50) was 7.25). Hemagglutination-inhibition (HAI) test with a set of hemagglutinin- (HA) specific monoclonal antibodies (MAbs) revealed antigenic differences between the parental strain and MA variant. Mld/PA/84-MA reacted with HA-specific MAbs in higher titers than the parental strain. The HA genes of the parental strain Mld/PA/84, the 1st, 3rd, 8th, and 15th intermediate passage variants, and Mld/PA/84-MA were sequenced. Three amino acid changes at positions 203, 273 and 320 were determined in the HA of MA variant. The first of them, Leu-->Pro (320), appeared in the HA stem region at the 8th passage. Two other in the HA1 globular region (Ser-->Phe (203) and Glu-->Gly (273)) appeared at the 15th passage. All of these substitutions were associated with the increase of viral infectivity for mouse lungs and changes in the HA antigenicity. The potential role of these changes in HA with respect to the process of viral interspecies transmission and acquisition of virulence for new host is discussed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10989685"}], "author": ["Lipatov A S", "Smirnov Y A", "Van Beek R", "Osterhaus A D", "Claas E C", "Gitelman A K"], "relatedPublications": 0, "id": "50|r3d100010527::fb20aa16fe1cfae406b929e8ee5c9fcc", "title": ["Characterization of adaptation of an avian influenza A (H5N2) virus to a mammalian host."], "relatedDatasets": 2}
1152
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7e5c2efb7b196706394bad07518e9b05", "id": {"identifier": "10.6084/m9.figshare.c.3760628", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ec7049edaed3a938f4c41ba5a189748e", "id": {"identifier": "10.6084/m9.figshare.c.3760628.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We designed and constructed a single-fiber-optic confocal microscope (SFCM) with a microelectromechanical system (MEMS) scanner and a miniature objective lens. Axial and lateral resolution values for the system were experimentally measured to be 9.55 µm and 0.83 µm respectively, in good agreement with theoretical predictions. Reflectance images were acquired at a rate of 8 frames per second, over a 140 µm×70 µm field-of-view. In anticipation of future applications in oral cancer detection, we imaged ex vivo and in vivo human oral tissue with the SFCM, demonstrating the ability of the system to resolve cellular detail.", "author": ["Pierce Mark C.", "Richards-Kortum Rebecca", "Solgaard Olav", "Lee Daesung", "Shin Hyun-Joon", "Ra Hyejun"], "localIdentifier": [{"type": "doi", "id": "10.1364/oe.15.009113"}], "id": "50|dli_resolver::d0bb63733e6ab475259771f42f382d3e", "relatedPublications": 0, "date": [""], "title": ["\"Fiber-optic confocal microscope using a MEMS scanner and miniature objective lens\""], "relatedDatasets": 2}
1153
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f78c5970cce00b20409c28ef7ff3a404", "id": {"identifier": "10.5517/ccdc.csd.ccrht9b", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, [Mn(C5H7O2)2(C12H16N3O2)2], is isostructural with its NiII-containing analogue [Hao, Mu & Kong (2008 ▶). Acta Cryst. E64, m957]. The asymmetric unit comprises one-half of the mol­ecule and the MnII ion is located on an inversion centre. The coordination geometry around the MnII ion is slightly distorted octa­hedral, comprised of four O and two N atoms, in which the four O atoms in the equatorial plane come from two pentane-2,4-dionate ligands and the two N atoms in the axial coordination sites from 4,4,5,5-tetra­methyl-2-(4-pyrid­yl)imidazoline-1-oxyl 3-oxide.", "author": ["Xue Zechun", "Zhang Yu", "Liu Ying", "Zhang Xianxi", "He Qingpeng"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536808022952"}], "id": "50|dli_resolver::c23dfdf98f9ec731f3e93aa25900bbbb", "relatedPublications": 0, "date": [""], "title": ["\"Bis(pentane-2,4-dionato-κ2O,O′)bis4,4,5,5-tetramethyl-2-(4-pyridyl)imidazoline-1-oxyl 3-oxide-κN2manganese(II)\""], "relatedDatasets": 1}
1154
{"typology": "publication", "publisher": ["Canadian Science Publishing"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9816f533df9110ebd561d7058a773667", "id": {"identifier": "10.5517/cc97j67", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3201e611d07c56ce8c6b503f4d025da4", "id": {"identifier": "10.5517/cc97j56", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38e2f4e11146342cc4fa4a3fe741e173", "id": {"identifier": "10.5517/cc97jbc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::952328c45546d03e7f6f934c399aaaee", "id": {"identifier": "10.5517/cc97j78", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2799cf7d78ee91094d429ead295e04bc", "id": {"identifier": "10.5517/cc97j9b", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7c4e1641e840fee95624529e392b9160", "id": {"identifier": "10.5517/cc97j89", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4931cd5d326bf9296010e6e2c20f26f", "id": {"identifier": "10.5517/cc97jcd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "On a etudie la chimie de coordination du bis(di-ortho-tolylphosphino)methane (dotpm). C'est un excellent ligand chelatant et on en a prepare un large eventail de complexes mononucleaires de faible valence, dont les cis-[M(CO) 4 (η 4 -dotpm)] (M = Cr, Mo, W; 1-3), [CpRuCl(η 2 -dotpm)] (4) et cis-[MX 2 (η 2 -dotpm)] (M = Pt, X = Cl, Br, I; 5a-5c, M = Pd, X = Cl; 6). Les protons du squelette sont relativement acides et peuvent etre deprotones en utilisant du n-BuLi ou du LiN(SiMe 3 ) 2 . Des alkylations subsequentes par du RX (X = halogene; R = Me, Et, CH 2 Ph) conduisent a la formation des cis-[M(CO)4(η 2 -Rdotpm)] (M = Cr, Mo, W, R = Me; 7-9, M = Mo, W, R = Et, CH 2 Ph; 12-15), [CpRuCl(η 2 -Medotpm)] (10) et cis-[PtI 2 (η 2  -Medotpm)] (11). La thermolyse du cis-[Mo(CO)4(η 2 -Medotpm)] (8) conduit a la formation d'un compose qu'on croit etre le complexe coordonne et electroniquement insature [Mo(CO) 3 (η 2 -Medotpm)] (16) qui suggere que les derives dotpm (angle du cone de 194°) sont suffisamment encombrants pour stabiliser un complexe a 16 electrons. On a determine les structures cristallines des composes 2, 3, 7-9, 13 et 14 dans lesquels l'angle de morsure de la diphosphine varie de 66,58(3)° a 70,96(5)°.", "author": ["Filby Maria", "Hogarth Graeme", "Lee Mo-yin (Venus)", "Deeming Antony J"], "localIdentifier": [{"type": "doi", "id": "10.1139/v05-254"}], "id": "50|dli_resolver::59fa00405bfebea6c5e68858c7fa2a18", "relatedPublications": 0, "date": [""], "title": ["\"Small bite-angle diphosphines — Synthesis and structure of low-valent complexes of bis(di-ortho-tolylphosphino)methane (dotpm) and related ligands\""], "relatedDatasets": 7}
1155
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7c50a1051993884a0d674de8ace00c78", "id": {"identifier": "10.3886/icpsr04549.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Weinshenker, M."], "localIdentifier": [{"type": "icpsr", "id": "64754"}], "relatedPublications": 0, "title": ["Imaging family roles: Parental influence on the expectations of adolescents in dual-career families"], "id": "50|r3d100010255::5a0cb6bc68defcc1ad71d92a18ebfd0c"}
1156
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0f368b7ecc30600c445dfb6f8385cacc", "id": {"identifier": "10.17632/8xy6xhmg7y.1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gao Baoqin", "Zhu Leting", "Yang Weili", "Wu Xiaojuan", "Yu Yazhen", "Zhao Zhigang", "Mei Shenghui", "Fang Fang", "Feng Weixing"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.seizure.2018.04.006"}], "id": "50|dli_resolver::550c8311f7db4d0d5f79eefc53b5e490", "relatedPublications": 0, "date": [""], "title": ["Effects of  UGT2B7 ,  SCN1A  and  CYP3A4  on the therapeutic response of sodium valproate treatment in children with generalized seizures"], "relatedDatasets": 1}
1157
{"typology": "publication", "publisher": ["FEBS letters"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7e76588d17f553a7db7ba074feba6df1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8034049&result=sequence_release", "schema": "url"}}], "abstract": "None: We have used a scallop hybrid myosin test system in an attempt to determine the regulatory properties of an individual myosin II isoform from rat brain. The complete coding region of cDNA corresponding to a regulatory light chain isoform previously shown to be expressed in brain [Feinstein, Durand and Milner (1991) Mol. Brain Res. 10, 97-105] was ligated within the prokaryotic expression vector, pAED4, overexpressed in bacteria, and the purified light chain incorporated within a scallop hybrid myosin. Actin activation was calcium insensitive for all hybrids tested, irrespective of whether light chain phosphorylation had taken place before, or subsequent to, hybrid formation. We discuss the implications of these results, including the possibility that these results constitute evidence for a myosin II isoform within brain that is regulated at the level of the thin filament. In addition, evidence is presented for the presence of an additional, novel isoform of regulatory light chain expressed in rat brain.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8034049"}], "author": ["Chantler P D", "Wang Y"], "relatedPublications": 0, "id": "50|r3d100010527::e4bb895129df91cbd0154150c1ace5da", "title": ["Functional analysis of individual brain myosin II isoforms through hybrid formation."], "relatedDatasets": 1}
1158
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a117d0cf204f5d3471b8f7a01fb1b629", "id": {"identifier": "10.6084/m9.figshare.c.3617540_d3.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::848300bf89c0061f4498b7a4650d05d4", "id": {"identifier": "10.6084/m9.figshare.c.3617540.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2122f5161855a8cb338b209eba5d49ee", "id": {"identifier": "10.6084/m9.figshare.c.3617540_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e99323c2e923e48686161257ce91160f", "id": {"identifier": "10.6084/m9.figshare.c.3617540_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::44ed8a9325b19d0fdbfa4d76c8e75391", "id": {"identifier": "10.6084/m9.figshare.c.3617540", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Assisted vaginal delivery by vacuum extraction is frequent. Metallic resterilizible metallic vacuum cups have been routinely used in France. In the last few years a new disposable semi-soft vacuum extraction cup, the iCup, has been introduced. Our objective was to compare maternal and new-born outcomes between this disposable cup and the commonly used Drapier-Faure metallic cup.", "author": ["Margier Jennifer", "Schaal Jean-Patrick", "Dreyfus Michel", "Equy Véronique", "Riethmuller Didier", "Bosson Jean-Luc", "Langer Bruno", "David-Tchouda Sandra", "Vendittelli Françoise", "Cabaud Victoire"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12884-015-0771-1"}], "id": "50|dli_resolver::7ebdff5920b33db145b7b4b4dd2d063d", "relatedPublications": 0, "date": [""], "title": ["\"Clinical impact of the disposable ventouse iCup® versus a metallic vacuum cup: a multicenter randomized controlled trial\""], "relatedDatasets": 5}
1159
{"typology": "publication", "publisher": ["The EMBO journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::841d75e67ccb81ec576d521587e3b774", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1756734&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::11e2e7ad41f955cf01b41d7304376337", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1756734&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3d9c96d7abab8c549de6652e1011ac3d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1756734&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::14eb3eeede1d3abc03016f1a6d40b599", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1756734&result=taxon", "schema": "url"}}], "abstract": "None: In higher eukaryotes, nine aminoacyl-tRNA synthetases are associated within a multienzyme complex which is composed of 11 polypeptides with molecular masses ranging from 18 to 150 kDa. We have cloned and sequenced a cDNA from Drosophila encoding the largest polypeptide of this complex. We demonstrate here that the corresponding protein is a multifunctional aminoacyl-tRNA synthetase. It is composed of three major domains, two of them specifying distinct synthetase activities. The amino and carboxy-terminal domains were expressed separately in Escherichia coli, and were found to catalyse the aminoacylation of glutamic acid and proline tRNA species, respectively. The central domain is made of six 46 amino acid repeats. In prokaryotes, these two aminoacyl-tRNA synthetases are encoded by distinct genes. The emergence of a multifunctional synthetase by a gene fusion event seems to be a specific, but general attribute of all higher eukaryotic cells. This type of structural organization, in relation to the occurrence of multisynthetase complexes, could be a mechanism to integrate several catalytic domains within the same particle. The involvement of the internal repeats in mediating complex assembly is discussed.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1756734"}], "author": ["Cerini C", "Astier M", "Kerjan P", "Gratecos D", "Sémériva M", "Mirande M"], "relatedPublications": 0, "id": "50|r3d100010527::7cce024a6c708bb6fce7141df7681e55", "title": ["A component of the multisynthetase complex is a multifunctional aminoacyl-tRNA synthetase."], "relatedDatasets": 4}
1160
{"typology": "publication", "publisher": ["Clinical microbiology and infection : the official publication of the European Society of Clinical Microbiology and Infectious Diseases"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f54c2e00cf5e1989b1c2a987be38ce64", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16842580&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f422aa1049a91e906a98b9414c75482", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16842580&result=coding_release", "schema": "url"}}], "abstract": "None: A cloned 5,248-bp EcoRI fragment from the Klebsiella pneumoniae transferable plasmid pKP53 (> 70 kb) containing bla(SHV-5) was sequenced. Insertion sequences IS26 and IS5 were found downstream from bla(SHV-5). The DNA sequences of the genetic environment surrounding bla(SHV-5) were homologous to plasmid p1658/97 from Escherichia coli, containing a truncated recF gene and a truncated deoR gene upstream and downstream from bla(SHV-5), respectively. RecF may be involved in bla(SHV-5) translocation to the plasmid by RecF-dependent recombination. This novel genetic environment may be associated with the successful proliferation and/or expression of SHV-5 in K. pneumoniae strains from Taiwan.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16842580"}], "author": ["Yu W L", "Chen I C", "Chung J G", "Wu L T", "Chen S C", "Chuang Y C", "Hung S W"], "relatedPublications": 0, "id": "50|r3d100010527::6eb080cf42148cf3636c7c3424e7c137", "title": ["Genetic association of blaSHV-5 with transposable elements IS26 and IS5 in Klebsiella pneumoniae from Taiwan."], "relatedDatasets": 2}
1161
{"typology": "publication", "publisher": ["Insect molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3b9c3eac6083641125a14ba2f9737995", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17316329&result=sequence_release", "schema": "url"}}], "abstract": "None: We describe an efficient method for generating new piggyBac insertions in the germline of F(1) hybrid Tribolium castaneum derived from crosses between transgenic helper and donor strains. Helper strains carried single Minos elements encoding piggyBac transposase. The donor strain carried a single piggyBac element inserted into an actin gene, expanding the eye-specific, 3xP3-EGFP (enhanced green fluorescent protein) reporter expression domain to include muscle. Remobilization of the donor element is accompanied by loss of muscle fluorescence but retention of eye fluorescence. In a pilot screen, the piggyBac donor was remobilized in 84% of the hybrid crosses, generating hundreds of new lethal, enhancer-trap, semisterile and other insertions. The jumpstarter system described herein makes genome-wide, saturation insertional mutagenesis a realistic goal in this coleopteran species.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17316329"}], "author": ["Beeman R W", "Shippy T D", "Lorenzen M D", "Denell R E", "Kimzey T", "Brown S J"], "relatedPublications": 0, "id": "50|r3d100010527::427f92580ccfd38e0aba0f6695bf4426", "title": ["piggyBac-based insertional mutagenesis in Tribolium castaneum using donor/helper hybrids."], "relatedDatasets": 1}
1162
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::aaddcd7f7f75ea4ccec2390f462afcd3", "id": {"identifier": "10.6084/m9.figshare.5127568.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::964922413633cd277904d4baecdb4467", "id": {"identifier": "10.6084/m9.figshare.5127568", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background: Prioritizing individual rare variants within associated genes or regions often consists of an ad hoc combination of statistical and biological considerations. From the statistical perspective, rare variants are often ranked using Fisher's exact p values, which can lead to different rankings of the same set of variants depending on whether 1- or 2-sided p values are used. Results: We propose a likelihood ratio-based measure, maxLRc, for the statistical component of ranking rare variants under a case-control study design that avoids the hypothesis-testing paradigm. We prove analytically that the maxLRc is always well-defined, even when the data has zero cell counts in the 2×2 disease-variant table. Via simulation, we show that the maxLRc outperforms Fisher's exact p values in most practical scenarios considered. Using next-generation sequence data from 27 rolandic epilepsy cases and 200 controls in a region previously shown to be linked to and associated with rolandic epilepsy, we demonstrate that rankings assigned by the maxLRc and exact p values can differ substantially. Conclusion: The maxLRc provides reliable statistical prioritization of rare variants using only the observed data, avoiding the need to specify parameters associated with hypothesis testing that can result in ranking discrepancies across p value procedures; and it is applicable to common variant prioritization.", "author": ["Dobbins Sara", "Strug Lisa J.", "Houlston Richard", "Li Weili", "Pal Deb K.", "Tomlinson Ian"], "localIdentifier": [{"type": "doi", "id": "10.1159/000371579"}], "id": "50|dli_resolver::ff15ecd335173fb797ddff0a577520eb", "relatedPublications": 0, "date": [""], "title": ["\"Prioritizing Rare Variants with Conditional Likelihood Ratios\""], "relatedDatasets": 2}
1163
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d54ce529ceda58a491d1e451c0d3d075", "id": {"identifier": "10.5061/dryad.80dk1", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d54ce529ceda58a491d1e451c0d3d075", "id": {"identifier": "10.5061/dryad.80dk1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gorse Carla", "Engl Tobias", "Eberl Nadia", "Krüger Theresa", "Schmidt Thorsten H. P.", "Plarre Rudy", "Adler Cornel", "Kaltenpoth Martin"], "localIdentifier": [{"type": "doi", "id": "10.1111/mec.14418"}], "id": "50|dli_resolver::c586771bff193f615440da774fa33284", "relatedPublications": 0, "date": [""], "title": ["\"Ancient symbiosis confers desiccation resistance to stored grain pest beetles\""], "relatedDatasets": 2}
1164
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::45961dc9a78f52a33422d0e6d2a3567e", "id": {"identifier": "10.6084/m9.figshare.c.3619157.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::87234d869f391281f2a6fb38bc729bf5", "id": {"identifier": "10.6084/m9.figshare.c.3619157", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2de38d531f53bbc0cf27a7af1f95c0b3", "id": {"identifier": "10.6084/m9.figshare.c.3619157_d1.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Siame Joshua", "Heimburger Douglas C.", "Filteau Suzanne", "Friis Henrik", "Woodd Susannah L", "Rehman Andrea M.", "Chisenga Molly", "Praygod George", "Kelly Paul", "Koethe John R."], "localIdentifier": [{"type": "doi", "id": "10.1186/s12879-016-1894-3"}], "id": "50|dli_resolver::75bf771ea925e27981c9e54eb1cd1c82", "relatedPublications": 0, "date": [""], "title": ["Risk factors for mortality among malnourished HIV-infected adults eligible for antiretroviral therapy"], "relatedDatasets": 3}
1165
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2b40132bfef44bebf0643b9bbc0b5498", "id": {"identifier": "10.5517/ccrmd5x", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ce08364591f11768c71f211c39c133fc", "id": {"identifier": "10.5517/ccrmd80", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "By the “metalloligand” strategy, two new 3d–4f heterometallic metal–organic frameworks (MOFs), {[Ln 2 Cu 3 (IDA) 6 ] · 1.5H 2 O}  n   [Ln = Tb ( 1 ) and Dy ( 2 ); H 2 IDA = iminodiacetate acid], had been prepared. X-ray crystal structure analyses show that  1  and  2  possess of 3D frameworks with highly ordered 1D channels along the  c  axis. The highly stable skeleton and reversible de- and rehydration performance of  1  are demonstrated by thermogravimetric and powder X-ray diffraction analyses, and a low temperature magnetic study of  2  reveals a weak ferromagnetic interaction between the metal ions.", "author": ["Huang Xiao-feng", "Ma Jing-xin", "Zhou Liu-qing", "Liu Wei-sheng", "Song Xue-qin"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2009.02.040"}], "id": "50|dli_resolver::c3a075d6434bc6be1d3b0e3e8640db35", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses and characterization of 3D heterometallic (3d–4f) metal–organic frameworks: Reversible de- and rehydration performance and magnetic properties\""], "relatedDatasets": 2}
1166
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::55d238dcd61d75634330fca2428ea6c2", "id": {"identifier": "10.6084/m9.figshare.c.3737707.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a0c24d9cdfd3b19eb0a1e024261858b", "id": {"identifier": "10.6084/m9.figshare.c.3737707", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e1f22e26ff715963cbc156d233750c6b", "id": {"identifier": "10.6084/m9.figshare.c.3737707_d1.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Crisis happens daily yet its understanding is often limited, even in the field of psychiatry. Indeed, a challenge is to assess the potential for change of patients so as to offer appropriate therapeutic interventions and enhance treatment program efficacy. This naturalistic study aimed to identify the socio-demographical characteristics and clinical profiles at admission of patients referred to a specialized Crisis Intervention Center (CIC) and to examine the effectiveness of the intervention. The sample was composed of 352 adult outpatients recruited among the referrals to the CIC. Assessment completed at admission and at discharge examined psychiatric symptoms, defense mechanisms, recovery styles and global functioning. The crisis intervention consisted in a psychodynamically oriented multimodal approach associated with medication. Regarding the clinical profiles at intake, patients were middle-aged (M = 38.56, SD = 10.91), with a higher proportion of women (62.22%). They were addressed to the CIC because they had attempted to commit suicide or had suicidal ideation or presented depressed mood related to interpersonal difficulties. No statistical differences were found between patients dropping out (n = 215) and those attending the crisis intervention (n = 137). Crisis intervention demonstrated a beneficial effect (p < 0.01) on almost all variables, with Effect Sizes (ES) ranging from small to large (0.12 < ES < 0.75; median = 0.49). However, the Reliable Change Index indicated that most of the issues fall into the undetermined category (range 41.46 to 96.35%; median = 66.20%). This study establishes the profile of patients referred to the CIC and shows that more than half of the patients dropped out from the crisis intervention before completion. Our findings suggest that people presenting an emotional crisis benefit from crisis intervention. However, given methodological constraints, these results need to be considered with caution. Moreover, the clinical significance of the improvements is not confirmed. Thus, the effectiveness of crisis intervention in naturalistic context is not fully determined and should be more rigorously studied in future research.", "author": ["Zanello Adriano", "Berthoud Laurent", "Bacchetta Jean-Pierre"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12888-017-1293-3"}], "id": "50|dli_resolver::66f913516c7ba04212c9f5e1e5473273", "relatedPublications": 0, "date": [""], "title": ["\"Emotional crisis in a naturalistic context: characterizing outpatient profiles and treatment effectiveness\""], "relatedDatasets": 3}
1167
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::30d5299710066ad0923c8d63f4ed5d12", "id": {"identifier": "u09466", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6f6f4c60a279f65a98058bd9bd7ed032", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8078902&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4a8a9de527707e815515014eb0c345b5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8078902&result=coding_release", "schema": "url"}}], "abstract": "None: We have cloned the human homolog of the Saccharomyces cerevisiae COX10 gene by functional complementation of a yeast cox10 null mutant. The 2.8-kb cDNA encoding the human heme A:farnesyltransferase codes for a 443-aa protein with high homology to the yeast and bacterial farnesylases. The human COX10 homolog, however, does not complement the mutation as efficiently as the yeast COX10 protein, likely due to the heterologous environment. PCR amplification and Southern analysis confirm the existence of a large mRNA for the human protein, with an unusually long 3' untranslated region. This clone can now be used to screen patients with inherited deficiencies in cytochrome oxidase in which the mutations remain unidentified and are likely to reside in a protein influencing the assembly of the enzyme.", "author": ["Glerum, D. M.", "Glerum D M", "Tzagoloff A", "Tzagoloff, A."], "localIdentifier": [{"type": "pmid", "id": "8078902"}, {"type": "pbmid", "id": "8078902"}], "id": "50|dedup_wf_001::694a535cec834959db03b805967b6fbe", "relatedPublications": 0, "date": ["1994-08-01"], "title": ["Isolation of a human cDNA for heme A:farnesyltransferase by functional complementation of a yeast cox10 mutant."], "relatedDatasets": 3}
1168
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::b268edf324294e2865cb90bcef79d24a", "id": {"identifier": "3gm1", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::9bd901ef817bc0572458cf768cd1ed40", "id": {"identifier": "3gm2", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::1eaba1bb6e26220741f9aa4e3412638b", "id": {"identifier": "3gm3", "schema": "pdb"}}], "abstract": "Focal adhesion targeting (FAT) domains target the non-receptor tyrosine kinases FAK and Pyk2 to cellular focal adhesion areas, where the signaling molecule paxillin is also located. Here, we report the crystal structures of the Pyk2 FAT domain alone or in complex with paxillin LD4 peptides. The overall structure of Pyk2-FAT is an antiparallel four-helix bundle with an up-down, up-down, right-handed topology. In the LD4-bound FAT complex, two paxillin LD4 peptides interact with two opposite sides of Pyk2-FAT, at the surfaces of the a1a4 and a2a3 helices of each FAT molecule. We also demonstrate that, while paxillin is phosphorylated by Pyk2, complex formation between Pyk2 and paxillin does not depend on Pyk2 tyrosine kinase activity. These experiments reveal the structural basis underlying the selectivity of paxillin LD4 binding to the Pyk2 FAT domain and provide insights about the molecular details which influence the different behavior of these two closely-related kinases.", "author": ["Lulo James", "Schlessinger Joseph", "Yuzawa Satoru"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bbrc.2009.04.011"}], "id": "50|dli_resolver::7a7214c0e03299c59bc2bf4117d878c4", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structures of free and ligand-bound focal adhesion targeting domain of Pyk2\""], "relatedDatasets": 3}
1169
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d0f273ac51bfdd8dd5c07e4ec949e068", "id": {"identifier": "10.5517/cc4tv5y", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Lampič Kristina", "Stanovnik Branko", "Jakše Renata", "Golič Ljubo", "Golič-Grdadolnik Simona", "Selič Lovro"], "localIdentifier": [{"type": "doi", "id": "10.1002/1522-2675(20001004)83:10<2802::aid-hlca2802>3.0.co;2-9"}], "id": "50|dli_resolver::38fd2a7e7d6da8e4f441db68f59d6e67", "relatedPublications": 0, "date": [""], "relatedDatasets": 1}
1170
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::67bb411c5e232c36ec9e166dbfdf8d88", "id": {"identifier": "10.17026/dans-zbd-vpyx", "schema": "url"}}], "abstract": "The integrability of an m-component system of hydrodynamic type, u_t=V(u)u_x, by the generalized hodograph method requires the diagonalizability of the mxm matrix V(u). This condition is known to be equivalent to the vanishing of the corresponding Haantjes tensor. We generalize this approach to hydrodynamic chains -- infinite-component systems of hydrodynamic type for which the infinite matrix V(u) is `sufficiently sparse'. For such systems the Haantjes tensor is well-defined, and the calculation of its components involves finite summations only. We illustrate our approach by classifying broad classes of conservative and Hamiltonian hydrodynamic chains with the zero Haantjes tensor. We prove that the vanishing of the Haantjes tensor is a necessary condition for a hydrodynamic chain to possess an infinity of semi-Hamiltonian hydrodynamic reductions, thus providing an easy-to-verify necessary condition for the integrability.", "author": ["Marshall, D. G.", "Ferapontov, E. V."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od________18::d113a594045339c67a8f954bc9bcbd17"}], "id": "50|dli_resolver::413748bafba919ac67fc6cf657226bc7", "relatedPublications": 0, "date": [""], "title": ["Differential-geometric approach to the integrability of hydrodynamic chains: the Haantjes tensor"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Nonlinear Sciences - Exactly Solvable and Integrable Systems"}]}
1171
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aa7f6e46970fa52759a00ae4f27c942c", "id": {"identifier": "10.5517/ccyjl56", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f344149c4bfc78a2cd0979c092535ea", "id": {"identifier": "10.5517/ccyjl45", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A novel strategy for the preparation of yellow diarylethenes was established based on the acidichromism of two new diarylethenes with a bromopyridine moiety. The bromopyridine was connected directly to the central perfluorocyclopentene ring to participate in photoisomerization reaction. The two diarylethenes exhibited favorable photochromism and function as notable fluorescence switches in solution. The absorption maxima of their closed-ring isomers shifted dramatically to shorter wavelengths with notable color change from red to yellow upon the stimulation of trifluoroacetic acid.", "author": ["Chen Bing", "Pu Shouzhi", "Liu Gang", "Zheng Chunhong"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tetlet.2013.10.060"}], "id": "50|dli_resolver::beb322603798d653465443bf0fe0b63e", "relatedPublications": 0, "date": [""], "title": ["\"A novel strategy for developing yellow diarylethenes based on acid stimulus\""], "relatedDatasets": 2}
1172
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::acc2319630dcbbb4e03669526ae4bef6", "id": {"identifier": "10.6084/m9.figshare.6235508", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3d2e7c5e3cdf8737adf2173a12a043ae", "id": {"identifier": "10.6084/m9.figshare.6235508.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Introduction#R##N#Previous reports indicated that middle ear surgery might partially improve tinnitus after surgery. However, until now, no influencing factor has been determined for tinnitus outcome after middle ear surgery.#R##N#Objective#R##N#The purpose of this study was to investigate the association between preoperative air-bone gap (ABG) and tinnitus outcome after tympanoplasty type I.#R##N#Methods#R##N#Seventy-five patients with tinnitus who had more than 6 months of symptoms of Chronic Otitis Media (COM) on the ipsilateral side that were refractory to medical treatment were included in this study. All patients were evaluated through otoendoscopy, pure tone/speech audiometer, questionnaire survey using Visual Analog Scale (VAS) and Tinnitus Handicap Inventory (THI) for tinnitus symptoms before and 6 months after tympanoplasty. The influence of preoperative Bone Conduction (BC), preoperative ABG, and postoperative ABG on tinnitus outcome after the operation was investigated.#R##N#Results and conclusion#R##N#The patients were divided into two groups based on preoperative BC of less than 25 dB (n = 50) or more than 25 dB (n = 25). The postoperative improvement of tinnitus in both groups showed statistical significance. Patients whose preoperative ABG was less than 15 dB showed no improvement in postoperative tinnitus using VAS (p = 0.889) and THI (p = 0.802). However, patients whose preoperative ABG was more than 15 dB showed statistically significant improvement in postoperative tinnitus using VAS (p < 0.01) and THI (p = 0.016). Postoperative change in tinnitus showed significance compared with preoperative tinnitus using VAS (p = 0.006). However, the correlation between reduction in VAS score and ABG (p = 0.202) or between reduction in THI score and ABG (p = 0.290) was not significant. We suggest that the preoperative ABG can be a predictor of tinnitus outcome after tympanoplasty in COM with tinnitus.", "author": ["Seong Jong Yuap", "Jang Chul Ho", "Cho Yong Beom", "Kim Hong Chan", "Kim Young Yoon", "Kang Sung Hoon"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bjorl.2017.01.003"}], "id": "50|dli_resolver::08c8c0da80c8ebe893d8defe827f6eca", "relatedPublications": 0, "date": [""], "title": ["Role of preoperative air-bone gap in tinnitus outcome after tympanoplasty for chronic otitis media with tinnitus"], "relatedDatasets": 2}
1173
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::34eb84ccf460c59b4ace2ecc75f989aa", "id": {"identifier": "10.5061/dryad.q2mf26f1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::34eb84ccf460c59b4ace2ecc75f989aa", "id": {"identifier": "10.5061/dryad.q2mf26f1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jones Devin K.", "Relyea Rick A.", "Hammond John I.", "Stephens Patrick R."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1752-4571.2011.00237.x"}], "id": "50|dli_resolver::e81b61ec69b404ef050aa8342d189fba", "relatedPublications": 0, "date": [""], "title": ["Phylogeny meets ecotoxicology: evolutionary patterns of sensitivity to a common insecticide"], "relatedDatasets": 2}
1174
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2f60f4ed07509213a2977977f81fb206", "id": {"identifier": "10.3886/icpsr04572.v2", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::7cb772d553dfd2350d5832d9408df0b6", "id": {"identifier": "10.3886/icpsr31622.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::80dd5e83de6b99c7454391683d74747a", "id": {"identifier": "10.3886/icpsr04359.v2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 3, "relatedUnknown": 0, "externalRels": [], "author": ["Herrera, Lucero", "Zhen, Theresa", "Shafer, Steven", "Zatz, Noah", "Koonse, Tia", "Lu, Han", "Valenta, Blake"], "localIdentifier": [{"type": "icpsr", "id": "121819"}], "relatedPublications": 0, "title": ["Get To Work or Go To Jail: Workplace Rights Under Threat"], "id": "50|r3d100010255::15d9356af97270eb80a6d94af17c066b"}
1175
{"typology": "publication", "publisher": ["The EMBO journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3d435f614f3ef49fca7e00375b1ffe84", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3208742&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::58d04c7b7a4ef556f1f65387ca623d8a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=3208742&result=coding_release", "schema": "url"}}], "abstract": "None: A single genomic clone (14 kb) isolated from bean (Phaseolus vulgaris L.) contains two genes that encode glycine-rich proteins. These genes are present as single copies in the genome, are separated by 2.85 kb and encode transcripts of 1.8 kb and 1.0 kb respectively. The encoded proteins contain 60% glycine and have amino-terminal signal peptides. The 1.8 kb transcript is present in young hypocotyls and in ovary tissue. Excision-wounding transiently induced this transcript in old, but not in young hypocotyl tissue. Antibodies raised against regions of the glycine-rich protein 1.8, expressed as a lacZ fusion protein in bacteria, react with a protein of 53 kd in a protein fraction extracted from cell walls of bean ovaries. Tissue imprints of bean ovaries treated with anti-glycine-rich protein antibodies showed that the glycine-rich protein was distributed in a regular pattern of small, highly localized discrete sites. The immunoreactive regions correspond to the pattern of vascular tissue in the pod. In young hypocotyls, glycine-rich protein is present at four pairs of discrete sites symmetrically arranged on the inner side of the vascular ring. These results suggest a close relationship between glycine-rich proteins and development of the vascular system.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "3208742"}], "author": ["Keller B", "Sauer N", "Lamb C J"], "relatedPublications": 0, "id": "50|r3d100010527::ba47ce0754d83a155c8fad48bfc97d99", "title": ["Glycine-rich cell wall proteins in bean: gene structure and association of the protein with the vascular system."], "relatedDatasets": 2}
1176
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f2a4fe48fa79ce50e7ffc721d1784e15", "id": {"identifier": "af308735", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9027465538f4141f4e3eabd308489596", "id": {"identifier": "eu853718", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::244338e06f131470282e58e1f8659003", "id": {"identifier": "aj438158", "schema": "ncbi-n"}}], "abstract": "", "title": ["The effect of peptide absorption on PepT1 gene expression and digestive system hormones in rainbow trout ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.cbpa.2009.10.017"}], "id": "50|elsevier____::396de7a82550fae81699967eb745aba3", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 3}
1177
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::067e24d29c18e64a443d510ebe73352b", "id": {"identifier": "10.5517/cc62qdc", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis of a new series of sulfur-rich ligands is reported. These compounds, which are related to the dmit(2-) (2-thioxo-1,3-dithiol-4,5-dithiolato) structure, comprise two 2-thioxo-1,3-dithiol-5-thiolato units linked by a bridging unit at the 4-position of the heterocycle via a dithioether spacer unit. Complexation reactions have been carried out on a variety of metal centres; dialkyl tin and gold(I) derivatives have been isolated and fully characterised. The X-ray crystal structure of an octahedral Ni(II) complex, involving two coordinating pyridine molecules, is presented.", "author": ["Light Mark E.", "Laguna Mariano", "Allen David W.", "Moreno Ana", "Skabara Peter J.", "Hursthouse Michael B.", "Cerrada Elena", "Bricklebank Neil", "Berridge Rory"], "localIdentifier": [{"type": "doi", "id": "10.1039/b201615j"}], "id": "50|dli_resolver::0aafe2bf3a41d7faf9b5ba296229f33b", "relatedPublications": 0, "date": [""], "title": ["\"A new family of sulfur-rich ligands based on the dmit system: synthesis and metal complexation of 4–4′-covalently bridged bis(2-thioxo-1,3-dithiol-5-thiolato) units\""], "relatedDatasets": 1}
1178
{"typology": "publication", "publisher": ["Genome"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::90957fd88edda73aab48fcd637bafa7d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8654918&result=sequence_release", "schema": "url"}}], "abstract": "None: Scots pine (Pinus sylvestris) genomic libraries were constructed and screened with oligonucleotides probes (GT)10, (CT)10, and (AT)10. Eight microsatellites were identified from 6000 clones screened. The longest microsatellite stretch found, (CT)9(N)21(AT)24, was amplified from bud and single pollen grain samples. In order to clarify the complex amplification pattern revealed, two PCR products were sequenced. The size differences were caused both by varying repeat numbers of the microsatellite stretches and by differences in other parts of the amplified sequence. This kind of complex molecular basis of microsatellite amplification within a species has been previously reported. Microsatellite sequences were used as PCR primers to detect polymorphisms and to estimate the abundance of microsatellites.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8654918"}], "author": ["Vakkari P", "Kostia S", "Varvio S L", "Pulkkinen P"], "relatedPublications": 0, "id": "50|r3d100010527::6b14910a291e23db9c7c9acbd9d32bfb", "title": ["Microsatellite sequences in a conifer, Pinus sylvestris."], "relatedDatasets": 1}
1179
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::60e16c357b1429caf00ff3499a1ccc5b", "id": {"identifier": "1y7k", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::c870059803de3f9ae990d9ff2eb94778", "id": {"identifier": "1y7j", "schema": "pdb"}}], "abstract": "Expression of the agouti signaling protein (ASIP) during hair growth produces the red/yellow pigment pheomelanin. ASIP, and its neuropeptide homolog the agouti-related protein (AgRP) involved in energy balance, are novel, paracrine signaling molecules that act as inverse agonists at distinct subsets of melanocortin receptors. Ubiquitous ASIP expression in mice gives rise to a pleiotropic phenotype characterized by a uniform yellow coat color, obesity, overgrowth, and metabolic derangements similar to type II diabetes in humans. Here we report the synthesis and NMR structure of ASIP's active, cysteine-rich, C-terminal domain. ASIP adopts the inhibitor cystine knot fold and, along with AgRP, are the only known mammalian proteins in this structure class. Moreover, ASIP populates two distinct conformers resulting from a cis peptide bond at Pro102-Pro103 and a coexistence of cis/trans isomers of Ala104-Pro105. Pharmacologic studies of Pro→Ala mutants demonstrate that the minor conformation with two cis peptide bonds is responsible for activity at all MCRs. The loop containing the heterogeneous Ala-Pro peptide bond is conserved in mammals, and suggests that ASIP is either trapped by evolution in this unusual configuration or possesses function outside of strict MCR antagonism.", "author": ["Chai Biaoxin", "Gantz Ira", "Thompson Darren A.", "Jackson Pilgrim J.", "Barsh Gregory S.", "Dawson Philip E.", "Millhauser Glenn L.", "McNulty Joseph C."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmb.2004.12.030"}], "id": "50|dli_resolver::1db02e4a58aac65dc8736957f959e867", "relatedPublications": 0, "date": [""], "title": ["\"Structures of the Agouti Signaling Protein\""], "relatedDatasets": 2}
1180
{"typology": "publication", "publisher": ["Journal of microbiology (Seoul, Korea)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::38a30cd603f5743c8ba146224ec2d582", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19557353&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::abe7e4b7ac355a8a9c6f6be7a17a0fb1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19557353&result=coding_release", "schema": "url"}}], "abstract": "None: Xylose reductase (XR) is a key enzyme in xylose metabolism because it catalyzes the reduction of xylose to xylitol. In order to study the characteristics of XR from Candida tropicalis SCTCC 300249, its XR gene (xyll) was cloned and expressed in Escherichia coli BL21 (DE3). The fusion protein was purified effectively by Ni2+-chelating chromatography, and the kinetics of the recombinant XR was investigated. The Km values of the C. tropicalis XR for NADPH and NADH were 45.5 microM and 161.9 microM, respectively, which demonstrated that this XR had dual coenzyme specificity. Moreover, this XR showed the highest catalytic efficiency (kcat =1.44 x 10(4) min(-1)) for xylose among the characterized aldose reductases. Batch fermentation was performed with Saccharomyces serivisiae W303-lA:pYES2XR, and resulted in 7.63 g/L cell mass, 93.67 g/L xylitol, and 2.34 g/L x h xylitol productivity. This XR coupled with its dual coenzyme specificity, high activity, and catalytic efficiency proved its utility in in vitro xylitol production.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19557353"}, {"type": "doi", "id": "10.1007/s12275-008-0225-9"}], "author": ["Li Shilin", "Cao Yi", "Xu Hui", "Zhang Feiwei", "Qiao Dairong", "Liao Chong"], "relatedPublications": 0, "id": "50|r3d100010527::183286125f36019cc0f25efb07b48d09", "title": ["Cloning, expression, and characterization of xylose reductase with higher activity from Candida tropicalis."], "relatedDatasets": 2}
1181
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::10deb0c0039bffb61a43118844fb3587", "id": {"identifier": "ap011548", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7bc1abcc852a627e750409c2b8931adf", "id": {"identifier": "fj358279", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c10788d8a04fcfc7b8c7d810af56493b", "id": {"identifier": "af335520", "schema": "ncbi-n"}}], "abstract": "", "title": ["Cometabolic degradation of blended biodiesel by"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ibiod.2017.09.010"}], "id": "50|elsevier____::9551320a3df5bebb20ebecb9dff2da62", "relatedPublications": 0, "date": ["2017"], "relatedDatasets": 3}
1182
{"publisher": ["Genetical research"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::534db6be3367ea63de46578e096fe838", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12688655&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::28861a41e4c6f7f3b1ab18b047436f65", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12688655&result=coding_release", "schema": "url"}}], "abstract": "None: Positive and negative selection on indel variation may explain the correlation between intron length and recombination levels in natural populations of Drosophila. A nucleotide sequence analysis of the 3.5 kilobase sequence of the alcohol dehydrogenase (Adh) region from 139 Drosophila pseudoobscura strains and one D. miranda strain was used to determine whether positive or negative selection acts on indel variation in a gene that experiences high levels of recombination. A total of 30 deletion and 36 insertion polymorphisms were segregating within D. pseudoobscura populations and no indels were fixed between D. pseudoobscura and its two sibling species D. miranda and D. persimilis. The ratio of Tajima's D to its theoretical minimum value (D(min)) was proposed as a metric to assess the heterogeneity in D among D. pseudoobscura loci when the number of segregating sites differs among loci. The magnitude of the D/D(min) ratio was found to increase as the rate of population expansion increases, allowing one to assess which loci have an excess of rare variants due to population expansion versus purifying selection. D. pseudoobscura populations appear to have had modest increases in size accounting for some of the observed excess of rare variants. The D/D(min) ratio rejected a neutral model for deletion polymorphisms. Linkage disequilibrium among pairs of indels was greater than between pairs of segregating nucleotides. These results suggest that purifying selection removes deletion variation from intron sequences, but not insertion polymorphisms. Genome rearrangement and size-dependent intron evolution are proposed as mechanisms that limit runaway intron expansion.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12688655"}], "author": ["Schaeffer Stephen W"], "relatedPublications": 0, "id": "50|r3d100010527::fe087f9ccbabea3f573ad3c8843a7a71", "title": ["Molecular population genetics of sequence length diversity in the Adh region of Drosophila pseudoobscura."], "typology": "publication"}
1183
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9a7eb026c795bd102706e7f8452ea79e", "id": {"identifier": "10.5517/cc11f1p6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New classes of thia/oxa-azaspiro[3.4]octanes are synthesized through the implementation of robust and step-economic routes. The targeted spirocycles have been designed to act as novel, multifunctional, and structurally diverse modules for drug discovery. Furthermore, enantioselective approaches to the spirocycles are reported.", "author": ["Li Dong Bo", "Rogers-Evans Mark", "Carreira Erick M."], "localIdentifier": [{"type": "doi", "id": "10.1021/ol402127b"}], "id": "50|dli_resolver::eb2c8606cf51732fe047a4113b2568d7", "relatedPublications": 0, "date": [""], "title": ["\"Construction of Multifunctional Modules for Drug Discovery: Synthesis of Novel Thia/Oxa-Azaspiro3.4octanes\""], "relatedDatasets": 1}
1184
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::77c7dd465832d7d2208b546539945ceb", "id": {"identifier": "10.5517/ccdc.csd.cc1kc1ml", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd528aaf0e802e2703eba2e23fca6ed3", "id": {"identifier": "10.5517/ccdc.csd.cc1kc1pn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d5c92f75d576287a2b31f06d666edd14", "id": {"identifier": "10.5517/ccdc.csd.cc1kc1qp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::79ccc640dbb49e958dec3f37e45f1947", "id": {"identifier": "10.5517/ccdc.csd.cc1kc1nm", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "By varying the fluorine atom number and position, four novel fluorinated diphenyl-diketopyrrolopyrrole compounds, o-fDPP, o-ffDPP, m-fDPP, and m-ffDPP, were designed and synthesized. These key building blocks were then used to construct polymers with the benzo[1,2-b:4,5-b′]dithiophene (BDT) donor moiety. Using this new system a systematic study to compare the numbers and positions of fluorine decoration was performed to understand their effect on the electronic properties, morphology and solar cell device performance. In comparison with the parent, non-fluorinated polymer, meta-fluorinated polymers showed a red-shift in the absorption, whereas such a shift was minimal for the ortho-fluorinated polymers. On introducing fluorine atoms into diphenyl-diketopyrrolopyrrole only a very small influence on both the HOMO and LUMO energy levels was observed, which was verified by theoretical calculations. However, fluorination can influence the planarity of the backbone, by introducing F⋯S interactions. Grazing incidence X-ray diffraction (GIXD) showed that meta-fluorinated polymers had an enhanced crystal size, while ortho-fluorinated polymers were less crystalline, in comparison with the non-fluorinated polymer. Resonant soft X-ray scattering (RSoXS) showed that fluorinated polymer:PC71BM blends tended to form larger phase separated domains, leading to a smaller Jsc than that of the non-fluorinated analogue. The photovoltaic performance results were corroborated with the electrochemical and morphological characterization of these polymers. Consequently, the Pm-fDPP-based device exhibited the highest PCE of 1.40% among the fluorinated polymers. Although the Pm-fDPP-based device had slightly larger Voc and FF values than that of non-fluorinated PDPP, the overall device performance was lower than that of PDPP (1.7%) because of the smaller Jsc.", "author": ["Kou Li", "Jiang Bin", "Chen Ming", "Liu Feng", "Gao Ke", "Du Chen Chen", "Wang Hongyu", "Li Min Jie", "Russell Thomas P."], "localIdentifier": [{"type": "doi", "id": "10.1039/c6py00346j"}], "id": "50|dli_resolver::616df0f8f9ae5a2faf6902f2d2814b5c", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of fluorinated diphenyl-diketopyrrolopyrrole derivatives as new building blocks for conjugated copolymers\""], "relatedDatasets": 4}
1185
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d8f4b3b4a7ed0ce5ee08a7532fd092e5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20118286&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7ceb46169390f08c63a29dbdb50df920", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20118286&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2f030cd01e564d98c16dd7f86ad24d41", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=20118286&result=read_study", "schema": "url"}}], "abstract": "None: A bacterial strain designated TNR-18(T) was isolated from stream water in southern Taiwan and characterized using a polyphasic taxonomic approach. Cells of strain TNR-18(T) were Gram-stain-negative, strictly aerobic, non-motile and vibrioid, and the strain formed orange colonies. Growth occurred at 10-30°C, with 0-0.2 % NaCl and at pH6.0-10.0. Phylogenetic analyses based on 16S rRNA gene sequences showed that strain TNR-18(T) belonged to the genus Arcicella; its closest neighbours were Arcicella rosea TW5(T) and Arcicella aquatica NO-502(T), with respective sequence similarities of 97.9 and 97.8 %. Predominant cellular fatty acids (>10 %) were summed feature 3 (C(16 : 1)ω7c/C(16 : 1)ω6c; 37.7 %), C(16 : 1)ω5c (13.0 %) and iso-C(15 : 0) (11.1 %). The major respiratory quinone was MK-7. The polar lipid profile contained phosphatidylethanolamine, phosphatidylglycerol, diphosphatidylglycerol and several uncharacterized polar lipids. The DNA G+C content was 39.9&emsp14;mol%. On the basis of the phylogenetic and phenotypic data, strain TNR-18(T) should be classified as representing a novel species, for which the name Arcicella aurantiaca sp. nov. is proposed. The type strain is TNR-18(T) (=LMG 25207(T) =BCRC 17969(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "20118286"}, {"type": "doi", "id": "10.1099/ijs.0.021527-0"}], "author": ["Sheu Shih-Yi", "Chen Wen-Ming", "Yang Cho-Song", "Arun A B", "Chen Ming-Hui", "Young Chiu-Chung"], "relatedPublications": 0, "id": "50|r3d100010527::017370f148b854e657d47795a63c1c51", "title": ["Arcicella aurantiaca sp. nov., isolated from stream water."], "relatedDatasets": 3}
1186
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3a8399281b47a235a8532e882a041242", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9139917&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6610161468685c1756450e8f1da67e6c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9139917&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0c50dbd3b74eac580692a6643a403800", "id": {"identifier": "u47023", "schema": "ena"}}], "abstract": "None: The complete sequence of the 8,285-bp plasmid pURB500 from Methanococcus maripaludis C5 was determined. Sequence analysis identified 18 open reading frames as well as two regions of potential iterons and complex secondary structures. The shuttle vector, pDLT44, for M. maripaludis JJ was constructed from the entire pURB500 plasmid and pMEB.2, an Escherichia coli vector containing a methanococcal puromycin-resistance marker (P. Gernhardt, O. Possot, M. Foglino, L. Sibold, and A. Klein, Mol. Gen. Genet. 221:273-279, 1990). By using polyethylene glycol transformation, M. maripaludis JJ was transformed at a frequency of 3.3 x 10(7) transformants per microg of pDLT44. The shuttle vector was stable in E. coli under ampicillin selection but was maintained at a lower copy number than pMEB.2. Based on the inability of various restriction fragments of pURB500 to support maintenance in M. maripaludis JJ, multiple regions of pURB500 were required. pDLT44 did not replicate in Methanococcus voltae.", "author": ["Bowen T L", "Tl, Bowen", "Whitman W B", "Tumbula D L", "Dl, Tumbula", "Wb, Whitman"], "localIdentifier": [{"type": "pbmid", "id": "9139917"}, {"type": "pmid", "id": "9139917"}], "id": "50|dedup_wf_001::b433d5657a3a6c245a84133b74c0f577", "relatedPublications": 0, "date": ["1997-05-01"], "title": ["Characterization of pURB500 from the archaeon Methanococcus maripaludis and construction of a shuttle vector."], "relatedDatasets": 3}
1187
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38706f638f5382a4a444f48bb690c92f", "id": {"identifier": "10.3886/icpsr33661.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Miller, Kathleen E.", "Hoffman, Joseph H."], "localIdentifier": [{"type": "icpsr", "id": "110459"}], "relatedPublications": 0, "title": ["Mental well-being and sport-related identities in college students"], "id": "50|r3d100010255::4f05ad0f2ce478b83ac249b9341533ab"}
1188
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f5d08162ad5efdd08edf70b71bbe277", "id": {"identifier": "10.5517/cc6ppvd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cd16f7327203a084d4a879e0d3fc0875", "id": {"identifier": "10.5517/cc6pptc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a4bb0965e9fd3e940a4f8a973773bed5", "id": {"identifier": "10.5517/cc6ppwf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::01a0e7cb213451afb3067b6ea5bcfea5", "id": {"identifier": "10.5517/cc6ppxg", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Bei den Umsetzungen von Hg(Rf)2 (Rf = CF3, C6F5) mit [(18-C-6)K]X (X = Br, I) in CH2Cl2 oder H2O bilden sich die Mercurate [(18-C-6)K][Hg(Rf)2X] in guten Ausbeuten. Die Trifluormethylverbindungen [(18-C-6)K][Hg(CF3)2X] kristallisieren isotyp in der monoklinen Raumgruppe P21; die azentrische Raumgruppe wird durch Messung des optischen SHG-Effektes bestatigt. [(18-C-6)K][Hg(C6F5)2Br] kristallisiert in der monoklinen Raumgruppe P21/n und [(18-C-6)K][Hg(C6F5)2I] in der triklinen Raumgruppe P1¯. In allen vier Kristallen liegen die Anionen monomer mit T-formiger Umgebung des Quecksilbers vor. Die Massenspektren sowie die thermische Stabilitat der Mercurate werden beschrieben.#R##N##R##N##R##N##R##N#Syntheses and Structures of Perfluoroorganohalogeno Mercurates [Hg(Rf)2X]— (Rf = CF3, C6F5; X = Br, I)#R##N##R##N##R##N##R##N#[(18-C-6)K][Hg(Rf)2X] (Rf = CF3, C6F5; X = Br, I) are prepared from the reactions of Hg(Rf)2 with [(18-C-6)K]X in CH2Cl2 or H2O in good yields. The trifluoromethyl compounds [(18-C-6)K][Hg(CF3)2X] crystallize isotypically in the monoclinic space group P21; the acentric space group is proved by measurements of the optical SHG effect. [(18-C-6)K][Hg(C6F5)2Br] crystallizes in the monoclinic space group P21/n and [(18-C-6)K][Hg(C6F5)2I] in the triclinic space group P1¯. The anions of the crystalline compounds are monomeric with a T-shaped surrounding of the Hg atoms. Mass spectra and the thermal stability of the mercurates are described.", "author": ["Schulz Frank", "Naumann Dieter", "Pantenburg Ingo"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200300231"}], "id": "50|dli_resolver::1746a454f4e07a081182ed8f08dde0b2", "relatedPublications": 0, "date": [""], "title": ["\"Synthesen und Strukturen von Perfluororganohalogenomercuraten Hg(Rf)2X— (Rf = CF3, C6F5; X = Br, I)\""], "relatedDatasets": 4}
1189
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 12, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::dd8da161f017752e80ec427e86baf7e4", "id": {"identifier": "aab47552", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::8d9db3e9b533fd0ed3e37d671df60a7e", "id": {"identifier": "caa58998", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b5bfe4f7897f74b46dac8f5e179f86ff", "id": {"identifier": "x84216", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dli_resolver::f72330337a4740b93f5592c338e97b32", "id": {"identifier": "4aud", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::c7fdf89ac716b5760c6c400b2d190385", "id": {"identifier": "caa55066", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::1ea4fc809f3a7f84a34f8201f9d0cadc", "id": {"identifier": "ay191815", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d221560af8b5783853e815c2a1b70244", "id": {"identifier": "u82437", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d5d8344de81cd8b78ba2f49252f8302d", "id": {"identifier": "aar98813", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::835a0a0ab421c0162c0e37d880d233d0", "id": {"identifier": "u87807", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3e3c8d2ba99b8d4c01913c4759f323f4", "id": {"identifier": "u86752", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::f4bdda65d253944127ae72be30c6dbdb", "id": {"identifier": "ay568627", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::fbdddccaafc9156103dabf9eeae807d0", "id": {"identifier": "x89222", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d5336848ea094b0387ecd08cc7fe10ec", "id": {"identifier": "x78225", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::95eed37b564e9e684cba250e3e9633ed", "id": {"identifier": "caa55069", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::436b17f00565a04334e229c03c413df3", "id": {"identifier": "x84217", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0785bf63c77be9c19b24a82eda112045", "id": {"identifier": "u82633", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3930f26e11c50fcd5338e6cca8865883", "id": {"identifier": "ags80276", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4655b25346bb7448a9ef453dec3b4edf", "id": {"identifier": "aab48041", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bcc29f8fec9c644350c2e53def0cc647", "id": {"identifier": "aag42022", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::0ecf5d16a42374e4a35e032aca4e7886", "id": {"identifier": "aab40400", "schema": "ncbi-p"}}], "abstract": "", "title": ["allergens: Markers of exposure, phylogeny and risk of fungi-induced respiratory allergy"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.envint.2016.01.003"}], "id": "50|elsevier____::c4cb790d67d83a98222ecd8db64ab76d", "relatedPublications": 0, "date": ["2016"], "relatedDatasets": 35}
1190
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::02c671a0851076cd35b0ffb43f2bf3c0", "id": {"identifier": "af184592", "schema": "ena"}}], "abstract": "", "author": ["Danney, C. M.", "Matzuk, M. M.", "Shi, Z. Z.", "Kala, S. V.", "Lukin, D. J.", "Lieberman, M. W.", "Osei-Frimpong, J.", "Barrios, R. J.", "Kala, G.", "Habib, G. M."], "localIdentifier": [{"type": "pmid", "id": "10805773"}], "id": "50|pubmed______::29c521f1645465b812b31f9654abc03e", "relatedPublications": 0, "date": ["2000-05-01"], "title": ["Glutathione synthesis is essential for mouse development but not for cell growth in culture."], "relatedDatasets": 1}
1191
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d9e724f5f8384ca2f5d4551bcc1d1735", "id": {"identifier": "10.5517/ccdc.csd.cc1knsjj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c3daf702679f56c15d261d3d1d9aa16b", "id": {"identifier": "10.5517/ccdc.csd.cc1knshh", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Fu Da-Wei", "Ye Qiong", "Zhang Wan-Ying", "Xiong Ren-Gen"], "localIdentifier": [{"type": "doi", "id": "10.1002/adfm.201603945"}], "id": "50|dli_resolver::706731ea818d7a5eb1cd9a1cf65433bd", "relatedPublications": 0, "date": [""], "title": ["Optoelectronic Duple Bistable Switches: A Bulk Molecular Single Crystal and Unidirectional Ultraflexible Thin Film Based on Imidazolium Fluorochromate"], "relatedDatasets": 2}
1192
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::89a96e156ee43a97bf977ddd8caf2f13", "id": {"identifier": "10.5517/cc6w9dr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4a72160885568510808d3c80216bd440", "id": {"identifier": "10.5517/cc6w9fs", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::79fa3848dabb1ee6fe72aabc73fcb058", "id": {"identifier": "10.5517/cc6w9kx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2098e94c1e2cd2a0baaada75524f44db", "id": {"identifier": "10.5517/cc6w9jw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66394cb3efd7b51d2e3b8aad30293e13", "id": {"identifier": "10.5517/cc6w9hv", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::545b34f8c17696478e9b8055d0ddab67", "id": {"identifier": "10.5517/cc6w9gt", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jonathan, Fragoso-Vázquez M.", "Santos-Sánchez Norma F", "Morales-Rı́os Martha S", "Joseph-Nathan Pedro", "Alagille David", "Roberto, Villagómez-Ibarra J."], "localIdentifier": [{"type": "doi", "id": "10.1016/s0040-4020(03)00336-3"}], "id": "50|dli_resolver::4d1aed2736eac8535002a4950b51d999", "relatedPublications": 0, "date": [""], "title": ["\"A convenient preparation of furo2,3-bindoles by conjugated addition of organomagnesium reagents to 2-hydroxyindolylidenemalonates\""], "relatedDatasets": 6}
1193
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9acd5566601c9b5475c1721f0c3d7026", "id": {"identifier": "10.5517/ccszzyn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fd5c7b08082eb2b83bb10d383800c8d0", "id": {"identifier": "10.5517/cct000t", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3385c8632f1f8f743e6a9920a87afe66", "id": {"identifier": "10.5517/ccszzzp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The varying coordination modes of the title ligand, L [5-methyl-1-(pyridin-2-yl)- N ′-[pyridin-2-ylmethylidene]pyrazole-3-carbohydrazide] towards the different metal centers is reported by preparation and characterization of Cu(II), Zn(II) and Cd(II) complexes, [Cu(L)NO 3 .H 2 O](NO 3 ) ( 1 ) [Zn(L) 2 ](ClO 4 ) 2 ·2DMF ( 2 ) and [Cd(L)(I) 2 ] ( 3 ) respectively. In  1 , the neutral ligand serves as tetradentate 4 N donor where both pyridine and pyrazole nitrogen atoms of pyridyl–pyrazole part are coordinatively active, leaving the carbonyl oxygen of the carbohydrazide part inactive. The same pyridine and pyrazole N atoms remain abstained from the coordination process towards the Zn(II) and Cd(II) metal centers. For  2  and  3  the ligand behaves as a tridentate NNO donor where the two nitrogen atoms come from azomethine, pyridine of pyridine-2-carbaldehyde parts and O from carbonyl oxygen atoms (carbohydrazide part). The complex  1  and  2  are distorted octahedral while complex  3  adopts distorted square pyramidal geometry. All the complexes are X-ray crystallographically characterized.", "author": ["Mitra Partha", "Das Kinsuk", "Kar Susanta Kumar", "Rheingold Arnold L.", "Barik Anil Kumar", "Roy Somnath", "Gupta Samik", "Mandal Tarak Nath"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2010.07.015"}], "id": "50|dli_resolver::bbc31a8518366dba0a9151eada700a44", "relatedPublications": 0, "date": [""], "title": ["\"Syntheses, characterization, X-ray crystal structures and emission properties of copper(II), zinc(II) and cadmium(II) complexes of pyridyl–pyrazole derived Schiff base ligand – Metal selective ligand binding modes\""], "relatedDatasets": 3}
1194
{"typology": "publication", "publisher": ["Canadian journal of veterinary research = Revue canadienne de recherche veterinaire"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::dea0e44125f240e5bc519d2a9b207421", "id": {"identifier": "af001099", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f1cb32efc7e3fc52ff25b0be8d76d33f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10935886&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::66aa0acd1b829866f9f35ee1b4d3dbdb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10935886&result=coding_release", "schema": "url"}}], "abstract": "None: The immunological responses of activated lymphocytes are associated with increased nitric oxide (NO) biosynthesis. Studies in the literature have primarily approached control of NO by focusing on the regulation of the nitric oxide synthase (NOS) isoforms. However, the present study approaches the control of NO synthesis by addressing the regulation of L-arginine availability to lymphocytes via regulation of membrane transport. The guanidino nitrogen of L-arginine is the sole biosynthetic precursor of NO. We investigated cytokine and mitogen regulation of membrane L-arginine transporters for the first time in feline cells. Feline peripheral blood mononuclear cells were treated with interleukin-2 and concanavalin A, then alternatively spliced isoforms of L-arginine transporters known in other species were probed by RT-PCR, using various oligonucleotide primers that hybridized to several regions in common with the isoforms. Both high affinity and low affinity isoforms are encoded by mRNAs arising from mutually exclusive alternative splicing of the primary transcript. A region of 123 bp was obtained that encoded an extracellular polypeptide loop of 41 amino acids. The sequence of this region represented the high affinity L-arginine substrate binding site of a CAT2 transporter polypeptide isoform, but not the CAT2a isoform low affinity binding site. Neither of the inducible isoforms were constitutively expressed in unstimulated feline cells. This is the first report demonstrating that domestic cats possess the cat2 gene encoding an inducible L-arginine transporter, and, furthermore, that the high affinity isoform transcript is activated by interleukin-2 and concanavalin A in feline lymphocytes.", "author": ["Harvey W", "Br, Stevens", "Dh, Feldman", "Stevens B R", "Tellier M", "Bosworth J", "Bosworth, J.", "Feldman D H", "Tellier, M.", "Harvey, W."], "localIdentifier": [{"type": "pmid", "id": "10935886"}, {"type": "pbmid", "id": "10935886"}], "id": "50|dedup_wf_001::39241d24f3e8cafb233d80b1022acb12", "relatedPublications": 0, "date": ["2000-07-01"], "title": ["Interleukin-2 and concanavalin A upregulate a cat2 isoform encoding a high affinity L-arginine transporter in feline lymphocytes."], "relatedDatasets": 3}
1195
{"typology": "publication", "publisher": ["Immunogenetics"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::68e777218e5211f51784ae4e37ca3a5f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10369927&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::50f18c715a9037bdf2f7375241903815", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10369927&result=sequence_release", "schema": "url"}}], "abstract": "None: Five new Ly49 genes, named Ly49j-n, have recently been identified in C57BL/6 mice. This study examined the expression of three of these new genes, Ly49j, k, and n. To determine whether the Ly49j, k, and n genes were transcribed, gene-specific primers were used to amplify cDNA clones for each gene from C57BL/6 interleukin-2-activated natural killer (NK) cell cDNA. A full-length cDNA for Ly49j was detected which encodes a 267 amino acid protein and shares approximately 96% nucleotide identity with Ly49c and i. COS cells transfected with the Ly49j cDNA were shown to react with the monoclonal antibody 8H7, suggesting that the gene likely encodes a functional protein. Many different sized Ly49k and n transcripts were observed, although it is likely that they do not encode functional proteins due to missing exons or severe truncations in the open reading frames. Interestingly, the most abundant Ly49j transcript detected was shown to lack exon 3, which encodes the transmembrane domain. Similar studies performed on the same source of NK cell cDNA using Ly49c- and i-specific primers revealed the presence of transmembrane-less Ly49i transcripts, although at a much lower frequency than observed for Ly49j. We also detected Ly49g and h transcripts lacking the transmembrane domain. Despite the absence of the transmembrane region, the resulting Ly49 transcripts maintain their open reading frames, and therefore could potentially encode cytoplasmic proteins with a role in NK cell function.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10369927"}], "author": ["McQueen K L", "Mager D L", "Lohwasser S", "Takei F"], "relatedPublications": 0, "id": "50|r3d100010527::af7d814252766d5485d0309dcf5d36a5", "title": ["Expression analysis of new Ly49 genes: most transcripts of Ly49j lack the transmembrane domain."], "relatedDatasets": 2}
1196
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb7ba5262deae15f855cbbd032b6c7a0", "id": {"identifier": "10.5517/cc1kjrc6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The mol­ecule of the title compound, [Mo4(μ2-C12H10OP2)4(μ3-O)4O4], exhibits point group symmetry 2 with the twofold rotation axis passing through two opposite P atoms. Each MoV atom is bridged by three O atoms resulting in an Mo4O4 heterocubane core. In the crystal, weak C—H⋯O inter­actions may help to consolidate packing of the mol­ecules.", "author": ["Mota Merelo de Aguiar Sara Raquel", "Stöger Berthold", "Weil Matthias", "Kirchner Karl"], "localIdentifier": [{"type": "doi", "id": "10.1107/s2414314616000365"}], "id": "50|dli_resolver::ad45bbf25ff63b1bba563f2b4dc0edf2", "relatedPublications": 0, "date": [""], "title": ["\"Tetrakis(μ2-diphenylphosphinato-κ2O,O′)tetra-μ3-oxido-tetraoxidohexamolybdenum(V)\""], "relatedDatasets": 1}
1197
{"typology": "publication", "publisher": ["Genome announcements"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0aeb122bfc72854c7bb146c7c76953c8", "id": {"identifier": "kr261605", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ff5bdfaf3fc635c01cee63f18c28641d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26358594&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bfc2d700fd71a9c592d5413c126456e4", "id": {"identifier": "kt270355", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b69bf111e8d28c6b2b939365726b1779", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26358594&result=sequence_release", "schema": "url"}}], "abstract": "None: The complete genome sequences of two virulent lineage IV peste des petits ruminants viruses (PPRVs) isolated from clinically infected goats in the Indian subcontinent are reported here. This is the first report of a complete genome sequence of a virulent PPRV isolate from India in recent decades.", "author": ["Ragavendhar, K.", "Pawar Rahul Mohanchandra", "Parthiban Aravindh Babu R", "Sundarapandian, G.", "Masdooq Aliyu Abdullahi", "Ragavendhar K", "Sundarapandian G", "Aliyu Abdullahi Masdooq", "Thangavelu, A.", "Thangavelu A", "Dhinakar Raj, G.", "Rahul Mohanchandra Pawar", "Dhinakar Raj G", "Parthiban, Aravindh Babu R."], "localIdentifier": [{"type": "pmid", "id": "26358594"}, {"type": "doi", "id": "10.1128/genomea.01009-15"}, {"type": "pbmid", "id": "26358594"}], "id": "50|dedup_wf_001::cf7d54c366f14e7d524caa76dd3150d1", "relatedPublications": 0, "date": ["2015-09-10"], "title": ["Complete Genome Sequences of Lineage IV Peste des Petits Ruminants Viruses from the Indian Subcontinent."], "relatedDatasets": 4}
1198
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 5, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::d035896d9fb7c460e541b0c3e2d5ba87", "id": {"identifier": "v01217", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::42db6c22d3cbf9fd828556c9fa299d35", "id": {"identifier": "ah004552", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::1b3522e6dd208adc244b64bbe4fbc7e6", "id": {"identifier": "x66539", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::267fde1b94b39bad90dc2c77f427077d", "id": {"identifier": "ay881244", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c6f3dc095df2930b9add167c6528760f", "id": {"identifier": "bc087679", "schema": "genbank"}}], "abstract": "", "title": ["Local RAS and inflammatory factors are involved in cardiovascular hypertrophy in spontaneously hypertensive rats"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.phrs.2008.06.009"}], "id": "50|elsevier____::96d189b96a740428471e7bb22d3a51a4", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 7}
1199
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5e3d6efe5f8f9d70f4b53748ecdb97fb", "id": {"identifier": "10.5061/dryad.8cb69", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5e3d6efe5f8f9d70f4b53748ecdb97fb", "id": {"identifier": "10.5061/dryad.8cb69", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Martin Ryan A.", "Riesch Rüdiger", "Moore Michael P."], "localIdentifier": [{"type": "doi", "id": "10.1111/ele.12576"}], "id": "50|dli_resolver::da8ff7dc1cc4404cdec2f8a5497de564", "relatedPublications": 0, "date": [""], "title": ["The predictability and magnitude of life-history divergence to ecological agents of selection: a meta-analysis in livebearing fishes"], "relatedDatasets": 2}
1200
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ca341daf41468d4fef446fb9b5ac9338", "id": {"identifier": "10.5061/dryad.d03nf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ca341daf41468d4fef446fb9b5ac9338", "id": {"identifier": "10.5061/dryad.d03nf", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jorgensen M. E.", "Reilly S. M."], "localIdentifier": [{"type": "doi", "id": "10.1111/jeb.12128"}], "id": "50|dli_resolver::d1f33f2e970de94f5457854ccd80cfb6", "relatedPublications": 0, "date": [""], "title": ["Phylogenetic patterns of skeletal morphometrics and pelvic traits in relation to locomotor mode in frogs"], "relatedDatasets": 2}
1201
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::915ab33e6eea8b3a3fd3b30fe7268c18", "id": {"identifier": "10.5517/ccp5nvb", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bc5bf4d7a605dcacc81852973cc03de3", "id": {"identifier": "10.5517/ccp5nxd", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3e0f30d9fccf012e8cdf9d856ef5d12", "id": {"identifier": "10.5517/ccp5nzg", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::824d920e5df519c6d13aa519a283b2d2", "id": {"identifier": "10.5517/ccp5nwc", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a94b74ecf27cbd86e8943b2c6c0b080", "id": {"identifier": "10.5517/ccp5ns8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::15c76b4cb3457f0d84814d88ab61f754", "id": {"identifier": "10.5517/ccp5nyf", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::321b57b888d7a5e69cd94d4c62286230", "id": {"identifier": "10.5517/ccp5nt9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Four different limiting molecular conformations are possible for the homoleptic square-planar complex tetrakis(thiourea)platinum(II) depending on the up-down orientation of the four thiourea (TU) ligands with respect to the PtS4 plane. The realization of all four possible conformers can be achieved by a systematic variation of the counter anion making use of their individual hydrogen bonding ability. In total, the molecular and crystal structures of seven tetrakis(thiourea)platinum(II) complexes were determined by X-ray diffraction. These are: [Pt(TU)4]Cl2, [Pt(TU)4]I2, [Pt(TU)4](CF3SO3)2, [Pt(TU)4](BPh4)2, [Pt(TU)4](ClO4)2, [Pt(TU)4]SiF6·0.25H2O and [Pt(TU)4]S2O6. In all cases thiourea is coordinated by the sulfur atom and the two amino groups are not involved in the complex formation. The four independent Pt–S distances do not differ significantly from each other with an average value of 2.324(3) A. The coordination geometry around the platinum center is distorted square-planar. The orientation of the four TU groups in [Pt(TU)4]2+ depends on the molecular packing forces and hydrogen bonding ability of the counter anion. Hydrogen bonds of the type N–H···X (X = Cl–, I–, F–, O and S) are observed.(© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2007)", "author": ["Bugarčić Živadin D.", "Puchta Ralph", "Schiessl Wolfgang", "van Eldik Rudi", "Heinemann Frank W."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200601028"}], "id": "50|dli_resolver::dbfb640d9abc4f0350343681e6d9ea3f", "relatedPublications": 0, "date": [""], "title": ["\"Systematic Counterion Tuning of the Solid-State Structure of Pt(thiourea)42+\""], "relatedDatasets": 7}
1202
{"typology": "publication", "publisher": ["S. Karger AG"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6379b53c022ab77eeaeae3d3d9d42fed", "id": {"identifier": "10.6084/m9.figshare.5128450", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8df5e9522d302a8d4a9ea712120d8f40", "id": {"identifier": "10.6084/m9.figshare.5128450.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "During septic shock, tumor necrosis factor alpha (TNFa) is an early response gene and induces a plethora of genes and signaling pathways. To identify robust signals in genes reliably upregulated by TNFa, we first measured microarray gene expression in vitro and searched methodologically comparable, publicly available data sets to identify concordant signals. Using tag single-nucleotide polymorphisms in the genes common to all data sets, we identified a genetic variant of the TNFAIP2 gene, rs8126, associated with decreased 28-day survival and increased organ dysfunction in an adult cohort in the Vasopressin and Septic Shock Trial. Similar to this cohort, we found that an association with rs8126 and increased organ dysfunction is replicated in a second cohort of septic shock patients in the St. Paul's Hospital Intensive Care Unit. We found that TNFAIP2 inhibits NF-κB activity, impacting the downstream cytokine interleukin (IL)-8. The minor G allele of TNFAIP2 rs8126 resulted in greater TNFAIP2 expression, decreased IL-8 production and was associated with decreased survival in patients experiencing septic shock. These data suggest that TNFAIP2 is a novel inhibitor of NF-κB that acts as an autoinhibitor of the TNFa response during septic shock.", "author": ["Fjell Christopher D.", "Wang Catherine", "Boyd John H.", "Topchiy Elena", "Walley Keith R.", "Cirstea Mihai", "Wurfel Mark", "Russell James A.", "Thair Simone A.", "Nakada Taka-aki"], "localIdentifier": [{"type": "doi", "id": "10.1159/000437330"}], "id": "50|dli_resolver::845d225a606f2f9b55b742ef3a15d04d", "relatedPublications": 0, "date": [""], "title": ["\"TNFAIP2 Inhibits Early TNFa-Induced NF-&#954;B Signaling and Decreases Survival in Septic Shock Patients\""], "relatedDatasets": 2}
1203
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2dd67ada15349984b69009892c59ed59", "id": {"identifier": "10.5061/dryad.nd7c8", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2dd67ada15349984b69009892c59ed59", "id": {"identifier": "10.5061/dryad.nd7c8", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Vincze Orsolya"], "localIdentifier": [{"type": "doi", "id": "10.1111/evo.13012"}], "id": "50|dli_resolver::0550e27309adf3947cd4b2e82e6d26e6", "relatedPublications": 0, "date": [""], "title": ["\"Light enough to travel or wise enough to stay? Brain size evolution and migratory behavior in birds\""], "relatedDatasets": 2}
1204
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ba4931eea6dba71207e97d894aaad2e", "id": {"identifier": "10.6084/m9.figshare.c.3754163.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6c2aa62762804fd6f29366003740a8be", "id": {"identifier": "10.6084/m9.figshare.c.3754163", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We report on dissipative soliton (DS) generation in an Yb-doped (YDF) fiber laser passively mode locked with the nonlinear polarization rotation (NPR) technique. We found that even without the insertion of a physical bandpass filter in the cavity, not only could DSs be automatically formed in the laser but also the formed DSs have a spectral bandwidth that is far narrower than the Yb-fiber gain bandwidth. Numerical simulations well reproduced the experimental observations. Our results suggest that a physical intracavity bandpass filter is not a crucial component for the generation of DSs in all-normal-dispersion YDF lasers mode locked with the NPR technique.", "author": ["Zhang Han", "Tang Dingyuan", "Zhao Luming", "Wu Xuan"], "localIdentifier": [{"type": "doi", "id": "10.1364/ol.35.002756"}], "id": "50|dli_resolver::1b3ef62bbd5fb4b1c027d517473e67a0", "relatedPublications": 0, "date": [""], "title": ["\"Dissipative soliton generation in Yb-fiber laser with an invisible intracavity bandpass filter\""], "relatedDatasets": 2}
1205
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66399b50bcbae7007a48e57564a7e3aa", "id": {"identifier": "10.3886/icpsr03676.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d84705ff34550da4d20fac2b10df0c4f", "id": {"identifier": "10.3886/icpsr04440.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::199fb22eb3f57780c5678b3293d0367b", "id": {"identifier": "10.3886/icpsr04075.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 3, "relatedUnknown": 0, "externalRels": [], "author": ["Schulenberg, John E.", "Sy, Susan R.", "Rowley, Stephanie J."], "localIdentifier": [{"type": "icpsr", "id": "66841"}], "relatedPublications": 0, "title": ["Predictors of parent involvement across contexts in Asian American and European American families"], "id": "50|r3d100010255::40ff5d0c214974897bf6607ce7d0cdf4"}
1206
{"typology": "publication", "publisher": ["DNA and cell biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b5a9bfb7187940df7bd1ff3d41b029b6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1702293&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8d901be08eefeeb989e71501d242e399", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1702293&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a2e9eb0f5c0606e02595cf5bafce3ee7", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1702293&result=sequence_release", "schema": "url"}}], "abstract": "None: Tumor necrosis factor-alpha (TNF-alpha), a protein released by activated macrophages, is involved in a wide variety of human diseases including septic shock, cachexia, and chronic inflammation. TNF binding protein (TNF-BP), a glycoprotein with high affinity to TNF-alpha isolated from urine, acts as an inhibitor of TNF-alpha by competing with the cell-surface TNF receptor. We report here the partial amino acid sequencing of human TNF-BP as well as the isolation, sequence, and expression of cDNA clones encoding a human and rat TNF receptor. The calculated Mr of the mature human and rat TNF receptor chains is 47,526 and 48,072, respectively. The extracellular ligand binding domain represents the soluble TNF-BP which is released by proteolytic cleavage. TNF-BP contains 24 cysteine residues and three potential N-glycosylation sites and shows sequence homology to the extracellular portions of TNF-R p80 chain and nerve growth factor receptor. Transfection of the human TNF receptor cDNA into mammalian cells resulted in increased binding capacity for TNF-alpha and increased reactivity with a monoclonal antibody directed against the human TNF receptor chain p60. When a stop codon was introduced into the cDNA at the site corresponding to the carboxyl terminus of TNF-BP, transfected cells secreted a protein that reacted with antibodies raised against natural TNF-BP.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "1702293"}], "author": ["Krönke M", "Pfizenmaier K", "Stratowa C", "Maurer-Fogy I", "Olsson I", "Lantz M", "Hauptmann R", "Himmler A", "Scheurich P", "Adolf G R"], "relatedPublications": 0, "id": "50|r3d100010527::4dcd50f98978e8b7240857dc1e661119", "title": ["Molecular cloning and expression of human and rat tumor necrosis factor receptor chain (p60) and its soluble derivative, tumor necrosis factor-binding protein."], "relatedDatasets": 3}
1207
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e8087580cd2cacae5ee87c5866c7c5f5", "id": {"identifier": "10.5281/zenodo.1163859", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7aa3b824cffc51d519d0231b6109b755", "id": {"identifier": "10.5281/zenodo.1163849", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::68a1a68b61fa86842d3fdf6e6ca01da8", "id": {"identifier": "10.5281/zenodo.1163858", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::281304f84a7f62f9d3f1f59436702a42", "id": {"identifier": "10.5281/zenodo.1163843", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1b264996303dd313cb14dee381e08300", "id": {"identifier": "10.5281/zenodo.1163854", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b944ec392a44450ad386f2065bb84fa6", "id": {"identifier": "10.5281/zenodo.1163847", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1013e491b8e6d0505b843b6e04c690a", "id": {"identifier": "10.5281/zenodo.1163865", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cb53be695ef069ec627770e94deff3a9", "id": {"identifier": "10.5281/zenodo.1163840", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::377ed763803806491dca7913cb4c357d", "id": {"identifier": "10.5281/zenodo.1163848", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11635c2d9bbdbdd1b8f0f7668cd55f6b", "id": {"identifier": "10.5281/zenodo.1163842", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0c52d3b891268b25922af3fad3011edd", "id": {"identifier": "10.5281/zenodo.1163861", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c1b032f284c27739d4dc788d8ac5d07f", "id": {"identifier": "10.5281/zenodo.1163855", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11e0b27f80119abfd91a16e08dd6c618", "id": {"identifier": "10.5281/zenodo.1163846", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9af2316c2fdf26518602fd931bd735c1", "id": {"identifier": "10.5281/zenodo.1163857", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f2176d7a2a73afbb8d4b4b01a1cbbb0", "id": {"identifier": "10.5281/zenodo.1163860", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3d3150b2f413d0793322a37afc215497", "id": {"identifier": "10.5281/zenodo.1163851", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::116285ccd97b4cc9b20084869300cbc5", "id": {"identifier": "10.5281/zenodo.1163862", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ea51afd5718a39d2f2db0fcfacd6a446", "id": {"identifier": "10.5281/zenodo.1163864", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3693467a0827fc8e13d8b2b2ad6e6bae", "id": {"identifier": "10.5281/zenodo.1163856", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::547a27e66fdf7b871e3ca0b019ceab15", "id": {"identifier": "10.5281/zenodo.1163844", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aa1b54823582e316055b56b720479001", "id": {"identifier": "10.5281/zenodo.1163845", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9c27bdc626c4fa262be6694e29403309", "id": {"identifier": "10.5281/zenodo.1163863", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6475781fe94520a4e8b311fe625b9cf8", "id": {"identifier": "10.5281/zenodo.1163850", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3faebe41b91bd253ddd6fcbb613d6103", "id": {"identifier": "10.5281/zenodo.1163841", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<jats:p>In 1958 Deichmann synonymized Holothuria inornata Semper, 1868 with Holothuria kefersteinii (Selenka, 1867). This nomenclature has been adopted until now. However, some specimens recently collected from the Mexican Pacific matched the original description of H. inornata Semper (1868) whereas others matched the original description by Selenka (1867). A morphological, molecular and ecological study of the specimens was conducted to confirm the identification of these specimens. The morphological characters of our specimens were compared with those contained in the original descriptions and figures of the types of both species. Besides the different color pattern of live specimens of both species, the main differences found are the presence of straight distally perforated rods in the dorsal papillae, and the presence of Holothuriophilus trapeziformis Nauck, 1880 in the cloaca of H. inornata, versus the absence of these kind of rods in the dorsal papillae, and the absence of symbionts in the cloaca in H. kefersteinii. The species identified by Deichmann (1958) as H. kefersteinii is, in fact H. inornata. Both species might have been confused because the morphology of preserved specimens is very similar and the presence of the straight rods in papillae might have been overlooked during identification. A more thorough review of the ossicles from the specimens, together with the comparison of ossicles from the type specimens, has allowed the resurrection of long-forgotten species, H. inornata </jats:p>", "author": ["Solís-Marín Francisco, A.", "HONEY-ESCANDÓN MAGALI"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4377.2.1"}], "id": "50|dli_resolver::6bc0d0f9d2c3a251d63e97a596eba584", "relatedPublications": 0, "date": [""], "title": ["A revision of Holothuria (Halodeima) kefersteinii (Selenka, 1867) and the revival of Holothuria inornata Semper, 1868 from sea cucumbers collected in Mexico and Central America"], "relatedDatasets": 48}
1208
{"typology": "publication", "publisher": ["Canadian Science Publishing"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a5028134f1744ab13aa711adddcd57d", "id": {"identifier": "10.5517/cc6p9sy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::90764b601c2c2980da915ee9a5f02f24", "id": {"identifier": "10.5517/cc6p9tz", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "On a etudie un exemple inhabituel d'un rearrangement anormal de Wolff. La structure bicyclique du reactif et des intermediaires ne permettaient pas certaines possibilites mecanistiques de cet exemple inhabituel d'un rearrangement anormal de Wolff. L'etude implique le rearrangement photochimique d'une diazodehydronorbornone portant des groupes phenyle et 2-pyridyle au niveau du C-7. On a rencontre un certain nombre d'exemples de stereoselectivite interessante. On a etudie le mecanisme sur la base de calculs theoriques ab initio de type QST qui ont permis de localizer la structure d'une espece definie de transition permettant d'expliquer le mecanisme reactionnel.", "author": ["Wang Pengfei", "Zimmerman Howard E"], "localIdentifier": [{"type": "doi", "id": "10.1139/v03-039"}], "id": "50|dli_resolver::aa5b2b2d102d26f00e5190a2b390412f", "relatedPublications": 0, "date": [""], "title": ["\"An unusual abnormal Wolff rearrangement\""], "relatedDatasets": 2}
1209
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b1970cbee0292de8a6f1ad839e4b913f", "id": {"identifier": "10.6084/m9.figshare.c.3645029.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f207a9a42d5831950a424ca47c41aebb", "id": {"identifier": "10.6084/m9.figshare.c.3645029_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ea7bea37a2162711359849f08cadb138", "id": {"identifier": "10.6084/m9.figshare.c.3645029_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2660caa087e21ab10bafe97e832cfc95", "id": {"identifier": "10.6084/m9.figshare.c.3645029", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Background#R##N#Many types of tree pollen trigger seasonal allergic illness, but their population-level impacts on allergy and asthma morbidity are not well established, likely due to the paucity of long records of daily pollen data that allow analysis of multi-day effects. Our objective in this study was therefore to determine the impacts of individual spring tree pollen types on over-the-counter allergy medication sales and asthma emergency department (ED) visits.", "author": ["Weinberger Kate R.", "Kinney Patrick L.", "Ito Kazuhiko", "Robinson Guy S.", "Mathes Robert", "Lall Ramona", "Matte Thomas D.", "Sheffield Perry E.", "Ross Zev"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12940-015-0057-0"}], "id": "50|dli_resolver::6b4e0eed6410c59751b7e28f472cd9c0", "relatedPublications": 0, "date": [""], "title": ["\"The associations between daily spring pollen counts, over-the-counter allergy medication sales, and asthma syndrome emergency department visits in New York City, 2002-2012\""], "relatedDatasets": 4}
1210
{"typology": "publication", "publisher": ["Insect molecular biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::597132e1a5b6218c7c9b80b344e0959e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17298559&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2b7dfa3f3ab0c9f12281a910a84a7a19", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17298559&result=coding_release", "schema": "url"}}], "abstract": "None: The alternative pathway of complement is an important innate defence against pathogens including ticks. This component of the immune system has selected for pathogens that have evolved countermeasures. Recently, a salivary protein able to inhibit the alternative pathway was cloned from the American tick Ixodes scapularis (Valenzuela et al., 2000; J. Biol. Chem. 275, 18717-18723). Here, we isolated two different sequences, similar to Isac, from the transcriptome of I. ricinus salivary glands. Expression of these sequences revealed that they both encode secreted proteins able to inhibit the complement alternative pathway. These proteins, called I. ricinus anticomplement (IRAC) protein I and II, are coexpressed constitutively in I. ricinus salivary glands and are upregulated during blood feeding. Also, we demonstrated that they are the products of different genes and not of alleles of the same locus. Finally, phylogenetic analyses demonstrate that ticks belonging to the Ixodes ricinus complex encode a family of relatively small anticomplement molecules undergoing diversification by positive Darwinian selection.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17298559"}], "author": ["Leboulle G", "de Fays K", "J-P, Georgin", "Gern L", "Sharp P M", "Daix V", "Gillet L", "Schroeder H", "P-P, Pastoret", "Godfroid E", "Vanderplasschen A", "Bollen A", "Decrem Y", "Praet N", "Chiappino I"], "relatedPublications": 0, "id": "50|r3d100010527::6e2882571800c52c08f6c52d43ab8dbd", "title": ["Ixodes ticks belonging to the Ixodes ricinus complex encode a family of anticomplement proteins."], "relatedDatasets": 2}
1211
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14c286fe49088ace06858d714489a30e", "id": {"identifier": "10.5517/cctb52c", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The bluish green binuclear dicarboxylato bridged copper(II) complex [Cu2(HL)2(µ-tp)], 1 has been synthesized, where (HL−) is the monodeprotonated form of N,N-bis(2-hydroxybenzyl)-N′,N′-dimethylethylenediamine and tp = terephthalate dianion. Herein, we report the synthesis, spectral and structural characterization, and magnetic behavior of 1. The coordination geometry of Cu(II) has a distorted square pyramidal geometry (τ = 0.117). The variable temperature magnetic moment reveals that the complex exhibits very weak antiferromagnetic interaction (J Exp = −0.30 cm−1) and the calculated J value (J Calcd = −1.05 cm−1) using broken symmetry DFT method is in agreement with the experimentally observed value.", "author": ["Mondal Abhishake", "Colacio Enrique", "Mondal Pallab", "Banerjee Atanu"], "localIdentifier": [{"type": "doi", "id": "10.1080/00958972.2010.494723"}], "id": "50|dli_resolver::e380fe4a2cd44e4a9c5ea43208b03ce6", "relatedPublications": 0, "date": [""], "title": ["\"Binuclear terephthalato-bridged copper(II) complex with N2O2coordinating tripodal ligand: synthesis, structure, magnetic properties, and DFT study\""], "relatedDatasets": 1}
1212
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::64d755542dfaad1541b9075966ecaa20", "id": {"identifier": "4hbm", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::2f264bc05fd8bfe17e3ba02476578d72", "id": {"identifier": "4erf", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::08f83ef5a732ff85814fbf636d8fbcc6", "id": {"identifier": "1ycr", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::58234b8b59da698b283a405376cf3eb2", "id": {"identifier": "4ere", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::02a398b93a5be64da2e050e71686cf05", "id": {"identifier": "4oq3", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::6520c7f3679228184441c5b44227a1ab", "id": {"identifier": "4oas", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::9b10eba5acebef66fa7bed761531cad6", "id": {"identifier": "4dij", "schema": "pdb"}}], "abstract": "", "author": ["Vaupel Andrea", "Masuya Keiichi", "Kallen Joerg", "Furet Pascal", "Bold Guido", "De Pover Alain", "Stachyra-Valat Thérèse", "Hergovich Lisztwan Joanna"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.bmcl.2014.03.039"}], "id": "50|dedup_wf_001::cdd415788952dae5f6119ec784772b05", "relatedPublications": 0, "date": ["2014"], "title": ["Tetra-substituted imidazoles as a new class of inhibitors of the p53–MDM2 interaction"], "relatedDatasets": 14}
1213
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e6808b84c7f121acc4a3afe470161719", "id": {"identifier": "10.5517/ccv3gds", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The asymmetric unit of the title triangulo-triruthenium compound, [Ru3(C18H12Cl3P)2(CO)10]·H2O, consists of one triangulo-triruthenium complex and one disordered water solvent molecule. Two of the 3-chloro­phenyl rings are disordered over two positions with refined site occupancies of 0.671 (3)/0.329 (3) and 0.628 (3)/0.372 (3). The water mol­ecule is disordered over two positions with refined site occupancies of 0.523 (7) and 0.477 (7). Two equatorial carbonyl groups have been substituted by the two monodentate phosphine ligands, leaving one equatorial and two axial carbonyl substituents on the two Ru atoms. The remaining Ru atom carries two equatorial and two axial terminal carbonyl ligands. In the crystal structure, mol­ecules are linked into columns along the a axis by inter­molecular C—H⋯Cl and C—H⋯O hydrogen bonds. The mol­ecular structure is stabilized by weak intra­molecular C—H⋯O hydrogen bonds.", "author": ["Shawkataly Omar bin", "Fun Hoong-Kun", "Yeap Chin Sing", "Pankhi Mohd. Aslam A."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810013838"}], "id": "50|dli_resolver::11b05de62bb53c0304567de277608b0a", "relatedPublications": 0, "date": [""], "title": ["\"Decacarbonyl-1κ3C,2κ3C,3κ4C-bistris(3-chlorophenyl)phosphine-1κP,2κP-triangulo-triruthenium(0) monohydrate\""], "relatedDatasets": 1}
1214
{"typology": "publication", "publisher": ["Reproduction in domestic animals = Zuchthygiene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1907eb604c320f2ba5340f7dfcca6c12", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15819971&result=sequence_release", "schema": "url"}}], "abstract": "None: Retinoid X receptors are frequently implicated in their role in embryonic development. However, there is no report regarding their expression in embryos with different qualities. In this study, expression pattern and levels of retinoid X receptor transcripts in different qualities and stages of in vitro-produced pre-implantation bovine embryos were examined using real-time polymerase chain reaction (PCR) techniques. Four independent cDNA pools per sample were prepared from mRNAs isolated from different developmental-stage embryos, after classifying them to be of good and bad quality. Primers were also designed to amplify products with PCR. Based on analysis, except retinoid X receptor gamma (RXRG) transcripts, the remaining two types (alpha and beta forms) were expressed in all samples with significantly higher (p < or = 0.05) levels until the eight-cell stage compared with the stages thereafter. However, the transcript levels for bad-quality embryos were consistently lower in all cases in comparison with good-quality embryos. RXRG was identified in 39% of the samples, but all in the pre-embryonic genome activation development stage. Therefore, strong expression patterns of these transcripts in earlier stages indicates their possible role during the maternal phase of embryo development, and the variations of copy number in embryos with different qualities substantiates their possible candidacy as potential quality markers. Moreover, identifying the transcript variations in different qualities and expression of RXRG at these stages is a novel input to the pre-implantation-stage knowledge.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15819971"}], "author": ["Schellander K", "Gilles M", "Ponsuksili S", "Mamo S", "Wimmers K"], "relatedPublications": 0, "id": "50|r3d100010527::277f98d7738a8479ba8a60f7b2f76023", "title": ["Expression of retinoid X receptor transcripts and their significance for developmental competence in in vitro-produced pre-implantation-stage bovine embryos."], "relatedDatasets": 1}
1215
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::0edcc6f0f70bae862ef994ce32c356eb", "id": {"identifier": "10.3886/icpsr09948.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ac1844cbc8c4a73b0b9d974ce76286d2", "id": {"identifier": "10.3886/icpsr09948", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Agnew's General Strain Theory (GST) has both revived and advanced strain theory. It has recently been applied to topics ranging from gender differences in delinquency to differences in community crime rates. Tests of GST are now focusing on the intermediate variables that fall between GST and delinquency, such as anger and social support, but these tests have produced varying results. This paper adds to GST literature by empirically analyzing whether social support moderates individuals' responses to strain and whether this moderating effect varies by gender. Testing is conducted using data from wave six of the National Youth Survey (NYS). Results provide support for GST and suggest that there are gender differences in the types and levels of strain experienced during the late teens. Further, there is evidence to support the hypothesis that social support does moderate females' responses to certain types of strain.", "author": ["Robbers, Monica L. P.", "Robbers Monica L. P."], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1475-682x.2004.00104.x"}], "id": "50|dedup_wf_001::8f26e29dfecc2a1b9f7d273fef5059d6", "relatedPublications": 0, "date": [""], "title": ["Revisiting the Moderating Effect of Social Support on Strain: A Gendered Test"], "relatedDatasets": 2}
1216
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::266cc9a7056eabceacc3010a9bd0f55b", "id": {"identifier": "10.5517/cc73f1s", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The novel ladder-like one-dimensional copper(II) complex of formula {[Cu(mal)(bipy)]·2H 2 O} n  (mal, the maleic acid dianion, bipy, 2,2′-bipyridine) has been synthesized using the maleic acid dianion and 2,2′-bipy as the mixed ligands. The single-crystal X-ray diffraction reveals that the two carboxylate groups of the maleic acid dianion exhibit two different coordination modes in the complex. One acts as a bridge in the  syn–anti  conformation, while the other exhibits the monodentate coordination mode. The magnetic properties of the complex have been studied by susceptibility measurements as a function of the temperature and successfully analyzed in terms of the isotropic spin Hamiltonian for one-dimensional infinite system  H =−2 J ∑ S   i   S   i +1 . Magnetic calculations showed the presence of ferromagnetic exchange interactions between the copper(II) ions within the chain with  J =2.41 cm −1 .", "author": ["Zhang Kou-Lin", "You Xiao-Zeng", "Xu Yan", "Lin Jian-Guo"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.molstruc.2004.06.019"}], "id": "50|dli_resolver::45b338a9ad3143012e022a0e504f9586", "relatedPublications": 0, "date": [""], "title": ["\"{Cu(mal)(bipy)·2H2O}n: a new one-dimensional ladder-like copper(II) complex based on the mixed N- and O-donor ligands with intrachain ferromagnetic interactions\""], "relatedDatasets": 1}
1217
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d31982a869504ffa24c240dee8a25910", "id": {"identifier": "10.5517/ccszc36", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The metal atom in the title salt, (C7H11N2)2[CoBr4], shows a slightly distorted tetra­hedral coordination. The cation forms an N—H⋯Br hydrogen bond to one of the two Br atoms. The CoII atom lies on a special position of 2 site symmetry.", "author": ["Ng Seik Weng", "Lo Kong Mun"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536809024398"}], "id": "50|dli_resolver::c13d951752a18eb8343c9b1d21489eaa", "relatedPublications": 0, "date": [""], "title": ["\"Bis4-(dimethylamino)pyridinium tetrabromidocobaltate(II)\""], "relatedDatasets": 1}
1218
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9df16c1667cc00f79d2ed1e0ae9f3482", "id": {"identifier": "10.5517/ccwyrdy", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5dd501ab0e2f17884fb64ef9b60225ee", "id": {"identifier": "10.5517/ccwyrcx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Two novel azide cadmium(II) compounds [Cd4(dafone)4Cl2(μ1,1-N3)4(μ1,1,1-N3)2] (1) and [Cd4(dafone)4(N3)2(μ1,1-N3)4(μ1,1,1-N3)2] (2) were synthesized and characterized by spectroscopic and crystallographic methods. They are first cadmium(II) complexes adopting double open cubane-like structure. The fluorescence properties of the complexes 1 and 2 were examined both in solid state and solution, and compared with the free ligand. Additionally, the electronic spectra of 4,5-diazafluoren-9-one and 1 were investigated at the TDDFT level.", "author": ["Nawrot I.", "Machura B.", "Michalik K."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2011.10.006"}], "id": "50|dli_resolver::d3978bee6d07ae8f7349b1ba23c76847", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, spectroscopic characterization and X-ray studies of two novel double open cubane-like cadmium(II) complexes\""], "relatedDatasets": 2}
1219
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::223905c00a414ffae068b3c50785a4cc", "id": {"identifier": "u22094.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7be40aa7311b56a1a2329cf9851768b2", "id": {"identifier": "u22095", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::344fe0c6001205da979db33e54298ca4", "id": {"identifier": "y09640.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5bf99bc3c857eaa89490e415c9c38464", "id": {"identifier": "y09645.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b262d76b03646127ef86780cc716a34f", "id": {"identifier": "y09649", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::b20d35c931b5175baa3273e230b7ea22", "id": {"identifier": "y09648.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::23995ce21998124ab54459465913c1b3", "id": {"identifier": "y09649.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::09cc48979d0fc5517368db7b98af3fc5", "id": {"identifier": "u22088.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7b6c051cf4ff9f79949702bfba14cd45", "id": {"identifier": "y09644.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::d8bdea74ba6a463da290591df51e0246", "id": {"identifier": "y09647.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a253813da27ae4a6245239da0c6ec8d5", "id": {"identifier": "y09646.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9e4a37890e2891091d1a3093e5fcc1ff", "id": {"identifier": "y09641.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::5992af66e73cfbbb5c50ca6fd9bd4a0b", "id": {"identifier": "y09645", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::9d49afb150c84a12af6a543672e2d497", "id": {"identifier": "u22084.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::4da57990437109653a4c9dc0f9fc81a1", "id": {"identifier": "y09642.1", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bb8c56465f41f262988df5f03f1d367b", "id": {"identifier": "u22095.1", "schema": "ncbi-n"}}], "abstract": "", "title": ["A forensic DNA profiling system for Northern European brown bears ("], "localIdentifier": [{"type": "doi", "id": "10.1016/j.fsigen.2012.03.002"}], "id": "50|elsevier____::5b87f5a54ac774e720c971a0e0be2a36", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 16}
1220
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61a51f5de587943e3a6010cbbc1430f6", "id": {"identifier": "10.3886/icpsr04701.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c5ed0a827d0dd2bc170bb3b89298e24f", "id": {"identifier": "10.3886/icpsr04701.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cdb26bba95104e7d43fe43cbb43f6a6c", "id": {"identifier": "10.3886/icpsr04701.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::a7b90b813cf50cb932e84df0a2830984", "id": {"identifier": "10.3886/icpsr04701.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::092df32cca3df6b8d6720794e07c7027", "id": {"identifier": "10.3886/icpsr04701", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::10c004b6ca7d1b2ff1031e0425ff06ec", "id": {"identifier": "10.3886/icpsr04701.v6", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b0f565f64d28bc5ca5abaa88152bd40e", "id": {"identifier": "10.3886/icpsr04701.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::38f7c23498d406d80a2e09fc3ae5077b", "id": {"identifier": "10.3886/icpsr04701.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Although researchers have documented the close connection between witnessing domestic violence as a female child and being abused in later relationships, the details of women's experiences over time are not well understood. Similarly, researchers have only begun to explore the connections between domestic violence and poverty and the profound consequences and damaging correlates of intimate abuse for poor mothers. This research report presents a case study to highlight the intergenerational legacy of domestic violence in poor families and to illuminate the ways public assistance may reinforce or short-circuit women's susceptibility and resistance.", "author": ["Purvin Diane M."], "localIdentifier": [{"type": "doi", "id": "10.1177/1077801203255866"}], "id": "50|dli_resolver::1db7e43f8e06aa344596d3a20b1f1abd", "relatedPublications": 0, "date": [""], "title": ["Weaving a Tangled Safety Net"], "relatedDatasets": 8}
1221
{"typology": "publication", "publisher": ["Gene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::224c4e13cb1bbd2923dd5d4682453e7a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16766139&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d61ec9d68a06d254ffc7eb6f9292ec5d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=16766139&result=sequence_release", "schema": "url"}}], "abstract": "None: cDNAs encoding a Daphnia magna homolog of aryl hydrocarbon receptor nuclear translocator (ARNT) were isolated and the structural and functional features as well as the expression pattern of their product, DmagARNT, were analyzed. Among the known bHLH-PAS proteins, the deduced amino acid sequences of DmagARNT showed the highest degree of identity to that of Drosophila ARNT (TGO). Expression of DmagARNT in ARNT-lacking mouse Hepa-c4 cells resulted in the compensation for the loss of hypoxia response, suggesting the formation of a dimer with mouse HIF-1alpha and that the resulting heterodimer binds to the hypoxia-responsive elements (HRE), leading to transcription of the downstream luciferase gene. Expression of D. magna ARNT was evident at the middle to late stages of embryonic development (about 25 h to 48 h after ovulation) in several tissues, including a pair of the 1st antenna, 2nd antenna, 2nd maxilla, five pairs of the thoracic limbs, the central nerve system, anus, dorsal organ, maxillary gland, and carapace. As observed in other species, the D. magna ARNT is likely to function broadly as an expressed dimerization partner in developmental processes. In contrast, expression of ARNT in adult D. magna was limited to the epipodites of thoracic limbs, suggesting that ARNT plays a role solely in hypoxia response in adult Daphnia.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "16766139"}], "author": ["Shiga Yasuhiro", "Takahashi Yuji", "Tokishita Shin-ichi", "Kato Kagayaki", "Kimura Shoko", "Ohta Toshihiro", "Mandokora Yumiko", "Yamagata Hideo"], "relatedPublications": 0, "id": "50|r3d100010527::05afd8bdc84de34128b7e4d2b51b8187", "title": ["Tissue-specific expression of a bHLH-PAS protein homologous to ARNT during the development of crustacean Daphnia magna."], "relatedDatasets": 2}
1222
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a3ba2585c4af4006bd544e154ff88b35", "id": {"identifier": "10.5517/cc13vhyd", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title compound, C13H10ClNO, the dihedral angle between the planes of the aromatic rings is 51.42 (9)° and an intra­molecular O—H⋯N hydrogen bond closes an S(6) ring. The Cl atom and the N atom are syn. No directional inter­actions beyond van der Waals contacts are observed in the crystal.", "author": ["Saranya Matheswaran", "Muthiah Packianathan Thomas", "Arunagiri Chidambaram", "Subashini Annamalai"], "localIdentifier": [{"type": "doi", "id": "10.1107/s2056989014026978"}], "id": "50|dli_resolver::1646df4924682b37861ab4c3be11faf3", "relatedPublications": 0, "date": [""], "title": ["\"Crystal structure of 2-{(2-chlorophenyl)iminomethyl}phenol\""], "relatedDatasets": 1}
1223
{"typology": "publication", "publisher": ["Molecular and biochemical parasitology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::801d8ce20d57879e912645a948c2e0db", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10838221&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e04f969c22beb22a328f6c78a3fd2795", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10838221&result=sequence_release", "schema": "url"}}], "abstract": "None: Human cryptosporidiosis is attributed to two major Cryptosporidium parvum genotypes of which type 1 appears to be the predominant. Most laboratory investigations however are performed using genotype 2 isolates, the only type which readily infects laboratory animals. So far type 1 has only been identified in humans and primates. A type 1 isolate, obtained from an individual with HIV and cryptosporidiosis, was successfully adapted to propagate in gnotobiotic piglets. Genotypic characterization of oocyst DNA from this isolate using multiple restriction fragment length polymorphisms, a genotype-specific PCR marker, and direct sequence analysis of two polymorphic loci confirmed that this isolate, designated NEMC1, is indeed type 1. No changes in the genetic profile were identified during multiple passages in piglets. In contrast, the time period between infection and onset of fecal oocyst shedding, an indicator of adaptation, decreased with increasing number of passages. Consistent with other type 1 isolates, NEMC1 failed to infect mice. A preliminary survey of the NEMC1 genome covering approximately 2% of the genome and encompassing 200 kb of unique sequence showed an average similarity of approximately 95% between type 1 and 2 sequences. Twenty-four percent of the NEMC1 sequences were homologous to previously determined genotype 2 C. parvum sequences. To our knowledge, this is the first successful serial propagation of genotype 1 in animals, which should facilitate characterization of the unique features of this human pathogen.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10838221"}], "author": ["Xu P", "Feng X", "Bowman C A", "Widmer G", "Buckholt M A", "Buck G A", "Rich S M", "Wang X", "Wang Y", "Deary K M", "Tzipori S", "Akiyoshi D"], "relatedPublications": 0, "id": "50|r3d100010527::0882ec3c512318a21a7ff534a2f8adab", "title": ["Animal propagation and genomic survey of a genotype 1 isolate of Cryptosporidium parvum."], "relatedDatasets": 2}
1224
{"typology": "publication", "publisher": ["Symbiosis (Philadelphia, Pa.)"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::804b5db63ae36fd5c799d87c60c18226", "id": {"identifier": "jx629104", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::82fa533aa72ff8880c8f37a4256b06e6", "id": {"identifier": "kj082100", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b442caa5cc40e1775dae27719955d8d6", "id": {"identifier": "jx981472", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::17808d5e50ad1c667dc3ba35d1c5f4f5", "id": {"identifier": "jx981489", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6d945bca91606e15c9ac6b9c4712ee80", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25264398&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::852052d0f94f72b96e14a5ffff2b6213", "id": {"identifier": "jx981468", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::cc3f786576f3c440cde2a313d6c83118", "id": {"identifier": "jx981454", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::793dd21966295c1ecd97b00ac5b6b99d", "id": {"identifier": "jx629096", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fca86ab5949e7689d91fd13664751fd7", "id": {"identifier": "jx981452", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9e338f9b19553056eafe635927a00125", "id": {"identifier": "jx981466", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fa82c259a83a1a39d6d8e923e761fcbe", "id": {"identifier": "jx981475", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7714dfb64cf5bdbef716e2b1d1fe5ce1", "id": {"identifier": "jx629111", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04a164dc081a0346df8c6f41baab020d", "id": {"identifier": "jx981476", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::85d7607bfaad019ebd0cf7c9de17f5ed", "id": {"identifier": "jx981461", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::88a01b8e063882bcf5681bb0feff85fa", "id": {"identifier": "jx981469", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::90662cc5435a64c8d39850aba0d03bf2", "id": {"identifier": "kj082099", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::de9854bc67731a4df8a7ff7ac6554bd6", "id": {"identifier": "jx981467", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::87fa6bbd2ad7c2fd4029c29876452e05", "id": {"identifier": "jx981457", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6df58ec3f113b4c9fab30c29406ae21f", "id": {"identifier": "jx981474", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b403b2a42cd280f0cb813ba6ccc0063c", "id": {"identifier": "jx629112", "schema": "ena"}}], "abstract": "None: Endophytes are a large and diverse group of fungi that colonize healthy plant tissues without causing any symptoms. The majority of studies have focused on angiosperm and conifer hosts and few have examined the endophytes of lycophytes. In the present study, we characterized culturable endophytic fungi in two closely related Lycopodium species (L. annotinum and L. clavatum) from pine, beech, oak and spruce forests across Poland. More than 400 strains were isolated but only 18 Ascomycete species were identified. Members of the Dothideomycetes dominated the fungal endophyte communities in Lycopodium. The most abundant taxa cultured were Phoma brasiliensis (from L. clavatum) and Paraconiothyrium lycopodinum (from L. annotinum). Five taxa were isolated exclusively from L. annotinum, but only two of them (Paraconiothyrium lycopodinum and Mycosphaerella sp.) were relatively abundant. Two taxa were only found in L. clavatum, namely: Stagonospora pseudovitensis and an unidentified Dothideomycete. The taxon assigned as Ascomycota 2 (SH219457.06FU) was isolated only from strobili of both host species. Direct PCR and cloning from L. annotinum shoots revealed a substantially greater endophyte richness compared with the results from culturing.", "author": ["Pawłowska Julia", "Julia Pawłowska", "Mateusz Wilk", "Anna Sliwińska-Wyrzychowska", "Wilk Mateusz", "Marta Wrzosek", "Wrzosek Marta", "Monika Mętrak", "Mętrak Monika", "Sliwińska-Wyrzychowska Anna"], "localIdentifier": [{"type": "pmid", "id": "25264398"}, {"type": "pbmid", "id": "25264398"}], "id": "50|dedup_wf_001::7054a6eb39668d01962a00b317dbc84a", "relatedPublications": 0, "date": ["2014-09-10"], "title": ["The diversity of endophytic fungi in the above-ground tissue of two Lycopodium species in Poland."], "relatedDatasets": 21}
1225
{"typology": "publication", "publisher": ["The American journal of tropical medicine and hygiene"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0c972a28356cb2736d1c2138db4d94d1", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17984333&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7e6ef9ad8c704ccec1a8e4388c2abba5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17984333&result=sequence_release", "schema": "url"}}], "abstract": "None: Infections from Cryptosporidium parvum are of interest not only to public health, but also to wildlife conservation, particularly when humans and livestock encroach on nature and thereby increase the risk of cross-species transmissions. To clarify this risk, we used polymerase chain reaction to examine the hypervariable region of the C. parvum 18S rRNA gene in feces from three monkey species. Samples were isolated from regions where disease transmission between monkeys, livestock, and humans was likely (soiled habitat) or unlikely (clean habitat). Monkey individuals, their social groups, and different species shared multiple genotypes/isolates of C. parvum. Ecological and molecular analyses suggested that Cryptosporidium infection among Toque macaques in soiled habitats was mainly the bovine genotype C. parvum. Monkeys inhabiting clean habitat, particularly gray and purple-faced langurs, lacked Cryptosporidium species/types associated with bovines. Livestock apparently was a main source of infection for wild primates.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17984333"}], "author": ["Welch David Mark", "Hajduk Stephen", "Kieft Rudo", "Dittus Wolfgang P J", "Ekanayake Dilrukshi K"], "relatedPublications": 0, "id": "50|r3d100010527::547006f16be53c524eaee082f01f18e4", "title": ["Transmission dynamics of Cryptosporidium infection in a natural population of non-human primates at Polonnaruwa, Sri Lanka."], "relatedDatasets": 2}
1226
{"typology": "publication", "publisher": ["Journal of medical entomology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c78c89c95dcef3f381f13a6ed055b15a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12061452&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::06a22f3d078a8477ca8da22042b6590d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12061452&result=sequence_release", "schema": "url"}}], "abstract": "None: We examined a parthenogenetic strain of the hard tick Ixodes woodi Bishopp for the presence of endosymbiotic bacteria. Electron microscopic examination revealed the ovarian tissues and Malpighian tubules were infected with pleomorphic bacteria. Two basic types were observed: a larger granular cell and a smaller condensed cell. Cloning and sequence analysis of polymerase chain reaction (PCR) amplified 16S rRNA gene yielded a single sequence from bacteria present in I. woodi tissues. Phylogenetic analysis of the nearly complete 16S rDNA indicated that the ticks were infected with an endosymbiont belonging to the gamma subdivision of the Proteobacteria. It clustered with the insect pathogenic species Rickettsiellagrylli (Vago and Martoja 1963) and the animal pathogen Coxiella burnetii (Derrick 1939) Philip 1948. Our results suggest that the I. woodi females harbored a single endosymbiotic bacterium related to selected Rickettsiella species and to C burnetii.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12061452"}], "author": ["Oliver James H", "Kurtti Timothy J", "Palmer Ann T"], "relatedPublications": 0, "id": "50|r3d100010527::599ab92959e30663a970079a60cf939e", "title": ["Rickettsiella-like bacteria in Ixodes woodi (Acari: Ixodidae)."], "relatedDatasets": 2}
1227
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::828be7509b31d9cb9fb8434bf441fecf", "id": {"identifier": "10.15468/wgkdry", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Cowie Robert, H."], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3940.1.1"}], "id": "50|dli_resolver::684de6aa8b7f4faa0f0186c2a07d39e1", "relatedPublications": 0, "date": [""], "title": ["<p><strong>The recent apple snails of Africa and Asia (Mollusca: Gastropoda: Ampullariidae: <em>Afropomus</em>, <em>Forbesopomus</em>, <em>Lanistes</em>, Pila, Saulea): a nomenclatural and type catalogue. The apple snails of the Americas: addenda and corrigenda</strong></p>"], "relatedDatasets": 1}
1228
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0862e95a48f590c5289268dee08b511e", "id": {"identifier": "10.5517/cc7fq4h", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C16H21NO5, consists of a substituted 2,8-cyclo­octa­diene ring linked to a pyrrolidine ring through the N atom of the five-membered ring. The 2,8-cyclo­octa­diene moiety has a cis,cis configuration. The pyrrolidine ring adopts a twist conformation. A few interatomic close contacts seem to influence the shape of the mol­ecule.", "author": ["Hökelek Tuncer", "Ergün Yavuz", "Tunoğlu Nazan", "Uzgören Ayşe", "Okay Gürol"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536803016301"}], "id": "50|dli_resolver::4ce6d1849db1cfc81c1ebe4109bdd2ce", "relatedPublications": 0, "date": [""], "title": ["\"Dimethyl 7-oxo-3-(pyrrolidin-1-yl)cycloocta-2,8-diene-1,2-dicarboxylate\""], "relatedDatasets": 1}
1229
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4b930ca25d8583a51b4b730f93f0256e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2995995&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dd6e4005d65a48ad35297894ee3b6dd4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2995995&result=coding_release", "schema": "url"}}], "abstract": "None: The human X-linked phosphoglycerate kinase (PGK) gene, which is expressed in all somatic cells, was cloned and its structure was determined. The gene is interrupted by 10 introns and spans 23 kilobases. When projected on the three-dimensional structure of the PGK protein molecule, splice junctions are located between established peptide domains. In particular, an intron separates the two mononucleotide subdomains of the ATP-binding region, and additional introns divide each of these subdomains between their characteristic beta-strands. Similar correlations are found in the bipartite NAD-binding domains of alcohol dehydrogenase and glyceraldehyde-3-phosphate dehydrogenase. Furthermore, in each case the nucleotide-binding domain is separated from the catalytic domain by at least one intron. The homology of the exon organization in structurally similar regions of these three enzymes suggests that a nucleotide-binding domain evolved by gene duplication and was subsequently dispersed to different proteins through a process of intron-mediated recombination.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2995995"}], "author": ["Orkin S H", "Blake C C", "Michelson A M", "Evans S T"], "relatedPublications": 0, "id": "50|r3d100010527::a86358c0a26fff374530d7550b56fa50", "title": ["Structure of the human phosphoglycerate kinase gene and the intron-mediated evolution and dispersal of the nucleotide-binding domain."], "relatedDatasets": 2}
1230
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::601fc6bf863dad4e579b69af68e728ed", "id": {"identifier": "10.18154/rwth-2016-10952", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Signals of QCD instanton-induced processes are searched for in neutral current deep-inelastic scattering at the electron-proton collider HERA in the kinematic region defined by the Bjorken-scaling variable $x > 10^{-3}$, the inelasticity $0.2< y < 0.7$ and the photon virtuality $150 < Q^2 < 15000$ GeV$^2$. The search is performed using H1 data corresponding to an integrated luminosity of ~$351$ pb$^{-1}$. No evidence for the production of QCD instanton-induced events is observed. Upper limits on the cross section for instanton-induced processes between $1.5$~pb and $6$~pb, at $95\\%$~ confidence level, are obtained depending on the kinematic domain in which instantons could be produced. Compared to earlier publications, the limits are improved by an order of magnitude and for the first time are challenging theory predictions.", "author": ["Zohrabyan H.", "Meyer A. B.", "Kretzschmar J.", "Sauter M.", "Vallée C.", "Cerny K.", "Belousov A.", "Truöl P.", "Daum K.", "Newman P. R.", "Sefkow F.", "Janssen X.", "Gayler J.", "Valkárová A.", "Landon M. P. J.", "Schöning A.", "Pascaud C.", "Reimer P.", "Malinovski E.", "Turnau J.", "Goerlich L.", "Vazdik Y.", "Kostka P.", "Fedotov A.", "Fleischer M.", "Gouzevitch M.", "Greenshaw T.", "Dodonov V.", "Brandt G.", "Schmitt S.", "Levonian S.", "Shushkevich S.", "Jung H.", "Traynor D.", "Ozerov D.", "Plačakytė R.", "Eckerlin G.", "Hreus T.", "Kiesling C.", "Pirumov H.", "Hoffmann D.", "Chekelian V.", "Fomenko A.", "Krüger K.", "Hladkỳ J.", "Bystritskaya L.", "-U, Martyn H.", "Sopicki P.", "Cvach J.", "Mehta A.", "Krücker D.", "Picuric I.", "Spaskov V.", "Perez E.", "Sykora T.", "Boudry V.", "Polifka R.", "Grindhammer G.", "Bolz A.", "Gogitidze N.", "Lobodzinski B.", "Steder M.", "Soloviev Y.", "Zomer F.", "Dobre M.", "Niebuhr C.", "Elsen E.", "Sankey D. P. C.", "Wegener D.", "Müller K.", "Sauvan E.", "Thompson P. D.", "Nowak G.", "Specka A.", "Ferencei J.", "Dainton J. B.", "Grab C.", "Meyer J.", "Zhang Z.", "Rizvi E.", "Cantun Avila K. B.", "Rusakov S.", "Radescu V.", "Lebedev A.", "Pokorny B.", "Maxfield S. J.", "Katzy J.", "South D.", "Straumann U.", "Klein M.", "Žáček J.", "Morozov A.", "Tsakov I.", "Britzger D.", "Žlebčík R.", "Stella B.", "Begzsuren K.", "Brisson V.", "Kapichine M.", "Schoeffel L.", "Feltesse J.", "Van Mechelen P.", "Lange W.", "Mikocki S.", "Huber F.", "Jacquet M.", "Lipka K.", "Ravdandorj T.", "Contreras J. G.", "Henderson R. C. W.", "Baghdasaryan A.", "Egli S.", "Tseepeldorj B.", "Favart L.", "Gabathuler E.", "Andreev V.", "Meyer H.", "List J.", "Robmann P.", "Rotaru M.", "Ghazaryan S.", "Pitzl D.", "List B.", "Diaconu C.", "Grebenyuk A.", "Laycock P.", "Naumann Th.", "Raicevic N.", "Wünsch E.", "Horisberger R.", "Roosen R.", "Buniatyan A.", "Bylinkin A.", "Patel G. D.", "Kleinwort C.", "Rostovtsev A.", "Kogler R.", "Šálek D.", "Petrukhin A.", "Olsson J. E.", "Haidt D.", "Campbell A. J."], "localIdentifier": [{"type": "doi", "id": "10.1140/epjc/s10052-016-4194-6"}], "id": "50|dli_resolver::1f8a248692582e18af104375aa63bf10", "relatedPublications": 0, "date": [""], "title": ["Search for QCD instanton-induced processes at HERA in the high- $$\\pmb {Q^2}$$ Q 2 domain"], "relatedDatasets": 1}
1231
{"typology": "publication", "publisher": ["Virus genes"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f20ed95c20a37c24126f3071c08f9366", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19224353&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e20c1e367cdae118a04d2e0c09995b2e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19224353&result=sequence_release", "schema": "url"}}], "abstract": "None: Based on the understanding that the analysis on unique short (US) region of duck enteritis virus (DEV) might contribute to the recognition of the molecular characterization and the evolution of DEV, in the study, a 5,121 bp fragment, which contained three genes encoding complete US10, unique short region open reading frame (SORF) 3, and US2 proteins, was amplified from the DEV (C-KCE) genome. The transcription orientation of the US10 and SORF3 was in a tail-to-tail way, and the SORF3 and US2 was the same. Potential core promoters and polyadenylation (poly(A)) sites were predicted for US10, SORF3, and US2 and further confirmed by polymerase chain reaction. Phylogenetic analysis for the three complete coding sequences showed that DEV was more closely related to avian herpesviruses, especially to Mardivirus, and should be classified to a separate genus of the Alphaherpesvirinae subfamily.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19224353"}, {"type": "doi", "id": "10.1007/s11262-009-0329-2"}], "author": ["Hu Yong", "Chen Huanchun", "Jin Meilin", "Yu Zhengjun", "Zhou Hongbo"], "relatedPublications": 0, "id": "50|r3d100010527::b7f1c1644ec90edcba83d956648b27ee", "title": ["Characterization of the genes encoding complete US10, SORF3, and US2 proteins from duck enteritis virus."], "relatedDatasets": 2}
1232
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::25c5b473e6096650a74c66be81422545", "id": {"identifier": "10.5517/cc10cgvp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3f3e388ae5004687f34b946151d724c3", "id": {"identifier": "10.5517/cc10cgtn", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New complexes containing the 1,4-bis(pyridazin-4-yl)benzene ligand, namely diaquatetrakis[1,4-bis(pyridazin-4-yl)benzene-κN2]cadmium(II) hexaiodidodicadmate(II), [Cd(C14H10N4)4(H2O)2][Cd2I6], (I), and poly[[μ-1,4-bis(pyridazin-4-yl)benzene-κ2N2:N2′]bis(μ-thiocyanato-κ2N:S)cadmium(II)], [Cd(NCS)2(C14H10N4)]n, (II), demonstrate the adaptability of the coordination geometries towards the demands of slipped π–π stacking interactions between the extended organic ligands. In (I), the discrete cationic [Cd—N = 2.408 (3) and 2.413 (3) A] and anionic [Cd—I = 2.709 (2)–3.1201 (14) A] entities are situated across centres of inversion. The cations associate via complementary O—H...N2′ hydrogen bonding [O...N = 2.748 (4) and 2.765 (4) A] and extensive triple π–π stacking interactions between pairs of pyridazine and phenylene rings [centroid–centroid distances (CCD) = 3.782 (4)–4.286 (3) A] to yield two-dimensional square nets. The [Cd2I6]2− anions reside in channels generated by packing of successive nets. In (II), the CdII cation lies on a centre of inversion and the ligand is situated across a centre of inversion. A two-dimensional coordination array is formed by crosslinking of linear [Cd(μ-NCS)2]n chains [Cd—N = 2.3004 (14) A and Cd—S = 2.7804 (5) A] with N2:N2′-bidentate organic bridges [Cd—N = 2.3893 (12) A], which generate π–π stacks by double-slipped interactions between phenylene and pyridazine rings [CCD = 3.721 (2) A].", "author": ["Degtyarenko Anna S.", "Domasevitch Konstantin V."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270113002801"}], "id": "50|dli_resolver::81a9d4f280b55ef6cb0296dfed27ed2f", "relatedPublications": 0, "date": [""], "title": ["\"Cadmium(II) iodide and thiocyanate complexes adopted by polycyclic 1,4-bis(pyridazin-4-yl)benzene: interplay of coordination and π–π stacking interactions\""], "relatedDatasets": 2}
1233
{"typology": "publication", "publisher": ["PeerJ"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f70bf90e90dc5ad8e748a91b85462466", "id": {"identifier": "10.7287/peerj.427v0.1/reviews/1", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::234bd760350f7341ed72f10d16c60688", "id": {"identifier": "10.7287/peerj.427v0.2/reviews/2", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ea886b9fe00c3913d4c45ad3916f4868", "id": {"identifier": "10.7287/peerj.427v0.1/reviews/2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Five novel strains of Photobacterium (A-394T, A-373, A-379, A-397 and A-398) were isolated from bleached coral Madracis decactis (scleractinian) in the remote St Peter & St Archipelago (SPSPA), Mid-Atlantic Ridge, Brazil. Healthy M. decactis specimens were also surveyed, but no strains were related to them. The novel isolates formed a distinct lineage based on the 16S rRNA, recA, and rpoA gene sequences analysis. Their closest phylogenetic neighbours were Photobacterium rosenbergii, P. gaetbulicola, and P. lutimaris, sharing 96.6 to 95.8% 16S rRNA gene sequence similarity. The novel species can be differentiated from the closest neighbours by several phenotypic and chemotaxonomic markers. It grows at pH 11, produces tryptophane deaminase, presents the fatty acid C18:0, but lacks C16:0 iso. The whole cell protein profile, based in MALDI-TOF MS, distinguished the strains of the novel species among each other and from the closest neighbors. In addition, we are releasing the whole genome sequence of the type strain. The name Photobacterium sanctipauli sp. nov. is proposed for this taxon. The G + C content of the type strain A-394T (= LMG27910T = CAIM1892T) is 48.2 mol%.", "author": ["Duytschaever Gwen", "Chimetto Tonon Luciane A.", "Moreira Ana Paula B.", "de Oliveira Louisi S.", "Swings Jean", "Amado-Filho Gilberto M.", "De Vos Paul", "Francini-Filho Ronaldo B.", "Fróes Adriana M.", "Thompson Fabiano L.", "Thompson Cristiane C."], "localIdentifier": [{"type": "doi", "id": "10.7717/peerj.427"}], "id": "50|dli_resolver::ccb6b97ca9fa3279bf51445365cc5aaa", "relatedPublications": 0, "date": [""], "title": ["\"Photobacterium sanctipaulisp. nov. isolated from bleachedMadracis decactis(Scleractinia) in the St Peter & St Paul Archipelago, Mid-Atlantic Ridge, Brazil\""], "relatedDatasets": 3}
1234
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::db3aa520b84bbfd0b4b74045629bb44b", "id": {"identifier": "10.6084/m9.figshare.c.3755003", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5b031f05c976e53205c65e05dae8a2a6", "id": {"identifier": "10.6084/m9.figshare.c.3755003.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A compact quadriwave lateral shearing interferometer (QWLSI) with strong adaptability and high precision is proposed based on a novel randomly encoded hybrid grating (REHG). By performing the inverse Fourier transform of the desired ±1 Fraunhofer diffraction orders, the amplitude and phase distributions of the ideally calculated quadriwave grating can be obtained. Then a phase chessboard is introduced to generate the same phase distribution, while the amplitude distribution can be achieved using the randomly encoding method by quantizing the radiant flux on the ideal quadriwave grating. As the Faunhofer diffraction of the REHG only contains the ±1 orders, no order selection mask is ever needed for the REHG-LSI. The simulations and the experiments show that the REHG-LSI exhibits strong adaptability, nice repeatability, and high precision.", "author": ["Yue Xiumei", "Yang Yongying", "Ling Tong", "Shen Yibing", "Liu Dong", "Bai Jian"], "localIdentifier": [{"type": "doi", "id": "10.1364/ol.40.002245"}], "id": "50|dli_resolver::d3e594de979fa28ccc47d972c3dd6cea", "relatedPublications": 0, "date": [""], "title": ["\"Quadriwave lateral shearing interferometer based on a randomly encoded hybrid grating\""], "relatedDatasets": 2}
1235
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::d7929c69ef6bdd80b2fe20fa42a15990", "id": {"identifier": "v00494", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::091f974df8b72536e7d019d222fd30c2", "id": {"identifier": "ay015993", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6818e0d8c651f892839529073e02646c", "id": {"identifier": "aw080065", "schema": "genbank"}}], "abstract": "", "title": ["The level of synthesis and secretion of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jbiotec.2006.11.026"}], "id": "50|elsevier____::e3828874af152dec5aa6d0db9865016e", "relatedPublications": 0, "date": ["2007"], "relatedDatasets": 4}
1236
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::7205dfd0359ef1392cedfa421db1c8ff", "id": {"identifier": "m22960", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c7d1101cba6f0acc7eb795598d3d9b8f", "id": {"identifier": "m24069", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::eec120dada535daccdb91f043885cf67", "id": {"identifier": "m61170", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3faf13c003b34736e5c9104e68f9b49d", "id": {"identifier": "bc015564", "schema": "genbank"}}], "abstract": "", "title": ["MZF-1 and DbpA interact with DNase I hypersensitive sites that correlate with expression of the human MUC1 mucin gene"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.yexcr.2005.04.008"}], "id": "50|elsevier____::d194379a70c059d481788f03288ba3b4", "relatedPublications": 0, "date": ["2005"], "relatedDatasets": 5}
1237
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::c6dda10264209aabf8e698b8f4039bf8", "id": {"identifier": "1rm0", "schema": "pdb"}}], "abstract": "Abstract 1l-myo-inositol 1-phosphate (MIP) synthase catalyzes the conversion of d-glucose 6-phosphate to 1l-myo-inositol 1-phosphate, the first and rate-limiting step in the biosynthesis of all inositol-containing compounds. It involves an oxidation, enolization, intramolecular aldol cyclization, and reduction. Here we present the structure of MIP synthase in complex with NAD+ and a high-affinity inhibitor, 2-deoxy-d-glucitol 6-(E)-vinylhomophosphonate. This structure reveals interactions between the enzyme active site residues and the inhibitor that are significantly different from that proposed for 2-deoxy-d-glucitol 6-phosphate in the previously published structure of MIP synthase-NAD+-2-deoxy-d-glucitol 6-phosphate. There are several other conformational changes in NAD+ and the enzyme active site as well. Based on the new structural data, we propose a new and completely different mechanism for MIP synthase.", "author": ["Jin Xiangshu", "Foley Kathleen M.", "Geiger James H."], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m308986200"}], "id": "50|dli_resolver::35ea42ae85ef7152cfbe3d47657357fc", "relatedPublications": 0, "date": [""], "title": ["\"The Structure of the 1l-myo-inositol-1-phosphate Synthase-NAD+-2-deoxy-d-glucitol 6-(E)-Vinylhomophosphonate Complex Demands a Revision of the Enzyme Mechanism\""], "relatedDatasets": 1}
1238
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::cb7b5c7a972dc5e711c601e5335a2dc0", "id": {"identifier": "10.6084/m9.figshare.6061019.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ae2448c449611df13dcca2557ff0b020", "id": {"identifier": "10.6084/m9.figshare.c.4052156.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::2b0afad753fe1bfee16a16b5cdcc1b1c", "id": {"identifier": "10.6084/m9.figshare.6061013.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::61f03fcd4475102435a5122f18b25a70", "id": {"identifier": "10.6084/m9.figshare.c.4052156", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3dd7bfd1d8b1bb367c637c5d4b392ffb", "id": {"identifier": "10.6084/m9.figshare.6061019", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b225136dec5946158d8289af457d015", "id": {"identifier": "10.6084/m9.figshare.6061013", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hill Jonathan C.", "Szecsenyi Joachim", "Joos Stefanie", "Karstens Sven", "Steinhäuser Jost", "Wensing Michel", "Krug Katja", "Kuithan Pauline"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12913-018-2991-3"}], "id": "50|dli_resolver::a776321f1e772f8432dabfc9c2feb335", "relatedPublications": 0, "date": [""], "title": ["Physiotherapists’ views of implementing a stratified treatment approach for patients with low back pain in Germany: a qualitative study"], "relatedDatasets": 6}
1239
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0e90c857294c6ec4cfb7296075e5b042", "id": {"identifier": "ay325118", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::02682ef2aa461a1dcbbf129dec374305", "id": {"identifier": "bc039396", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5bdc8e0e309758cdf8fb13bd6b15c8a2", "id": {"identifier": "aw049604", "schema": "genbank"}}], "abstract": "", "title": ["The putative neuropeptide TAFA5 is expressed in the hypothalamic paraventricular nucleus and is regulated by dehydration"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.brainres.2007.12.074"}], "id": "50|elsevier____::c17f474d7360ee17c7ca20250d01070d", "relatedPublications": 0, "date": ["2008"], "relatedDatasets": 3}
1240
{"typology": "publication", "publisher": ["Bioresource technology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::beed9c0a562056f92e910bfc486fe621", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23201908&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9745723c69b847894f82fb2a8be3e969", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23201908&result=sequence_release", "schema": "url"}}], "abstract": "None: HD-1, a stable microbial consortium capable of mineralizing di-n-butyl phthalate (DBP), was developed from activated sludge. The dominant microorganisms in the consortium, Gordonia sp., Burkholderia sp. and Achromobacter sp., were identified by denaturing gradient gel electrophoresis (DGGE). The consortium could mineralize approximately 90% of 1200 mg/L DBP after 48 h of cultivation. The optimal DBP degradation conditions were 25-30 °C and pH 8.0-9.0. The addition of yeast (0.5 g/L), sodium acetate (0.5 g/L, 1.0 g/L), Brij 35 (0.2%, 0.5%, 1.0%), or Triton X-100 (0.2%) enhanced DBP degradation. The DBP degradation rate was influenced by the presence of dimethyl phthalate (DMP) and diethyl phthalate (DEP). Only one main intermediate, phthalic acid, could be monitored by gas chromatography-mass spectrometry (GC-MS) during the degradation process. The HD-1 consortium also utilized phenol, o-dihydroxybenzene as the sole carbon and energy source. The results indicate the consortium may represent a promising application for DBP bioremediation.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "23201908"}, {"type": "doi", "id": "10.1016/j.biortech.2012.10.107"}], "author": ["Min Hang", "Lu Zhenmei", "He Zhixing", "Tang Lu", "Xiao Hailong"], "relatedPublications": 0, "id": "50|r3d100010527::61771612ea3ad8be4a90b217fe426d14", "title": ["Biodegradation of di-n-butyl phthalate by a stable bacterial consortium, HD-1, enriched from activated sludge."], "relatedDatasets": 2}
1241
{"publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ad49c66de12b3babb426201e63b095f8", "id": {"identifier": "10.5517/ccrfc3m", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1e72528abc09ad313393274184b2869b", "id": {"identifier": "10.5517/ccrfc2l", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010197", "datasourceName": "Cambridge Crystallographic Data Centre"}, {"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#A one-dimensional (1D) coordination polymer of stoichiometry [{{Ge(CH2SPh)4}HgBr2}n] (2b) has been prepared by treatment of HgBr2 with the functionalized germane Ge(CH2SPh)4 (1b), which is acting as a tetradentate thioether ligands. The extended structure results from weak intermolecular Hg–S interactions linking the monomeric {Ge(CH2SPh)4}HgBr2 units, as established using single-crystal X-ray diffraction. The effective coordination around the mercury atoms is best described as distorted octahedral. Upon reaction of CuI with 1b in a 2:1 metal-to-ligand ratio, the novel metal-organic polymer [{{Ge(CH2SPh)4}(Cu2I2)}n] (3), which incorporates rhombic dinuclear Cu(μ-I)2Cu units within its 2D sheet-like network, was obtained. The luminescence properties of 1b and 3 have been investigated both in solution and in the solid state. Upon treatment of 1b with [{Re(μ-Br)(CO)3(THF)}2] the mononuclear compound fac-[ReBr(CO)3{Ge(CH2SPh)4}] (4) is formed. In this chelate complex, two CH2SPh arms are ligated on ReI, the remaining two CH2SPh arms are dangling.", "author": ["Guyon Fabrice", "Knorr Michael", "Peindy Harmel N.", "Khatyr Abderrahim", "Gessner Viktoria H.", "Strohmann Carsten"], "localIdentifier": [{"type": "doi", "id": "10.1002/zaac.200900003"}], "id": "50|dli_resolver::12d2b0093d0caab9807947b72939892e", "relatedPublications": 0, "date": [""], "title": ["\"Formation of Extended 1D and 2D Coordination Polymers in Tetrathioether Complexes of Mercury(II) and Copper(I): Crystal Structures of {{Ge(CH2SPh)4}HgBr2}n and {{Ge(CH2SPh)4}(Cu2l2}}n\""], "typology": "publication"}
1242
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f6003db16f558a3b35c2b93bdb76e8a2", "id": {"identifier": "am901302", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1442c2c0a866450dcd61eb5a89eaefad", "id": {"identifier": "am901308", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2235caf7cd19909e4e24dee3785677ed", "id": {"identifier": "am901297", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e0beed1254f06e1702dd8f2436737e35", "id": {"identifier": "cp000410", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6236e1844fab7d940d93368a0f067acf", "id": {"identifier": "am901296", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9faab4bb91341d04bce84d843eaa541f", "id": {"identifier": "am901305", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::224737d9415f04c58255420003008b99", "id": {"identifier": "ae008487", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5c7ee65984207984ae5cb7546ec1c80d", "id": {"identifier": "am901303", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4483134b9f88bb7daea14f741bcd363d", "id": {"identifier": "am901299", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7b5ad853c866e8d8c4b2baa53f57df29", "id": {"identifier": "al449932", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::34e74ac29b7182483b601aa52325731a", "id": {"identifier": "am901307", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ec9d70829115cb6680817372fffd105f", "id": {"identifier": "am901309", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::45ddbc0d531c734e65fcc183f69602c3", "id": {"identifier": "af106539", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::aecd9feb4a376eec4a9620ce19aef27c", "id": {"identifier": "am901310", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0a215199f7e4024a088a86d6fc0b630b", "id": {"identifier": "am901300", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6c5b7100cdc5a0a4bf8356398a4baac7", "id": {"identifier": "am901301", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::7fa17248124880e6fe9dc034890eae6f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18424523&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f7faf40475f5736450e636ef0d6373ed", "id": {"identifier": "am901298", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::297349ea90dc4e5b41ee2b1ab5db1f69", "id": {"identifier": "am901306", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9ab0eaedf78e47422c2e402a5016dce8", "id": {"identifier": "ae005672", "schema": "ena"}}], "abstract": "None: The nutritional requirement that Streptococcus pneumoniae has for the aminoalcohol choline as a component of teichoic and lipoteichoic acids appears to be exclusive to this prokaryote. A mutation in the tacF gene, which putatively encodes an integral membrane protein (possibly, a teichoic acid repeat unit transporter), has been recently identified as responsible for generating a choline-independent phenotype of S. pneumoniae (M. Damjanovic, A. S. Kharat, A. Eberhardt, A. Tomasz, and W. Vollmer, J. Bacteriol. 189:7105-7111, 2007). We now report that Streptococcus mitis can grow in choline-free medium, as previously illustrated for Streptococcus oralis. While we confirmed the finding by Damjanovic et al. of the involvement of TacF in the choline dependence of the pneumococcus, the genetic transformation of S. pneumoniae R6 by using S. mitis SK598 DNA and several PCR-amplified tacF fragments suggested that a minimum of two mutations were required to confer improved fitness to choline-independent S. pneumoniae mutants. This conclusion is supported by sequencing results also reported here that indicate that a spontaneous mutant of S. pneumoniae (strain JY2190) able to proliferate in the absence of choline (or analogs) is also a double mutant for the tacF gene. Microscopic observations and competition experiments during the cocultivation of choline-independent strains confirmed that a minimum of two amino acid changes were required to confer improved fitness to choline-independent pneumococcal strains when growing in medium lacking any aminoalcohol. Our results suggest complex relationships among the different regions of the TacF teichoic acid repeat unit transporter.", "author": ["García Ernesto", "María Morales", "Pedro García", "García Pedro", "Daniel Llull", "Llull Daniel", "Morales María", "Ernesto García", "González Ana", "Ana González"], "localIdentifier": [{"type": "pmid", "id": "18424523"}, {"type": "doi", "id": "10.1128/jb.01991-07"}, {"type": "pbmid", "id": "18424523"}], "id": "50|dedup_wf_001::5a6e25ef9b46683c9ff8e36c1e64a8ce", "relatedPublications": 0, "date": ["2008-04-18"], "title": ["Mutations in the tacF gene of clinical strains and laboratory transformants of Streptococcus pneumoniae: impact on choline auxotrophy and growth rate."], "relatedDatasets": 22}
1243
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::417aecc09f546e76cac73f86c4144733", "id": {"identifier": "cp002923", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::edc2b7e87051a5abd390b64eaf1cd885", "id": {"identifier": "cp002921", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::cb7ae25a3e3ecf66d1e905bd9644b4a1", "id": {"identifier": "cp002922", "schema": "ncbi-n"}}], "abstract": "", "title": ["New food for an old mouth: New enzyme for an ancient archaea"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.enzmictec.2013.12.004"}], "id": "50|elsevier____::fca0ca435fbe87473f5d0f83dfa2782c", "relatedPublications": 0, "date": ["2014"], "relatedDatasets": 3}
1244
{"typology": "publication", "publisher": ["Oral microbiology and immunology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c0abad09b035bb80c427397ec39bbffe", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17311636&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dde7d0760e1f65dc884530f987ba5cd6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17311636&result=coding_release", "schema": "url"}}], "abstract": "None: The bacteriocin producer Streptococcus salivarius K12 is used as a probiotic targeting the oral cavity, so our study aimed to assess whether its dispersal and persistence could be monitored using real-time quantitative polymerase chain reaction. To this end, we designed polymerase chain reaction primers and a hybridization probe specifically targeting salA, which encodes for the prepropeptide of salivaricin A. Using a single individual as our subject, we administered four lozenges of K12 Throat Guard per day over 3 days, then measured salA gene levels for 16 different oral sites at six different intervals over 35 days. Four samples each from gingival sulci and from teeth all remained negative. In contrast, in saliva and at all mucosal membranes K12 was detected, but with varying amounts and time profiles. Relatively high salA gene copy numbers, calibrated on the basis of colony-forming units, were seen on the tongue (maximum 4.6 x 10(4)/swab at day 4), in stimulated saliva (2.4 x 10(4)/ml, day 4) and on buccal membranes (1.3 x 10(4)/swab, day 8). K12 was present on both sides of the pharynx but asymmetrically in both quantity and duration. In conclusion, we have developed a real-time quantitative-polymerase chain reaction for counting S. salivarius K12 at various sites in the oral cavity. In the individual studied, K12 could be detected at the mucosal membranes for as long as 3 weeks, but with steadily decreasing numbers after day 8. Thus, K12 may have the potential to control oral bacterial infections only when the uptake is repeated frequently.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17311636"}], "author": ["Meinelt A", "Conrads G", "Houben B", "H-P, Horz"], "relatedPublications": 0, "id": "50|r3d100010527::bbe5488c271e36b6c5ed109c626472f4", "title": ["Distribution and persistence of probiotic Streptococcus salivarius K12 in the human oral cavity as determined by real-time quantitative polymerase chain reaction."], "relatedDatasets": 2}
1245
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::65ce24a3800b7d2f3f76bb714a7e7bb8", "id": {"identifier": "ay057880.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::d05620af9465da3e66d50cd8b1fbbff0", "id": {"identifier": "ay057881.1", "schema": "ena"}}], "abstract": "", "author": ["Gregory Kucherov", "Marta Girdea", "Laurent Noe"], "localIdentifier": [{"type": "pmid", "id": "20047662"}], "id": "50|pubmed______::621737ba4d03de33f9c027ffb5738681", "relatedPublications": 0, "date": ["2010-01-04"], "title": ["Back-translation for discovering distant protein homologies in the presence of frameshift mutations."], "relatedDatasets": 2}
1246
{"typology": "publication", "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fcaad54e1b699c271638078e8d17b45e", "id": {"identifier": "10.5517/ccdc.csd.cc1pm2jx", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 6, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::3c0a029645c0878f6cbc553f9ecb1041", "id": {"identifier": "bav69305", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::17f0a1a9528ccec68832de26aba20618", "id": {"identifier": "oko98901", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::345aa37990f26d6ac6e3bd10ffcfbdd7", "id": {"identifier": "bav69309", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::19afc9aa4a07f26bfc6c734aa3cf2d7c", "id": {"identifier": "xp_682517", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ba23cb9357a3f59c016f10b13b9c38e1", "id": {"identifier": "xp_002384778", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::259136d5c3f60abd2f3f7b4ead8a9e22", "id": {"identifier": "xp_007841478", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::e82e103c0149bb9f47a406e0a2662574", "id": {"identifier": "bav69304", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::32544390b390e826397e893eea909a1c", "id": {"identifier": "bav69307", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::bb7a097d17cfed4cc4e8297ad6bee509", "id": {"identifier": "bav69303", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::7f78e04e5eb5c972979d827d9b6e5e86", "id": {"identifier": "xp_003012811", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::fd4181be6fda5f684549565fbb340ff4", "id": {"identifier": "cel11256", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::deb0526dbc9deb112b42aa01c157ebe2", "id": {"identifier": "ock75213", "schema": "ncbi-p"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ed0be1f20dbea4ac51ecba1c7fd2c2db", "id": {"identifier": "bav69302", "schema": "ncbi-p"}}], "abstract": "", "title": ["Activation of an unconventional meroterpenoid gene cluster in"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.apsb.2017.12.005"}], "id": "50|elsevier____::0e016a36ecf80f8d5c5e8154da20f623", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 13}
1247
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4bb77cef8e93d70e2262a1a30dd404e1", "id": {"identifier": "10.5517/ccdc.csd.cc1knzry", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::90b9c5e3d87c1f17fb55177cb096e7bb", "id": {"identifier": "10.5517/ccdc.csd.cc1knzpw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Chemodivergent [5+2] cyclization and hydroxysulfenylation reactions of ortho-mercaptobenzyl alcohols with 3-alkyl-2-vinylindoles and styrenes were established in the presence of Bronsted acid, which provide efficient methods for constructing benzoxathiepine scaffolds and synthesizing β-hydroxy sulfides in good yields and excellent diastereoselectivities.", "author": ["Xu Meng-Meng", "Zhao Jia-Jia", "Zhang Hong-Hao", "Shi Feng", "Tang Man"], "localIdentifier": [{"type": "doi", "id": "10.1039/c6cc00920d"}], "id": "50|dli_resolver::53f1253f2b025844f2291dece37af7a8", "relatedPublications": 0, "date": [""], "title": ["\"Brønsted acid-catalyzed chemodivergent reactions of ortho-mercaptobenzyl alcohols with 3-alkyl-2-vinylindoles and styrenes: 5+2 cyclization versus hydroxysulfenylation\""], "relatedDatasets": 2}
1248
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1448c15677a32c9bd2392586b206ad41", "id": {"identifier": "10.5517/ccpytq4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "[Ni(NaiR) 2 (X) 2 ] (X = N 3  ( 3 ,  4 ) and NCS ( 5 ,  6 ) complexes are synthesized from the reaction of Ni(ClO 4 ) 2  · 6H 2 O with 1-alkyl-2-(naphthyl-α/β-azo)imidazole (α/β-NaiR) and sodium azide (NaN 3 ) or ammonium thiocyanate (NH 4 NCS) (1:2:2 molar ratio) in methanol solution. The complexes are characterized by elemental, spectroscopic and magnetic study. The distorted octahedral structure has been confirmed by single crystal X-ray diffraction study of [Ni(β-NaiEt) 2 (NCS) 2 ] ( 6b ). Cyclic voltammogram exhibits quasireversible oxidation response at 0.3–0.4 V which is corresponding to Ni(III)/Ni(II) couple along with ligand reductions at negative potential to SCE reference electrode.", "author": ["Sinha C.", "Bhunia P.", "Cheng J.", "Ray U.S.", "-H, Lu T."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.poly.2008.04.045"}], "id": "50|dli_resolver::e102ecd2fc1f484034f7d40211791645", "relatedPublications": 0, "date": [""], "title": ["\"Nickel(II)-azido/thiocyanato complexes of 1-alkyl-2-(naphthylazo)imidazole\""], "relatedDatasets": 1}
1249
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::820ef5a5ea97eac64d7c9035b9d492c4", "id": {"identifier": "10.5517/ccr7zrp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2866b52769045ed56678c8426bdbdfce", "id": {"identifier": "10.5517/ccr7zpm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c71ed8ddc93ed22fd6f139dd7dd4f62c", "id": {"identifier": "10.5517/ccr7zsq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c6b3d74565e0207b5046d6849195d9ae", "id": {"identifier": "10.5517/ccr7zqn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3fff745428d541cfce2797679f75d4fb", "id": {"identifier": "10.5517/ccr7znl", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The symmetrical and unsymmetrical pentaaza 2,6-oligopyridylimines, 6,6″-[(2,6-iPr2C6H3)N=CMe]2-2,2′:6′,2″-C15H9N3 (L1) and 6-[(2,6-iPr2C6H3)N=CMe]-2,2′:6′,2″:6″,2″′-C20H13N4 (L2), have been prepared in good yield using a combination of palladium(0)-mediated cross-coupling and condensation strategies. Treatment of L1 or L2 with two equivalents of MX2 in nBuOH at elevated temperatures affords the paramagnetic bimetallic complexes [(L1)M2X4] [M = Fe, X = Cl (1); M = Co, X = Cl (2a); M = Co, X = Br (2b); M = Ni, X = Br (3)] and [(L2)M2X4] [M = Fe, X = Cl (4); M = Co, X = Cl (5a); M = Co, X = Br (5b); M = Ni, X = Br (6)] in high yield, respectively. The molecular structures of 2a along with the acetonitrile adduct of 5b, [5b(NCMe)], have been determined and reveal that L1 and L2 compartmentalise the MX2 units into mixed pyridylimine/dipyridylimine (2a) and pyridylimine/terpyridine [5b(NCMe)] binding sites. Unexpectedly during crystallisation of 6 from acetonitrile, the salt [(L2)Ni2Br2(μ-Br)(NCMe)2]2[NiBr4] (7) was obtained as the only crystalline product. On activation with MAO (methylaluminoxane), 4–6 show only low activities for ethylene oligomerisation (6/MAO > 5/MAO) or are inactive (4/MAO). On the other hand, 1–3 are considerably more active (3/MAO > 2/MAO > 1/MAO) with the most productive system, dinickel-based 3/MAO (450 g mmol–1 h–1 bar–1), yielding methyl-branched waxes composed of mostly internal unsaturation along with lower levels of α-olefins; conversely the diiron (1/MAO) and dicobalt (2/MAO) systems give uniquely linear α-olefins. For purposes of comparison the synthesis, structure and catalytic activity of mono-nickel [(6-{(2,6-iPr2C6H3)N=CMe}-2,2′-C10H7N2)NiBr2] (8) are also reported. (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2008)", "author": ["Pelletier Jérémie D. A.", "Armitage Andrew P.", "Champouret Yohan D. M.", "Grigoli Hubert", "Singh Kuldip", "Solan Gregory A."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200800650"}], "id": "50|dli_resolver::72a1bea20c124275e598913901159a5e", "relatedPublications": 0, "date": [""], "title": ["\"Probing the Effect of Binding Site and Metal Centre Variation in Pentadentate Oligopyridylimine-Bearing Bimetallic (Fe2, Co2, Ni2) Ethylene Oligomerisation Catalysts\""], "relatedDatasets": 5}
1250
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::359b134bebfa7acc80d993872950f42c", "id": {"identifier": "af017456.1", "schema": "ncbi-n"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::a1cfdd2418d97373a44439335d057141", "id": {"identifier": "3edy", "schema": "pdb"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::18a5d4eb461275bf5994ef3dd930bccc", "id": {"identifier": "af017456.1", "schema": "ena"}}], "abstract": "", "author": ["Scarlet Witting", "María Noelia Carabelos", "Romina Kohan", "Winnie Xin", "Ana María Oller-Ramírez", "Graciela Irene Alonso", "Raquel Dodelson de Kremer", "Pearce, David A.", "Katherine Sims", "Norberto Guelbert", "Mónica Troncoso", "Patricia Pons", "Inés Noher de Halac", "Inés Adriana Cismondi"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.gene.2012.12.058"}, {"type": "pmid", "id": "23266810"}], "id": "50|dedup_wf_001::0bd1a316a94fa7f34bb6315301738357", "relatedPublications": 0, "date": ["2013"], "title": ["Neuronal ceroid lipofuscinosis type CLN2: A new rationale for the construction of phenotypic subgroups based on a survey of 25 cases in South America"], "relatedDatasets": 4}
1251
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f99b324d74f06439fceebe3c0cbeeed0", "id": {"identifier": "10.5517/ccpqjsp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The stereochemistry of crystalline 1-deoxy-4-C-hydroxymethyl-3,4-O-isopropylidene-β-l-ribulofuranose, C9H16O5, was unequivocally established by X-ray crystallographic analysis to be the β-anomer; the absolute configuration was determined by the use of d-ribose as a starting material.", "author": ["Best Daniel", "Booth Kathrine V.", "Fleet George W. J.", "Watkin David J.", "Jenkinson Sarah F."], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536807014134"}], "id": "50|dli_resolver::066098419f1a7cb475f9e6adf5612879", "relatedPublications": 0, "date": [""], "title": ["\"1-Deoxy-4-C-hydroxymethyl-3,4-O-isopropylidene-β-L-ribulofuranose (2R,3S,4S)-4-(hydroxymethyl)-3,4-O-isopropylidene-2-methyltetrahydrofuran-2,3,4-triol\""], "relatedDatasets": 1}
1252
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::146a03da323ad9a5a907cc0ce780882b", "id": {"identifier": "10.5517/ccnf046", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the title ion-pair compound, (C16H13N2O2)[Pd(C3S5)2]·C3H6O, the PdIII atom exhibits square-planar coordination geometry involving four S atoms of two 2-thioxo-1,3-dithiole-4,5-dithiol­ate (dmit) ligands. Some weak S⋯S inter­actions and hydrogen bonds are found, resulting in a three-dimensional supra­molecular network structure.", "author": ["Su Yang", "Zang Shuang-Quan", "Tao Ruo-Jie"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536806012049"}], "id": "50|dli_resolver::d0772527df0e9c544619e503ff55b9f3", "relatedPublications": 0, "date": [""], "title": ["\"\\n                  N-(4-Nitrobenzyl)quinolinium bis(2-thioxo-1,3-dithiole-4,5-dithiolato)palladium(III) acetone solvate\""], "relatedDatasets": 1}
1253
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9fd40c0cc7c38c60f5490dbbcdd395c4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766886&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8497f936253a0e34cb9b6a4be89a2be9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766886&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::755ae6ff7728a4d04f5b9f0ba80891fe", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766886&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::34966bb4da78ac3e010c45a9c412b295", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17766886&result=study", "schema": "url"}}], "abstract": "None: A Gram-negative, non-motile and rod-, oval- or coccoid-shaped strain, DSW-17(T), was isolated from seawater of the East Sea, Korea, and subjected to a polyphasic taxonomic study. Strain DSW-17(T) grew optimally at pH 7.0-8.0 and 25 degrees C. It contained Q-10 as the predominant ubiquinone and C(18 : 1)omega7c as the major fatty acid. Major polar lipids were phosphatidylcholine, phosphatidylglycerol, phosphatidylethanolamine and an unidentified glycolipid. The DNA G+C content was 65.2 mol%. Phylogenetic analysis based on 16S rRNA gene sequences showed that strain DSW-17(T) was phylogenetically most closely affiliated to the genus Jannaschia. Strain DSW-17(T) exhibited 16S rRNA gene sequence similarity values of 96.5 % with the type strains of three recognized species of the genus Jannaschia. DNA-DNA relatedness data and differential phenotypic properties, together with the phylogenetic distinctiveness, demonstrated that strain DSW-17(T) is distinguishable from the recognized species of the genus Jannaschia. On the basis of phenotypic, phylogenetic and genetic data, strain DSW-17(T) was classified in the genus Jannaschia as a member of a novel species, for which the name Jannaschia donghaensis sp. nov. is proposed. The type strain is DSW-17(T) (=KCTC 12862(T)=JCM 14563(T)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17766886"}], "author": ["Oh Tae-Kwang", "Yoon Jung-Hoon", "Kang So-Jung", "Park Sooyeon"], "relatedPublications": 0, "id": "50|r3d100010527::4725d3fd78a60057dbb61cb222ce2a35", "title": ["Jannaschia donghaensis sp. nov., isolated from seawater of the East Sea, Korea."], "relatedDatasets": 4}
1254
{"typology": "publication", "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::acd956834290d53f4a74dab205cfd589", "id": {"identifier": "200d", "schema": "pdb"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.optm.2011.04.041"}], "id": "50|elsevier____::ef7773226f7aecbaf91bb0571840868c", "relatedPublications": 0, "date": ["2011"], "relatedDatasets": 2}
1255
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::a4bde9d77893eaca4c3d9c1b85503be9", "id": {"identifier": "10.3886/icpsr27201.v2", "schema": "url"}}], "abstract": "The Author(s) 2010. This article is published with open access at Springerlink.com Abstract Asian subgroup-specific information on type 2 diabetes mellitus (DM) is scarce. Using the California Health Interview Survey 2007 data, we examined Chinese, Korean, Japanese, Filipinos, and Vietnamese adults (n = 3,688) and Caucasian adults (n = 33,981) for the preva- lence of DM and risk factors. The age-adjusted prevalence of DM was the highest among Filipinos (8.05%) followed by Japanese (7.07%), Vietnamese (7.03%), and Koreans (6.3%). Chinese (5.93%) was the only Asian group studied whose prevalence was lower than Caucasians (5.94%). From multiple logistic regression, after adjusting for risk factors, Japanese had the highest likelihood of DM (OR = 1.75, CI = (1.12-2.73), P \\ 0.05), followed by Filipinos (1.66, (1.13-2.43), P \\ 0.01), and Koreans (1.59, (1.00-2.52), P \\ 0.05), relative to Caucasians. Our results suggest that even after accounting for lifestyle and other risk factor differences between Caucasians and key Asian sub- groups in California, Japanese, Filipinos, and Koreans have a 1.6-1.75 greater likelihood of DM compared to Caucasians.", "author": ["Wong Nathan D.", "Chow Vincent H.", "Chung Sarah J.", "Choi Sarah E."], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______908::9ab553894e4a9af71f85da7e0a4af8dc"}, {"type": "doi", "id": "10.1007/s10903-010-9397-6"}], "id": "50|dedup_wf_001::040ee3698b86dda258168196a8c22a85", "relatedPublications": 0, "date": [""], "title": ["\"Do Risk Factors Explain the Increased Prevalence of Type 2 Diabetes Among California Asian Adults?\""], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "Type 2 diabetes"}, {"scheme": "keyword", "value": "Surveys"}, {"scheme": "keyword", "value": "Original Paper"}, {"scheme": "keyword", "value": "Epidemiology"}, {"scheme": "keyword", "value": "Asians"}]}
1256
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::01c8b319f42be9adbf699a8057cd2409", "id": {"identifier": "2wyo", "schema": "pdb"}}], "abstract": "Glutathione synthetase catalyses the synthesis of the low molecular mass thiol glutathione from  l -γ-glutamyl- l -cysteine and glycine. We report the crystal structure of the dimeric enzyme from  Trypanosoma brucei  in complex with the product glutathione. The enzyme belongs to the ATP-grasp family, a group of enzymes known to undergo conformational changes upon ligand binding. The  T. brucei  enzyme crystal structure presents two dimers in the asymmetric unit. The structure reveals variability in the order and position of a small domain, which forms a lid for the active site and serves to capture conformations likely to exist during the catalytic cycle. Comparisons with orthologous enzymes, in particular from  Homo sapiens  and  Saccharomyces cerevisae , indicate a high degree of sequence and structure conservation in part of the active site. Structural differences that are observed between the orthologous enzymes are assigned to different ligand binding states since key residues are conserved. This suggests that the molecular determinants of ligand recognition and reactivity are highly conserved across species. We conclude that it would be difficult to target the parasite enzyme in preference to the host enzyme and therefore glutathione synthetase may not be a suitable target for antiparasitic drug discovery.", "author": ["Fyfe Paul K.", "Alphey Magnus S.", "Hunter William N."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.molbiopara.2009.12.011"}], "id": "50|dli_resolver::26cb12230d6625214d7c24bd7d300076", "relatedPublications": 0, "date": [""], "title": ["\"Structure of Trypanosoma brucei glutathione synthetase: Domain and loop alterations in the catalytic cycle of a highly conserved enzyme\""], "relatedDatasets": 1}
1257
{"typology": "publication", "publisher": ["Journal of microbiology (Seoul, Korea)"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9737e16bebb9d88b68632763c5e5bac0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19851734&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::92191f51ab1459509a5ac2eafbde8e78", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19851734&result=sequence_release", "schema": "url"}}], "abstract": "None: In this study, a novel avian beta-defensin (AvBD) was isolated from duck pancreas. The complete nucleotide sequence of the gene contained an 195 bp open reading frame encoding 64 amino acids. Homology, characterization and comparison of the gene with AvBD from other avian species confirmed that it was duck AvBD2. The mRNA expression of the gene was analyzed in 17 tissues from 21-day-old ducks. AvBD2 was highly expressed in the trachea, crop, heart, bone marrow, and pancreas; moderately expressed in the muscular stomach, small intestine, kidney, spleen, thymus, and bursa of Fabricius; and weakly expressed in skin. We produced and purified recombinant AvBD2 by expressing the gene in Escherichia coli. As expected, the recombinant peptide exhibited strong bactericidal properties against Bacillus cereus, Staphylococcus aureus, and Pasteurella multocida, and weak bactericidal properties against E. coli and Salmonella choleraesuis. In addition, the recombinant protein retained antimicrobial activity against S. aureus under different temperatures (range, -20 degrees C to 100 degrees C) and pH values (range, 3 to 12).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19851734"}, {"type": "doi", "id": "10.1007/s12275-009-0068-z"}], "author": ["Ma Deying", "Han Zongxi", "Wang Ruiqin", "Liu Shengwang", "Liao Wenyan"], "relatedPublications": 0, "id": "50|r3d100010527::01e1a7dc0c9db778e2446f66521b930b", "title": ["Identification and characterization of a novel antibacterial peptide, avian beta-defensin 2 from ducks."], "relatedDatasets": 2}
1258
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::66171f79c4fec49cc0cfdab4cf5e2bc3", "id": {"identifier": "10.5517/cc1jpppl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::41c754fb335700e5735f0218b3b76216", "id": {"identifier": "10.5517/cc1jppqm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f28cc1da808744470f5506d4cb0b20ed", "id": {"identifier": "10.5517/cc1jppnk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The photoelectrochemical properties and stability of dye sensitized solar cells containing Mn(β-diketonato)3 complexes, [MnIII(acac)3] (1) (acac = acetylacetonate), [MnIII(CF2)3] (2) (CF2 = 4,4-difluoro-1-phenylbutanate-1,3-dione), [MnIII(DBM)3] (3) (DBM = dibenzoylmethanate), [MnII(CF2)3]TBA (TBA = tetrabutylammonium) (4) and [MnII(DBM)3]TBA (5), have been evaluated. At room temperature, the complexes undergo ligand exchange with 4-tert-butyl-pyridine, an additive commonly used in the solar device to reduce charge recombination at the photoanode. An increased device stability was achieved by using the Z907 dye and passivating the photoanode with short chain siloxanes. It was also found that the Mn(II)/(III) couple is involved in the dye regeneration process, instead of Mn(III)/(IV) (E1/2 > 1 V vs. SCE) previously indicated in the literature.", "author": ["Bignozzi Carlo Alberto", "Bertolasi Valerio", "Bernardi Tatiana", "Argazzi Roberto", "Carli Stefano", "Casarin Laura", "Caramori Stefano", "Benazzi Elisabetta"], "localIdentifier": [{"type": "doi", "id": "10.1039/c5cp05524e"}], "id": "50|dli_resolver::45969b611f0a3996c220e7b135537e9f", "relatedPublications": 0, "date": [""], "title": ["\"On the stability of manganese tris(β-diketonate) complexes as redox mediators in DSSCs\""], "relatedDatasets": 3}
1259
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c11d5bc5a7be99ed7f56c5357059bfc1", "id": {"identifier": "10.6084/m9.figshare.5139925", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a657762921766c8d7a39b5ca0b8e1734", "id": {"identifier": "10.6084/m9.figshare.5139925.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Chen Ying", "Peng Cheng", "Tong Xin", "Chen Yongsheng", "Jiang Lin", "Pu Zhichao", "Zhao Qing"], "localIdentifier": [{"type": "doi", "id": "10.1080/17435390.2017.1340527"}], "id": "50|dli_resolver::5c7c19bf913e2ef267ce795c6ce1c9c1", "relatedPublications": 0, "date": [""], "title": ["CeO2 nanoparticles alter the outcome of species interactions"], "relatedDatasets": 2}
1260
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8da30d1218000f3654f073f9e8d40fad", "id": {"identifier": "10.5517/ccvk9f3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::4e029009ffa9f452bf96bc56a4e04d91", "id": {"identifier": "10.5517/ccvk9g4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Two stereoisomers, trans form 1a and cis form 1b, of 2,3,7,8-tetramethyl-5,10-di(p-tolyl)-5,10-dihydrostibanthrene (1) were successfully synthesized. Both of 1a and 1b were characterized by X-ray crystallographic analysis, which revealed the orientations of two p-tolyl groups at the 5,10-positions, the configurations at the antimony and the conformation of the central tricyclic system. DFT calculations [B3LYP/6-31G(d) for C and H, LANL2DZ for Sb] of 5,10-diphenyl-5,10-dihydrostibanthrene (3) were performed to give three optimized structures trans3a, cis_exo3b′, and cis_endo3b′′, in the ground states, 3a being the most stable. The trans–cis isomerization of 1 was observed in 1-chloronaphthalene at above ca. 200°C and was revealed to occur via vertex inversion at the antimony, because the energy barrier of the configurational isomerization was estimated to have high inversion barrier by kinetics and the isomerization showed no solvent effect. On the other hand, the trans–trans and the cis_exo–cis_endo isomerization of 1 were not observed even at −102°C in a CD2Cl2 solution, indicating that the conformational isomerization has quite low energy barriers and proceeds via skeletal inversion of the tricyclic system. The energy barrier of the conformational isomerization was estimated to be much lower than that of the configurational exchange by DFT calculations of searching for transition state using the synchronous transit-guided quasi-Newton (STQN) method. © 2011 Wiley Periodicals, Inc. Heteroatom Chem 22:377–387, 2011; View this article online at wileyonlinelibrary.com. DOI 10.1002/hc.20693", "author": ["Uchiyama Yosuke"], "localIdentifier": [{"type": "doi", "id": "10.1002/hc.20693"}], "id": "50|dli_resolver::897bef1dbec9a7fbf4f91695131b4840", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, isolation, and isomerization of two stereoisomers of 2,3,7,8-tetramethyl-5,10-di(p-tolyl)-5,10-dihydrostibanthrene\""], "relatedDatasets": 2}
1261
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::53ce702f9156088a88b1071a7b41abde", "id": {"identifier": "1p1o", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::9f27254b4455745696e1b1676cf73889", "id": {"identifier": "1p1w", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::4ab00b23a50c939a211fe79ccd3071e4", "id": {"identifier": "1p1q", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::021f19373a9e1fff13a12a3960e4175e", "id": {"identifier": "1p1n", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::47f79097c8c1ba9f60f3afcfff2ef7ed", "id": {"identifier": "1p1u", "schema": "pdb"}}], "abstract": "The (S)-2-amino-3-(3-hydroxy-5-methyl-4-isoxazole) propionic acid (AMPA) receptor discriminates between agonists in terms of binding and channel gating; AMPA is a high-affinity full agonist, whereas kainate is a low-affinity partial agonist. Although there is extensive literature on the functional characterization of partial agonist activity in ion channels, structure-based mechanisms are scarce. Here we investigate the role of Leu-650, a binding cleft residue conserved among AMPA receptors, in maintaining agonist specificity and regulating agonist binding and channel gating by using physiological, x-ray crystallographic, and biochemical techniques. Changing Leu-650 to Thr yields a receptor that responds more potently and efficaciously to kainate and less potently and efficaciously to AMPA relative to the WT receptor. Crystal structures of the Leu-650 to Thr mutant reveal an increase in domain closure in the kainate-bound state and a partially closed and a fully closed conformation in the AMPA-bound form. Our results indicate that agonists can induce a range of conformations in the GluR2 ligand-binding core and that domain closure is directly correlated to channel activation. The partially closed, AMPA-bound conformation of the L650T mutant likely captures the structure of an agonist-bound, inactive state of the receptor. Together with previously solved structures, we have determined a mechanism of agonist binding and subsequent conformational rearrangements.", "author": ["Armstrong N.", "Gouaux E.", "Mayer M."], "localIdentifier": [{"type": "doi", "id": "10.1073/pnas.1037393100"}], "id": "50|dli_resolver::4bd19285222539a469a20dd2a854e4fc", "relatedPublications": 0, "date": [""], "title": ["\"Tuning activation of the AMPA-sensitive GluR2 ion channel by genetic adjustment of agonist-induced conformational changes\""], "relatedDatasets": 5}
1262
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::caf0d041266a0f193101c36f882efc14", "id": {"identifier": "eu935739.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7900b56d63d4df59ed2bc2208dd3750a", "id": {"identifier": "ab976590.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6f17fa3e980c64aef26890c4b4eb8405", "id": {"identifier": "fj876827.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04df7556bf5e22c40de1cd3d24feb7fb", "id": {"identifier": "cp010390.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4c4051f0aea846f233a812e6b5c969d9", "id": {"identifier": "hg941719.1", "schema": "ena"}}], "abstract": "", "author": ["Teruo Kirikae", "Sarmila Tandukar", "Kayoko Hayakawa", "Tohru Miyoshi-Akiyama", "Norio Ohmagari", "Hiroshi Ohara", "Masayoshi Tojo", "Jatan Bahadur Sherchan", "Maki Nagamatsu", "Sherchand, Jeevan B."], "localIdentifier": [{"type": "pmid", "id": "25824221"}], "id": "50|pubmed______::d3a17384fe2c7e236641c0bdf9027548", "relatedPublications": 0, "date": ["2015-03-30"], "title": ["Clinical epidemiology and molecular analysis of extended-spectrum-β-lactamase-producing Escherichia coli in Nepal: characteristics of sequence types 131 and 648."], "relatedDatasets": 5}
1263
{"typology": "publication", "publisher": ["Journal of integrative plant biology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9c9ac6350cfbcd5bbf8b83b0a5f492d5", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18713346&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b95b5858b779e2bbbfe45eccc9343119", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18713346&result=coding_release", "schema": "url"}}], "abstract": "None: C-repeat binding proteins (CBFs) are a group of transcription factors that have been proven to be important for stress tolerance in plants. Many of these transcription factors transactivate the promoters of cold-regulated genes via binding to low temperature- or dehydration-responsive cis-elements, thus conferring plants cold acclimation. In the present study, we isolated a C-repeat binding transcription factor from maize using the yeast one-hybrid system with the C-repeat motif from the promoter of the Arabidopsis COR15a gene as bait. The isolated transcription factor is highly similar to the Arabidopsis CBF3 in their predicted amino acid sequences, and is therefore designated ZmCBF3. Point mutation analyses of the ZmCBF3-binding cis-element revealed (A/G)(C/T)CGAC as the core binding sequence. Expression analyses showed that ZmCBF3 was upregulated by both abscisic acid and low temperature, and was actively expressed during embryogenesis, suggesting that ZmCBF3 plays a role in stress response in maize.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1111/j.1744-7909.2008.00683.x"}, {"type": "pbmid", "id": "18713346"}], "author": ["Zhang Lan", "Wang Lei", "Luo Yanzhong", "Hu Zhiqiu", "Zhao Jun", "Fan Yunliu", "Zhang Chunyi"], "relatedPublications": 0, "id": "50|r3d100010527::e069e0059bfc950b835d206d0bc5f5e4", "title": ["Isolation and characterization of a C-repeat binding transcription factor from maize."], "relatedDatasets": 2}
1264
{"typology": "publication", "publisher": ["Emerging infectious diseases"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6d95123a81074cf8e6cf96ef7d49f00a", "id": {"identifier": "cy098334", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::25e300e16a0a97a79fa34d28763ec48b", "id": {"identifier": "cy098342", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::db62bde3fd45692e571d5b1645940bb5", "id": {"identifier": "cy098370", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fb1fc5f242147499d62b318cdcf55a73", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22710372&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::fec69c756b00068fc8e4e11eb8d9795f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22710372&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2f0a5bc4095ebec992451a5f6520bcdf", "id": {"identifier": "cy098368", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c6926848e71c0456307a6fb7bee1bbda", "id": {"identifier": "cy098340", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9aaad133854615289caf279d3c70b1db", "id": {"identifier": "cy098294", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::265d4cac98a200aec3bce1201a85eb00", "id": {"identifier": "cy098464", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5709a442a678d2b731b1a1bff6e4a239", "id": {"identifier": "cy098336", "schema": "ena"}}], "abstract": "None: Avian influenza viruses (H5N1) of clades 2.3.4.1, 2.3.4.2, and 2.3.2.1 were introduced into Laos in 2009-2010. To investigate these viruses, we conducted active surveillance of poultry during March 2010. We detected viruses throughout Laos, including several interclade reassortants and 2 subgroups of clade 2.3.4, one of which caused an outbreak in May 2010.", "author": ["Webster, Robert G.", "Mahanakhone Souriya", "Meeduangchanh Phetlamphone", "Phommachanh Phouvong", "Naipospos Tri Satya Putri", "Rubrum, Adam M.", "Phouvong Phommachanh", "Bounlom Douangngeun", "McKenzie Joanna", "Stephanie Sonnberg", "Darnell Daniel", "Bounkhouang Khambounheuang", "Phetlamphone Meeduangchanh", "Daniel Darnell", "Rubrum Adam M", "Tri Satya Putri Naipospos", "Som Pathammavong", "Webby, Richard J.", "Souriya Mahanakhone", "Joanna McKenzie", "Pathammavong Som", "Douangngeun Bounlom", "Chintana Chanthavisouk", "Chanthavisouk Chintana", "Webster Robert G", "Khambounheuang Bounkhouang", "Webby Richard J", "Sonnberg Stephanie"], "localIdentifier": [{"type": "pbmid", "id": "22710372"}, {"type": "doi", "id": "10.3201/eid1807.111642"}, {"type": "pmid", "id": "22710372"}], "id": "50|dedup_wf_001::d59ae65e15d192bb9322b481eece140b", "relatedPublications": 0, "date": ["2012-07-01"], "title": ["Multiple introductions of avian influenza viruses (H5N1), Laos, 2009-2010."], "relatedDatasets": 10}
1265
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::3000e1fb1de89671ae9489758795379b", "id": {"identifier": "aw527515", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "", "dnetId": "60|dedup_wf_001::6e8e9b54bffe27a86fb64ec5638f5371", "id": {"identifier": "nm_031718", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::2ac23701d306487b5ca2d9755ace002f", "id": {"identifier": "nm_053355", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::d01bfaeb7e4a2b672731f284a4a190ea", "id": {"identifier": "nm_031334", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::8cda37efa756faa45ee6fcb1018d4688", "id": {"identifier": "nm_031333", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::b4d0caf98fdb10e86a22957e3c8da791", "id": {"identifier": "ai230985", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::e74dae4d088583b0d31856345b7b8918", "id": {"identifier": "af134409", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::18e571e7afc4529e42661e71c1d7deb7", "id": {"identifier": "ai138048", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::b01d8412ad2be07fd16f539eb3848585", "id": {"identifier": "nm_022398", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::677b0a1da65eb0fd21b06371fc0eccf2", "id": {"identifier": "nm_013130", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::ad90cd1be4b89231b79b938b2b5a0648", "id": {"identifier": "nm_031621", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::f3fff6f327b99445043c3d4c5f15278f", "id": {"identifier": "nm_019253", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::e9a7c9001cf8bfe1b43877772aeb305f", "id": {"identifier": "be111604", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::4c00f46738c6aae262a43696213e1869", "id": {"identifier": "l09752", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::7ffd32613ee4f82344386ed4ab198e14", "id": {"identifier": "nm_030987", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::d8d02d75e8dbcf270bb895f94057444c", "id": {"identifier": "nm_013135", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::d05e13ee05f4e6555750916796e71c31", "id": {"identifier": "ai170346", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::a82c469134acfdb9161a47a84efe99a1", "id": {"identifier": "nm_134395", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::a06c6f5f414d55cf3f81fcda677bd036", "id": {"identifier": "nm_032067", "schema": "genbank"}}, {"relationSemantic": "references", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dedup_wf_001::9f49acdda48688b1442db8d6a7225a67", "id": {"identifier": "m12492", "schema": "genbank"}}], "abstract": "Mucosal tolerance to E-selectin has been shown to prevent stroke and reduce brain infarcts in experimental stroke models. However, the effective E-selectin dose range required to achieve mucosal tolerance and the precise mechanisms of neuroprotection remain unclear. We sought to examine the mechanisms of cytoprotection using gene expression profiling of tissues in the setting of mucosal tolerance and inflammatory challenge. Using spontaneously hypertensive rats (SHRs), we achieved immune tolerance with 0.1 to 5 g E-selectin per nasal instillation and observed a dose-related anti-E-selectin immunoglobulin G antibody production. We also show the distinct patterns of gene expression changes in the brain and spleen with the different tolerizing doses and lipopolysaccharide (LPS) exposure. Prominent differences were seen with such genes as insulin-like growth factors in the brain and downregulation of those encoding the major histocompatibility complex class I molecules in the spleen. In all, mucosal tolerance to E-selectin and subsequent exposure to LPS resulted in significant tissue changes. These changes, while giving an insight to the underlying mechanisms, serve as possible targets for future studies to facilitate translation to human clinical trials.", "author": ["Cherry James", "Hallenbeck John", "Diehl John", "Elkhaloun Abdel", "Illoh Kachi", "Campbell Catherine", "Chen Yong", "Illoh Orieji"], "localIdentifier": [{"type": "doi", "id": "10.1038/sj.jcbfm.9600308"}], "id": "50|dli_resolver::fb576b8bedd45ab17002029e3b1b5650", "relatedPublications": 0, "date": [""], "title": ["\"Mucosal Tolerance to E-selectin and Response to Systemic Inflammation\""], "relatedDatasets": 61}
1266
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::9bd116fa08763ed43ba0a1d21528f335", "id": {"identifier": "10.3886/icpsr02398.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8304d8eb8f5e20fa64521c3bc233f5cf", "id": {"identifier": "10.3886/icpsr02414.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Steingrimsdottir, Herdis"], "localIdentifier": [{"type": "icpsr", "id": "119501"}], "relatedPublications": 0, "title": ["Essays on Gender Differences in Educational and Labor Market Outcomes"], "id": "50|r3d100010255::d64a253bec30279f35d5143427f0f7ec"}
1267
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1ddd2793a1f74b7c3e1142ef3811ed28", "id": {"identifier": "2x5n", "schema": "pdb"}}], "abstract": "Abstract Schizosaccharomyces pombe Rpn10 (SpRpn10) is a proteasomal ubiquitin (Ub) receptor located within the 19 S regulatory particle where it binds to subunits of both the base and lid subparticles. We have solved the structure of full-length SpRpn10 by determining the crystal structure of the von Willebrand factor type A domain and characterizing the full-length protein by NMR. We demonstrate that the single Ub-interacting motif (UIM) of SpRpn10 forms a 1:1 complex with Lys48-linked diUb, which it binds selectively over monoUb and Lys63-linked diUb. We further show that the SpRpn10 UIM binds to SpRpn12, a subunit of the lid subparticle, with an affinity comparable with Lys48-linked diUb. This is the first observation of a UIM binding other than a Ub fold and suggests that SpRpn12 could modulate the activity of SpRpn10 as a proteasomal Ub receptor.", "author": ["Boehringer Jonas", "Gehring Kalle", "Gordon Colin", "Brown Nicholas R.", "Trempe Jean-Francois", "Riedinger Christiane", "Lowe Edward D.", "Endicott Jane A.", "Noble Martin E. M."], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m110.134510"}], "id": "50|dli_resolver::fc6176a1901af6c81af1054f1a196cab", "relatedPublications": 0, "date": [""], "title": ["\"Structure of Rpn10 and Its Interactions with Polyubiquitin Chains and the Proteasome Subunit Rpn12\""], "relatedDatasets": 1}
1268
{"typology": "publication", "publisher": ["American Society for Biochemistry & Molecular Biology (ASBMB)"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::f34a3a9d921fc62136c09f79cd381cb8", "id": {"identifier": "3kfe", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::d20d9ff3b72d5e4491b29f130c6219de", "id": {"identifier": "3kfb", "schema": "pdb"}}, {"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::345b8a2894589d9327caa54662154b8d", "id": {"identifier": "3kfk", "schema": "pdb"}}], "abstract": "Chaperonins are large protein complexes consisting of two stacked multisubunit rings, which open and close in an ATP-dependent manner to create a protected environment for protein folding. Here, we describe the first crystal structure of a group II chaperonin in an open conformation. We have obtained structures of the archaeal chaperonin from Methanococcus maripaludis in both a peptide acceptor (open) state and a protein folding (closed) state. In contrast with group I chaperonins, in which the equatorial domains share a similar conformation between the open and closed states and the largest motions occurs at the intermediate and apical domains, the three domains of the archaeal chaperonin subunit reorient as a single rigid body. The large rotation observed from the open state to the closed state results in a 65% decrease of the folding chamber volume and creates a highly hydrophilic surface inside the cage. These results suggest a completely distinct closing mechanism in the group II chaperonins as compared with the group I chaperonins.", "author": ["Goulet Daniel R.", "Meyer Daniel", "Adams Paul D.", "Knee Kelly M.", "Ralston Corie Y.", "Frydman Judith", "Douglas Nicholai R.", "King Jonathan A.", "Pereira Jose H."], "localIdentifier": [{"type": "doi", "id": "10.1074/jbc.m110.125344"}], "id": "50|dli_resolver::a6e680f93541a3cd1f2cbca890388712", "relatedPublications": 0, "date": [""], "title": ["\"Crystal Structures of a Group II Chaperonin Reveal the Open and Closed States Associated with the Protein Folding Cycle\""], "relatedDatasets": 3}
1269
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b51270ed1200187d9488c5b4a7833b82", "id": {"identifier": "10.5517/ccq3240", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::23f2a833de4949df8117b781f8e9484d", "id": {"identifier": "10.5517/ccq323z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ac697239817ee9a62a435ada21e4b0f7", "id": {"identifier": "10.5517/ccq322y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7dba560e364c9a43f2ba4040015ca5b1", "id": {"identifier": "10.5517/ccp3lkx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9ff7f92dadb0a6fccd992bb5785d1a89", "id": {"identifier": "10.5517/ccp3ljw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a81a9424576591f508349744d5942f3", "id": {"identifier": "10.5517/ccq321x", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Intramolecular cyclocarbonylation reactions with palladium-complexed dendrimers on silica gel as catalysts are very effective for the synthesis of twelve-to eighteen-membered ring macrocycles. This process can tolerate a wide variety of functional groups, including halide, ether, ketone, and ester. The heterogeneous dendritic catalysts facilitate excellent substrate reactivity, affording oxygen-, nitrogen-, or sulfur-containing tricyclic heterocycles in 70-92% yields. Importantly, these systems are easily recovered by simple filtration and reused several times with only a slight loss of activity.", "author": ["Alper Howard", "Lu Shui-Ming"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.200601724"}], "id": "50|dli_resolver::ebd1a0af1c2d808adc563649ea14e711", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis of Large Ring Macrocycles (12–18) by Recyclable Palladium-Complexed Dendrimers on Silica Gel Catalyzed Intramolecular Cyclocarbonylation Reactions\""], "relatedDatasets": 6}
1270
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::765011aa343dd4bfa0ab0b4d9bbe28bb", "id": {"identifier": "10.5281/zenodo.545724", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3b6e3f222f432f4389d08f4b2787739f", "id": {"identifier": "10.5281/zenodo.545727", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::60cb403a2bb54ce3170666dbb20582fb", "id": {"identifier": "10.5281/zenodo.545726", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::bb15021bf3ada190c2ddee0d021fc981", "id": {"identifier": "10.5281/zenodo.545725", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We conducted a molecular assessment of  Colostethus -like frogs along an elevational gradient in the Serrania de Pirre, above Santa Cruz de Cana, eastern Panama, aiming to establish their species identity and to determine the altitudinal distribution of  C. latinasus.  Our findings confirm the view of  C. latinasus  as an endemic species restricted to the highlands of this mountain range,  i.e. , 1350–1475 m.a.s.l., considered to be type locality of this species. We described the advertisement call of  C. latinasus  that consists of a series of 4–18 single, short and relatively loud “peep”-like notes given in rapid succession, and its spectral and temporal features were compared with calls of congeneric species. For the first time, DNA sequences from  C. latinasus  were obtained, since previously reported sequences were based on misidentified specimens. This is particularly important because  C. latinasus  is the type species of  Colostethus , a genus considered paraphyletic according to recent phylogenetic analyses based on molecular data.", "author": ["Ibáñez Roberto, D.", "Griffith Edgardo, J.", "Lips Karen, R.", "Crawford Andrew, J."], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4254.1.5"}], "id": "50|dli_resolver::f702cd42a654b159f2495e1e1c9163fe", "relatedPublications": 0, "date": [""], "title": ["\"Altitudinal distribution and advertisement call of Colostethus latinasus (Amphibia: Dendrobatidae), endemic species from eastern Panama and type species of Colostethus , with a molecular assessment of similar sympatric species\""], "relatedDatasets": 4}
1271
{"typology": "publication", "publisher": ["The FEBS journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::22d470b4d4459774b4b0b999da116f9c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21740525&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a3522cd241faa7bcf98ba932ed4f5f43", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=21740525&result=sequence_release", "schema": "url"}}], "abstract": "None: The crystal structures of both isoforms of the aminoaldehyde dehydrogenase from pea (PsAMADH) have been solved recently [Tylichováet al. (2010) J Mol Biol396, 870-882]. The characterization of the PsAMADH2 proteins, altered here by site-directed mutagenesis, suggests that the D110 and D113 residues at the entrance to the substrate channel are required for high-affinity binding of ω-aminoaldehydes to PsAMADH2 and for enzyme activity, whereas N162, near catalytic C294, contributes mainly to the enzyme's catalytic rate. Inside the substrate cavity, W170 and Y163, and, to a certain extent, L166 and M167 probably preserve the optimal overall geometry of the substrate channel that allows for the appropriate orientation of the substrate. Unconserved W288 appears to affect the affinity of the enzyme for the substrate amino group through control of the substrate channel diameter without affecting the reaction rate. Therefore, W288 may be a key determinant of the differences in substrate specificity found among plant AMADH isoforms when they interact with naturally occurring substrates such as 3-aminopropionaldehyde and 4-aminobutyraldehyde.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "21740525"}, {"type": "doi", "id": "10.1111/j.1742-4658.2011.08239.x"}], "author": ["Popelková Hana", "Tylichová Martina", "Kopečný David", "Šebela Marek", "Snegaroff Jacques"], "relatedPublications": 0, "id": "50|r3d100010527::a66713e6e15f6306dd37ca15b7dcc918", "title": ["Carboxylate and aromatic active-site residues are determinants of high-affinity binding of ω-aminoaldehydes to plant aminoaldehyde dehydrogenases."], "relatedDatasets": 2}
1272
{"publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2c152adb2350b8ad53796fd42e4544b3", "id": {"identifier": "10.5517/cctv70w", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceId": "dli_________::r3d100010197", "datasourceName": "Cambridge Crystallographic Data Centre"}, {"completionStatus": "complete", "datasourceId": "dli_________::crossref", "datasourceName": "Crossref"}, {"completionStatus": "incomplete", "datasourceId": "dli_________::datacite", "datasourceName": "Datasets in Datacite"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "abstract": "In the Schiff base mol­ecule of the title compound, C13H8F3N3O·H2O, the benzene ring and the pyridine ring are nearly coplanar, making a dihedral angle of 6.64 (7)°. The mol­ecule exists in an E configuration with respect to the C=N double bond. In the crystal structure, mol­ecules are linked via the water mol­ecules into two-dimensional planes parallel to the ab plane through inter­molecular N—H⋯O, O—H⋯O O—H⋯N and C—H⋯O hydrogen bonds.", "author": ["Sadikun Amirin", "Ibrahim Pazilah", "Naveenkumar H. S.", "Fun Hoong-Kun", "Yeap Chin Sing"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536810004514"}], "id": "50|dli_resolver::1b31ab0dfcb38940401a0a19d9f56b10", "relatedPublications": 0, "date": [""], "title": ["\"(E)-N′-(2,4,5-Trifluorobenzylidene)isonicotinohydrazide monohydrate\""], "typology": "publication"}
1273
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::2f2057536f5291b70d7ee5be40d42a2e", "id": {"identifier": "10.3886/icpsr09681.v5", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [], "author": ["Administration On Aging, National Aging Information Center"], "localIdentifier": [{"type": "icpsr", "id": "44153"}], "relatedPublications": 0, "title": ["Limitations in Activities of Daily Living Among the Elderly: Data Analyses from the 1989 National Long-Term Care Survey"], "id": "50|r3d100010255::466d89ac2a55b5196428f63b067fbe26"}
1274
{"typology": "publication", "publisher": ["FapUNIFESP (SciELO)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::302844b2ce97e347119d1439669c9bd5", "id": {"identifier": "10.6084/m9.figshare.6045083.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b98567e71df82ee6b530e13a6a4aea4e", "id": {"identifier": "10.6084/m9.figshare.6045083", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Marques Jr Wilson", "Pupe Camila", "Barreira Amilton Antunes", "Gonçalves Marcus Vinícius Magno", "Schestatsky Pedro", "Freitas Marcos Raimundo Gomes de", "França Jr Marcondes Cavalcante", "Oliveira Acary Souza Bulle", "Cruz Márcia Waddington", "Nascimento Osvaldo José Moreira", "Claudino Rinaldo", "Gondim Francisco de Assis Aquino", "Rotta Francisco Tellechea", "Pereira Raquel Campos", "Cunha Francisco Marcos Bezerra da"], "localIdentifier": [{"type": "doi", "id": "10.1590/0004-282x20180015"}], "id": "50|dli_resolver::db9587556d3565720ba067f9681e3a63", "relatedPublications": 0, "date": [""], "title": ["Definition and diagnosis of small fiber neuropathy: consensus from the Peripheral Neuropathy Scientific Department of the Brazilian Academy of Neurology"], "relatedDatasets": 2}
1275
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::67d4d1830558f3709e9b907db878b6ab", "id": {"identifier": "10.5281/zenodo.285805", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::89f0069b1288a1734c92b245eddd82d6", "id": {"identifier": "10.5281/zenodo.285804", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::ade2fbd42680c21be8f7efa6b73e1e3a", "id": {"identifier": "10.5281/zenodo.285806", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::146004db7653489d7620625bc2f2ae5e", "id": {"identifier": "10.15468/egtnmq", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["DUPÉRRÉ NADINE"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3784.1.3"}], "id": "50|dli_resolver::5f8185915e949caa173c05484b48a7f8", "relatedPublications": 0, "date": [""], "title": ["<strong>Demystifying three species of Ctenidae (Arachnida: Araneae) described by Embrik Strand. Part I, Ecuador</strong>"], "relatedDatasets": 4}
1276
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8bdebf777ed2583a6958a4e8b4117275", "id": {"identifier": "10.3886/icpsr34481.v4", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::82fcfa775d329a5b4a3de93ee6f25776", "id": {"identifier": "10.3886/icpsr34933.v3", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [], "author": ["Substance Abuse and Mental Health Services Administration"], "localIdentifier": [{"type": "icpsr", "id": "112391"}], "relatedPublications": 0, "title": ["18 Percent of Pregnant Women Drink Alcohol during Early Pregnancy"], "id": "50|r3d100010255::9ffe2050b2cdbcce61c7806c99c1bacb"}
1277
{"typology": "publication", "publisher": ["University of Chicago Press"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a49f98f63f3285b86871d82f0dc53a47", "id": {"identifier": "10.5061/dryad.f2mk6", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a49f98f63f3285b86871d82f0dc53a47", "id": {"identifier": "10.5061/dryad.f2mk6", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "AbstractThe functional response of some predator species changes from a pattern characteristic for a generalist to that for a specialist according to seasonally varying prey availability. Current theory does not address the dynamic consequences of this phenomenon. Since season length correlates strongly with altitude and latitude and is predicted to change under future climate scenarios, including this phenomenon in theoretical models seems essential for correct prediction of future ecosystem dynamics. We develop and analyze a two-season model for the great horned owl (Bubo virginialis) and snowshoe hare (Lepus americanus). These species form a predator-prey system in which the generalist to specialist shift in predation pattern has been documented empirically. We study the qualitative behavior of this predator-prey model community as summer season length changes. We find that relatively small changes in summer season length can have a profound impact on the system. In particular, when the predator has su...", "author": ["Lutscher Frithjof", "Tyson Rebecca"], "localIdentifier": [{"type": "doi", "id": "10.1086/688665"}], "id": "50|dli_resolver::7074c59d27b8c840081388a1a7a3e948", "relatedPublications": 0, "date": [""], "title": ["\"Seasonally Varying Predation Behavior and Climate Shifts Are Predicted to Affect Predator-Prey Cycles\""], "relatedDatasets": 2}
1278
{"typology": "publication", "publisher": ["Molecular genetics and genomics : MGG"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::3b0629f3adaffbbcd679a8bdd7ae8a89", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11405626&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4fbce9863dc90f11d345cb3af9cb4987", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=11405626&result=sequence_release", "schema": "url"}}], "abstract": "None: Tctex-1 is a light chain of the cytoplasmic and flagellar dyneins and a candidate for one of the distorter products that cause transmission ratio distortion in mice. We report the identification, characterization, and a preliminary mutational analysis of the function of the Drosophila melanogaster dtctex-1 gene, the putative ortholog of the mammalian tctex-1 gene family. Four P-transposon insertions which disrupt the 5' untranslated region of dtctex-1 are viable in homozygous form but cause male sterility due to the production of non-motile sperm. In males homozygous for dtctex-1 mutant alleles the dtctex-1 transcript is undetectable, while in homozygous females transcripts of lower molecular weight are present. By secondary mobilization of P-element insertions several revertants and new mutant alleles carrying deletions in the 5' UTR region of the gene were produced and characterized by PCR and by Northern analysis.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "11405626"}], "author": ["Moschetti R", "Barsanti P", "Caizzi R", "Caggese C", "Ragone G"], "relatedPublications": 0, "id": "50|r3d100010527::2613dcf84eb7ffd45975e9aaedb889c6", "title": ["dtctex-1, the Drosophila melanogaster homolog of a putative murine t-complex distorter encoding a dynein light chain, is required for production of functional sperm."], "relatedDatasets": 2}
1279
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6fef215c0f89c1f992ff3cc6ae89f0b5", "id": {"identifier": "10.5061/dryad.v5s0j", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6fef215c0f89c1f992ff3cc6ae89f0b5", "id": {"identifier": "10.5061/dryad.v5s0j", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hanan N. P.", "Kahiu M. N."], "localIdentifier": [{"type": "doi", "id": "10.1002/2017jg004105"}], "id": "50|dli_resolver::326e991af221b24ef398f2cc773b7691", "relatedPublications": 0, "date": [""], "title": ["\"Estimation of woody and herbaceous leaf area index in Sub-Saharan Africa using MODIS data\""], "relatedDatasets": 2}
1280
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04daf9cfb2e45925348937edf906b063", "id": {"identifier": "u18997", "schema": "ena"}}], "abstract": "", "author": ["Cy, Chen", "Fc, Fang", "Xu, Y.", "Dg, Guiney"], "localIdentifier": [{"type": "pmid", "id": "8752327"}], "id": "50|pubmed______::1c211be1941f968718c8842025fecdd9", "relatedPublications": 0, "date": ["1996-09-01"], "title": ["Identification of sigma S-regulated genes in Salmonella typhimurium: complementary regulatory interactions between sigma S and cyclic AMP receptor protein."], "relatedDatasets": 1}
1281
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6014df01cb6e82941ed593728a5cc54f", "id": {"identifier": "10.5517/cc6d7sl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2d8674012e381e830ef575cb3838edf0", "id": {"identifier": "10.5517/cc6d7rk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Gil-Rubio Juan", "Vicente José", "Bautista Delia"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic015526e"}], "id": "50|dli_resolver::94b73ab464e6d74e8ad7fa5203f67957", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Reactivity of Fluoro Complexes. Part 1. Cyclooctadiene Rhodium(I) Complexes\""], "relatedDatasets": 2}
1282
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::efc08935f5a31864359e4831198985ad", "id": {"identifier": "10.5517/cczk4d1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Direct heating of a metal–organic framework provides a simple, controllable way of effecting a covalent post-synthetic modification. Herein we report that an allyloxy-tagged zinc metal–organic framework undergoes a thermally-promoted aromatic Claisen rearrangement through which the framework connectivity and porosity are maintained.", "author": ["Richardson Christopher", "Hunter Sally O.", "Mahon Mary F.", "Burrows Andrew D."], "localIdentifier": [{"type": "doi", "id": "10.1039/c2cc38176a"}], "id": "50|dli_resolver::45a8edbf374b50e63f0effbff75cf66e", "relatedPublications": 0, "date": [""], "title": ["\"A reagentless thermal post-synthetic rearrangement of an allyloxy-tagged metal–organic framework\""], "relatedDatasets": 1}
1283
{"publisher": ["Cytogenetics and cell genetics"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a60102f93fa03826cccb82463e060ac0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10343130&result=sequence_release", "schema": "url"}}], "abstract": "None: This study provides 53 new fluorescent in situ hybridization cytogenetic assignments for microsatellite markers linked on the swine genetic map. Forty microsatellites are physically assigned for the first time. The chromosomal locations of eight markers were either confirmed or refined, while five loci were assigned to locations different from those given in previous reports. Markers were selected to provide physical anchors based on their presumed proximity to centromeres or telomeres and at approximately 30 cM intervals across the genetic map. The number of physical anchors for pig (SSC) chromosomes 8, 15, and 18 linkage groups was significantly improved. Centromeric regions were localized to areas less than 10 cM for SSC 1, 2, 3, 6, 7, 8, and 9. Although the recombination rate was generally higher across small biarmed chromosomes and lowest for large acrocentric chromosomes, two regions with particularly low (1q2.1-->q2.9 and 13q2.3-->q4.1) and three regions with extremely high (5p1.5-->p1.2, 6p1.4-->p1.3, and 12p1.5-->p1.4) rates of recombination were detected. These assignments represent an overall 10% increase in the number of physically assigned markers in Sus scrofa and more than a 20% increase in the number of Type II loci assigned to the pig cytogenetic map.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10343130"}], "author": ["Beattie C W", "Lopez-Corrales N L", "Rohrer G A"], "relatedPublications": 0, "id": "50|r3d100010527::d7988dae6facc69e0b78e3e4dc8eead6", "title": ["Cytogenetic assignment of 53 microsatellites from the USDA-MARC porcine genetic map."], "typology": "publication"}
1284
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::e7e4f294b9b9887f532f039d629a5bd4", "id": {"identifier": "ab616660", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::8cd7514d4197310b5a5098f93acd7e50", "id": {"identifier": "eu195449", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1454a63cacdb6b792eb34ef6152bf9fa", "id": {"identifier": "fr850039", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::04f2ce84e455fc91141e8059ad41e101", "id": {"identifier": "x61367", "schema": "ena"}}], "abstract": "", "author": ["Hiroki Ohge", "Ryuichi Kuwahara", "Taijiro Sueda", "Junzo Hisatsune", "Takeshi Ueshimo", "Katsutoshi Yamasaki", "Michiya Yokozaki", "Masahira Hattori", "Yasunao Wada", "Norifumi Shigemoto", "Thomas Jové", "Makoto Onodera", "Hideki Hirakawa", "Tetsuya Miura", "Shizuo Kayama", "Hisaaki Nishio", "Kenshiro Oshima", "Motoyuki Sugai"], "localIdentifier": [{"type": "pmid", "id": "25487806"}], "id": "50|pubmed______::6a898382f6f76a58c3941ab461ca62e4", "relatedPublications": 0, "date": ["2014-12-08"], "title": ["Complete nucleotide sequence of the IncN plasmid encoding IMP-6 and CTX-M-2 from emerging carbapenem-resistant Enterobacteriaceae in Japan."], "relatedDatasets": 4}
1285
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::32fd1160d077e122c66275fc457166a7", "id": {"identifier": "10.5517/cc5s9s0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::65a7d357092f949327877b2cf3e3f2cc", "id": {"identifier": "10.5517/cc5s9t1", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The syntheses of nitrosyl–dimethylsulfoxide–ruthenium(II) complexes with general formula  mer -[RuCl 3 (L)(DMSO)(NO)] (L=DMSO or CD 3 CN) is reported. The  mer -[RuCl 3 (DMSO) 2 (NO)] ( 1 ) complex was obtained from the reaction of [RuCl 3 (NO)] with the sulfoxide ligand in acetone. The  mer -[RuCl 3 (CD 3 CN)(DMSO)(NO)] ( 2 ) compound was obtained from  mer -[RuCl 3 (DMSO) 2 (NO)] maintained in deuterated acetonitrile. These data suggest a slow kinetic reaction due the low lability of the DMSO ligand coordinated to the {Ru II –NO + } species. The crystal and molecular structures of ( 1 ) and ( 2 ) have been determined from X-ray studies. Crystal data: for ( 1 ), monoclinic,  P2 1 /c ,  a =8.8340(2) A,  b =12.0230(3) A,  c =13.7064(4) A,  β =114.546(2)°,  Z =4,  R 1=0.0429; for ( 2 ), monoclinic,  P21/n ,  a =10.0180(7) A,  b =9.5070(7) A,  c =13.3340(9) A,  β =102.264(4)°,  Z =4,  R 1=0.0472. The spectroscopic characterization of ( 1 ), in solid state (infrared spectrum) and in solution (nuclear magnetic resonance and cyclic voltammetry) is also described.", "author": ["Batista A.A.", "Castellano E.E.", "Ellena J.", "Paula Q.A."], "localIdentifier": [{"type": "doi", "id": "10.1016/s0162-0134(02)00409-9"}], "id": "50|dli_resolver::be90a2fc2fe07931ee85af3cb0b0e9ab", "relatedPublications": 0, "date": [""], "title": ["\"On the lability of dimethylsulfoxide (DMSO) coordinated to the {RuII–NO+} species: X-ray structures of mer-RuCl3(DMSO)2(NO) and mer-RuCl3(CD3CN)(DMSO)(NO)\""], "relatedDatasets": 2}
1286
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 1, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::a98a78d55440d9e74dc83d994be2517b", "id": {"identifier": "nm_001123066.3", "schema": "ncbi-n"}}], "abstract": "", "title": ["Human fetal tau protein isoform: Possibilities for Alzheimer's disease treatment"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.biocel.2012.05.001"}], "id": "50|elsevier____::23a65ecf27aee2f94989c7150cd8e1b5", "relatedPublications": 0, "date": ["2012"], "relatedDatasets": 1}
1287
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ace1cda02434936e64c902a7734d0e52", "id": {"identifier": "10.5281/zenodo.230834", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::80574964cb38a865c8d8864ccb1064b3", "id": {"identifier": "10.5281/zenodo.230832", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a4f9bbaad2ec32de41323b2f6d80ec86", "id": {"identifier": "10.5281/zenodo.230836", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::24567781103ddcdba3617e3e0735fdda", "id": {"identifier": "10.15468/2zkfen", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a331c57579f2a36693c2c6a45cfaac95", "id": {"identifier": "10.5281/zenodo.230838", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6f6620c8c6688fb7acd962af5c44f2de", "id": {"identifier": "10.5281/zenodo.230835", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::42db24ae0f56770a1f4817ec55f2b1bd", "id": {"identifier": "10.5281/zenodo.230837", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6264b85edf1b03a97a52c00f9c99e7be", "id": {"identifier": "10.5281/zenodo.230833", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc3aa473241d52a78bfe432cf4b4e41b", "id": {"identifier": "10.5281/zenodo.230831", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["NG HEOK HEE", "VIDTHAYANON CHAVALIT"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.3869.4.6"}], "id": "50|dli_resolver::7a1a8c73bca82d3f98388285d5a5f34d", "relatedPublications": 0, "date": [""], "title": ["<strong>A review of the glyptosternine catfish genus <em>Exostoma</em> Blyth 1860 from Thailand, with descriptions of two new species (Teleostei: Siluriformes)</strong>"], "relatedDatasets": 17}
1288
{"typology": "publication", "publisher": ["Biochimica et biophysica acta"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d8624bd215e2dd68f004e488c2b5055a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8605246&result=sequence_release", "schema": "url"}}], "abstract": "None: Complementary DNA clones encoding the rat PepT1 small-intestinal oligopeptide transporter were isolated from a jejunal library by cross-hybridization with a rabbit PepT1 cDNA probe. The cDNA sequence indicates that rat PepT1 is composed of 710 amino acids and shows 77% and 83% amino acid sequence identity with rabbit and human PepT1, respectively. Northern blot analysis detected rat PepT1 mRNA in the small intestine and kidney. Intestinal PepT1 mRNA levels were highest in 4-day old rats, and then decreased reaching the adult level by day 28 after birth. These results indicate that the expressions of PepT1 gene change markedly during development.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8605246"}], "author": ["Yamamoto H", "Morita K", "Shiraga T", "Miyamoto K", "Takeda E", "Sai Y", "Tsuji A", "Taketani Y", "Tamai I", "Haga H"], "relatedPublications": 0, "id": "50|r3d100010527::9300de3d762d76bd00df5014885f6485", "title": ["Sequence, tissue distribution and developmental changes in rat intestinal oligopeptide transporter."], "relatedDatasets": 1}
1289
{"typology": "publication", "publisher": ["Virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ca5d797abe81593bfde4195e421f8cf8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8393244&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::ac89ddca3e306b8d207d3d523233b05e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=8393244&result=sequence_release", "schema": "url"}}], "abstract": "None: The VP7 and VP4 genome segments of human rotavirus strain Mc35 (Urasawa et al., J. Infect. Dis. 166, 227-234, 1992) were investigated. Analysis of its VP7 nucleotide and amino acid sequences confirmed that it belongs to G (or VP7) serotype 10; however, the nucleotide sequence homologies between Mc35 and the four G10 bovine strains examined were lower than those among the four G10 bovine strains. The VP4 nucleotide and amino acid sequences of Mc35 were distinct (66.1-68.8% nucleotide and 64.9-70.0% amino acid homologies) from those of previously reported human and animal rotavirus strains representing different P (or VP4) types except for the strain K8 VP4, which was designated as type 3 of human rotavirus VP4 by Gorziglia et al. (Proc. Natl. Acad. Sci. USA., 87, 7155-7159, 1990). The VP4s of the K8 and Mc35 strains showed a relatively high degree of homology (77.6% nucleotide and 86.0% amino acid sequence homologies) and were presumed to represent subtypes of type 3 human rotavirus VP4 (type 3A (K8 VP4) and type 3B (Mc35 VP4)).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "8393244"}], "author": ["Yamazi Y", "Hasegawa A", "Urasawa T", "Taniguchi K", "Urasawa S", "Mise K", "Kobayashi N"], "relatedPublications": 0, "id": "50|r3d100010527::23f29a5e9cf6072906daf14f8b049679", "title": ["Nucleotide sequence of VP4 and VP7 genes of a unique human rotavirus strain Mc35 with subgroup I and serotype 10 specificity."], "relatedDatasets": 2}
1290
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28214661052d03db6530cfbaa49e4fe6", "id": {"identifier": "10.5517/cc3gk69", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0b3abf659989ad79e1d12e01fdca307b", "id": {"identifier": "10.5517/cc3gk47", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::57a12e78da37309c86dbb81f7a62b9e6", "id": {"identifier": "10.5517/cc3gk58", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": [" jones Peter, G.", "Plack Volker", "Thönnessen Holger", " goerlich Jens, R.", "Schmutzler Reinhard"], "localIdentifier": [{"type": "doi", "id": "10.1002/(sici)1521-3749(199908)625:8<1278::aid-zaac1278>3.0.co;2-o"}], "id": "50|dli_resolver::292dfe623e87d5512a81eae9cb9b8255", "relatedPublications": 0, "date": [""], "title": ["\"Air-Stable Trifluorophosphoranes: Preparation, X-Ray Crystal Structure Determinations, and Reactions\""], "relatedDatasets": 3}
1291
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc35d2c0e252398856079da6029e27b9", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkgl", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::990a8853305befd5297033d3d2041aba", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkdj", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::69228ccedf913e0e5aaa0e0ceb50deb6", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkfk", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d2b533f7ebc3c4790194240aceec925b", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkjn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae5475262b0b0f5cb0739513e27bf1ad", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkhm", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::cc48094bad5c118029e2cfbef7c0768e", "id": {"identifier": "10.5517/ccdc.csd.cc1nxkkp", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<p>New isomorphs and chain-like motifs with an astounding 17 molecules in the asymmetric unit of dithia-chloro-arsoles are described in addition to novel paddlewheel structures.</p>", "author": ["Rawson Jeremy M.", "Ould Darren M. C.", "Tran Thao T. P.", "Wright Dominic S.", "Melen Rebecca L.", "Wilkins Lewis C."], "localIdentifier": [{"type": "doi", "id": "10.1039/c7ce01117b"}], "id": "50|dli_resolver::28edd80129c39e8f89111d955672b4bc", "relatedPublications": 0, "date": [""], "title": ["\"Supramolecular aggregation in dithia-arsoles: chlorides, cations and N-centred paddlewheels\""], "relatedDatasets": 6}
1292
{"typology": "publication", "publisher": ["Parasitology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::58673aa2268158941a1ae0e04e3cfa0b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22894895&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::b1a6048b4cb5a01351c9329b43947872", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22894895&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::96afcb194825fb521369627964010dee", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=22894895&result=sequence_release", "schema": "url"}}], "abstract": "None: Although clam populations in France are known to be infected with protozoans of the genus Perkinsus, no molecular characterization was previously performed on these parasites. Considering that several members of this genus have been associated with mortalities of molluscs worldwide, a study was undertaken in order to characterize these parasites in France. For that purpose, clams, Ruditapes philippinarum and R. decussatus, collected from different production areas and found to be infected with Perkinsus sp. in thioglycolate culture medium, were selected for PCR-RFLP tests and sequencing. Perkinsus olseni was detected in all the investigated areas and results also suggested the presence of P. chesapeaki in Leucate, a lagoon on the Mediterranean coast and in Bonne Anse in Charente Maritime, on the Atlantic coast. Clonal cultures from both detected species were produced in order to describe and compare in vitro stages. Differences in size between both Perkinsus spp. were noticed especially for schizonts and zoosporangia. Lastly, in situ hybridization tests allowed confirmation of the presence of both species in the same R. decussatus population and even in same clams. This is the first detection of P. chesapeaki in Ruditapes species and outside North America, which questions its introduction into Europe.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1017/s0031182012001047"}, {"type": "pbmid", "id": "22894895"}], "author": ["Arzul I", "Michel J", "François C", "Chollet B", "Miossec L", "J-P, Joly", "Garcia C", "Robert M"], "relatedPublications": 0, "id": "50|r3d100010527::2519b439c09d8d4be033a0f45fd93251", "title": ["One Perkinsus species may hide another: characterization of Perkinsus species present in clam production areas of France."], "relatedDatasets": 3}
1293
{"typology": "publication", "publisher": ["Nucleic acids research"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ad6a7fc86edbe88e2183377a120daae2", "id": {"identifier": "x51428", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::36455eacd0cdfa1c3e3c2896811a1212", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2159633&result=sequence_release", "schema": "url"}}], "abstract": "None: We have studied the regulation of urokinase-type plasminogen activator gene expression by cAMP in LLC-PK1 cells. We found a cAMP responsive region 3.4 kb upstream of the transcription initiation site, which comprised three protein-binding domains designated A, B, and C. Domains A and B both contain a sequence, TGACG, homologous to a consensus cAMP response element (CRE; TGACGTCA). Effective cAMP-mediated induction was achieved when these two domains were linked with domain C, which by itself did not confer cAMP responsiveness to a heterologous promoter nor contained CRE-like sequence, suggesting a functional cooperation among these domains. Results of competition studies using gel retardation and DNase I footprinting assays suggest that there is a protein-protein interaction between a CRE binding protein and a domain C binding protein. In gel retardation assays, binding of a nuclear protein to domains A and B was strongly augmented by addition of the catalytic subunit of cAMP-dependent protein kinase, whereas the protein binding to domain C was slightly inhibited, suggesting that protein phosphorylation is involved in the regulation of protein-DNA interaction.", "author": ["Nagamine, Y.", "Pearson, D.", "Pearson D", "Nagamine Y", "Von Ahe, D.", "von der Ahe D"], "localIdentifier": [{"type": "pmid", "id": "2159633"}, {"type": "pbmid", "id": "2159633"}], "id": "50|dedup_wf_001::0027e11a08e05c4aa6d881fff5945555", "relatedPublications": 0, "date": ["1990-04-01"], "title": ["Macromolecular interaction on a cAMP responsive region in the urokinase-type plasminogen activator gene: a role of protein phosphorylation."], "relatedDatasets": 2}
1294
{"typology": "publication", "publisher": ["Journal of virology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6f55657250c7480001ea0a81d9625ab9", "id": {"identifier": "fj971077.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a05b89d77f2d6e1ba7aba8c1995ef962", "id": {"identifier": "ab611707.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::39c983ce99fc58a201be3aa7f6dd7efb", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25609821&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::03aa033ad4a6f151457f8bdc40db8ad9", "id": {"identifier": "m11841.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::a6c2c652c26e46d8dc77c46339cf2f43", "id": {"identifier": "fj979638.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6dea8fc533baf02b2100dc6e768f0751", "id": {"identifier": "m12349.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::5d19a463717a3c163d1c2792691e1505", "id": {"identifier": "ab920378", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::44251a03dac8b75de6b89bccf18cc9f0", "id": {"identifier": "ab920340", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::08ec4d1adc9545648a5348dacee24e40", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25609821&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::fa962f50d52459543bcb1d9ef2a3f26f", "id": {"identifier": "u85505.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ffadd152c4d0255011c168cbbc27274f", "id": {"identifier": "ab920377", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::023a245788fd9d080295638ce259a410", "id": {"identifier": "ab920376", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6dbd2375c90ee89f357ea9e21e1e54fa", "id": {"identifier": "ab920339", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::9847caee96fc7c18f280b858063b79ba", "id": {"identifier": "ab920379", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6671f829af204814ec661f339031ffdd", "id": {"identifier": "af126467.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c7ee07568d35a6d5632fb01e61cd0bcf", "id": {"identifier": "fj979639.1", "schema": "ena"}}], "abstract": "UNLABELLED: In 2001-2002, six of seven Japanese macaques (Macaca fuscata) died after developing hemorrhagic syndrome at the Kyoto University Primate Research Institute (KUPRI). While the cause of death was unknown at the time, we detected simian retrovirus 4 (SRV-4) in samples obtained from a similar outbreak in 2008-2011, during which 42 of 43 Japanese macaques died after exhibiting hemorrhagic syndrome. In this study, we isolated SRV-4 strain PRI-172 from a Japanese macaque showing severe thrombocytopenia. When inoculated into four Japanese macaques, the isolate induced severe thrombocytopenia in all within 37 days. We then constructed an infectious molecular clone of strain PRI-172, termed pSR415, and inoculated the clone-derived virus into two Japanese macaques. These animals also developed severe thrombocytopenia in just 31 days after inoculation, and the virus was reisolated from blood, bone marrow, and stool. At necropsy, we observed bleeding from the gingivae and subcutaneous bleeding in all animals. SRV-4 infected a variety of tissues, especially in digestive organs, including colon and stomach, as determined by real-time reverse transcription-PCR (RT-PCR) and immunohistochemical staining. Furthermore, we identified the SRV-4 receptor as ASCT2, a neutral amino acid transporter. ASCT2 mRNA was expressed in a variety of tissues, and the distribution of SRV-4 proviruses in infected Japanese macaques correlated well with the expression levels of ASCT2 mRNA. From these results, we conclude that the causative agent of hemorrhagic syndrome in KUPRI Japanese macaques was SRV-4, and its receptor is ASCT2. IMPORTANCE: During two separate outbreaks at the KUPRI, in 2001-2002 and 2008-2011, 96% of Japanese macaques (JM) that developed an unknown hemorrhagic syndrome died. Here, we isolated SRV-4 from a JM developing thrombocytopenia. The SRV-4 isolate and a molecularly cloned SRV-4 induced severe thrombocytopenia in virus-inoculated JMs within 37 days. At necropsy, we observed bleeding from gingivae and subcutaneous bleeding in all affected JMs and reisolated SRV-4 from blood, bone marrow, and stool. The distribution of SRV-4 proviruses in tissues correlated with the mRNA expression levels of ASCT2, which we identified as the SRV-4 receptor. From these results, we conclude that SRV-4 was the causative agent of hemorrhagic syndrome in JMs in KUPRI.", "author": ["Shoichi Sakaguchi", "Sakaguchi Shoichi", "Miura Tomoyuki", "Miyazawa Takayuki", "Tomoyuki Miura", "Munehiro Okamoto", "Takayuki Miyazawa", "So Nakagawa", "Yoshikawa Rokusuke", "Hirai Hirohisa", "Hirohisa Hirai", "Rokusuke Yoshikawa", "Okamoto Munehiro", "Nakagawa So"], "localIdentifier": [{"type": "doi", "id": "10.1128/jvi.03611-14"}, {"type": "pmid", "id": "25609821"}, {"type": "pbmid", "id": "25609821"}], "id": "50|dedup_wf_001::2804772c0c6f7ba2bd08a5bdaf6b89be", "relatedPublications": 0, "date": ["2015-01-21"], "title": ["Simian retrovirus 4 induces lethal acute thrombocytopenia in Japanese macaques."], "relatedDatasets": 16}
1295
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e3cd3d1b9e01f62048941821284930ec", "id": {"identifier": "10.6084/m9.figshare.c.3991377", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c78fd1e07f6f7338c76d4d25c8bf6677", "id": {"identifier": "10.6084/m9.figshare.c.3991377.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::dd2489dce6c70c72452f2068b6e02523", "id": {"identifier": "10.6084/m9.figshare.5840007.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::99d3d6d05e5af6154a85dbcee1b1bfb0", "id": {"identifier": "10.6084/m9.figshare.5840025.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Jennings Wiley", "Maestre Juan P.", "Horner Sharon D.", "Siegel Jeffrey", "Kinney Kerry A.", "Wylie Dennis"], "localIdentifier": [{"type": "doi", "id": "10.1186/s40168-018-0407-6"}], "id": "50|dli_resolver::4f0b81baac4af62c10cc053a158db9ea", "relatedPublications": 0, "date": [""], "title": ["Filter forensics: microbiota recovery from residential HVAC filters"], "relatedDatasets": 4}
1296
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a844a7dcb593545971a5960c15d9af05", "id": {"identifier": "10.5880/gfz.5.3.2016.001", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The functional pmoA gene is frequently used to probe the diversity and phylogeny of methane-oxidizing bacteria (MOB) in various environments. Here, we compared the similarities between the pmoA gene and the corresponding 16S rRNA gene sequences of 77 described species covering gamma- and alphaproteobacterial methanotrophs (type I and type II MOB, respectively) as well as methanotrophs from the phylum Verrucomicrobia. We updated and established the weighted mean pmoA gene cutoff values on the nucleotide level at 86, 82, and 71 % corresponding to the 97, 95, and 90 % similarity of the 16S rRNA gene. Based on these cutoffs, the functional gene fragments can be entirely processed at the nucleotide level throughout software platforms such as Mothur or QIIME which provide a user-friendly and command-based alternative to amino acid-based pipelines. Type II methanotrophs are less divergent than type I both with regard to ribosomal and functional gene sequence similarity and GC content. We suggest that this agrees with the theory of different life strategies proposed for type I and type II MOB.", "author": ["Yang Sizhong", "Wen Xi", "Liebner Susanne"], "localIdentifier": [{"type": "doi", "id": "10.1007/s00203-016-1222-8"}], "id": "50|dli_resolver::89da60aaaa8fec1c628b6620bb83de4f", "relatedPublications": 0, "date": [""], "title": ["\"Evaluation and update of cutoff values for methanotrophic pmoA gene sequences\""], "relatedDatasets": 1}
1297
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::358061a8edb58d4549007fda9459f179", "id": {"identifier": "10.5517/ccvsnpy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Highly efficient catalytic chloroamination reaction of α,β-unsaturated γ-keto esters and chalcones has been developed via a chloronium-based mechanism to deliver anti-regioselective vicinal chloroamines instead of the aziridinium intermediates delivered aminochlorides. The combination of TsNCl2 and TsNH2 as reagents made the transformation highly efficient, delivering the γ-carbonyl-β-chloro-α-amino acid derivatives and α-chloro-β-amino-ketone derivatives in nearly quantitative yields with up to 99% ee and 99:1 dr under 0.05−0.5 mol % catalyst loading. TsNHCl was demonstrated to act as the key reactive species to form a bridged chloronium ion intermediate in the presence of a chiral scandium complex. The method might provide useful information for further realization of other haloamination reactions.", "author": ["Cai Yunfei", "Liu Xiaohua", "Feng Xiaoming", "Lin Lili", "Chen Weiliang", "Jiang Jun"], "localIdentifier": [{"type": "doi", "id": "10.1021/ja110668c"}], "id": "50|dli_resolver::743a6921b3f63ba511bf03eaca303b34", "relatedPublications": 0, "date": [""], "title": ["\"Catalytic Asymmetric Chloroamination Reaction of α,β-Unsaturated γ-Keto Esters and Chalcones\""], "relatedDatasets": 1}
1298
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "Springer Nature", "dnetId": "60|nature______::caa7e34343a41f1d8e626bb80455ec5c", "id": {"identifier": "ab208694", "schema": "genbank"}}], "abstract": "Biotransformation technology involving enzymatic modification of original substrates by organisms such as microbes is a valuable tool in improving pharmacokinetics or physicochemical properties of the base compounds. The fungal metabolite AS1387392 is a histone deacetylase inhibitor with potential as a therapeutic immunosuppressant. However, its paucity of functional groups, essential to synthesizing derivatives, is a drawback. Amycolatopsis azurea JCM-3275 catalyzed hydroxylation of AS1387392 to AS1429716, which may facilitate the synthesis of more derivatives by the additional hydroxyl moiety present in AS1429716. This reaction was inhibited by cytochrome P450 inhibitor metyrapone, indicating that cytochrome P450 may be responsible for the transformation. Degenerate PCR primers were subsequently constructed and used to clone genes encoding cytochrome P450 from the genomic DNA of A. azurea JCM-3275. We cloned an entire novel P450 gene (1209 bp) and named it P450Um-1. Its deduced amino acid sequence was homologous with that of the CYP105 subfamily. Further cloning of the upstream region, which may contain the native promoter site, was followed by insertion of the open reading frame with the upstream area into Streptomycetes high copy vector pIJ702, giving the expression plasmid pNUm-1. P450Um-1 was specifically expressed in Streptomyces lividans TK24, and this recombinant strain converted AS1387392 to AS1429716 without any redox partners. These results show that P450Um-1, a novel bacterial P450, catalyzed hydroxylation of AS1387392 to AS1429716. This resultant recombinant strain is expected to be an efficient biocatalyst with application to more suitable redox systems than those tested here. .", "author": ["Yamashita Midori", "Fujie Akihiko", "Sasamura Satoshi", "Hashimoto Michizane", "Hino Motohiro", "Shigematsu Nobuharu", "Ueno Motoi"], "localIdentifier": [{"type": "doi", "id": "10.1038/ja.2010.109"}], "id": "50|dli_resolver::b8a9c2114e3517b65b1a5289705ebdf7", "relatedPublications": 0, "date": [""], "title": ["\"Cloning and heterologous expression of P450Um-1, a novel bacterial P450 gene, for hydroxylation of immunosuppressive agent AS1387392\""], "relatedDatasets": 1}
1299
{"typology": "publication", "publisher": ["SAGE Publications"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::435822c335b4035f4d263651e7e08849", "id": {"identifier": "10.25384/sage.6290975.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2dd50e5acb1143c434810b973d213c7a", "id": {"identifier": "10.25384/sage.6290975", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dd19a1e1b179f88a893bd66202a6dac2", "id": {"identifier": "10.25384/sage.c.4106096", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::43d5f48e9422f8da7e7b656361edc04f", "id": {"identifier": "10.25384/sage.c.4106096.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Diener Hans-Christoph", "Kobayashi Adam", "Caria Jorge", "Ferro José M", "Coutinho Jonathan M", "Dentali Francesco", "Fraessdorf Mandy", "Desch Marc", "Huisman Holger"], "localIdentifier": [{"type": "doi", "id": "10.1177/1747493018778125"}], "id": "50|dli_resolver::93bbc85f5446067ddf41d1a742769f5c", "relatedPublications": 0, "date": [""], "title": ["Rationale, design, and protocol of a randomized controlled trial of the safety and efficacy of dabigatran etexilate versus dose-adjusted warfarin in patients with cerebral venous thrombosis"], "relatedDatasets": 4}
1300
{"typology": "publication", "publisher": ["Public Library of Science (PLoS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::172c26e60860496b18ebfe27395cfab0", "id": {"identifier": "10.5061/dryad.1642b", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::172c26e60860496b18ebfe27395cfab0", "id": {"identifier": "10.5061/dryad.1642b", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Real-time functional magnetic resonance imaging (rtfMRI) is a recently emerged technique that demands fast data processing within a single repetition time (TR), such as a TR of 2 seconds. Data preprocessing in rtfMRI has rarely involved spatial normalization, which can not be accomplished in a short time period. However, spatial normalization may be critical for accurate functional localization in a stereotactic space and is an essential procedure for some emerging applications of rtfMRI. In this study, we introduced an online spatial normalization method that adopts a novel affine registration (AFR) procedure based on principal axes registration (PA) and Gauss-Newton optimization (GN) using the self-adaptive β parameter, termed PA-GN(β) AFR and nonlinear registration (NLR) based on discrete cosine transform (DCT). In AFR, PA provides an appropriate initial estimate of GN to induce the rapid convergence of GN. In addition, the β parameter, which relies on the change rate of cost function, is employed to self-adaptively adjust the iteration step of GN. The accuracy and performance of PA-GN(β) AFR were confirmed using both simulation and real data and compared with the traditional AFR. The appropriate cutoff frequency of the DCT basis function in NLR was determined to balance the accuracy and calculation load of the online spatial normalization. Finally, the validity of the online spatial normalization method was further demonstrated by brain activation in the rtfMRI data.", "author": ["Li Xiaofei", "Ye Qing", "Zhao Xiaojie", "Yao Li"], "localIdentifier": [{"type": "doi", "id": "10.1371/journal.pone.0103302"}], "id": "50|dli_resolver::b8f3ec65f1d0235545aa9f9e66700334", "relatedPublications": 0, "date": [""], "title": ["\"Online Spatial Normalization for Real-Time fMRI\""], "relatedDatasets": 2}
1301
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7f550bf43c25675e9c7d3f6cb5e79b66", "id": {"identifier": "10.5517/ccqqlxx", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#The reaction of NO with [(tBu2PCH2SiMe2)NSiMe2CH2PtBu(CMe2CH2)]RhH, a functional equivalent of “(PNP)Rh,” rapidly forms (PNP)Rh(N2) and (PNP)Rh(NO)(NO2). Detected intermediates include (PNP)Rh(NO), characterized by its NMR, EPR and IR spectra as well as by DFT calculation, as having the neutral NO-centered radical Lewis base donating to RhI. One other intermediate is detected, using a combination of spectroscopic and DFT methods, as containing a nitrite (O–N=O) ligand that is O-bound to Rh, giving an overall Cs symmetry. The overall reaction is thus the disproportionation of NO catalyzed by RhI, and the reaction serves to produce nonradical products from radical NO. (© Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2008)", "author": ["Telser Joshua", "Verat Alexander Y.", "Fan Hongjun", "Caulton Kenneth G.", "Pink Maren", "Fullmer Benjamin C."], "localIdentifier": [{"type": "doi", "id": "10.1002/ejic.200800256"}], "id": "50|dli_resolver::75609ce6a329ea1a8ba2895dddf9eb4e", "relatedPublications": 0, "date": [""], "title": ["\"Reactivity of the Radical NO with a Masked Form of 14 Valence Electron (PNP)Rh: Forming Rh(0, I or II)?\""], "relatedDatasets": 1}
1302
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::40f46594a93628b365c9a8acc965c6f6", "id": {"identifier": "2p54", "schema": "pdb"}}], "abstract": "", "title": ["-Oleoyl-glycine reduces nicotine reward and withdrawal in mice"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.neuropharm.2018.03.020"}], "id": "50|elsevier____::4ca7d2f78cd12e92bcd03692c5ccdcaf", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 2}
1303
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ffa735c6793e70def3e86f526c830a8d", "id": {"identifier": "10.5061/dryad.qg82k", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ffa735c6793e70def3e86f526c830a8d", "id": {"identifier": "10.5061/dryad.qg82k", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Marine fungi are severely understudied in the polar regions. We used molecularly identi- fied cultures to study fungi inhabiting 50 intertidal and sea-floor logs along the North Norwegian coast. The aim was to explore the taxonomic and ecological diversity and to examine factors shaping the marine wood-inhabiting fungal communities. The 577 pure cultures analyzed clustered into 147 operational taxonomic units (OTUs) based on 97% ITS sequence similarity. Ascomycota dominated, but OTUs belonging to Basidiomycota, Mucoromycotina and Chytridiomycota were also isolated. Nine OTUs could not be assigned to any fungal phylum. Almost half of the OTUs were considered non-marine. The western and eastern part of the Norwegian Barents Sea coast hosted different communities. Geography, substratum and site level variables contributed to shaping these communities. We characterized a previously overlooked fungal community in a poorly studied area, discovered high diversity and report many taxa for the first time from the marine environment.", "author": ["Nordén Jenni", "Spatafora Joseph W.", "Rämä Teppo", "Kauserud Håvard", "Davey Marie L.", "Mathiassen Geir H."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.funeco.2013.12.002"}], "id": "50|dli_resolver::4cd498d26eb77482f413efb49284c6c0", "relatedPublications": 0, "date": [""], "title": ["\"Fungi ahoy! Diversity on marine wooden substrata in the high North\""], "relatedDatasets": 2}
1304
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::48d77fbc7d8c1da9c287ae51af12e7a8", "id": {"identifier": "10.5517/ccs9hn6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a32b248aed771259550270ba6e5ddf81", "id": {"identifier": "10.5517/ccs9hp7", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Heterobimetallic molecular precursors [Ba(dmap)4Cu4(OAc)6·THF] (1) and [Ba(dmap)4Cu4(TFA)6·THF] (2) [dmap = N,N-dimethylaminopropanolate, OAc = acetate and TFA = trifluoroacetate] for the deposition of barium–copper composite oxide thin films, were prepared by the interaction of Ba(dmap)2 with Cu(OAc)2 for 1 and Cu(TFA)2 for 2, in THF. Both heterobimetallic complexes were characterized by melting point, elemental analysis, FT-IR spectroscopy, mass spectrometry and single crystal X-ray diffraction. X-Ray crystallography shows that complex 1 crystallizes in the orthorhombic space groupP212121 with the cell dimensions a = 11.2621(11) A, b = 18.2768(17) A and c = 24.541(2) A, while complex 2 crystallizes in the monoclinic space groupC2/c with a = 23.9288(14) A, b = 19.8564(12) A, c = 25.5925(15) A and β = 112.4390(10)°. Thermal gravimetric analysis shows that both complexes 1 and 2 undergo controlled thermal decomposition at 450 °C and 400 °C, respectively, to give mixed metal oxide composite thin films. Scanning electron microscopy (SEM), energy dispersive X-ray (EDX) and X-ray powder diffraction (XRD) analyses of the thin films suggest the formation of good quality crystalline thin films of BaCuO2–CuO composites from both 1 and 2, with average grain sizes of 105 to 175 nm and 110 to 205 nm, respectively.", "author": ["Tahir Asif Ali", "Hamid Mazhar", "Mazhar Muhammad", "Hunter Allen D.", "Zeller Matthias"], "localIdentifier": [{"type": "doi", "id": "10.1039/b823024b"}], "id": "50|dli_resolver::d8831981ca911084a5423268cd48269a", "relatedPublications": 0, "date": [""], "title": ["\"Heterobimetallic copper–barium complexes for deposition of composite oxide thin films\""], "relatedDatasets": 2}
1305
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences"], "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|r3d100010327::a636562623edb93015287cbfd6277813", "id": {"identifier": "1sdd", "schema": "pdb"}}], "abstract": "In vertebrate hemostasis, factor Va serves as the cofactor in the prothrombinase complex that results in a 300,000-fold increase in the rate of thrombin generation compared with factor Xa alone. Structurally, little is known about the mechanism by which factor Va alters catalysis within this complex. Here, we report a crystal structure of protein C inactivated factor Va (A1·A3-C1-C2) that depicts a previously uncharacterized domain arrangement. This orientation has implications for binding to membranes essential for function. A high-affinity calcium-binding site and a copper-binding site have both been identified. Surprisingly, neither shows a direct involvement in chain association. This structure represents the largest physiologically relevant fragment of factor Va solved to date and provides a new scaffold for the future generation of models of coagulation cofactors.", "author": ["Everse S. J.", "Hockin M. F.", "Mann K. G.", "Adams T. E."], "localIdentifier": [{"type": "doi", "id": "10.1073/pnas.0403072101"}], "id": "50|dli_resolver::d1aa29ef1a4021a3e058c635c82f5700", "relatedPublications": 0, "date": [""], "title": ["\"The crystal structure of activated protein C-inactivated bovine factor Va: Implications for cofactor function\""], "relatedDatasets": 1}
1306
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d937900b45240b3e88e020db48ec456b", "id": {"identifier": "10.5517/ccw39v3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::02618c1ab6844911f2df94975604477f", "id": {"identifier": "10.5517/ccvsrp1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d81843e0428b487547d190e626e3852b", "id": {"identifier": "10.5517/ccvsrw7", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb245a8a9af2a8d033e80419149925f6", "id": {"identifier": "10.5517/ccvsrv6", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ab18d059565e355a7e5654918b6a566d", "id": {"identifier": "10.5517/ccvsrn0", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b5e9f1aeb071e16beae77092898d10d6", "id": {"identifier": "10.5517/ccvsrr3", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2d8e473fa25f507a74f29ae5f6667e3b", "id": {"identifier": "10.5517/ccvsrs4", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9253f11579b32348977ff28f30041e29", "id": {"identifier": "10.5517/ccvsrt5", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Ligands based on carbo- and thio-carbohydrazone cores, modified with pyridine, carboxylate and oxime ends, have been examined. They display a tautomeric versatility based on the flexible nature of the hydrazone linkages, leading to varied coordination motifs. Examples of mononuclear (Co(II), Ni(II)), dinuclear (Co(III)), 1D chain (Cu(II)) and square [2 × 2] grid (Ni(II)) complexes are obtained. Ferromagnetic (Cu(II)) and antiferromagnetic (Ni(II)) exchange is observed, with spin coupling in the Ni(II)4 square grids propagated through the μ-O and μ-S bridges. Weak antiferromagnetic exchange (J = −6.0 cm−1) is observed for the μ-O bridged grid, despite the large Ni–O–Ni angles (137–141°), while for the μ-S bridged grids much stronger exchange is observed (J = −148 cm−1, −198 cm−1). This is much larger than expected based on the Ni–S–Ni bridge angles (151-169°), and is associated with the soft (less polarizing than oxygen) nature of the sulfur bridge, which would allow for much more efficient transmission of spin exchange than observed in the μ-O bridged case. Structures and variable temperature magnetic data are included, and spin exchange is analyzed using normal Heisenberg exchange models. No examples involving oxime (NO) bridging are reported, which reflects the positioning of the N,O and N,S donor combinations in each ligand, and the preferred coordination through these donor atoms.", "author": ["Dul Marie-Claire", "Lee John L.", "Dawe Louise N.", "Tandon Santokh S.", "Anwar Muhammad U.", "Thompson Laurence K."], "localIdentifier": [{"type": "doi", "id": "10.1039/c0dt01487g"}], "id": "50|dli_resolver::4c6509e83d83a3ce8061b8212743dd0b", "relatedPublications": 0, "date": [""], "title": ["\"Complexes of ditopic carbo- and thio-carbohydrazone ligands – mononuclear, 1D chain, dinuclear and tetranuclear examples\""], "relatedDatasets": 8}
1307
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::16deeb2f78f7ed74b186cacc7769b728", "id": {"identifier": "10.5517/ccrw660", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The new ternary carbide La{sub 7}Os{sub 4}C{sub 9} was prepared by argon arc-melting of the elements followed by subsequent heat treatment at 900 deg. C for 250 h. The compound crystallizes monoclinic, in the space group C2/m (a=1198.5(2) pm, b=542.0(1) pm, c=1196.2(2) pm, {beta}=111.04(1){sup o}, V=725.2(2)x10{sup 6} pm{sup 3}, Z=2). The structure was determined from single crystal X-ray diffraction data and refined to a residual of R{sub 1}=0.02 (wR{sub 2}=0.03) for 4812 unique reflections and 64 variable parameters. Electrical resistivity and magnetic susceptibility measurements characterize the compound as a Pauli-paramagnetic metal. The crystal structure contains bridging C- and terminal C{sub 2}-units as Os-coordinating ligands, thereby forming polyanions {sub {infinity}}{sup 1}[Os{sub 4}(C{sub 2}){sub 2}C{sub 5}] running along the [101] direction. The polyanions are composed of alternating Os(C{sub 2})C{sub 2} and OsC{sub 3} units with the transition metal in distorted trigonal planar coordination. Charge compensation is ensured by La cations which are situated in-between the polyanions. The carbon-carbon bond (131 pm) within the C{sub 2} pairs is slightly shorter than the value of a common C-C double bond, and is discussed on the basis of COHP curves on the one side, and with ELI-D and electron density distributions on the other side.more » The method of partial ELI-D decomposition is shown to be well suited for the characterization of separated DOS structures in terms of chemical bonding signatures provided by ELI-D. The Os-La interactions are shown to be of a polar multicenter-bonding type with Os playing the role of the electron donor. Compared to an acetylide the C{sub 2} species were found to possess a significantly reduced bond order and an enhanced number of electrons in lone pair type spatial regions. This type of species cannot be simply classified in terms of model pictures such as C{sub 2}{sup 2-} and C{sub 2}{sup 4-}, respectively. - Graphical Abstract: Polar multicenter Os-La bonding in the compound La{sub 7}Os{sub 4}C{sub 9} is discussed in position space from a combined analysis of the electron localizability indicator (ELI-D) and the electron density. The picture shows five electron density basins (gray translucent) for atom types Os (green spheres) and La (red spheres) and only those parts (in blue colour) of 4 Os-La multicenter ELI-D basins, which are intersected by the electron density basins displayed.« less", "author": ["Kreiner Guido", "Schnelle Walter", "Prots Yurii", "Dashjav Enkhtsetseg", "Wagner Frank R.", "Kniep Rüdiger"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jssc.2008.08.005"}], "id": "50|dli_resolver::da25559de59ff14596edf97acaf1a03a", "relatedPublications": 0, "date": [""], "title": ["\"Chemical bonding analysis and properties of La7Os4C9—A new structure type containing C- and C2-units as Os-coordinating ligands\""], "relatedDatasets": 1}
1308
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::218661e22a1c44ff3d5872ccfb847cb2", "id": {"identifier": "10.5061/dryad.bm98q", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::218661e22a1c44ff3d5872ccfb847cb2", "id": {"identifier": "10.5061/dryad.bm98q", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Nazareno Alison G.", "Dick Christopher W.", "Lohmann Lúcia G.", "Bemmels Jordan B."], "localIdentifier": [{"type": "doi", "id": "10.1111/1755-0998.12654"}], "id": "50|dli_resolver::b1defbde86877ab80d1ac0e099d74abd", "relatedPublications": 0, "date": [""], "title": ["\"Minimum sample sizes for population genomics: an empirical study from an Amazonian plant species\""], "relatedDatasets": 2}
1309
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8054f602a25b10f03b9e5dca1007d1ed", "id": {"identifier": "10.3204/pubdb-2017-12522", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This White Paper is an input to the ongoing discussion about the extension and refinement of simplified Dark Matter (DM) models. It is not intended as a comprehensive review of the discussed subjects, but instead summarises ideas and concepts arising from a brainstorming workshop that can be useful when defining the next generation of simplified DM models (SDMM). In this spirit, based on two concrete examples, we show how existing SDMM can be extended to provide a more accurate and comprehensive framework to interpret and characterise collider searches. In the first example we extend the canonical SDMM with a scalar mediator to include mixing with the Higgs boson. We show that this approach not only provides a better description of the underlying kinematic properties that a complete model would possess, but also offers the option of using this more realistic class of scalar mixing models to compare and combine consistently searches based on different experimental signatures. The second example outlines how a new physics signal observed in a visible channel can be connected to DM by extending a simplified model including effective couplings. In the next part of the White Paper we outline other interesting options for SDMM that could be studied in more detail in the future. Finally, we review important aspects of supersymmetric models for DM and use them to propose how to develop more complete SDMMs.#R##N##R##N#This White Paper is a summary of the brainstorming meeting “Next generation of simplified Dark Matter models” that took place at Imperial College, London on May 6, 2016, and corresponding follow-up studies on selected subjects.", "author": ["Albert Andreas", "Davies Gavin", "Ellis John", "McCabe Christopher", "de Cosa Annapaola", "Buchmueller Oliver", "Citron Matthew", "Hahn Kristian", "Landsberg Greg", "Cerdeño David G.", "Du Pree Tristan", "Grohsjean Alexander", "Scott Pat", "Flaecher Henning", "Fairbairn Malcolm", "Schwanenberger Christian", "De Roeck Albert", "Penning Bjoern", "Haisch Ulrich", "Brooke Jim", "De Simone Andrea", "Harris Philip C.", "Wardle Nicholas", "Bauer Martin", "Sanz Veronica", "Khoze Valentin V."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.dark.2017.02.002"}], "id": "50|dli_resolver::5168aa807e7e8aec13144be3e2d6253e", "relatedPublications": 0, "date": [""], "title": ["Towards the next generation of simplified Dark Matter models"], "relatedDatasets": 1}
1310
{"publisher": ["Journal of neuroimmunology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 1, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::39a07df434807ac27bad12801cf6dc41", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10376932&result=sequence_release", "schema": "url"}}], "abstract": "None: Univalent antibody fragments directed against the main immunogenic region (MIR) of the human acetylcholine receptor (AChR) are capable of protecting the AChR against loss induced by antibodies from myasthenia gravis (MG) patients. Our aim was to construct single-chain Fv (scFv) antibody fragments as a first step towards the production of therapeutic protecting molecules, from two high-affinity anti-MIR monoclonal antibodies (mAb 192 and mAb 195). During the construction of scFv192 fragment, two light chains co-secreted from the hybridoma mAb192 were identified. N-terminal amino acid and cDNA sequence analysis showed that one of the two light chains corresponded to the antigen binding molecule while the other originated from the non-secreting myeloma S194/5.XXO.BU.1 which was used in the production of the hybridoma. Functional scFv 192 and 195 fragments were constructed, expressed in Escherichia coli and affinity purified. The binding affinities of scFv192 and scFv195 (K(D) = 0.6 and 0.8 nM for human AChR) were two orders of magnitude higher than that of the earlier constructed scFv198. The scFv192 almost completely protected human AChR against binding of intact anti-MIR mAbs. Human AChR was also very efficiently protected (74-85%) by the scFv192 against binding of autoantibodies from MG sera with high anti-alpha subunit antibody fractions. These scFvs are good candidates for protection of MG patients after appropriate genetic modifications.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "10376932"}], "author": ["Tzartos S J", "Mamalaki A", "Tsantili P"], "relatedPublications": 0, "id": "50|r3d100010527::628880b3fdba3429a0bf8359afc4b328", "title": ["High affinity single-chain Fv antibody fragments protecting the human nicotinic acetylcholine receptor."], "typology": "publication"}
1311
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 2, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::4c5485fb2d1623bc129001048bc451ef", "id": {"identifier": "af198388", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bdf3742ed7e94008b7e5e4cc7dc7ba7d", "id": {"identifier": "af240007", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::19c9c0083573120c90e860116c2291b0", "id": {"identifier": "aam63160", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::f282758cfaeca8eb1a956036de178ad4", "id": {"identifier": "af278573", "schema": "genbank"}}], "abstract": "", "title": ["Molecular cloning and characterization of novel cystatin gene in leaves"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jplph.2008.09.012"}], "id": "50|elsevier____::d22707fe936e3966ea1803affbd318bb", "relatedPublications": 0, "date": ["2009"], "relatedDatasets": 4}
1312
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c6ceddb2b1472c36225bd9105bf6a4e3", "id": {"identifier": "10.1594/pangaea.866365", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b37b70b7cc9ce4d9971dc6043d100552", "id": {"identifier": "10.1594/pangaea.866366", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::60c035a131970027bfd01854db83b114", "id": {"identifier": "10.1594/pangaea.866368", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The Little Ice Age (LIA) is one of the most prominent climate shifts in the past 5000 yrs. It has been suggested that the LIA might be the most recent of the Dansgaard–Oeschger events, which are better known as abrupt, large scale climate oscillations during the last glacial period. If the case, then according to Broecker (2000a, 2000b) Antarctica should have warmed during the LIA, when the Northern Hemisphere was cold. Here we present new data from the Ross Sea, Antarctica, that indicates surface temperatures were ~ 2 °C colder during the LIA, with colder sea surface temperatures in the Southern Ocean and/or increased sea-ice extent, stronger katabatic winds, and decreased snow accumulation. Whilst we find there was large spatial and temporal variability, overall Antarctica was cooler and stormier during the LIA. Although temperatures have warmed since the termination of the LIA, atmospheric circulation strength has remained at the same, elevated level. We conclude, that the LIA was either caused by alternative forcings, or that the sea-saw mechanism operates differently during warm periods.", "author": ["Mayewski P.A.", "Carter L.", "Bertler N.A.N."], "localIdentifier": [{"type": "doi", "id": "10.1016/j.epsl.2011.05.021"}], "id": "50|dli_resolver::2c679742bd55601b84e821d51da192b7", "relatedPublications": 0, "date": [""], "title": ["\"Cold conditions in Antarctica during the Little Ice Age — Implications for abrupt climate change mechanisms\""], "relatedDatasets": 3}
1313
{"typology": "publication", "publisher": ["The Chemical Society of Japan"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::bf0a5be1c0f10e1a7eb353f585c8610c", "id": {"identifier": "10.5517/cc8wlvk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "1,3-Diaryltriazenes, prepared from a 2-methoxy-4-nitrobenzenediazonium salt and primary arylamines, exist as \"azo-transfer\" tautomers in which the 2-methoxy-4-nitrophenyl group is present on the saturated nitrogen atom and forms a hydrogen bond between the 2-methoxy group and the N-H moiety. The synthetic utility of the diazonium salt as a practical diazonium-transfer agent for primary arylamines via tautomerism of the 1,3-diaryltriazenes has been demonstrated by the deaminative iodination and arylation of the arylamines without direct diazotization. The starting 2-methoxy-4-nitrophenylamine can be easily recovered after the reactions.", "author": ["Saeki Tomoyuki", "Tamao Kohei", "Son Eun-Cheol"], "localIdentifier": [{"type": "doi", "id": "10.1246/bcsj.78.1654"}], "id": "50|dli_resolver::1861bac00e268a74a052e453c252734d", "relatedPublications": 0, "date": [""], "title": ["\"2-Methoxy-4-nitrobenzenediazonium Salt as a Practical Diazonium-Transfer Agent for Primary Arylamines via Tautomerism of 1,3-Diaryltriazenes: Deaminative Iodination and Arylation of Arylamines without Direct Diazotization\""], "relatedDatasets": 1}
1314
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::39ad522eee14ab50ce94ee18d0acb707", "id": {"identifier": "ay459534", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::30a0c51f213c26e2c6f0507c245e1c1f", "id": {"identifier": "ay459535", "schema": "genbank"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6149f7440a346c78c33c65827d221b8c", "id": {"identifier": "ay459533", "schema": "genbank"}}], "abstract": "", "title": ["The prophages of"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.virol.2003.11.034"}], "id": "50|elsevier____::60698daa1069c2c358f5ff977a8e4fc0", "relatedPublications": 0, "date": ["2004"], "relatedDatasets": 3}
1315
{"typology": "publication", "publisher": ["Molecular & general genetics : MGG"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::df6849a074a572585ed945c2cf15bad8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2622452&result=sequence_release", "schema": "url"}}], "abstract": "None: A Tn551 insertional mutation in the accessory gene regulator (agr) locus of the Staphylococcus aureus chromosome resulted in the decreased production of at least seven extracellular toxins and enzymes and a simultaneous increase in the production of protein A and coagulase (Recsei et al. 1986). Adjacent to this locus we have now identified another gene, hld, transcribed into a 0.5 kb RNA which codes for the staphylococcal delta-lysin. The expression of hld was totally repressed in a strain carrying the agr insertional mutation. Hybridization with strand-specific probes and primer extension analysis revealed that hld and agr are transcribed in opposite directions, starting 188 nucleotides apart. The hld gene is mainly expressed during the post-exponential growth phase and is totally repressed during early exponential growth. Determination of hld mRNA half-life in different growth phases indicated that this regulation is at the level of transcription.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2622452"}], "author": ["Arvidson S", "Löfdahl S", "Janzon L"], "relatedPublications": 0, "id": "50|r3d100010527::7379c92418873d91bdbcd9f313045140", "title": ["Identification and nucleotide sequence of the delta-lysin gene, hld, adjacent to the accessory gene regulator (agr) of Staphylococcus aureus."], "relatedDatasets": 1}
1316
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::ebc3b6b8836fd43edf2d0a84c0c19ce4", "id": {"identifier": "bc050008", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::77805c4ec2e98fe16fe01c0758ba6b65", "id": {"identifier": "bc005821", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::81d73ebb96e50eb94f1648f88e06d5e1", "id": {"identifier": "bc002682", "schema": "ncbi-n"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "NCBI Nucleotide", "dnetId": "60|dli_resolver::456697436dd652cc012155f5e6ed4e22", "id": {"identifier": "bc026691", "schema": "ncbi-n"}}], "abstract": "", "title": ["Development of activity-based probes with tunable specificity for protein tyrosine phosphatase subfamilies"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2010.04.065"}], "id": "50|elsevier____::45eeefc293dc5b7463ce91b2ef211a5d", "relatedPublications": 0, "date": ["2010"], "relatedDatasets": 4}
1317
{"typology": "publication", "publisher": ["The Optical Society"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6b81f26048b0b5a38a8c1069f6f2095d", "id": {"identifier": "10.6084/m9.figshare.c.3754625", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8211d1c8aae150f83fa28b74f6af3513", "id": {"identifier": "10.6084/m9.figshare.c.3754625.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "We examine the photon statistics of photon-subtracted thermal light using photon-number-resolved detection. We demonstrate experimentally that the photon number distribution transforms from a Bose–Einstein distribution to a Poisson distribution as the number of subtracted photons increases. We also show that second- and higher-order photon correlation functions can be directly determined from the photon-number-resolved detection measurements of a single optical beam.", "author": ["Wen Jianming", "Lita Adriana E.", "Migdall Alan", "Calkins Brice", "Gerrits Thomas", "Becerra Francisco E.", "Glebov Boris L.", "Nam Sae Woo", "Zhai Yanhua", "Fan Jingyun"], "localIdentifier": [{"type": "doi", "id": "10.1364/ol.38.002171"}], "id": "50|dli_resolver::65baf099620d7f170ffaee5f3dcfb8f6", "relatedPublications": 0, "date": [""], "title": ["\"Photon-number-resolved detection of photon-subtracted thermal light\""], "relatedDatasets": 2}
1318
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c5277770c19d3ebd0eb05cb8e6e56cd0", "id": {"identifier": "10.5517/cczv05z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c9ebff500053c9e918e84dac68a5af55", "id": {"identifier": "10.5517/cczv060", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::81e6dc894c1279083016c9ee55aa5689", "id": {"identifier": "10.5517/cczv071", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2fb5d727bca612beb2d65b8e68da3b4f", "id": {"identifier": "10.5517/cczv04y", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6c34bce8af346bc4fb525b3e345b7510", "id": {"identifier": "10.5517/cczv03x", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Fukin Georgy K.", "Basalov Ivan V.", "Lyubov Dmitry M.", "Cherkasov Anton V.", "Trifonov Alexander A."], "localIdentifier": [{"type": "doi", "id": "10.1021/om400015k"}], "id": "50|dli_resolver::e36e9532faf92e362b2189265e2294f0", "relatedPublications": 0, "date": [""], "title": ["\"Reactivity of Ytterbium(II) Hydride. Redox Reactions: Ytterbium(II) vs Hydrido Ligand. Metathesis of the Yb–H Bond\""], "relatedDatasets": 5}
1319
{"typology": "publication", "publisher": ["Journal of evolutionary biology", "Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::817949f096b73980abd92c8b8bb687bc", "id": {"identifier": "10.5061/dryad.r1k1f", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::817949f096b73980abd92c8b8bb687bc", "id": {"identifier": "10.5061/dryad.r1k1f", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a4715effaa6c7c50d27a294bc8f8cdfc", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23701131&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::5522c10df34a9396da56654ff3740da9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=23701131&result=noncoding_release", "schema": "url"}}], "abstract": "None: The sexual stage of pathogens governs recombination patterns and often also provides means of surviving the off-season. Despite its importance for evolutionary potential and between-season epidemiology, sexual systems have not been carefully investigated for many important pathogens, and what generates variation in successful sexual reproduction of pathogens remains unexplored. We surveyed the sexually produced resting structures (chasmothecia) across 86 natural populations of fungal pathogen Podosphaera plantaginis (Ascomycota) naturally infecting Plantago lanceolata in the Åland archipelago, southwestern Finland. For this pathosystem, these resting structures are a key life-history stage, as more than half of the local pathogen populations go extinct every winter. We uncovered substantial variation in the level of chasmothecia produced among populations, ranging from complete absence to presence on all infected leaves. We found that chasmothecia developed within clonal isolates (single-strain cultures). Additionally, these clonal isolates all contained both MAT1-1-1 and MAT1-2-1 genes that characterize mating types in Ascomycetes. Hence, contrary to expectations, we conclude that this species is capable of haploid selfing. In controlled inoculations, we discovered that pathogen genotypes varied in their tendency to produce chasmothecia. Production of chasmothecia was also affected by ambient temperature (E) and by the interaction between temperature and pathogen genotype (G × E). These G, E and G × E effects found both at a European scale and within the Åland archipelago may partly explain the high variability observed among populations in chasmothecia levels. Consequently, they may be key drivers of the evolutionary potential and epidemiology of this highly dynamic pathosystem.", "author": ["Tollenaere C", "Tollenaere C.", "A-L, Laine", "-L, Laine A."], "localIdentifier": [{"type": "pbmid", "id": "23701131"}, {"type": "doi", "id": "10.1111/jeb.12169"}], "id": "50|dedup_wf_001::523845d770b3a6c958b6119e3ae73bdc", "relatedPublications": 0, "date": [""], "title": ["Investigating the production of sexual resting structures in a plant pathogen reveals unexpected self-fertility and genotype-by-environment effects."], "relatedDatasets": 4}
1320
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0d3a2110cb3cfd3aa452789e303616b2", "id": {"identifier": "10.5517/cc4csy6", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The molecule of the title compound, C 26 H 28 N 2 O 2 , has no molecular symmetry (C 1 ). The phenyl rings are asymmetrically twisted by 7.9(3) and 9.0 (3)° in opposite directions with respect to their attached five-membered ring of the heterocyclic ring system. The heterocyclic ring system is not entirely planar, but is folded in the middle, with a dihedral angle of 176.7 (3)° between the two halves. The molecules are stacked nearly in a 'bricks in a brick wall' fashion.", "author": ["Mizuguchi J."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270198005563"}], "id": "50|dli_resolver::e50eefa5d5a081a4d08faf9a99587111", "relatedPublications": 0, "date": [""], "title": ["\"3,6-Bis(4-tert-butylphenyl)-1,2,4,5-tetrahydropyrrolo3,4-cpyrrole-1,4-dione\""], "relatedDatasets": 1}
1321
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::93c2acb914eea6dd45cede411cd2f4e8", "id": {"identifier": "10.17632/5s6w838zkc.1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Wong Lynn", "Jin Erqing", "Xu Peng", "Holdridge Benjamin", "Engel Jake"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.meteno.2017.09.001"}], "id": "50|dli_resolver::4a28d5becfd19a91c0abf23ce4bb0d23", "relatedPublications": 0, "date": [""], "title": ["\"YaliBricks, a versatile genetic toolkit for streamlined and rapid pathway engineering in  Yarrowia lipolytica\""], "relatedDatasets": 1}
1322
{"publisher": ["British journal of pharmacology"], "datasources": [{"completionStatus": "incomplete", "datasourceId": "r3d100010527", "datasourceName": "European Nucleotide Archive"}, {"completionStatus": "complete", "datasourceId": "dli_________::pubmed", "datasourceName": "PubMed"}], "relatedDatasets": 2, "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::db88132b12242fd969fe48f4774c27df", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18516069&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8c48be909e96f72a12e965b65579de42", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18516069&result=coding_release", "schema": "url"}}], "abstract": "BACKGROUND AND PURPOSE: Two-pore-domain potassium (K2P) channels mediate potassium background (or 'leak') currents, controlling excitability by stabilizing membrane potential below firing threshold and expediting repolarization. Inhibition of K2P currents permits membrane potential depolarization and excitation. As expected for key regulators of excitability, leak channels are under tight control from a plethora of stimuli. Recently, signalling via protein tyrosine kinases (TKs) has been implicated in ion channel modulation. The objective of this study was to investigate TK regulation of K2P channels. EXPERIMENTAL APPROACH: The two-electrode voltage clamp technique was used to record K2P currents in Xenopus oocytes. In addition, K2P channels were studied in Chinese hamster ovary (CHO) cells using the whole-cell patch clamp technique. KEY RESULTS: Here, we report inhibition of human K2P3.1 (TASK-1) currents by the TK antagonist, genistein, in Xenopus oocytes (IC50=10.7 microM) and in CHO cells (IC50=12.3 microM). The underlying molecular mechanism was studied in detail. hK2P3.1 was not affected by genistin, an inactive analogue of genistein. Perorthovanadate, an inhibitor of tyrosine phosphatase activity, reduced the inhibitory effect of genistein. Current reduction was voltage independent and did not require channel protonation at position H98 or phosphorylation at the single TK phosphorylation site, Y323. Among functional hK2P family members, genistein also reduced K2P6.1 (TWIK-2), K2P9.1 (TASK-3) and K2P13.1 (THIK-1) currents, respectively. CONCLUSIONS AND IMPLICATIONS: Modulation of K2P channels by the TK inhibitor, genistein, represents a novel molecular mechanism to alter background K+ currents.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "18516069"}, {"type": "doi", "id": "10.1038/bjp.2008.213"}], "author": ["Bloehs R", "Bauer A", "Thomas D", "Becker R", "Kathöfer S", "Kiesecker C", "Zitron E", "Karle C A", "Katus H A", "Schlömer K", "Scholz E", "Gierten J", "Ficker E"], "relatedPublications": 0, "id": "50|r3d100010527::f881875537eb467fc230f2bed158fe9e", "title": ["Regulation of two-pore-domain (K2P) potassium leak channels by the tyrosine kinase inhibitor genistein."], "typology": "publication"}
1323
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::584b9afa4196e2cc1cf36385f0b86aec", "id": {"identifier": "x02974", "schema": "ena"}}], "abstract": "", "author": ["Anxolabéhère, D.", "Delattre, M.", "Coen, D."], "localIdentifier": [{"type": "pmid", "id": "8601483"}], "id": "50|pubmed______::adb769b4ef5962f17f62445e54ce970f", "relatedPublications": 0, "date": ["1995-12-01"], "title": ["Prevalence of localized rearrangements vs. transpositions among events induced by Drosophila P element transposase on a P transgene."], "relatedDatasets": 1}
1324
{"typology": "publication", "publisher": ["American Public Health Association"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::eaf1651c555ec7bf1550d79bc130377a", "id": {"identifier": "10.3886/icpsr02231.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::c85fbc61879505ed67af96701c2228ce", "id": {"identifier": "10.3886/icpsr02231", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Objectives. This study describes the relationship between dental needs and dental care utilization among children. Methods. Data from the third National Health and Nutrition Examination Survey (1988-1994) were used to analyze dental care needs and dental care utilization. Results. Younger children with perceived needs (needs perceived by the child or responsible adult) were more likely to be episodic users of dental care than children without perceived needs. Younger children with normative needs (defined by the presence of untreated caries diagnosed by a dentist) were less likely to be regular users. Older children with perceived or normative needs were more likely to be episodic users and less likely to have had a previous-year visit than children with no needs. Conclusions. Despite their presence, dental needs do not drive dental care use among children, and children’s dental care utilization is inadequate.", "author": ["Ronzion, Cynthia R.", "Vargas Clemencia M.", "Vargas, Clemencia M.", "Ronzio Cynthia R."], "localIdentifier": [{"type": "doi", "id": "10.2105/ajph.92.11.1816"}], "id": "50|dedup_wf_001::e670fb4df47ae893772e1895de9808bd", "relatedPublications": 0, "date": [""], "title": ["Relationship between children's dental needs and dental care utilization: United States, 1988-1994"], "relatedDatasets": 3}
1325
{"typology": "publication", "publisher": ["Applied microbiology and biotechnology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9facf55e90eed40c30b099ebb3c7511e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25620364&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::54f6ff7667272ad863c9cae3540e602c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=25620364&result=noncoding_release", "schema": "url"}}], "abstract": "None: A bench scale system consisting of an up-flow packed bed bioreactor (UAPBR) made of polyurethane foam was used for the treatment and regeneration of aqueous solution of ferrous-NTA scrubbed with nitric oxide (NO). The biomass in the UAPBR was sequentially acclimatized under denitrifying and iron reducing conditions using ethanol as electron donor, after which nitric oxide (NO) gas was loaded continuously to the system by absorption. The system was investigated for different parameters viz. pH, removal efficiency of nitric oxide, biological reduction efficiency of Fe(II)NTA-NO and COD utilization. The Fe(II)NTA-NO reduction efficiency reached 87.8 % at a loading rate of 0.24 mmol L(-1) h(-1), while the scrubber efficiency reached more than 75 % with 250 ppm NO. Stover-Kincannon and a Plug-flow kinetic model based on Michaelis-Menten equation were used to describe the UAPBR performance with respect to Fe(II)NTA-NO and COD removal. The Stover-Kincannon model was found capable of describing the Fe(II)NTA-NO reduction (R m = 8.92 mM h(-1) and K NO = 11.46 mM h(-1)) while plug-flow model provided better fit to the COD utilization (U m = 66.62 mg L(-1) h(-1), K COD = 7.28 mg L(-1)). Analyses for pH, Fe(III)NTA, ammonium, nitrite concentration, and FTIR analysis of the medium samples indicated degradation of NTA, which leads to ammonium and nitrite accumulation in the medium, and affect the regeneration process.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s00253-014-6372-5"}, {"type": "pbmid", "id": "25620364"}], "author": ["Morone Amruta", "Pai Padmaraj", "Pandey R A", "Sahu Nidhi", "Tabassum Heena", "Chandrashekhar B"], "relatedPublications": 0, "id": "50|r3d100010527::0fe49efbb391df3e09cc485f40f60a18", "title": ["Treatment of ferrous-NTA-based NO x scrubber solution by an up-flow anaerobic packed bed bioreactor."], "relatedDatasets": 2}
1326
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a1c5d1ab95ca3b75ec136a68f89282d3", "id": {"identifier": "10.5517/cc6fyj2", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9c438e867a21adf175bfab691c7cbbed", "id": {"identifier": "10.5517/cc6fyk3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction of [Sm(Tp(Me2))(2)] with Mn2CO10 results in the reductive cleavage of the Mn-Mn bond and the formation of the salt [Sm(Tp(Me2))(2)]Mn(CO)(5) which has been characterized by X-ray diffraction (Tp(Me2) = HB(3,5-dimethylpyrazolyl)(3)). In addition a second product, [(Tp(Me2))(2)Sm(mu-O2CH)Sm(Tp(Me2))(2)]Mn(CO)(5), was isolated and characterized crystallographically. Two mechanisms for the formation of this complex are proposed. (C) 2002 Elsevier Science B.V. All rights reserved.", "author": ["Sella Andrea", "Elsegood Mark R.J", "Hillier Anna C"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0022-328x(02)02026-0"}], "id": "50|dli_resolver::c338cc358d9d8ff43461f40ff1e35e8b", "relatedPublications": 0, "date": [""], "title": ["\"The reaction of samarium(II) with manganese carbonyl: unexpected conversion of CO to formate. X-ray crystal structures of Sm(TpMe2)2Mn(CO)5 and {Sm(TpMe2)22(μ-HCO2)}Mn(CO)5 (TpMe2=HB(3,5-dimethylpyrazolyl)\""], "relatedDatasets": 2}
1327
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::334f0a726000e632972b3e405691d53c", "id": {"identifier": "ay587007", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6d658932234d4b1629af70b2b30006b8", "id": {"identifier": "ay734508", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1d8c94c4b4a8b817f390f56033aa660a", "id": {"identifier": "ay692264", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::c9c39669f6b403d3881291e663567564", "id": {"identifier": "ay543070", "schema": "ena"}}], "abstract": "", "author": ["Rudi Lurz", "Fabrice Confalonieri", "Paulette Decottignies", "Luc Ponchon", "Ali Flayhan", "Davidson, Alan R.", "Mohamed Chami", "Madalena Renouard", "Pascale Boulanger", "Yvan Zivanovic", "Cécile Breyton", "Alexis Huet"], "localIdentifier": [{"type": "pmid", "id": "24198424"}], "id": "50|pubmed______::e23ab8567481f44ff1f345e96f375930", "relatedPublications": 0, "date": ["2013-11-06"], "title": ["Insights into bacteriophage T5 structure from analysis of its morphogenesis genes and protein components."], "relatedDatasets": 4}
1328
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::55fa8a0d0d647c7421562eefbb83ec5a", "id": {"identifier": "10.3886/icpsr04723.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::ce4d67f8a5cd608ea02ba10ce0e3f8d1", "id": {"identifier": "10.3886/icpsr25103.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::4af6535f035c6de9d2bd16502f30c9ae", "id": {"identifier": "10.3886/icpsr03999.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::0fea0ac123561b952d4da1ca5195c25b", "id": {"identifier": "10.3886/icpsr04465.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::c0cb7d9ec2c830812cfa9307d659fe49", "id": {"identifier": "10.3886/icpsr22401.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::0563f83118ddc5c6796342a82167ce0f", "id": {"identifier": "10.3886/icpsr03448.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::0f4ce866553f0d42c89e14e70053a1aa", "id": {"identifier": "10.3886/icpsr03722.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "ICPSR", "dnetId": "60|r3d100010255::67589071728644975be340cc95af0dc6", "id": {"identifier": "10.3886/icpsr04125.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 8, "relatedUnknown": 0, "externalRels": [], "author": ["Diem, Chelsea", "Pizarro, Jesenia M."], "localIdentifier": [{"type": "doi", "id": "10.1007/s10896-010-9313-9"}], "relatedPublications": 0, "title": ["Social structure and family homicides"], "id": "50|r3d100010255::5d5eef299d2dbc1edfcfb9abb8592c9d"}
1329
{"typology": "publication", "publisher": ["Journal of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6e8e1369eb318f7d9cd5eee5eea189a4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2963141&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd4350108ba2f026036a3cf40913f181", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2963141&result=sequence_release", "schema": "url"}}], "abstract": "None: The nucleotide sequence of gene 19 of bacteriophage T4, the structural gene of the tail tube protein, was determined by both the dideoxy and the Maxam-Gilbert methods. The predicted Mr of tube protein gene product 19 is 18,842. The N-terminal amino acid of the tube protein was determined by Edman degradation, and the C-terminal sequence was confirmed by isolation of the C-terminal tryptic peptide. In the noncoding region between genes 18 and 19, there are two late-T4-promoter consensus sequences, 51 bases apart. The implication of the two late promoter sequences was examined by an S1 nuclease protection experiment. Both serve as weak promoters, but the bulk of the transcripts arise from further upstream of the two promoters.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2963141"}], "author": ["Kassavetis G", "Arisaka F", "Kumazaki T", "Ishimoto L", "Ishii S"], "relatedPublications": 0, "id": "50|r3d100010527::cf3dcec149ce4dd02261e6362f5913bb", "title": ["Nucleotide sequence of the tail tube structural gene of bacteriophage T4."], "relatedDatasets": 2}
1330
{"typology": "publication", "publisher": ["Tissue antigens"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::eb4956020eedfdae92e162d3b7f17d1b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24571552&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::2e07012a762ac56dc3af04357d61123c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=24571552&result=coding_release", "schema": "url"}}], "abstract": "None: HLA-DPB1*167:01 allele differs from HLA-DPB1*10:01 by a single nucleotide substitution at codon 65 (ATC>CTC.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1111/tan.12305"}, {"type": "pbmid", "id": "24571552"}], "author": ["H-J, Lv", "He J", "F-M, Zhu", "Y-M, He"], "relatedPublications": 0, "id": "50|r3d100010527::7f3084986e867840e2c37f3d14af4298", "title": ["Identification of a novel HLA-DPB1 allele, HLA-DPB1*167:01, in a Chinese individual."], "relatedDatasets": 2}
1331
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::bce3d350a6e43edc0bb87e663e376bee", "id": {"identifier": "1rwx", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::f661e89bcfc762fc4c67b3d233c44a16", "id": {"identifier": "1pau", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1d5cd1ae488e734d99303436054a52af", "id": {"identifier": "1f9e", "schema": "pdb"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::1617e2be052076aa6c490d38c7339183", "id": {"identifier": "2ql9", "schema": "pdb"}}], "abstract": "", "title": ["Rational approach to identify newer caspase-1 inhibitors using pharmacophore based virtual screening, docking and molecular dynamic simulation studies"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.jmgm.2018.02.017"}], "id": "50|elsevier____::af92e4ddc820973edffaf6b99a7be040", "relatedPublications": 0, "date": ["2018"], "relatedDatasets": 8}
1332
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::1750356f8f55117755e284615ce9f203", "id": {"identifier": "ay075328", "schema": "ena"}}], "abstract": "", "author": ["Yasuhiko Sakoyama", "Naomi Mukae", "Shigekazu Nagata", "Hideki Yokoyama", "Takakazu Yokokura"], "localIdentifier": [{"type": "pmid", "id": "12381665"}], "id": "50|pubmed______::1f7fba588bb9890dc3a510a5ae8a1172", "relatedPublications": 0, "date": ["2002-10-01"], "title": ["Activation of the innate immunity in Drosophila by endogenous chromosomal DNA that escaped apoptotic degradation."], "relatedDatasets": 1}
1333
{"typology": "publication", "publisher": ["Informa UK Limited"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4b82863766679243c0c25570828b524c", "id": {"identifier": "10.6084/m9.figshare.5197927.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dbe43af10c90fd44c2d975461c286ea1", "id": {"identifier": "10.6084/m9.figshare.5197927", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Monteagudo Luis Vicente", "Tejedor María Teresa", "Cárcel María José", "San José Carlos"], "localIdentifier": [{"type": "doi", "id": "10.1080/1828051x.2017.1350119"}], "id": "50|dli_resolver::3d1f5be6b2a95ac0ce12e8e8e7489105", "relatedPublications": 0, "date": [""], "title": ["Microsatellite DNA markers applied to the classification of the Podenco Valenciano canine breed"], "relatedDatasets": 2}
1334
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::0128d26df8eaf62a02f05e96b4aa7c66", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7693701&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4a7181788c2f541bce10c3bdaca75da6", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7693701&result=sequence_release", "schema": "url"}}], "abstract": "None: During the molecular cloning of the human dsRNA activated-p68 kinase (PKR), polyclonal antibodies against PKR selected, in addition to cDNAs corresponding to PKR, another cDNA presenting only slight homology with PKR cDNA. This cDNA recognized an mRNA species of 2 kilobases induced by both alpha- and gamma-interferons. Its transcription did not require protein synthesis. On further library screening, it selected two highly related cDNAs, referred to as 75 and 41, displaying perfect homology over 612 base pairs and divergent at both ends. In addition, cDNA 75 presents an insertion of 150 base pairs highly homologous to a region common to both sequences. The 75 and 41 peptidic sequences are very hydrophilic, rich in basic amino acid residues, and contain several potential phosphorylation sites for different serine/threonine kinases. Furthermore, they present two protamine- and histone-like nuclear targeting sequences as well as some homology with helix-loop-helix motifs of some DNA-binding proteins. The 75-encoded product, which resolved as a 52-kDa protein after in vitro expression in rabbit reticulocyte lysates, was found to migrate as a 65-67-kDa protein after in vivo expression in insect cells. In accord with sequence data, this 65-67-kDa protein was found to be phosphorylated in vivo in the insect cells and was recovered from the membrane/nuclear pellet. In contrast, the 41-encoded product (30-kDa protein in reticulocyte lysates) could not be expressed in vivo, as it provoked a rapid and severe shut-off of protein synthesis in insect cells. The function of the 75 and 41 proteins and their relation to PKR remains to be determined. However, the presence of nuclear targeting sequences, phosphorylation sites, and helix-loop-helix motif is consistent with a role of these proteins in the mechanism of transduction of the interferon action.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7693701"}], "author": ["Meurs E F", "Kadereit S", "Gewert D R", "Galabru J", "Hovanessian A G"], "relatedPublications": 0, "id": "50|r3d100010527::bc6bf85f37a43a909e052bd6b5fca0a6", "title": ["Molecular cloning of two new interferon-induced, highly related nuclear phosphoproteins."], "relatedDatasets": 2}
1335
{"typology": "publication", "publisher": ["The FEBS journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c2fdcfda2d0d12980e7202ae4eef4a8b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19531051&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::621e6e5e1a22e2f5e3d466f57d93ab5b", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=19531051&result=sequence_release", "schema": "url"}}], "abstract": "None: Single-domain antibodies (sdAbs), which occur naturally in camelids, are endowed with many characteristics that make them attractive candidates as building blocks to create new antibody-related therapeutic molecules. In this study, we isolated from an immunized llama several high-affinity sdAbs directed against human carcinoembryonic antigen (CEA), a heavily glycosylated tumor-associated molecule expressed in a variety of cancers. These llama sdAbs bind a different epitope from those defined by current murine mAbs, as shown by binding competition experiments using immunofluorescence and surface plasmon resonance. Flow cytometry analysis shows that they bind strongly to CEA-positive tumor cells but show no cross-reaction toward nonspecific cross-reacting antigen, a highly CEA-related molecule expressed on human granulocytes. When injected into mice xenografted with a human CEA-positive tumor, up to 2% of the injected dose of one of these sdAbs was found in the tumor, despite rapid clearance of this 15 kDa protein, demonstrating its high potential as a targeting moiety. The single-domain nature of these new anti-CEA IgG fragments should facilitate the design of new molecules for immunotherapy or diagnosis of CEA-positive tumors.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "19531051"}, {"type": "doi", "id": "10.1111/j.1742-4658.2009.07101.x"}], "author": ["Chames Patrick", "Teulon Isabelle", "Gruaz-Guyon Anne", "Behar Ghislaine", "Teillaud Jean-Luc", "Pèlegrin André", "Alshoukr Faisal", "Roquet Françoise", "Pugnière Martine", "Cornillon Amélie", "Baty Daniel"], "relatedPublications": 0, "id": "50|r3d100010527::35d9018d2b24144a799c95d966ff4a4e", "title": ["Llama single-domain antibodies directed against nonconventional epitopes of tumor-associated carcinoembryonic antigen absent from nonspecific cross-reacting antigen."], "relatedDatasets": 2}
1336
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a120efbf0f79add2d697d34218cee452", "id": {"identifier": "10.3886/icpsr21600.v10", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e162c517492eef25a32f53cec118a29f", "id": {"identifier": "10.3886/icpsr21600.v8", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::fa38ea483d6f8291d8bdec394ac7b523", "id": {"identifier": "10.3886/icpsr21600.v5", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::267c09351444a5a157fa5287cdac0f96", "id": {"identifier": "10.3886/icpsr21600.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b9b18ac1e3ea85d16f60a93c0d2e483a", "id": {"identifier": "10.3886/icpsr21600.v9", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a69ee5d7ecef8ae3fef5937176d8c311", "id": {"identifier": "10.3886/icpsr21600.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8f171c2a1960d31465add13ad1f33ec1", "id": {"identifier": "10.3886/icpsr21600.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::d0c84333f54ff90e6f28541bebad0553", "id": {"identifier": "10.3886/icpsr21600.v7", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e80f7f14ed6fad42ab28d02d9a88f51b", "id": {"identifier": "10.3886/icpsr21600", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::9b9fcca0e0096eca4a1262c77425f5c3", "id": {"identifier": "10.3886/icpsr21600.v13", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f337827f73cea4f4a6f20c858ad9e02c", "id": {"identifier": "10.3886/icpsr21600.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c9bd0ff2c7326c2543ea73288ae1087c", "id": {"identifier": "10.3886/icpsr21600.v6", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d630164701cde19e9b07f4608fa6e703", "id": {"identifier": "10.3886/icpsr21600.v11", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70d6882f3169233bb1ad43a84e28d7f7", "id": {"identifier": "10.3886/icpsr21600.v16", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e4c0fbfa638556ba7720fb78af702dfb", "id": {"identifier": "10.3886/icpsr21600.v15", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::737f244d9c185769364109fe221798c6", "id": {"identifier": "10.3886/icpsr21600.v14", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0cf8920131ed3eea73f6408b8583d49f", "id": {"identifier": "10.3886/icpsr21600.v12", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::28a3412c29a2306e5d203de6c378dbfb", "id": {"identifier": "10.3886/icpsr21600.v17", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7a18783ceb2bf978d3d1694afd42ff18", "id": {"identifier": "10.3886/icpsr21600.v18", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hahm Hyeouk Chris", "Lahiff Maureen", "Barreto Rose M.", "Hahm, H. C.", "Lahiff, M.", "Baretto, R. M."], "localIdentifier": [{"type": "doi", "id": "10.1363/3802806"}], "id": "50|dedup_wf_001::41305b094d19837625857036e1acdbd4", "relatedPublications": 0, "date": [""], "title": ["Asian American adolescents’ first sexual intercourse: Gender and acculturation differences"], "relatedDatasets": 20}
1337
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::b7c7781e264170080bcb8923717d1669", "id": {"identifier": "10.3886/icpsr07629.v2", "schema": "url"}}], "abstract": "China has not been a large net capital importer during the reform period (1979-present). This is surprising because economic theory predicts it should have been in light of its low capital - labour ratio. One possible explanation with important policy implications is that foreign capital inflows may have been restricted due to the slow pace of external financial liberalization. The empirical analysis conducted in this paper lends support to this hypothesis. However, before policy makers in China can look upon external financial liberalization as a growth-inducing strategy, fiscal reform and greater levels of domestic financial liberalization are first needed.", "author": ["Dr James Laurenceson"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:od_______645::8f3ea8638f1a8412ae1e1492a11374af"}], "id": "50|dli_resolver::62ab3434d4c946450380d4cc123d677d", "relatedPublications": 0, "date": [""], "title": ["External Financial Liberalization and Foreign Debt in China"], "relatedDatasets": 1}
1338
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb148f0fadef05171ff7292361689512", "id": {"identifier": "10.5061/dryad.2r76f", "schema": "doi"}}, {"relationSemantic": "references", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb148f0fadef05171ff7292361689512", "id": {"identifier": "10.5061/dryad.2r76f", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Leu Jun-Yi", "Chang Tien-Hsien", "Chang Shang-Lin"], "localIdentifier": [{"type": "doi", "id": "10.1111/mec.13310"}], "id": "50|dli_resolver::a44abac0ab9b1dbabfecfc668c7ebdd9", "relatedPublications": 0, "date": [""], "title": ["A population study of killer viruses reveals different evolutionary histories of two closely relatedSaccharomyces sensu strictoyeasts"], "relatedDatasets": 2}
1339
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 3, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::bcc39f153d4ca9df95ff388e52adaa58", "id": {"identifier": "am902490", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3a9799858d33623182d96fc76ecb355d", "id": {"identifier": "aal09426", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b446b672969509c5fdd48cfcba891775", "id": {"identifier": "am902492", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2ceb48f1ea757ba03b6623866e864209", "id": {"identifier": "am902493", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2475f4ada799c396d35b9e9f41cc35e2", "id": {"identifier": "am902489", "schema": "genbank"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3a52f63cd72df947c0d9eb14a1913eb4", "id": {"identifier": "am902491", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8a35a508b19762d8e02e7d5c05af8553", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18029259&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::90ab0583677a7989f3983d3a1483ec05", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=18029259&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7c2cf7c611e7637041dc5d42c484143a", "id": {"identifier": "aam09690", "schema": "genbank"}}], "abstract": "None: Viper venoms contain one of the most potent mixtures of proteases in natural existence and yet the venom gland and proteins in this mixture are refractory to degradation. Here we demonstrate that the sub-10-kDa components of venom from two African viper species (Echis ocellatus and Cerastes cerastes cerastes) are predominantly composed of the tri-peptide pyroglutamate-lysine-tryptophan (pEKW). This tripeptide is encoded by tandemly repeating elements and, in E. ocellatus, on the same transcript as a novel, and highly unusual, poly-histidine-poly-glycine peptide (pHpG) also detected in E. ocellatus venom. The pEKW and pHpG peptides inhibit the proteolytic activity of the haemorrhagic snake venom metalloproteinase (SVMP), EoVMP-2, and the haemorrhagic activity of E. ocellatus venom. These results demonstrate that these vipers express abundant transcripts encoding tandemly repeated protease inhibitor cassettes and accumulate significant quantities of peptide inhibitors in venoms to provide a basis for attenuating the proteolytic activity of SVMPs.", "author": ["Stöcklin Reto", "Laing Gavin D", "Miller Rebecca L", "Harrison Robert A", "Favreau Philippe", "Wagstaff Simon C", "Cheneval Olivier", "Wilkinson Mark C"], "localIdentifier": [{"type": "pbmid", "id": "18029259"}, {"type": "doi", "id": "10.1016/j.bbrc.2007.11.027"}], "id": "50|dedup_wf_001::e1b2c512d1557b14d1f656d7fa557e14", "relatedPublications": 0, "date": ["2008"], "title": ["Molecular characterisation of endogenous snake venom metalloproteinase inhibitors."], "relatedDatasets": 9}
1340
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Springer Nature", "datasourceId": "dli_________::nature"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "RCSB", "datasourceId": "dli_________::r3d100010327"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "unknown", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::dbeb2475ed7bb4a47eddaa0be72211d5", "id": {"identifier": "1qpi", "schema": "pdb"}}, {"relationSemantic": "references", "collectedFrom": "RCSB", "dnetId": "60|dedup_wf_001::dbeb2475ed7bb4a47eddaa0be72211d5", "id": {"identifier": "1qpi", "schema": "pdb"}}], "abstract": "The tetracycline repressor (TetR) regulates the most abundant resistance mechanism against the antibiotic tetracycline in gram-negative bacteria. The TetR protein and its mutants are commonly used as control elements to regulate gene expression in higher eukaryotes. We present the crystal structure of the TetR homodimer in complex with its palindromic DNA operator at 2.5 A resolution. Comparison to the structure of TetR in complex with the inducer tetracycline-Mg2+ allows the mechanism of induction to be deduced. Inducer binding in the repressor core initiates conformational changes starting with C-terminal unwinding and shifting of the short helix 6 in each monomer. This forces a pendulum-like motion of helix 4, which increases the separation of the attached DNA binding domains by 3 A, abolishing the affinity of TetR for its operator DNA.", "author": ["Hinrichs Winfried", "Saenger Wolfram", "Schnappinger Dirk", "Orth Peter", "Hillen Wolfgang"], "localIdentifier": [{"type": "doi", "id": "10.1038/73324"}], "id": "50|dli_resolver::0f38a8824dd4682569a9d27b731337ec", "relatedPublications": 0, "date": [""], "relatedDatasets": 2}
1341
{"typology": "publication", "publisher": ["Phytochemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c839da74ff55bf4b801e22fd801bb324", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17141283&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a496c267c742afdd41319b8d21cc29aa", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=17141283&result=sequence_release", "schema": "url"}}], "abstract": "None: The rice (Oryza sativa) genome contains a family of kaurene synthase-like genes (OsKSL) presumably involved in diterpenoid biosynthesis. While a number of OsKSL enzymes have been functionally characterized, several have not been previously investigated, and the gene family has not been broadly analyzed. Here we report cloning of several OsKSL genes and functional characterization of the encoded enzymes. In particular, we have verified the expected production of ent-kaur-16-ene by the gibberellin phytohormone biosynthesis associated OsKS1 and demonstrated that OsKSL3 is a pseudo-gene, while OsKSL5 and OsKSL6 produce ent-(iso)kaur-15-ene. Similar to previous reports, we found that our sub-species variant of OsKSL7 produces ent-cassa-12,15-diene, OsKSL10 produces ent-(sandaraco)pimar-8(14),15-diene, and OsKSL8 largely syn-stemar-13-ene, although we also identified syn-stemod-12-ene as an alternative product formed in approximately 20% of the reactions catalyzed by OsKSL8. Along with our previous reports identifying OsKSL4 as a syn-pimara-7,15-diene synthase and OsKSL11 as a syn-stemod-13(17)-ene synthase, this essentially completes biochemical characterization of the OsKSL gene family, enabling broader analyses. For example, because several OsKSL enzymes are involved in phytoalexin biosynthesis and their gene transcription is inducible, promoter analysis was used to identify a pair of specifically conserved motifs that may be involved in transcriptional up-regulation during the rice plant defense response. Also examined is the continuing process of gene evolution in the OsKSL gene family, which is particularly interesting in the context of very recently reported data indicating that a japonica sub-species variant of OsKSL5 produces ent-pimara-8(14),15-diene, rather than the ent-(iso)kaur-15-ene produced by the indica sub-species variant analyzed here.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "17141283"}], "author": ["Upadhyaya Narayana M", "Coates Robert M", "Peters Reuben J", "Xu Jianjun", "Margis-Pinheiro Marcia", "Ross, Wilderman P.", "Morrone Dana", "Roy Arnab", "Xu Meimei"], "relatedPublications": 0, "id": "50|r3d100010527::a0e2dac87a9abc17a614fe82035761ca", "title": ["Functional characterization of the rice kaurene synthase-like gene family."], "relatedDatasets": 2}
1342
{"typology": "publication", "publisher": ["Cambridge University Press (CUP)"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5afe5b1d3d4b9c2182d7eed524d614a0", "id": {"identifier": "10.1594/pangaea.744696", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8a6d2c316ca5610819f2dc0adf65f132", "id": {"identifier": "10.1594/pangaea.847235", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ae48073981ecbd4bcc16dc3705de6095", "id": {"identifier": "10.1594/pangaea.744698", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Kuhn Gerhard", "Borchers Andreas", "Diekmann Bernhard", "Voigt Ines"], "localIdentifier": [{"type": "doi", "id": "10.1017/s0954102010000830"}], "id": "50|dli_resolver::3ddb6193ae91d49c1be0ffaed359e953", "relatedPublications": 0, "date": [""], "title": ["Mineralogy of glaciomarine sediments from the Prydz Bay–Kerguelen region: relation to modern depositional environments"], "relatedDatasets": 3}
1343
{"typology": "publication", "publisher": ["The EMBO journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::69d4b7bfc71d94e587282745cb746c03", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2390976&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::8212edcaeb2fb0a99990be33d8541b12", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2390976&result=coding_release", "schema": "url"}}], "abstract": "None: We describe the nucleotide sequence and some structural characteristics of a single copy gene encoding pathogenesis-related protein 2 (PR2) in parsley (Petroselinum crispum). Transcriptional activation of this gene in cultured parsley cells treated with fungal elicitor leads to a rapid, large and transient accumulation of PR2 mRNA. The deduced PR2 protein belongs to a novel class of evolutionarily conserved polypeptides which are closely related to disease resistance in plants. Functional analysis of a series of truncated PR2 promoter fusions with the beta-glucuronidase reporter gene, using parsley protoplasts for transient expression studies, identified a 5' upstream element between positions -168 and -52 necessary for strong elicitor responsiveness. This small promoter fragment is active in conjunction with its own TATA box region as well as with the corresponding region from a heterologous promoter. The PR2 regulatory region exhibits no sequence similarity to any other elicitor-responsive promoter known to date.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2390976"}], "author": ["Meier I", "Somssich I E", "Hahlbrock K", "van de Löcht U"], "relatedPublications": 0, "id": "50|r3d100010527::4a1dc58becca8ac790926ecef3b75801", "title": ["A 125 bp promoter fragment is sufficient for strong elicitor-mediated gene activation in parsley."], "relatedDatasets": 2}
1344
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2157241b81e4ad62d8efa15e8867c500", "id": {"identifier": "10.5517/ccs77nw", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "In the asymmetric unit of the title complex, [Mn(C7H5O3)2(C14H12N2)(H2O)]·0.5C14H12N2, the MnII ion is coordinated by a bidentate 2,9-dimethyl-1,10-phenanthroline (dmphen) mol­ecule, one water mol­ecule and two monodentate 2-hydroxy­benzoate anions in a distorted trigonal-bipyramidal geometry. The OH group of the 2-hydroxy­benzoate anion is disordered over two positions with site-occupancy factors of 0.5. The asymmetric unit is completed with by an uncoordinated half-mol­ecule of dmphen, disordered about a crystallographic twofold axis. In the crystal structure, mol­ecules are linked into a two-dimensional framework by O—H⋯N, O—H⋯O and C—H⋯O hydrogen bonds. The packing of the structure is further stabilized by π–π stacking inter­actions involving dmphen mol­ecules, with centroid–centroid separations of 3.8027 (3) and 3.6319 (3) A.", "author": ["Zhao Pei-Zheng", "Yan Feng-Mei", "Wang Jian-Ge"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536809000981"}], "id": "50|dli_resolver::3595b0d599b490932855bbb6f4f4d7dd", "relatedPublications": 0, "date": [""], "title": ["\"Aqua(2,9-dimethyl-1,10-phenanthroline-κ2N,N′)bis(2-hydroxybenzoato-κO)manganese(II) 2,9-dimethyl-1,10-phenanthroline hemisolvate\""], "relatedDatasets": 1}
1345
{"typology": "publication", "publisher": ["The Journal of biological chemistry"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::358d1c5290eedcd38ba443eee963c72f", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=2540186&result=sequence_release", "schema": "url"}}], "abstract": "None: A cDNA of 2149 base pairs with an incomplete open reading frame (ORF) encoding amino acids 1-516 of a 531-amino acid protein highly homologous to muscarinic receptors was cloned from a rat brain cDNA library. The complete ORF was then deduced from a DNA fragment cloned from a rat genomic library. This ORF was subcloned into the eukaryotic expression vector p91023(B) under control of the adenovirus major late promoter and co-transfected with the thymidine kinase selection marker into muscarinic receptor-negative, thymidine kinase-negative murine L cells. Stable transformants were selected and tested for acquisition of muscarinic receptors by following appearance of specific binding sites for the muscarinic ligand [3H] N-methylscopolamine. Two cell lines, LM5.36 and LM5.40, were cloned and shown to express typical muscarinic receptor sites, thus confirming that the newly cloned ORF encodes a muscarinic receptor, the rat M5 muscarinic acetylcholine receptor. Tests for activities showed it to stimulate phosphoinositide hydrolysis in intact cells, without affecting positively or negatively adenylyl cyclase activity. The M5 receptor contains two putative glycosylation sites at its amino terminus and, based on hydropathicity analysis, is predicted to span the plasma membrane seven times. Like 17 other receptors of this class, the M5 receptor has 19 conserved amino acids, among which are 4 prolines located in the 4th, 5th, 6th, and 7th predicted transmembrane regions, conferring possible bends to these helices, and 2 cysteines, one in the 1st and the other in the 2nd extracellular loop, possibly providing for a disulfide bond. Similarity in amino acid composition and in patterns of antagonist binding and biologic effects suggest the M5 receptor to be M1-like.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "2540186"}], "author": ["Themmen A P", "Birnbaumer M", "Liao C F", "Joho R", "Barberis C", "Birnbaumer L"], "relatedPublications": 0, "id": "50|r3d100010527::46fc5127cb941ec70b63bcefd9d52669", "title": ["Molecular cloning and expression of a fifth muscarinic acetylcholine receptor."], "relatedDatasets": 1}
1346
{"typology": "publication", "publisher": ["Journal of bacteriology"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::23bb910ba3ae5ded985fb3177ee72f29", "id": {"identifier": "ay327444", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::6c8cb133d5ace5f00bf8cff400233f5e", "id": {"identifier": "ay327445", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4cfad0d5392e26f251c899e4801c3a5e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12949099&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::95b0151e19ecdcaa670b1da7cdf7bf8e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12949099&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c0016982032080d6bbbe2c1b62f324e9", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12949099&result=coding_release", "schema": "url"}}], "abstract": "None: A psychrophilic gram-positive isolate was obtained from Antarctic Dry Valley soil. It utilized lactose, had a rod-coccus cycle, and contained lysine as the diamino acid in its cell wall. Consistent with these physiological traits, the 16S ribosomal DNA sequence showed that it was phylogenetically related to other Arthrobacter species. A gene (bgaS) encoding a family 2 beta-galactosidase was cloned from this organism into an Escherichia coli host. Preliminary results showed that the enzyme was cold active (optimal activity at 18 degrees C and 50% activity remaining at 0 degrees C) and heat labile (inactivated within 10 min at 37 degrees C). To enable rapid purification, vectors were constructed adding histidine residues to the BgaS enzyme and its E. coli LacZ counterpart, which was purified for comparison. The His tag additions reduced the specific activities of both beta-galactosidases but did not alter the other characteristics of the enzymes. Kinetic studies using o-nitrophenyl-beta-D-galactopyranoside showed that BgaS with and without a His tag had greater catalytic activity at and below 20 degrees C than the comparable LacZ beta-galactosidases. The BgaS heat lability was investigated by ultracentrifugation, where the active enzyme was a homotetramer at 4 degrees C but dissociated into inactive monomers at 25 degrees C. Comparisons of family 2 beta-galactosidase amino acid compositions and modeling studies with the LacZ structure did not mimic suggested trends for conferring enzyme flexibility at low temperatures, consistent with the changes affecting thermal adaptation being localized and subtle. Mutation studies of the BgaS enzyme should aid our understanding of such specific, localized changes affecting enzyme thermal properties.", "author": ["Sheridan, Peter P.", "Coker James A", "Coker, James A.", "Jennifer Loveland-Curtze", "Brenchley Jean E", "Auman Ann J", "Loveland-Curtze Jennifer", "Auman, Ann J.", "Gutshall, Kevin R.", "Brenchley, Jean E.", "Gutshall Kevin R", "Sheridan Peter P"], "localIdentifier": [{"type": "pmid", "id": "12949099"}, {"type": "pbmid", "id": "12949099"}], "id": "50|dedup_wf_001::048c1863638ecd3f59adb83559b9a794", "relatedPublications": 0, "date": ["2003-09-01"], "title": ["Biochemical characterization of a beta-galactosidase with a low temperature optimum obtained from an Antarctic arthrobacter isolate."], "relatedDatasets": 5}
1347
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "documents", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c2a131c6b047b3f9d49ff897d0f25758", "id": {"identifier": "10.3886/icpsr02884.v4", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::68689182478bc015f2ed98f37add3268", "id": {"identifier": "10.3886/icpsr02884.v2", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1d660470103412f50d577c473daa9369", "id": {"identifier": "10.3886/icpsr02884.v3", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1af24134f86230994773dec6fb2b2c31", "id": {"identifier": "10.3886/icpsr02884.v1", "schema": "doi"}}, {"relationSemantic": "documents", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::df21621464bf8c2d36e246bcf43a2b5e", "id": {"identifier": "10.3886/icpsr02884", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::c2a131c6b047b3f9d49ff897d0f25758", "id": {"identifier": "10.3886/icpsr02884.v4", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "This study examines the impact of ancillary health and social services matched to client needs in substance abuse treatment for African Americans, Latinos and Whites. The study uses data collected from 1992 to 1997 for the National Treatment Improvement Evaluation Study, a prospective cohort study of substance abuse treatment programs and their clients. The analytic sample consists of 3142 clients (1812 African Americans, 486 Latinos, 844 Whites) from 59 treatment facilities. Results show that racial/ethnic minorities are underserved compared to Whites in the substance abuse service system. Different racial/ethnic groups come into treatment with distinct needs and receive distinct services. Although groups respond differentially to service types, substance abuse counseling and matching services to needs is an effective strategy both for retaining clients in treatment and for reducing post-treatment substance use for African Americans and Whites. Receipt of access services was related to reduced post-treatment substance use for Latinos. Study findings are relevant to planning special services for African Americans and Latinos.", "author": ["Cao, Dingcai", "Marsh, Jeanne C.", "Guerrero Erick", "Guerrero, Erick", "Shin, Hee-Choon", "Shin Hee-Choon", "Marsh Jeanne C.", "Cao Dingcai"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.evalprogplan.2008.09.003"}], "id": "50|dedup_wf_001::0ecaddac4f71f2c7088b89b29c3eef80", "relatedPublications": 0, "date": [""], "title": ["Need-service matching in substance abuse treatment: Racial/ethnic differences"], "relatedDatasets": 6}
1348
{"typology": "publication", "publisher": ["Molecular ecology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::d02bd3a47b14436fc7cf2c917191290e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9131818&result=sequence_release", "schema": "url"}}], "abstract": "", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9131818"}], "author": ["Rowe G", "Burke T", "Beebee T J"], "relatedPublications": 0, "id": "50|r3d100010527::181b85d71d4eeb2098c962724ddd5a43", "title": ["PCR primers for polymorphic microsatellite loci in the anuran amphibian Bufo calamita."], "relatedDatasets": 1}
1349
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::70a5a7d4af6b9ccf46b188a618c3a64b", "id": {"identifier": "10.5517/cc3hmx3", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The synthesis and characterization of the novel ligand 1,5-bis(3,5-dimethylpyrazol-1-yl)-3-[bis(imidazol-2-yl)methyl]-3-azapentane (bdpbiap) is described, together with a representative Ni(II) complex. The single crystal X-ray structure of [Ni(bdpbiap)NO 3 ](NO 3 )·3H 2 O reveals the nickel ion to be in a distorted octahedral N 4 O 2  geometry imposed by both the ligand and the coordinating didentate nitrate. One of the ligand imidazole groups is not coordinated to the metal ion. The solid-state ligand field electronic spectra confirm a distorted octahedral nickel(II) environment. The cyclic voltammogram shows unusually high reduction potentials for this nickel compound.", "author": ["Tabbı̀ Giovanni", "Veldman Nora", "Driessen Willem L", "Spek Anthony L", "Reedijk Jan"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0020-1693(99)00095-x"}], "id": "50|dli_resolver::ff452115f6dedf48e669f4a764542eda", "relatedPublications": 0, "date": [""], "title": ["\"The nickel(II) complex of a new multidentate ligand containing both imidazole and pyrazole moieties\""], "relatedDatasets": 1}
1350
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::2b3089407fa2941450926d6dd90b5872", "id": {"identifier": "ae015924", "schema": "ena"}}], "abstract": "", "author": ["Walter Geissdörfer", "Raimund Forst", "Heike Welkerling", "Thomas Aigner"], "localIdentifier": [{"type": "pmid", "id": "17021123"}], "id": "50|pubmed______::1b55e8aa17289789830dad4bab8076b1", "relatedPublications": 0, "date": ["2006-10-01"], "title": ["Osteomyelitis of the ulna caused by Porphyromonas gingivalis."], "relatedDatasets": 1}
1351
{"typology": "publication", "publisher": ["FEBS letters"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::35f7618b45f049cc27c20f918223a78c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10405163&result=sequence_release", "schema": "url"}}, {"relationSemantic": "unknown", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::ba29ab9165ba5a1a1fcc1c7f410c9803", "id": {"identifier": "af051320", "schema": "genbank"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::26ad9ec7065617cff8161b8d7163a1db", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=10405163&result=coding_release", "schema": "url"}}], "abstract": "None: In our search for genes involved in oyster immunity we isolated a cDNA encoding a polypeptide closely related to the mammalian IkappaB kinase (IKK) family. IKK proteins play a central role in cell signaling by regulating nuclear factor-kappaB (NF-kappaB) activation. We report here the cloning of an oyster IKK-like protein (oIKK) which possesses the characteristic organization of the mammalian IKK proteins, namely an amino-terminal kinase domain followed by a leucine zipper region and a carboxyl-terminal helix-loop-helix motif. When transfected into human cell lines, oIKK activated the expression of NF-kappaB-controlled reporter gene, whereas transfections with mutants of oIKK deleted within the kinase domain or within the helix-loop-helix motif respectively abolished and greatly reduced reporter gene activation. These results indicate that oIKK can replace the hIKK-alpha in catalyzing NF-kappaB nuclear translocation, and in triggering gene expression. Our results sustain the concept of an evolutionarily conserved signaling machinery in which IKK plays a major role.", "author": ["Briant L", "Montagnani C", "Hez S", "Escoubas J M", "Roch P", "Devaux C"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0014-5793(99)00737-1"}, {"type": "pbmid", "id": "10405163"}], "id": "50|dedup_wf_001::0a4ad6b2aac7e35fc204b0bb15251144", "relatedPublications": 0, "date": ["1999"], "title": ["Oyster IKK-like protein shares structural and functional properties with its mammalian homologues."], "relatedDatasets": 3}
1352
{"typology": "publication", "publisher": ["Protist"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e83cd7efb60c1100d08e08e91f4b7850", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26398336&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6f86b97474cdcf3789de4180e0acef99", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26398336&result=sequence_release", "schema": "url"}}], "abstract": "None: The green microalga, Pyramimonas parkeae (Prasinophyceae) has an ejective organelle containing a coiled ribbon structure resembling the ejectisome in Cryptophyta. This structure is discharged from the cell by a stimulus and extends to form a tube-like structure, but the molecular components of the structure have not been identified. Tricine-SDS-PAGE analysis indicated that the ribbon-like structure of P. parkeae contains some proteins and low molecular acidic polymers. Edman degradation, LC/MS/MS analyses and immunological studies demonstrated that their proteins are core histones (H3, H2A, H2B and H4). In addition, monosaccharide composition analysis of the ribbon-like structures and degradation by lysozyme strongly indicated that the ribbon-like structure consist of β (1-4) linked polymers containing N-acetyl-glucosamine. Purified polymers and recombinant histones formed glob-like or filamentous structures. Therefore we conclude that the ribbon-like structure of P. parkeae mainly consists of a complex of core histones (H3, H2A, H2B and H4) and polymers containing N-acetyl-glucosamine, and suggest to name the ejective organelle in P. parkeae the \"histrosome\" to distinguish it from the ejectisome in Cryptophyta.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1016/j.protis.2015.08.003"}, {"type": "pbmid", "id": "26398336"}], "author": ["Yamagishi Takahiro", "Kurihara Akira", "Kawai Hiroshi"], "relatedPublications": 0, "id": "50|r3d100010527::0e31e66bc12c39b3c3214da6558c1b16", "title": ["A Ribbon-like Structure in the Ejective Organelle of the Green Microalga Pyramimonas parkeae (Prasinophyceae) Consists of Core Histones and Polymers Containing N-acetyl-glucosamine."], "relatedDatasets": 2}
1353
{"typology": "publication", "publisher": ["Archives of virology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::97cf8691ee6eb6fa6e43631291e7cd47", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27251050&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6205dfe7619d5f2cda58047ebfc4cb71", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=27251050&result=coding_release", "schema": "url"}}], "abstract": "None: A 5-year-old female Yorkshire terrier dog died a few days following hernia and ovariohysterectomy surgeries. Necropsy performed on the dog revealed that the surgeries were not the cause of death; however, degenerative viral hepatitis, showing intranuclear inclusion bodies in hepatic cells, was observed in histopathologic examination. Several diagnostic methods were used to screen for the cause of disease, and minute virus of canines (MVC) was detected in all parenchymal organs, including the liver. Other pathogens that may cause degenerative viral hepatitis were not found. Infection with MVC was confirmed by in situ hybridization, which revealed the presence of MVC nucleic acid in the liver tissue of the dog. Through sequencing and phylogenetic analysis of the nearly complete genome sequence, the strain was found to be distinct from other previously reported MVC strains. These results indicate that this novel MVC strain might be related to degenerative viral hepatitis in dogs.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1007/s00705-016-2895-7"}, {"type": "pbmid", "id": "27251050"}], "author": ["Lee Jae-Il", "Choi Jeong-Won", "Jung Ji-Youl", "Lee Kyoung-Ki", "Oem Jae-Ku"], "relatedPublications": 0, "id": "50|r3d100010527::23ca49f6ef714425ce8e73432830b046", "title": ["Molecular characteristics of a novel strain of canine minute virus associated with hepatitis in a dog."], "relatedDatasets": 2}
1354
{"typology": "publication", "publisher": ["Springer Nature"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e83a754152604004871273bf3826e28b", "id": {"identifier": "10.6084/m9.figshare.c.3871951.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::b5102635d1b788d422bc6dc60e9328c3", "id": {"identifier": "10.6084/m9.figshare.c.3871951", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::72f7275a6f652c52478a4b1516285a56", "id": {"identifier": "10.6084/m9.figshare.c.3871951_d2.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::67e15a1fdb98ac4d9a9fcc47baa349a3", "id": {"identifier": "10.6084/m9.figshare.c.3871951_d1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::78ac90fc367dd1feec30cf0ec711fdc0", "id": {"identifier": "10.6084/m9.figshare.c.3871951_d1.v1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0a2ebe7f5ee137793c2fd86888b403c3", "id": {"identifier": "10.6084/m9.figshare.c.3871951_d2", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Koch Philipp", "Marz Manja", "Cellerino Alessandro", "Arisi Ivan", "Groth Marco", "Petzold Andreas", "Savino Aurora", "Baumgart Mario", "Barth Emanuel", "Platzer Matthias"], "localIdentifier": [{"type": "doi", "id": "10.1186/s12864-017-3951-8"}], "id": "50|dli_resolver::89f095f9b5881f97e1aacd814f826346", "relatedPublications": 0, "date": [""], "title": ["\"A miRNA catalogue and ncRNA annotation of the short-living fish Nothobranchius furzeri\\n        \""], "relatedDatasets": 6}
1355
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2978de838d1b31ce2bd5ef26cab4a6f2", "id": {"identifier": "10.5517/ccnydcb", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Preparation of a new series of neutral metal complexes [(cod)Ir-(fppz)] (1), [(cod)Ir(bppz)] (2), [(cod)Ir(fptz)] (3) and [(cod)Ir(bptz)] (4), bearing one cod ligand and a pyridyl azolate chelate are reported. A single-crystal X-ray diffraction study of 3 reveals the expected distorted square-planar geometry. The lowest absorption band consists of Ir I  atom increased triplet d π →π* transitions ( 3 MLCT), the assignment of which is firmly supported by the theoretical approaches. Complexes 1-4 exhibit weak phosphorescence in degassed solution at room temperature, whereas much more intense, solid-state phosphorescence appears in the range 622-649 nm. The pure MLCT emission was used as a prototypical model to address its remarkable spectral differences from the Ir III  isoquinoline pyrrolide complex (5), which has mainly  3 ππ phosphorescence. Complex 3 was used as a dopant to fabricate red-emitting phosphorescent organic light-emitting diodes (OLEDs). For the 7% doped device, a maximum brightness of 3010 cd m -2  was achieved at an applied voltage of 15 V and with CIE coordinates of (0.56, 0.33), demonstrating for the first time the potential of neutral Ir I  complexes in OLED applications.", "author": ["Fang Chung-Hong", "Chou Pi-Tai", "Yang Cheng-Han", "Chi Yun", "Li Elisa Y.", "Chen Chin-Ti", "Cheng Yi-Ming", "Chen Yao-Lun", "Yeh Yu-Shan", "Hsu Chia-Jung"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.200601019"}], "id": "50|dli_resolver::35c265f9c219f3879a511f3f8ab37999", "relatedPublications": 0, "date": [""], "title": ["\"Iridium(I) Pyridyl Azolate Complexes with Saturated Red Metal-to-Ligand Charge Transfer Phosphorescence; Fundamental and Potential Applications in Organic Light-Emitting Diodes\""], "relatedDatasets": 1}
1356
{"typology": "publication", "publisher": ["American Psychological Association (APA)"], "doiRels": [{"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::88ecca84618ffc22aa45719cea99f830", "id": {"identifier": "10.17605/osf.io/58p6y", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Boundary goals specify the minimum performance level that an individual must attain to subjectively experience success. The present research integrates boundary goals into the hierarchical model of achievement motivation (A. J. Elliot, 2006) by positing that boundary goals are a subgoal in the goal hierarchy. The authors predicted that performance approach goals would be associated with higher boundary goals, whereas performance avoidance goals would be associated with lower boundary goals. The authors further predicted that boundary goals would mediate the association between achievement goals and performance, independent of other target goals (i.e., levels of aspiration). The authors also evaluated whether boundary goals served a similar role in explaining associations between mastery goals and performance. These predictions were tested by tracking the performance of 347 college students across the semester. As predicted, performance approach goals were positively associated with boundary goals (s = .32), whereas performance avoidance goals were negatively associated with boundary goals (s = -.11). Furthermore the authors found that mastery approach goals had positive associations with boundary goals (s = .29), whereas the opposite pattern occurred for mastery avoidance goals (s = -.25). Boundary goals were positively linked to exam scores (s = .32) and mediated the associations between performance approach, mastery approach, and mastery avoidance goals and grades. These statistical effects were independent of the effects of level of aspiration. In short, boundary goals seem to play an important role in the achievement motivation process and may therefore serve as a potentially useful focus for interventions.", "author": ["Brent, Donnellan M.", "Corker Katherine S."], "localIdentifier": [{"type": "doi", "id": "10.1037/a0026228"}], "id": "50|dli_resolver::a3ed59368321e057de36e7879eba1214", "relatedPublications": 0, "date": [""], "title": ["Setting lower limits high: The role of boundary goals in achievement motivation."], "relatedDatasets": 1}
1357
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f9419f8b660ebb89c8026e79f7089136", "id": {"identifier": "10.5517/cc3kcff", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Abstract#R##N##R##N#Barium bis[bis(trimethylsily)amide] metalates bis(isopropyldimethylsilyl)phosphane (1) to yield nearly quantitatively the corresponding barium bis[bis(isopropyldimethylsilyl)phosphanide] (3). This compound shows a temperature-dependent monomer-dimer equilibrium in toluene solution. Both the isomers were characterized by X-ray crystal structure analyses. The monomeric derivatives precipitate as a tetrakis(tetrahydrofuran) complex with a P–Ba–P bond angle of 139.9°. The barium atoms of the monocyclic, centrosymmetric dimer are pentacoordinated by two tetrahydrofuran molecules, one terminal and two bridging phosphanide ligands. The endo- and exocyclic Ba–P distances with values of 332 and 316 pm, respectively, lie within the characteristic range.", "author": ["Lang Gerhard", "Schwarz Wolfgang", "Westerhausen Matthias"], "localIdentifier": [{"type": "doi", "id": "10.1002/cber.19961290910"}], "id": "50|dli_resolver::9187505e77288e69558fbcfe517ff7a1", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis and Dynamic Behavior of the Dimeric, Monocyclic Barium Bisbis(isopropyldimethylsilyl)phosphanide – Molecular Structures of P(SiMe2Ph)3, of Monomeric (thf)4BaP(SiMe2iPr)22 and of the Dimer {(thf)2BaP(SiMe2iPr22}2\""], "relatedDatasets": 1}
1358
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::8c0bab5a8aa5eb620cf4925c71668142", "id": {"identifier": "10.5517/cc11vy0v", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The reaction of anhydrous FeCl3 and 1,4,7,10-tetraazacyclododecane (L) affords an iron(III) complex, [LFeCl2]Cl (1), a new molecular electrocatalyst, which has been determined by X-ray crystallography. Electrochemical studies indicate that the catalyst is the first water-soluble molecular species, that is among the most rapid homogeneous water oxidation catalysts, with a turnover frequency of ∼65 s−1. Sustained water oxidation catalysis occurs at ITO electrode to give O2 over a 36 h electrolysis period with 91.5% Faradaic yield and no observable decomposition of the catalyst.", "author": ["Wang Zhi-Chun", "Zhan Shuzhong", "Wang Zhuo-Qiang", "Ye Jian-Shan"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.apcata.2014.11.012"}], "id": "50|dli_resolver::d2f6d34869bc88903f63f473caa39db4", "relatedPublications": 0, "date": [""], "title": ["\"A water-soluble iron electrocatalyst for water oxidation with high TOF\""], "relatedDatasets": 1}
1359
{"typology": "publication", "publisher": ["American Meteorological Society"], "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5599fbd70b8f8828bcb7bdedeb627b35", "id": {"identifier": "10.17882/42182", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["J-P, Drecourt", "Blower J. D.", "Zhou X.", "Vidard A.", "Astin I.", "Liu C.", "Haines K."], "localIdentifier": [{"type": "doi", "id": "10.1175/mwr3089.1"}], "id": "50|dli_resolver::439fdf7de2130d9912c4c0a305a45bc7", "relatedPublications": 0, "date": [""], "title": ["Salinity Assimilation UsingS(T): Covariance Relationships"], "relatedDatasets": 1}
1360
{"typology": "publication", "publisher": ["Malaria journal"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f2ab3bdc263499b1f59341f2ee8b7ada", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26969510&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::743a6447c873a56a20da55b0a338b5c0", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=26969510&result=sequence_release", "schema": "url"}}], "abstract": "BACKGROUND: Avian malaria vector competence studies are needed to understand more succinctly complex avian parasite-vector-relations. The lack of vector competence trials may be attributed to the difficulty of obtaining gametocytes for the majority of Plasmodium species and lineages. To conduct avian malaria infectivity assays for those Plasmodium spp. and lineages that are refractory to in vitro cultivation, it is necessary to obtain and preserve for short periods sufficient viable merozoites to infect naïve donor birds to be used as gametocyte donors to infect mosquitoes. Currently, there is only one described method for long-term storage of Plasmodium spp.-infected wild avian blood and it is reliable at a parasitaemia of at least 1%. However, most naturally infected wild-caught birds have a parasitaemia of much less that 1%. To address this problem, a method for short-term storage of infected wild avian blood with low parasitaemia (even ≤ 0.0005%) has been explored and validated. METHODS: To obtain viable infective merozoites, blood was collected from wild birds using a syringe containing the anticoagulant and the red blood cell preservative citrate phosphate dextrose adenine solution (CPDA). Each blood sample was stored at 4 °C for up to 48 h providing sufficient time to determine the species and parasitaemia of Plasmodium spp. in the blood by morphological examination before injecting into donor canaries. Plasmodium spp.--infected blood was inoculated intravenously into canaries and once infection was established, Culex stigmatosoma, Cx. pipiens and Cx. quinquefasciatus mosquitoes were then allowed to feed on the infected canaries to validate the efficacy of this method for mosquito vector competence assays. RESULTS: Storage of Plasmodium spp.--infected donor blood at 4 °C yielded viable parasites for 48 h. All five experimentally-infected canaries developed clinical signs and were infectious. Pathologic examination of three canaries that later died revealed splenic lesions typical of avian malaria infection. Mosquito infectivity assays demonstrated that Cx. stigmatosoma and Cx. pipiens were competent vectors for Plasmodium cathemerium. CONCLUSIONS: A simple method of collecting and preserving avian whole blood with malaria parasites of low parasitaemia (≤ 0.0005%) was developed that remained viable for further experimental bird and mosquito infectivity assays. This method allows researchers interested in conducting infectivity assays on target Plasmodium spp. to collect these parasites directly from nature with minimal impact on wild birds.", "doiRels": [], "localIdentifier": [{"type": "doi", "id": "10.1186/s12936-016-1198-5"}, {"type": "pbmid", "id": "26969510"}], "author": ["Carlson Jenny S", "Giannitti Federico", "Valkiūnas Gediminas", "Wright Stan", "Tell Lisa A", "Snipes Joy", "Cornel Anthony J"], "relatedPublications": 0, "id": "50|r3d100010527::c1e5f3fa456144e550b8bc1fd9f510d7", "title": ["A method to preserve low parasitaemia Plasmodium-infected avian blood for host and vector infectivity assays."], "relatedDatasets": 2}
1361
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3087ffba803ae6576faaaa571c64568b", "id": {"identifier": "10.5517/cc9hlp1", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::525e2aebdca74417aeb0b82716968e2c", "id": {"identifier": "10.5517/cc9hlmz", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::acb10335299c981457d7801c6e10e26f", "id": {"identifier": "10.5517/cc9hln0", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Synthetic, structural, spectroscopic, and kinetic studies have been carried out on the Pd(ll) complexes of new 2N10-donor ligands containing a pendent indole, 3-(N-2-pyridylmethyl-N-2-hydroxy-5-methoxybenzylamino)ethylin-dole (HMeO-iepp), 3-(N-2-pyridylmethyl-N-2-hydroxy-5-nitrobenzylamino)ethylindole (HNO 2 -iepp), and (N-2-pyridyl-methyl-3-indolylethylamino)acetic acid (Hiepc) (H denotes a dissociable proton). [Pd(MeO-iepp)Cl] (2), [Pd(NO 2 -iepp)Cl] (3), and [Pd(iepc)Cl] (4) were prepared and revealed by X-ray analysis to have a pyridine nitrogen, an amine nitrogen, a phenolate or carboxylate oxygen, and a chloride ion in the coordination plane. UV absorption and  1 H NMR spectral changes indicated that all the complexes could be converted to the indole-binding complexes where the O donor was replaced by the indole C2 atom by cyclopalladation in DMSO or DMF in the temperature range of 40-60 °C. Formation of the indole-binding complex species obeyed the first-order kinetics, from which the activation parameters were estimated. The formation rate was dependent on the properties of the O-donor group, a lower pK a  value of its conjugate acid causing faster conversion to the indole-binding species in the order 2 (methoxyphenolate)   3 > 4.", "author": ["Iwatsuki Satoshi", "Shimazaki Yuichi", "Yajima Tatsuo", "Naruta Yoshinori", "Yamauchi Osamu", "Nakabayashi Yasuo", "Tashiro Minoru", "Motoyama Takeshi"], "localIdentifier": [{"type": "doi", "id": "10.1021/ic0504801"}], "id": "50|dli_resolver::79b7e511e2464785dc17aef34895f037", "relatedPublications": 0, "date": [""], "title": ["\"Cyclopalladation of the Indole Ring in Palladium(II) Complexes of 2N1O-Donor Ligands and Its Dependence on the O-Donor Properties\""], "relatedDatasets": 3}
1362
{"typology": "publication", "publisher": ["Tissue antigens"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::00ff7eb663db152d6b7f4e53e3619d17", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9864034&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bd62faff9077f97c82bbbbf7a1cf3981", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=9864034&result=sequence_release", "schema": "url"}}], "abstract": "None: The Nivkhi are a native people isolated in the Nogliki region of Sakhalin, Far East Russia, where our group recently recognized human T-cell lymphoma virus type I (HTLV-I) infection. In order to trace the Nivkhi's ethnic background and the HTLV-I carriers, we investigated HLA class I and II allele types of 53 Nivkhi (including four HTLV-I carriers). Major HLA class I alleles of the Nivkhi were A*24, A*02, B*40, B*48, B*27, B*35 with allele frequencies similar to the Orochon, a native people isolated in Northeast China. Major Nivkhi class II alleles were DRB1*0901, DRB1*1401, DRB1*1201, DRB1*1106 with allele frequencies similar to the Ainu in Hokkaido, Japan, but dissimilar to other Asian Mongoloids, including the general Japanese population. The same HLA class I and II allele frequencies are found in both Nivkhi HTLV-I carriers and the background population. A dendrogram of HLA class I alleles showed that the Nivkhi were closely related to the Orochon and Yakut, and remotely related to the Japanese, Ainu and other Asian Mongoloids. Interestingly, the Nivkhi were intermediately related to the Amerindians (Inuit, Tlingit and Andeans), a relationship closer than to the Japanese and Asian Mongoloids. These results suggested the Nivkhi might be related to some genetic group of Northeast Asian Mongoloids like the Orochon and Yakut, being infected with HTLV-I in the distant past before diverging into the current major Mongoloid ethnic groups.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "9864034"}], "author": ["Yashiki S", "Fujiyoshi T", "Kuwayama M", "Suehara M", "Ballas M", "Li H C", "Osame M", "Imanishi T", "Sonoda S", "Lou H", "Yamashita M", "Hayami M", "Gurtsevich V"], "relatedPublications": 0, "id": "50|r3d100010527::50da59af4dad0de518d23f43100d4489", "title": ["HLA class I and class II of the Nivkhi, an indigenous population carrying HTLV-I in Sakhalin, Far Eastern Russia."], "relatedDatasets": 2}
1363
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d55357eb1705c8ca014dc31231efaf89", "id": {"identifier": "10.5517/cc7fn6h", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The trinuclear arene–ruthenium cluster cation [H3Ru3(η6-C6H6)(η6-C6H4MePri-p)2(μ3-O)]+has been synthesized and crystallized as the hexa­fluoro­phosphate salt. The cation possesses a mirror plane through the (η6-benzene)­ruthenium moiety and the μ3-O atom, and is disordered over a perpendicular mirror plane that includes the three Ru atoms.", "author": ["Süss-Fink Georg", "Therrien Bruno", "Vieille-Petit Ludovic"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536803016222"}], "id": "50|dli_resolver::d578f31c2871ee3faa4e40d8710ab296", "relatedPublications": 0, "date": [""], "title": ["\"(η6-Benzene)bis(η6-p-cymene)tri-μ-hydrido-μ3-oxo-triruthenium hexafluorophosphate\""], "relatedDatasets": 1}
1364
{"typology": "publication", "doiRels": [{"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::284f8accf4dc6f367ad1c8c93f1546f4", "id": {"identifier": "10.3886/icpsr03268.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e722191351e6d12334d3bdb9abd44908", "id": {"identifier": "10.3886/icpsr06998.v1", "schema": "doi"}}, {"relationSemantic": "cites", "collectedFrom": "Crossref", "dnetId": "60|dedup_wf_001::6f39b1977c9014d227339891cfe9ffd3", "id": {"identifier": "10.3886/icpsr02855.v1", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "ICPSR", "datasourceId": "dli_________::r3d100010255"}], "relatedDatasets": 3, "relatedUnknown": 0, "externalRels": [], "author": ["Rakovski, Carter Cleveland"], "localIdentifier": [{"type": "icpsr", "id": "69848"}], "relatedPublications": 0, "title": ["An Organizational Perspective on Quality of Care in Nursing homes"], "id": "50|r3d100010255::25a64daac3d6e17d3ff3401edab97b47"}
1365
{"typology": "publication", "publisher": ["International journal of systematic and evolutionary microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c266766756b0a059bf806e14befc83e2", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15280307&result=read_study", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::78628bdca4eea59c5678099fc0a10c91", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15280307&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::f0b3119289c5bc7cbc1811887c88c5ff", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15280307&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::dea281657e8056ddfc728828d0afd55a", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=15280307&result=sequence_release", "schema": "url"}}], "abstract": "None: Three strains of a hitherto unknown, Gram-negative, anaerobic coccus were isolated from human samples. At the phenotypic level, the isolates displayed all the characteristics of bacteria belonging to the genus Veillonella. Sequence analysis revealed that the three strains shared >99.5% similarity in 16S rDNA sequence and >98.4% similarity in dnaK sequence. The three unknown strains formed a separate subclade that was clearly remote from Veillonella species of human and animal origin. Based on these results, the three strains were considered to represent a novel species within the genus Veillonella, for which the name Veillonella montpellierensis is proposed. The type strain of the species is ADV 281.99T (=CIP 107992T=CCUG 48299T).", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "15280307"}], "author": ["Teyssier Corinne", "Jean-Pierre Hélène", "Campos Josiane", "Carlier Jean-Philippe", "Gay Bernard", "Marchandin Hélène", "Jumas-Bilak Estelle"], "relatedPublications": 0, "id": "50|r3d100010527::264bfe9ac599de5a1e25a9ac97bcfc57", "title": ["Veillonella montpellierensis sp. nov., a novel, anaerobic, Gram-negative coccus isolated from human clinical samples."], "relatedDatasets": 4}
1366
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::3956ad07fe6a3c953b47a6e0812c3a90", "id": {"identifier": "ay122286.1", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b94af12c179c425830657d27851e3faa", "id": {"identifier": "ay437609.1", "schema": "ena"}}], "abstract": "", "author": ["José Blanca", "Montserrat Saladié", "Albert Mascarell-Creus", "Livia Donaire", "Jordi Garcia-Mas", "Cesar Llave", "Aranda, Miguel A.", "Daniel Gonzalez-Ibeas", "Ana Cano-Delgado"], "localIdentifier": [{"type": "pmid", "id": "21812964"}], "id": "50|pubmed______::61d986841eaf2d212f46345cccc50575", "relatedPublications": 0, "date": ["2011-08-03"], "title": ["Analysis of the melon (Cucumis melo) small RNAome by high-throughput pyrosequencing."], "relatedDatasets": 2}
1367
{"typology": "publication", "publisher": ["American Chemical Society (ACS)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3bbecfa9ed59ca9c8662f4291bfda2bb", "id": {"identifier": "10.5517/cc141qzw", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::18652826cbfba4604f621824262e5e00", "id": {"identifier": "10.5517/cc141r1z", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::89035eba5b6de2e134e35e9d88a835b0", "id": {"identifier": "10.5517/cc141r0y", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Nakamura Taichi", "Yamashita Makoto", "Suzuki Katsunori"], "localIdentifier": [{"type": "doi", "id": "10.1021/acs.organomet.5b00073"}], "id": "50|dli_resolver::f37bae35fbeee74aac7ed92acdb66d46", "relatedPublications": 0, "date": [""], "title": ["\"Aluminabenzene–Zirconium Complexes: Intramolecular Coordination of Chloride to Aluminum\""], "relatedDatasets": 3}
1368
{"typology": "publication", "publisher": ["Biochemical and biophysical research communications"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::a3fdf62d13fbb3438c1c4db2bb639c7d", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12150981&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::e4f4b3d01a27722a34b4850983764147", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=12150981&result=sequence_release", "schema": "url"}}], "abstract": "None: The modulator of the sea urchin alpha-H2A histone gene promoter is the only enhancer identified in the alpha-histone gene cluster. Binding of a single factor, denoted MBF-1, has previously detected in nuclear extracts from morula and gastrula embryos. Here, we describe the cloning of MBF-1 by screening a cDNA expression library with a tandem array of modulator binding sites. MBF-1 presents no similarity with other DNA binding proteins and contains nine Krüppel like Zn fingers. In vitro translated proteins and a factor from nuclear extracts interact with the modulator with identical specificity. In addition, MBF-1 expressed in human cells transactivates a reporter gene driven by an array of modulator sites. The DNA binding domain consists of the Zn fingers plus an adjacent basic region, while sequences in the N-terminal region mediates the transactivation function. MBF-1 is expressed in the unfertilized egg and in early and late developmental stages thus confirming that it is not a stage specific enhancer binding factor and that silencing of the alpha-H2A gene after hatching is not due to the lack of the transactivator.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "12150981"}], "author": ["Di Simone Paola", "Palla Franco", "Anello Letizia", "Spinelli Giovanni", "Alessandro Claudia", "Buscaino Alessia"], "relatedPublications": 0, "id": "50|r3d100010527::7b411e9cad114e547692f2065793008f", "title": ["Identification of the enhancer binding protein MBF-1 of the sea urchin modulator alpha-H2A histone gene."], "relatedDatasets": 2}
1369
{"typology": "publication", "publisher": ["Wiley-Blackwell"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::fb9b3ebfc49212b17c25dc1c67ae5739", "id": {"identifier": "10.5517/ccrzyxk", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Hu Hongwen", "Fang Ling", "Lin Aijun", "Zhu Chengjian"], "localIdentifier": [{"type": "doi", "id": "10.1002/chem.200901099"}], "id": "50|dli_resolver::06f92ac65441703a794738e8b54c4451", "relatedPublications": 0, "date": [""], "title": ["\"Highly Enantioselective Sulfenylation of β-Ketoesters: H-Bond Acceptor Catalysis\""], "relatedDatasets": 1}
1370
{"typology": "publication", "publisher": ["Proceedings of the National Academy of Sciences of the United States of America"], "doiRels": [], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "pubmed______"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::7b9a2919251cb36d910a3aeecaab5ac3", "id": {"identifier": "m61142", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::bb508b15986665a711446659fed185b8", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1518864&result=taxon", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::44dccea2c4cb123dc4e56f92197ac4e5", "id": {"identifier": "x57947", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::409a3a3d0b1b4c11120ae7f4e584d731", "id": {"identifier": "m96633", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::9e5cff71fe8bf4883a2c554c470e790e", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1518864&result=noncoding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::c157b7d500bff7aa3a2930fc91194495", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1518864&result=coding_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b8f465c842299ff2273b30682ae4821e", "id": {"identifier": "x59720", "schema": "ena"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::1331dc7148cb277cc044cfb19dd50462", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=1518864&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::0bd1c2c0341798ca222fab825ecb02ef", "id": {"identifier": "m84574", "schema": "ena"}}], "abstract": "None: Proteolytic removal of amino-terminal octapeptides from mitochondrial intermediate proteins is a required step for a subgroup of nuclear-encoded mitochondrial precursors and is specifically catalyzed by mitochondrial intermediate peptidase (MIP). We recently reported the purification of MIP from rat liver and showed that the enzyme is a monomer of 75 kDa. We now report the sequence of a full-length rat MIP cDNA. This cDNA codes for a protein of 710 amino acids, including an amino-terminal mitochondrial leader peptide of 33 residues. The region surrounding the mature MIP amino terminus shows a cleavage site typically recognized by the general mitochondrial processing peptidase (MPP). In vitro synthesized MIP precursor is cleaved to mature MIP by purified MPP, and thus MIP is not required for its own proteolytic maturation. Comparison of the deduced MIP sequence with other sequences in the GenBank data base reveals two important similarities. The first is to a sequence encoding a putative MIP homologue in the recently reported sequence of yeast chromosome III. The putative yeast protein is predicted to be 712 amino acids long and includes a putative 23-residue mitochondrial leader peptide also with a MPP processing site. It shows 47% similarity and 24% identity to rat MIP. The second similarity is to members of a subfamily of metallopeptidases that includes rat metalloendopeptidase EC 3.4.24.15 and two bacterial proteases, oligopeptidase A and dipeptidyl carboxypeptidase. A region of greater than 50% similarity over 400 residues between MIP and these proteins is centered around the sequence motif HEXXH, typical of zinc metallopeptidases.", "author": ["Rosenberg L E", "Le, Rosenberg", "Isaya G", "Isaya, G.", "Kalousek, F.", "Kalousek F"], "localIdentifier": [{"type": "pbmid", "id": "1518864"}, {"type": "pmid", "id": "1518864"}], "id": "50|dedup_wf_001::ddb03ff448f0ff1b03ba22caf33fc0f3", "relatedPublications": 0, "date": ["1992-09-01"], "title": ["Sequence analysis of rat mitochondrial intermediate peptidase: similarity to zinc metallopeptidases and to a putative yeast homologue."], "relatedDatasets": 9}
1371
{"typology": "publication", "publisher": ["Royal Society of Chemistry (RSC)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::df457b0615247c740b1fe0a32290b26a", "id": {"identifier": "10.5517/ccq7lr8", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a31c39bf6521706e7bdfa2aa712ed3ee", "id": {"identifier": "10.5517/ccq7ls9", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Dinuclear [(TPyA)FeII(THBQ2–)FeII(TPyA)](BF4)2 (1) possesses hydrogen bonding interactions that form a 1-D chain, and π–π interactions between the 1-D chains that give rise to a 2-D supramolecular-layered structure, inducing hysteresis in the spin crossover behavior; 1 has shown spin crossover behavior around 250 K with thermal hysteresis and ferromagnetic interactions at low temperature.", "author": ["Swierczek Krzysztof", "DiPasquale Antonio G.", "Reiff William M.", "Miller Joel S.", "Rheingold Arnold L.", "Min Kil Sik", "Arif Atta M."], "localIdentifier": [{"type": "doi", "id": "10.1039/b715271j"}], "id": "50|dli_resolver::31942256ee44b7ee2ccd1d0415b599e1", "relatedPublications": 0, "date": [""], "title": ["\"A dinuclear iron(ii) complex, (TPyA)FeII(THBQ2–)FeII(TPyA)(BF4)2TPyA = tris(2-pyridylmethyl)amine; THBQ2–= 2,3,5,6-tetrahydroxy-1,4-benzoquinonate exhibiting both spin crossover with hysteresis and ferromagnetic exchange\""], "relatedDatasets": 2}
1372
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f8a79a5e3a4b71425e8afc0401a1c299", "id": {"identifier": "10.5517/cc12bskr", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::16d9ee1fa212c957dab916882200b435", "id": {"identifier": "10.5517/cc12bsjq", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::14792675735a24c35e359e2d768d5834", "id": {"identifier": "10.5517/cc12bshp", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ecf3bd7ddcd056641d13f85d18dd2188", "id": {"identifier": "10.5517/cc12bsgn", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ed3a852e1ea4bda6f9d58dc68c36b0f1", "id": {"identifier": "10.5517/cc12bsmt", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::760a35cb38c480d339c09b6de9ae3d1d", "id": {"identifier": "10.5517/cc12bsls", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "New ionic manganese(II/III), manganese(III) and iron(II/III) complexes of the formula [Mn-II(H2O)(2)(phen)(2)]{[Mn-III(dipic)(2)]}(2)center dot 7H(2)O, (dmphenH)[Mn-III(dipic)(2)]center dot 2H(2)O, (2,2'-bipyH)[Mn-III(dipic)(2)]center dot 3H(2)O, (4,4'-bipyH)[Mn-III(dipic)(2)]center dot 4H(2)O, [Fe-II(phen)(3)]{[Fe-III(dipic)(2)]}(2)center dot 4.83H(2)O and [Fe-II(2,2'-bipy)(3)]{[Fe-III(dipic)(2)]}(2)center dot 6.11H(2)O where dipic(2-) = pyridine-2,6-dicarboxylate anion, phen = 1,10-phenanthroline, dmphenH = 2,9-dimethyl-1,10-phenanthrolinium cation, 2,2'-bipyH = 2-(2-pyridyl)pyridinium cation, 4,4'-bipyH = 4-(4-pyridyl)pyridinium cation, have been prepared and characterized by the single-crystal X-ray structure analysis, infrared spectroscopy, and by magnetic susceptibility and magnetization measurements. A zero field splitting was found in the Mn(III) dipicolinates while an antiferromagnetic exchange interaction was present in the Fe(III) dipicolinates. (C) 2014 Elsevier B.V. All rights reserved.", "author": ["Koman Marian", "Moncol Ján", "Uhrecký Róbert", "Dlháň Ľubor", "Svoboda Ingrid", "Boča Roman", "Růžičková Zdeňka", "Pavlik Ján"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.ica.2014.10.006"}], "id": "50|dli_resolver::cffc8782c31a8565fcaf9f4cf18e0794", "relatedPublications": 0, "date": [""], "title": ["\"Synthesis, structure and magnetism of manganese and iron dipicolinates with N,N′-donor ligands\""], "relatedDatasets": 6}
1373
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "Elsevier", "datasourceId": "dli_________::elsevier"}], "relatedUnknown": 2, "externalRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|dli_resolver::b3dd80e8791de163555a341ee1713216", "id": {"identifier": "af339908", "schema": "genbank"}}], "abstract": "", "title": ["The"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0092-8674(04)00250-8"}], "id": "50|elsevier____::c8e61b9cc9593c5ad67e0a08116304a6", "relatedPublications": 0, "date": ["2004"], "relatedDatasets": 1}
1374
{"typology": "publication", "publisher": ["Archives of microbiology"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::4e250c178d2db502c8bf9c8b62f5158c", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7540828&result=sequence_release", "schema": "url"}}, {"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::11a54b0764158d4dbf23da46556c24df", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7540828&result=coding_release", "schema": "url"}}], "abstract": "None: A newly identified gene in Escherichia coli, fkpA, encodes a protein with extensive similarity to the macrophage infectivity potentiator (Mip) proteins of Legionella pneumophila and Chlamydia trachomatis. The FkpA protein may be a new member of the family of FK506-binding proteins (FKBPs) because its carboxyl domain includes a sequence that matches the consensus FK506-binding motif in 40 of 48 positions, including those amino acids at the active site that form hydrogen bonds with the drug FK506. The amino acid sequence of the 29 kDa FkpA protein is 30-35% identical to the Mip proteins of L. pneumophila, L. micdadei, and C. trachomatis. Of the 270 amino acids of FkpA, 113 (42%) are identical to the sequence of one or another of these Mip proteins. Overexpression of FkpA or deletion of fkpA from the E. coli chromosome had no detrimental effect on bacterial growth, indicating that fkpA is not an essential gene. Hybridization of fkpA-specific DNA probes to genomic blots revealed that similar genes exist in several representatives of the Enterobacteriaceae. Thus, mip-like genes are not found exclusively in bacteria having a predominately intracellular life style, but instead appear to be a new FKBP subfamily that is a common constituent of many bacteria.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7540828"}], "author": ["Young K D", "Horne S M"], "relatedPublications": 0, "id": "50|r3d100010527::f26ab9e4e06a194e0e5914e077d85b1d", "title": ["Escherichia coli and other species of the Enterobacteriaceae encode a protein similar to the family of Mip-like FK506-binding proteins."], "relatedDatasets": 2}
1375
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::16c2f89e33531895c8f9165a626ddca5", "id": {"identifier": "10.5517/cc4mnjx", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::baa225cae56f43adb1624e1466ec364b", "id": {"identifier": "10.5517/cc4mnky", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The phenylmethylene substituent at the C5 position of 5-benzylidene-3-phenyl-2-thioxo-1,3-thiazolidin-4-one, C 16 H 11 NOS 2 , (I), is virtually coplanar with the planar five-membered ring, whereas the phenyl group at N3 is almost orthogonal to this plane. The crystals of the chiral cycloadduct, 7-benzylidene-2,4,9-triphenyl-1,6-dithia-3,4,9-triazaspiro[4.4]non-2-en-8-one, C 29 H 21 N 3 OS 2 , (III), are racemic. Both five-membered rings have an envelope conformation with the spiro-C atom as the envelope flap, although this envelope is quite flattened for the 1,3-thiazolidine ring. In both compounds, short intramolecular C-H...S contacts cause visible steric strain. The known starting material, (I), has been prepared by condensation of 3-phenyl-2-thioxothiazolidin-4-one and benzaldehyde. Its reaction with N-phenylbenzohydrazonoyl chloride, (II), in the presence of triethylamine yielded (III) via 1,3-dipolar cycloaddition of the intermediate nitrile imine.", "author": ["Linden A.", "Heimgartner H.", "Awad E. M. A. H."], "localIdentifier": [{"type": "doi", "id": "10.1107/s0108270199008975"}], "id": "50|dli_resolver::77ae4df7c20666d0ffb4a5d84c8e6a70", "relatedPublications": 0, "date": [""], "title": ["\"A rhodanine derivative and its cycloadduct with diphenyl nitrile imine\""], "relatedDatasets": 2}
1376
{"typology": "publication", "publisher": ["Geological Society of London"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a676cd5dbd314139feb54e8e4775afbd", "id": {"identifier": "10.6084/m9.figshare.3454211", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "Although many studies have dealt with markedly different fold orientations and associated cleavage-fold relationships within individual, single-phase deformed fold belts, there are very few descriptions of possible gradual, transitional fold geometries. The Lower Cambrian steep core of the single-phase deformed Brabant Massif contains steeply plunging, west-facing folds with a Z-shaped asymmetry, whereas the Ordovician-Silurian southern rim consists of gently plunging, upward facing folds. A gradual transition is observed between these end-member orientations, in a NW-SE-trending zone 1-1.5 km wide, in which the folds appear to be strongly curvilinear and locally downward facing. The structural geometries within this transition zone are described in detail and the geometric changes analysed in the light of the fold transition. The strongly variable fold orientations are tentatively attributed to a bulk oblate tectonic strain. The transition zone overlies an aeromagnetic lineament, classically interpreted as a dextral shear zone. The steeply plunging folds, the transition zone and the aeromagnetic lineaments are all attributed to a local dextral transpression, in which deformation is partitioned both vertically and laterally. The results indicate that within zones of heterogeneous transpression, the different deformation domains are not necessarily always fault bounded.", "author": ["Sintubin M.", "Debacker T.N.", "Verniers J."], "localIdentifier": [{"type": "doi", "id": "10.1144/0016-764903-143"}], "id": "50|dli_resolver::db5be8fd313e22063f69d7f7fa2daf5f", "relatedPublications": 0, "date": [""], "title": ["\"Transitional geometries between gently plunging and steeply plunging folds: an example from the Lower Palaeozoic Brabant Massif, Anglo-Brabant deformation belt, Belgium\""], "relatedDatasets": 1}
1377
{"typology": "publication", "doiRels": [], "datasources": [{"completionStatus": "complete", "datasourceName": "OpenAIRE", "datasourceId": "dli_________::openaire"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "references", "collectedFrom": "OpenAIRE", "dnetId": "60|openaire____::a6bd2c94dd1fa0be27f8175fde81c138", "id": {"identifier": "10.3886/icpsr01127.v1", "schema": "url"}}], "abstract": "textabstractThis paper develops a Markov-Switching vector autoregressive model that allows for imperfect synchronization of cyclical regimes in multiple variables, due to phase shifts of a single common cycle. The model has three key features: (i) the amount of phase shift can be different across regimes (as well as across variables), (ii) it allows the cycle to consist of any number of regimes J is larger than or equal to 2, and (iii) it allows for regime-dependent volatilities and correlations. In an empirical application to monthly returns on size-based stock portfolios, a three-regime model with asymmetric phase shifts and regime-dependent heteroscedasticity is found to characterize the joint distribution of returns most adequately. While large- and small-cap portfolios switch contemporaneously into boom and crash regimes, the large-cap portfolio leads the small-cap portfolio for switches to a moderate regime by a month.", "author": ["Paap, Richard", "Dijk, Dick", "Cakmakli, Cem"], "localIdentifier": [{"type": "openaire", "id": "oai:dnet:dedup_wf_001::a77304c4bebaa63fdd453d0845db2e86"}], "id": "50|dli_resolver::0188af2468072a40e5a0676c1c2bd877", "relatedPublications": 0, "date": [""], "title": ["Modeling and Estimation of Synchronization in Multistate Markov-Switching Models"], "relatedDatasets": 1, "subject": [{"scheme": "keyword", "value": "jel:C11"}, {"scheme": "keyword", "value": "C52"}, {"scheme": "keyword", "value": "jel:C32"}, {"scheme": "keyword", "value": "C11"}, {"scheme": "keyword", "value": "C32"}, {"scheme": "keyword", "value": "Markovscher Prozess"}, {"scheme": "keyword", "value": "jel:C52"}, {"scheme": "keyword", "value": "jel:C51"}, {"scheme": "keyword", "value": "imperfect synchronization, phase shifts, regime-switching models, Bayesian analysis"}, {"scheme": "keyword", "value": "phase shifts"}, {"scheme": "keyword", "value": "imperfect synchronization"}, {"scheme": "keyword", "value": "Zeitreihenanalyse"}, {"scheme": "keyword", "value": "Theorie"}, {"scheme": "keyword", "value": "ddc:330"}, {"scheme": "keyword", "value": "regime-switching models"}, {"scheme": "keyword", "value": "Bayesian analysis"}, {"scheme": "keyword", "value": "C51"}]}
1378
{"typology": "publication", "publisher": ["Molecular and cellular neurosciences"], "datasources": [{"completionStatus": "incomplete", "datasourceName": "European Nucleotide Archive", "datasourceId": "r3d100010527"}, {"completionStatus": "complete", "datasourceName": "PubMed", "datasourceId": "dli_________::pubmed"}], "relatedUnknown": 0, "externalRels": [{"relationSemantic": "isRelatedTo", "collectedFrom": "European Nucleotide Archive", "dnetId": "60|r3d100010527::6858e032d7947403b084331b6be600b4", "id": {"identifier": "http://www.ebi.ac.uk/ena/data/search/?query=7496632&result=sequence_release", "schema": "url"}}], "abstract": "None: Sensory neurons are a major derivative of the neural crest for which there have been no definitive molecular markers in mammals. We have developed a method that combines differential hybridization with degenerate RT-PCR to rapidly screen gene families for members exhibiting differential expression among tissues or cell types. We used this approach to search for transcription factor-encoding genes specifically expressed in mammalian sensory neurons. A novel paired homeodomain protein, called DRG11, was identified. DRG11 is expressed in most sensory neurons, including trkA-expressing neurons, but not in glia or sympathetic neurons. Unexpectedly, it is also expressed in the dorsal horn of the spinal cord, a region to which NGF-dependent sensory neurons project. These data suggest that DRG11 is not only a useful marker for sensory neurons, but may also function in the establishment or maintenance of connectivity between some of these neurons and their central nervous system targets.", "doiRels": [], "localIdentifier": [{"type": "pbmid", "id": "7496632"}], "author": ["Saito T", "Sun Q", "Anderson D J", "Greenwood A"], "relatedPublications": 0, "id": "50|r3d100010527::4b2421a945b767c0fa2bc898929584c4", "title": ["Identification by differential RT-PCR of a novel paired homeodomain protein specifically expressed in sensory neurons and a subset of their CNS targets."], "relatedDatasets": 1}
1379
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::7110eafc603061a1ff080e7b1cb88496", "id": {"identifier": "10.1594/pangaea.88303", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::c30ee6068ab434dabbb069ff35a6122c", "id": {"identifier": "10.1594/pangaea.88302", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::ac7a3d6815f7d1d02c43023d624bb49b", "id": {"identifier": "10.1594/pangaea.88304", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e980e831257cc7cdae523f565141b054", "id": {"identifier": "10.1594/pangaea.88305", "schema": "doi"}}, {"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::0c52b64f1565a97a9e49b3e878079e35", "id": {"identifier": "10.1594/pangaea.726854", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Pangaea", "datasourceId": "dli_________::r3d100010134"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Zonneveld Karin A.F", "Brummer GeertJan A"], "localIdentifier": [{"type": "doi", "id": "10.1016/s0967-0645(00)00023-0"}], "id": "50|dli_resolver::0c550a59003b17a0faf6e58489109339", "relatedPublications": 0, "date": [""], "title": ["(Palaeo-)ecological significance, transport and preservation of organic-walled dinoflagellate cysts in the Somali Basin, NW Arabian Sea"], "relatedDatasets": 5}
1380
{"typology": "publication", "publisher": ["International Union of Crystallography (IUCr)"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dd2e434307dc061395d58608853c68c9", "id": {"identifier": "10.5517/ccwb5s4", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "The title compound, C20H18BF2N3, contains one C9BN2 (Bodipy) framework and one cyano­benzyl group. The Bodipy framework is essentially planar with a maximum deviation of 0.041 (2) A. The introduction of two methyl groups at positions 1 and 7 of s-indacene in the Bodipy unit results in almost orthogonal configuration between the mean plane of the Bodipy unit and the cyano­benzyl group [dihedral angle = 89.78 (4)°].", "author": ["Chen Yuting", "Jiang Jianzhuang"], "localIdentifier": [{"type": "doi", "id": "10.1107/s1600536811009457"}], "id": "50|dli_resolver::c123553ac7abc6a9a69f2c139ca97df8", "relatedPublications": 0, "date": [""], "title": ["\"4-(4,4-Difluoro-1,3,5,7-tetramethyl-3a-aza-4a-azonia-4-borata-s-indacen-8-yl)benzonitrile\""], "relatedDatasets": 1}
1381
{"typology": "publication", "publisher": ["Elsevier BV"], "doiRels": [{"relationSemantic": "isSupplementedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::869618b29747f724ce37956a1a1dd884", "id": {"identifier": "10.5517/ccqxnpy", "schema": "doi"}}], "datasources": [{"completionStatus": "incomplete", "datasourceName": "Cambridge Crystallographic Data Centre", "datasourceId": "dli_________::r3d100010197"}, {"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "A one-pot approach for highly stereoselective synthesis of spirocyclopropyl oxindoles  3  with good to excellent yields from the reaction of isatins  1  and arsonium salts  2  in the presence of K 2 CO 3  is described. The structure of product  3  was confirmed by  1 H NMR,  13 C NMR, IR, MS, EA, and X-ray diffraction as well.", "author": ["Ren Zhongjiao", "Cao Weiguo", "Liu Ying", "Chen Jie", "Deng Hongmei", "Yu Haigang", "Zhang Hui", "Shao Min"], "localIdentifier": [{"type": "doi", "id": "10.1016/j.tet.2010.02.038"}], "id": "50|dli_resolver::15667abcd14d85ce7c617ed9da49332d", "relatedPublications": 0, "date": [""], "title": ["\"One-pot approach for the stereoselective synthesis of spirocyclopropyl oxindoles from isatins and arsonium salts\""], "relatedDatasets": 1}
1382
{"typology": "publication", "publisher": ["Magnolia Press"], "doiRels": [{"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0204dc71fe4353979c2550d21af8066f", "id": {"identifier": "10.15468/dl.vsz8a6", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::875ca6fc325febc60cbc5928f62de5eb", "id": {"identifier": "10.15468/dl.8rnwae", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::b2fba73c8a77fbd9c308d13ff904ccf0", "id": {"identifier": "10.15468/dl.vhrhed", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::7087a5423cc69fa93c98148a17aafbf9", "id": {"identifier": "10.15468/dl.ifada2", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d3d0a0b4c67745f1ba789308900ace08", "id": {"identifier": "10.5281/zenodo.1175496", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aaf51ef5b81524326ab8220a6fc19530", "id": {"identifier": "10.5281/zenodo.1175503", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1d1eb152f0100cecebecb125b9017e42", "id": {"identifier": "10.5281/zenodo.1175504", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::dbc046965700bcc0d81705fbe353eca0", "id": {"identifier": "10.5281/zenodo.1175495", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f1dbeb1cb5b900927b38a86dc53214bd", "id": {"identifier": "10.5281/zenodo.1175500", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::d269340ce3e821417766bcb12121de6f", "id": {"identifier": "10.5281/zenodo.1175493", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6d4bc26c8f78d9ab0209683f0ac9ab6f", "id": {"identifier": "10.5281/zenodo.1175497", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::26373c8191bd1ae57bc2dd1be403fc61", "id": {"identifier": "10.15468/dl.xk1euh", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecdef8da5d3092fa6045dd6b870f073", "id": {"identifier": "10.15468/dl.7bb4uk", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::155cf37ded6ea5a683a1b2a5f2a9d3ff", "id": {"identifier": "10.5281/zenodo.1175492", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1c29b08301c0c8d8db82b4c3c7278eec", "id": {"identifier": "10.15468/dl.henp6y", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::5b16f8f1af4a2cbc2c41638ad0697b28", "id": {"identifier": "10.15468/dl.67sj5h", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e41d1f7585cce2558abb8161a329d25a", "id": {"identifier": "10.5281/zenodo.1175511", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::e84a5c6a80cd246f94011d94676da1fb", "id": {"identifier": "10.5281/zenodo.1175498", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::80f66e4cffe6dc34f32e29f5000acd96", "id": {"identifier": "10.15468/dl.1ja2gp", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::98929d9148f21cf76a0840c13fc7e3fb", "id": {"identifier": "10.15468/dl.ujujlb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a3703626dac77cea8748dffcc9a198bc", "id": {"identifier": "10.15468/dl.govpwq", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::3ecfe98aee6dac2d8cc6d373b14faf6d", "id": {"identifier": "10.15468/dl.hjr0yd", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::2fe19921b0a66ae7df7da2df3b8dd453", "id": {"identifier": "10.5281/zenodo.1175501", "schema": "doi"}}, {"relationSemantic": "isNewVersionOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::50be54eff6592339bdc8cf5da843067e", "id": {"identifier": "10.15468/lrazih", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::1d44090a6317f173c198e8c39d72a290", "id": {"identifier": "10.15468/dl.ovaody", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::841be9665d45fcc1368bb4e8a9789bb7", "id": {"identifier": "10.5281/zenodo.1175506", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::deb0901a94c3872200d238a7374642cb", "id": {"identifier": "10.5281/zenodo.1175491", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::da3bdfc9884811e149296e834877453d", "id": {"identifier": "10.5281/zenodo.1175508", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::1686f57877aad6c9628ec516a7f60d9c", "id": {"identifier": "10.5281/zenodo.1175499", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::5770fc662c24d39489cdf97647082d77", "id": {"identifier": "10.5281/zenodo.1175510", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::624fb28df6dd6c11d13b3c88a9d924fe", "id": {"identifier": "10.15468/dl.ypm4jx", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::aa3e0b7e1b2d2786faff392247f51370", "id": {"identifier": "10.5281/zenodo.1175505", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::a7085a11a3a88ed1b35912f73d4d8e6d", "id": {"identifier": "10.5281/zenodo.1175513", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::a8a326e6ef38bfd3fe99a064adebda07", "id": {"identifier": "10.15468/dl.jw6c0n", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::8453f87280e948950e59fb4a87b44dd0", "id": {"identifier": "10.15468/dl.y7jufb", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0df8acad6ba3ca8358f3fd4db03ff10d", "id": {"identifier": "10.15468/dl.37e9i0", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::3040876a36c84dd5973d5d3d0e6f677b", "id": {"identifier": "10.5281/zenodo.1175514", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::940d8eb73c4482c4a7acaf45f9fe09c6", "id": {"identifier": "10.15468/dl.gmqags", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::454cb5c2468ec17f66b024ba25507e8d", "id": {"identifier": "10.15468/dl.6mqtyi", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::365b5af9fc3abedacd84721e8d0f0e97", "id": {"identifier": "10.15468/dl.qsauzj", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::f4f0ebd5805c0664466613963664d6da", "id": {"identifier": "10.5281/zenodo.1175512", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::4c9a736551eaa411dcbbfcfc1188ad80", "id": {"identifier": "10.15468/dl.k1i1cy", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::11be6b0b47277543ee257cc7b9a98ee6", "id": {"identifier": "10.5281/zenodo.1175494", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e05cdd98f7c6491014530ac443baf3d2", "id": {"identifier": "10.15468/dl.uhumps", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::75d4d343966d7594f76f5f6f15f4c29c", "id": {"identifier": "10.15468/dl.bzm4fg", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::fc4b7b88722cc6de48ebd3a0611eca6b", "id": {"identifier": "10.15468/dl.uge2io", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::6cf52d5af8b21a7a48e775a2d242cb61", "id": {"identifier": "10.5281/zenodo.1175502", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::e9536d0b8ab78e6b37c3ec0932cc0069", "id": {"identifier": "10.15468/dl.ghvhqr", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::0bb85d40c4f2b8588134e709ba853c8a", "id": {"identifier": "10.15468/dl.oiws2x", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::81f89d598b14fde84b93b7b4a0224504", "id": {"identifier": "10.5281/zenodo.1175509", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::04c7a2007085d133a19fef1d36c5ec96", "id": {"identifier": "10.15468/dl.pfbhob", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::25e753d3ca40f999192fe2d0b5ece190", "id": {"identifier": "10.15468/dl.z3niia", "schema": "doi"}}, {"relationSemantic": "isReferencedBy", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f3ae77807811a64d7e16c0a50d9f924a", "id": {"identifier": "10.15468/dl.pfebuj", "schema": "doi"}}, {"relationSemantic": "unknown", "collectedFrom": "Datasets in Datacite", "dnetId": "60|dedup_wf_001::34a73d07385ea8380e8b5aaab02278ef", "id": {"identifier": "10.5281/zenodo.1175507", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "<jats:p>The Australian Candonidae ostracod fauna has few surface water representatives, despite Australia being one of the principal centers of Candonidae biodiversity. The majority of Australian species live in subterranean waters, with most genera and one tribe being endemic to the continent. Species in Australia show Tethyan and Gondwana connections, with relatives living in European and Central/South American subterranean waters. I describe Hancockcandonopsis gen. nov. from boreholes in the alluvial aquifers of the Peel River and Hunter Valley, which at present contains five species, of which three are named, H. inachos sp. nov., H. io sp. nov., and H. tamworthi sp. nov., and two are left on the open nomenclature. All species are allopatric and short range endemics. The genus belongs to the almost cosmopolitan Candonopsini tribe, and the major generic autapomorphy is a hook-shaped h3-seta on the cleaning leg. Characters on the prehensile palps and hemipenis of Hancockcandonopsis indicate a close relationship with the Queensland genus Pioneercandonopsis Karanovic, 2005 and two West Indies genera, Cubacandona Danielopol, 1978 and Caribecandona Broodbaker, 1983. A cladistic analysis, based on 32 Candonopsini species and 24 morphological characters, is used to test phylogenetic relationships among Candonopsini genera globally. Several hypotheses about the historical biogeography of this tribe are discussed. </jats:p>", "author": ["KARANOVIC IVANA"], "localIdentifier": [{"type": "doi", "id": "10.11646/zootaxa.4379.2.6"}], "id": "50|dli_resolver::6b7c88f163b127c668b3f194b4b2585e", "relatedPublications": 0, "date": [""], "title": ["A new Candonopsini (Ostracoda) genus from subterranean waters of New South Wales (Australia)"], "relatedDatasets": 78}
1383
{"typology": "publication", "publisher": ["IOP Publishing"], "doiRels": [{"relationSemantic": "isVariantFormOf", "collectedFrom": "Datasets in Datacite", "dnetId": "60|datacite____::f0595505cb451eb279fcda56b9003489", "id": {"identifier": "10.3204/pubdb-2017-10562", "schema": "doi"}}], "datasources": [{"completionStatus": "complete", "datasourceName": "Crossref", "datasourceId": "dli_________::crossref"}, {"completionStatus": "incomplete", "datasourceName": "Datasets in Datacite", "datasourceId": "dli_________::datacite"}], "relatedUnknown": 0, "externalRels": [], "abstract": "", "author": ["Bloch I.", "Prahl V.", "Greenall A.", "Poley L.", "Sperlich D.", "Mori R.", "Lozano M.", "Mahboubi K.", "Ariza D.", "Rehnisch L.", "Santoyo D.", "Jakobs K.", "Zakharchuk N.", "Gallop B.", "Ullán M.", "Lacker H.", "Benítez V.", "Affolder T.", "Fleta C.", "Phillips P.W.", "Fernández-Tejero J.", "Díez S.", "Lacasta C.", "Solaz, Contell C.", "Parzefall U.", "Kuehn S.", "Lohwasser K.", "Keller J.", "Soldevila, Serrano U.", "Bernabéu J.", "Marco-Hernandez R.", "Hauser M.", "Gregor I."], "localIdentifier": [{"type": "doi", "id": "10.1088/1748-0221/12/05/p05015"}], "id": "50|dli_resolver::510f893978ac20e864c9c35573c34635", "relatedPublications": 0, "date": [""], "title": ["Prototyping of hybrids and modules for the forward silicon strip tracking detector for the ATLAS Phase-II upgrade"], "relatedDatasets": 1}
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff