Actions

Difference between revisions of "Help"

From Londonhua WIKI

(Created page with "=How to Create Pages= '''Create Pages''' by *Logging in with your WPI username *Clicking the "Create page" link at the left menu *Suggestion: copy the contents of EAMIR_SDK|...")
 
(Redirected page to Help page!!)
 
Line 1: Line 1:
=How to Create Pages=
+
#REDIRECT [[Help_page!!]]
'''Create Pages''' by
 
*Logging in with your WPI username
 
*Clicking the "Create page" link at the left menu
 
*Suggestion: copy the contents of [[EAMIR_SDK| this page]] as a template starting point for your page
 
*Choose one or more categories (shown on the main page) that you feel your project falls into and create a category tags such as <nowiki>[[Category:Algorithmic Composition]] or [[Category:Interactive Systems]]</nowiki>. You can see all of the categories from the main page.
 
*Add a description and links to the content you're submitting by formatting them as <nowiki>[//www.mylink.com The Thing My Link Goes To]</nowiki>.
 
*See steps below for uploading and linking to content
 
*Once your page is complete, click save and review it. Go to the main page and ensure that your page shows up in the proper categories.
 
 
 
 
 
 
 
'''Complete List of Categories'''
 
 
 
'''Projects & Systems'''
 
 
 
<nowiki>
 
[[Category:Interactive Systems]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Multimedia]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Gaming]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Pedagogy, Theory, and Research Resources]]</nowiki>
 
 
 
<nowiki>
 
[[Category:Development Toolkits]]
 
</nowiki>
 
 
 
 
 
'''Compositions & Works'''
 
 
 
<nowiki>
 
[[Category:Music (classical)]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Music (popular, contemporary, non-classical)]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Algorithmic, Interactive, & Electro-acoustic Compositions]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Sound Design]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Film, Video, and Related Scores]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Scores and Arrangements]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Multimedia]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Writings, Papers, Tutorials,and Documentation]]
 
</nowiki>
 
 
 
 
 
'''Course Projects'''
 
 
 
<nowiki>
 
[[Category:Electronic Music Composition (3620)]]
 
</nowiki>
 
 
 
<nowiki>
 
[[Category:Foundations of Music Technology (2300)]]
 
</nowiki>
 
 
 
 
 
 
 
'''Important''': include an ''Advisor'' category tag depending on who you worked on the project with. For classes with Dr. Manzo, include the tag <nowiki>[[Category: Advisor:Manzo]]</nowiki>. If you worked on the project Dr. Bianchi, <nowiki>[[Category: Advisor:Bianchi]]</nowiki>; Dr. Barton, <nowiki>[[Category: Advisor:Barton]]</nowiki> and so on.
 
 
 
=How to Upload & Link to Content=
 
Upload Content in two ways:
 
 
 
'''Using "Upload file" feature (for files smaller than 24mb)'''
 
 
 
*Click the [[Special:Upload| Upload file]] link at the left and upload a file
 
*Link to the files within your page using the tag:
 
 
 
<nowiki>[[File:my_filename.jpg]]</nowiki>
 
 
 
 
 
 
 
 
 
'''Using WPI Storage (for files larger than 24mb)'''
 
To upload large files, log in at the page below:
 
 
 
https://video.wpi.edu/app/SingleSignOn/default.aspx
 
 
 
After adding media, grab the embed code, modify it, and add to your wiki page. I’ve put together a page in your wiki with all of the steps, here:
 
 
 
https://wiki.wpi.edu/vjmedia/Embedding_Media
 
 
 
 
 
<!--
 
'''Using WPI Storage (for files larger than 24mb)'''
 
 
 
Create a sub-folder for your project on your desktop (Name it something unique like YourName_FinalProject)
 
Copy all of the files you want to upload into this folder.
 
 
 
Then map a network drive here:
 
 
 
*Mapping a network drive ([http://www.wpi.edu/Academics/CCC/Help/Network/Mapping/ WPI support info]) to:
 
 
 
''Windows'':<nowiki> \\media.wpi.edu\Manzo</nowiki> ''or''
 
''Mac'': <nowiki>smb://media.wpi.edu/Manzo</nowiki>
 
*Copy the folder you just created onto the drive
 
*The web link to files put in that location will be:
 
 
<nowiki>http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.xxx</nowiki> 
 
 
 
Once you create folders in the network drive: 
 
 
 
<nowiki>http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_folder/my_filename.xxx</nowiki>
 
 
 
*Link to these files within your page using the code:
 
 
 
<nowiki>[[File:http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.jpg]]</nowiki>
 
 
 
Note: if you have spaces in your path name replace them with %20 so that "/HUA/Manzo/My File.png" becomes "/HUA/Manzo/My%20File.png"
 
 
 
Remove any special characters (such as spaces, "(", "{", etc.) from filenames
 
-->
 
 
 
=How to Embed Video and Audio=
 
 
 
 
 
'''Embed Video and Audio'''
 
*Upload the video or audio using the above steps
 
*You may embed the video or audio in your page with the following code:
 
 
 
Code:
 
<nowiki><mediaplayer>http://media.wpi.edu/Academics/Depts/HUA/Manzo/My_Audio.mp4</mediaplayer></nowiki>
 
 
or
 
 
 
<nowiki><mp3player>http://media.wpi.edu/Academics/Depts/HUA/Manzo/My_Audio.mp3</mp3player></nowiki>
 
 
 
'''[https://wiki.wpi.edu/vjmedia/Encoding Help with Video Encoding]'''
 
 
 
'''Embed Images'''
 
*Uploading the image using the "Upload file" link at the left
 
*You may embed the image in your page with the following code:
 
 
 
Code:
 
<nowiki>[[File:image_name.png]]</nowiki>
 
 
 
 
 
 
 
 
 
 
 
=[[Help_Connecting_to_File_Repository |Help Connecting to Git Repository]]=
 

Latest revision as of 17:46, 21 February 2017

Redirect to: