UniverseInTouch Admin
UniverseInTouch · Admin

Dashboard

Repository overview — papers, views, and activity.

View Live Site
Published
Live on site
Drafts
Awaiting publish
Total Views
All published papers
Citations
Avg —
Open Access
Peer —
Subscribers
— categories

Views by Field

Loading chart…

Featured Paper

Top Performing

Recent Papers

Recent Updates

Loading updates…

Add New Paper

Paste or type your research paper details below.

Paper Details

Manage Papers

View on the public site or delete papers. Editing is done by re-publishing from Add Paper (edit UI coming soon).

All Papers (0)

Categories

Manage research fields and topic categories.

Add Category

Existing Categories

Analytics

Track paper views, downloads, and citations.

Total Views
All papers
Total Citations
All papers
Top Paper Views
Subscribers
Newsletter

Views by Field

Install on Blogger

Paste this code into your Blogger theme to add the UniverseInTouch frontend to your blog.

Step 1 — Go to Blogger Theme

In your Blogger dashboard, go to Theme → Edit HTML. Paste the code below just before the </body> tag.

<!-- UniverseInTouch Widget — paste before </body> --> <div id="universeintouch-root"></div> <script> // Replace with your deployed UniverseInTouch JSON feed URL var UIT_DATA_URL = "https://your-universeintouch.blogspot.com/feeds/posts/default?alt=json"; var CC_THEME = "dark"; // "dark" or "light" var CC_POSTS_PER_PAGE = 10; var CC_SHOW_ABSTRACT = true; var CC_SHOW_CITATIONS = true; </script> <script src="https://cdn.jsdelivr.net/gh/p20210454-source/UniverseInTouch@latest/universeintouch.min.js"></script>

Step 2 — Add the CSS

Paste this inside the <head> section of your Blogger theme.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Crimson+Pro:wght@400;600&family=JetBrains+Mono:wght@400;600&display=swap"/> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/p20210454-source/UniverseInTouch@latest/universeintouch.min.css"/>

Step 3 — Configure Labels

Use Blogger Labels as your paper categories. UniverseInTouch maps them automatically:

// Blogger Label -> UniverseInTouch Field mapping var CC_LABEL_MAP = { "cs": "Computer Science", "bio": "Biology", "phys": "Physics", "math": "Mathematics", "econ": "Economics" };

Step 4 — Post Format

When writing a post in Blogger, structure it like this so UniverseInTouch parses it correctly:

<!-- In your Blogger post HTML editor --> <div class="rh-paper"> <div class="rh-authors">Smith J., Doe A.</div> <div class="rh-journal">Nature 2024</div> <div class="rh-doi">10.1038/s41586-024-0001-x</div> <div class="rh-abstract">Your abstract text...</div> <div class="rh-body">Full paper or summary...</div> <div class="rh-citations">142</div> <div class="rh-pdf">https://arxiv.org/pdf/...</div> </div>
Done! Your Blogger blog will now display as a professional research paper repository. The admin dashboard above is included — access it by appending #admin to your blog URL.

Settings

Configure your research blog.

Site Settings

Saved for the public website; visual theme switching is not applied in admin yet.