Created at 11pm, Jan 7
physicsofcoinsScience
0
Tips and Best Practices to Get Published from IEEE Editors
d6aJ-8CnEqGCHaxbCRqOZaBbM1EuA9prZiBV-_0N-Ew
File Type
PDF
Entry Count
54
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This presentation is provided in IEEE Authorship and Open Access Symposium. It contains tips and what to do to publish on high impact journals.

Ethics Ethical publishing Duplication, Redundancies and Multiple Submissions Author must submit original work that: Has not appeared elsewhere for publication Is not under review for another refereed publication Cites previous work Indicates how it differs from the previously published work Authors MUST inform the editor when submitting any previously published work 41 Our Next Guest Speaker Dr. Josep M. Guerrero Director, Center for Research on Microgrids Aalborg University, Denmark
id: 40189550b8f31e8514abbc0e71708187 - page: 40
Josep M. Guerrero (Fellow, IEEE) is a Full Professor with the Department of Energy Technology, Aalborg University, Denmark, where he is responsible for the Microgrid Research Program. His research interests are oriented to microgrid frameworks in applications such as microgrid clusters, IoT-based and digital twin maritime microgrids for electrical ships, vessels, ferries and seaports, and space microgrids applied to nanosatellites and closed ecological systems. Prof. Guerrero is an Associate Editor for a number of IEEE journals. He has published more than 600 journal papers in the fields of microgrids and renewable energy systems, which have been cited more than 60,000 times. During seven consecutive years, from 2014 to 2020, he was awarded by Clarivate Analytics as a Highly Cited Researcher with 50 highly cited papers. Professor Guerrero has also served as a member of the Editorial Board for IEEE Access, the IEEEs largest open access journal.
id: a5815278f40a3ca38c63c03fa237c7f5 - page: 42
How to Promote Your Research: Tips and best practices to get your work exposure, read and cited Dr. Josep M. Guerrero Director, Center for Research on Microgrids Aalborg University, Denmark About Me CROM CROM is a leading European research center, affiliated to the Department of Energy Technology at Aalborg University. It is dedicated to the sustainable development on multi-disciplinary energy frameworks, providing reliable and optimal cutting-edge solutions to AC and DC microgrids, shipboard, offshore and maritime applications, space electric power systems, and IoT-based energy systems, among others. Publishing and editorial work Prof. Guerrero has published more than 600 journal papers in the fields of microgrids and renewable energy systems, which have been cited more than 60,000 times. Promoting Your Research The more people who read and cite your research, the more impactful it becomes The impact of your paper can be greatly enhanced by
id: 88d90e3789f8d5173b58d6b6a15ad796 - page: 43
Step 1 Select the Right Publication for Your Research Reputation of Publisher: Does it have a long history and strong
id: 3ad6866b3514f9a6a55ab7393c94570a - page: 45
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "d6aJ-8CnEqGCHaxbCRqOZaBbM1EuA9prZiBV-_0N-Ew", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "d6aJ-8CnEqGCHaxbCRqOZaBbM1EuA9prZiBV-_0N-Ew", "level": 2}'