Difference between revisions of "Muse"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
|purpose=A tool to analyse and visualise email collections.
+
|purpose=A tool used for personal archiving of email.
|image=
 
 
|homepage=http://mobisocial.stanford.edu/muse/
 
|homepage=http://mobisocial.stanford.edu/muse/
|license=Unclear
+
|license=Unknown
|platforms=
+
|platforms=Windows, Mac OS X
 +
|function=Personal Archiving
 +
|content=Email
 
}}
 
}}
 +
{{Infobox tool details}}
 +
== Description ==
 +
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 +
Muse is a free downloadable tool that allows a user to archive their personal email. It is a project developed by Stanford University’s Mobisocial Computing Lab. Funding for Muse is provided by an NSF POMI 2020 Expedition Grant and the Stanford Mobisocial Lab.
  
<!-- Delete the Categories that do not apply -->
+
Features:
[[Category:Personal Archiving]]
 
  
 +
*'''Sentiment Graph''' -  Displays messages that may be meaningful to the user, which relies on a pre-built lexicon to determine sentiments.
 +
*'''Calendar View''' - Displays important terms in the user’s email found through statistical analysis.
 +
*'''Attachment Wall''' - Displays all email attachments and allows the user to view the messages associated with the attachments.
 +
*'''Jog Dial Interface''' - Allows the user to quickly skim emails in chronological order using a dial interface.
 +
*'''Browsing Lens''' - A browser extension for Chrome and Firefox that identifies and highlights names on Web pages that also appear in the user’s email archive.
  
= Description =
+
Users are able to fine-tune these features as they see fit in the Settings menu.
A summary of the tool, focussing on aspects useful for digital preservation.
 
  
TBA
+
Common email formats supported by Muse are mbox, .PST, .DBX, and Eudora. Email can also be obtained simultaneously from multiple accounts. Muse connects via a secure email server, storing data locally, which ensures confidentiality among user accounts.
  
= User Experiences =
+
===Platform===
 +
Muse is available for Windows and Mac OS X. Firefox, Chrome, or Safari browsers with Java v1.6 or higher are also required.
  
 +
===Documentation and User Support===
 +
Muse offers an extensive FAQ page along with a Tip Sheet. Users are also encouraged to contact the tool's creators for additional assistance.
  
= Development Activity =
+
*FAQ: http://localhost:9099/muse/help
 +
*Muse Tip Sheet: http://mobisocial.stanford.edu/muse/tipsheet.html
 +
 
 +
If Muse fails to launch on a user's system, entering '''java -Xmx1g -jar muse-standalone.jar''' in the system's command line should cause the file to run. This launches the tool with 1GB of memory available, however changing the number in '''-Xmx1g''' allows the user to increase memory for particularly large email archives.
 +
 +
 +
== User Experiences ==
 +
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
 +
*'''Extreme Tech:''' [http://www.extremetech.com/computing/100297-relive-and-analyze-your-entire-email-archive Relive and analyze your entire email archive], October 17, 2011.
 +
 
 +
*'''New Scientist:''' [http://www.newscientist.com/article/mg21228346.200-muse-to-sift-the-emails-of-yesteryear.html MUSE to sift the emails of yesteryear], October 15, 2011.
 +
 +
 +
== Development Activity ==
 +
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 +
<!-- Add the OpenHub.com ID for the tool, if known. -->

Latest revision as of 16:04, 22 April 2021



A tool used for personal archiving of email.
Homepage:http://mobisocial.stanford.edu/muse/
License:Unknown
Platforms:Windows, Mac OS X
Function:Personal Archiving
Content type:Email




Description[edit]

Muse is a free downloadable tool that allows a user to archive their personal email. It is a project developed by Stanford University’s Mobisocial Computing Lab. Funding for Muse is provided by an NSF POMI 2020 Expedition Grant and the Stanford Mobisocial Lab.

Features:

  • Sentiment Graph - Displays messages that may be meaningful to the user, which relies on a pre-built lexicon to determine sentiments.
  • Calendar View - Displays important terms in the user’s email found through statistical analysis.
  • Attachment Wall - Displays all email attachments and allows the user to view the messages associated with the attachments.
  • Jog Dial Interface - Allows the user to quickly skim emails in chronological order using a dial interface.
  • Browsing Lens - A browser extension for Chrome and Firefox that identifies and highlights names on Web pages that also appear in the user’s email archive.

Users are able to fine-tune these features as they see fit in the Settings menu.

Common email formats supported by Muse are mbox, .PST, .DBX, and Eudora. Email can also be obtained simultaneously from multiple accounts. Muse connects via a secure email server, storing data locally, which ensures confidentiality among user accounts.

Platform[edit]

Muse is available for Windows and Mac OS X. Firefox, Chrome, or Safari browsers with Java v1.6 or higher are also required.

Documentation and User Support[edit]

Muse offers an extensive FAQ page along with a Tip Sheet. Users are also encouraged to contact the tool's creators for additional assistance.

If Muse fails to launch on a user's system, entering java -Xmx1g -jar muse-standalone.jar in the system's command line should cause the file to run. This launches the tool with 1GB of memory available, however changing the number in -Xmx1g allows the user to increase memory for particularly large email archives.


User Experiences[edit]


Development Activity[edit]