Skip to content

[Feature Request] Convert the abbreviated publicationTitle to its full name #369

@Mikank0

Description

@Mikank0

Is there an existing issue for this?

  • I have searched the existing issues

Environment

  • OS: Windows 11
  • Zotero Version: 7
  • Addon Version: 2.2.1

Describe the bug

例如我的刊名为缩写时 如:IEEE Trans. Power Electron.
插件应当将其刊名修改为 IEEE Transactions on Power Electronics
而插件只修改了 其刊名缩写为 IEEE Trans, Power Electron,

Item RDF export

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:z="http://www.zotero.org/namespaces/export#"
 xmlns:dcterms="http://purl.org/dc/terms/"
 xmlns:bib="http://purl.org/net/biblio#"
 xmlns:foaf="http://xmlns.com/foaf/0.1/"
 xmlns:link="http://purl.org/rss/1.0/modules/link/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
    <bib:Article rdf:about="#item_974">
        <z:itemType>journalArticle</z:itemType>
        <dcterms:isPartOf rdf:resource="urn:issn:08858993"/>
        <bib:authors>
            <rdf:Seq>
                <rdf:li>
                    <foaf:Person>
                        <foaf:surname>Thrimawithana</foaf:surname>
                        <foaf:givenName>Duleepa J.</foaf:givenName>
                    </foaf:Person>
                </rdf:li>
                <rdf:li>
                    <foaf:Person>
                        <foaf:surname>Madawala</foaf:surname>
                        <foaf:givenName>Udaya K.</foaf:givenName>
                    </foaf:Person>
                </rdf:li>
            </rdf:Seq>
        </bib:authors>
        <link:link rdf:resource="#item_1013"/>
        <dc:subject>Electric vehicles</dc:subject>
        <dc:subject>inductive power transmission (IPT)</dc:subject>
        <dc:title>A generalized steady-state model for bidirectional ipt systems</dc:title>
        <dcterms:abstract>Bidirectional inductive power transfer (BD-IPT) systems are high-order resonant circuits, which are complex in nature and sensitive to variations in system parameters and control variables. Consequently, modeling and design of BD-IPT systems are relatively difficult in comparison to unidirectional IPT systems. An accurate model that predicts the behavior of BD-IPT systems under different operating conditions is invaluable but yet to be reported. This paper, therefore, proposes a generalized steady-state model through which the behavior of BD-IPT systems can be accurately characterized. The proposed mathematical model is comprehensive and includes the effects of harmonics and sensitivity to variations in system parameters and control variables. Using the model, this paper investigates the behavior and sensitivity of BD-IPT systems under a range of practical operating conditions. The validity of the proposed generalized model, which is verified using the results of a 1-kW prototype system, provides a clear insight into BD-IPT systems and is expected to be useful at both design and implementation stages. © 1986-2012 IEEE.</dcterms:abstract>
        <dc:date>2013</dc:date>
        <z:language>en</z:language>
        <dc:description>Publisher: IEEE
GSCC: 0000195 2025-12-03T08:23:50.132Z 0.29</dc:description>
        <bib:pages>4681–4689</bib:pages>
    </bib:Article>
    <bib:Journal rdf:about="urn:issn:08858993">
        <prism:volume>28</prism:volume>
        <dc:title>IEEE Trans. Power Electron.</dc:title>
        <dc:identifier>DOI 10.1109/TPEL.2012.2237416</dc:identifier>
        <prism:number>10</prism:number>
        <dcterms:alternative>IEEE Trans, Power Electron,</dcterms:alternative>
        <dc:identifier>ISSN 08858993</dc:identifier>
    </bib:Journal>
    <z:Attachment rdf:about="#item_1013">
        <z:itemType>attachment</z:itemType>
        <dc:title>Full Text PDF</dc:title>
        <dc:identifier>
            <dcterms:URI>
                <rdf:value>https://ieeexplore.ieee.org/stampPDF/getPDF.jsp?tp=&amp;arnumber=6401199&amp;ref=</rdf:value>
            </dcterms:URI>
        </dc:identifier>
        <dcterms:dateSubmitted>2024-11-13 06:35:40</dcterms:dateSubmitted>
        <z:linkMode>1</z:linkMode>
        <link:type>application/pdf</link:type>
    </z:Attachment>
</rdf:RDF>

Steps to reproduce

No response

Debug output

No response

Anything else?

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

🆕 Needs Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions