Difference between revisions of "How to Create Pages"

From vjmedia
(How to Embed Video and Audio)
Line 98: Line 98:
 
<nowiki>http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_folder/my_filename.xxx</nowiki>
 
<nowiki>http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_folder/my_filename.xxx</nowiki>
  
*Link to these files within your page using the tag:  
+
*Link to these files within your page using the code:  
  
 
<nowiki>[[File:http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.jpg]]</nowiki>
 
<nowiki>[[File:http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.jpg]]</nowiki>
  
 
=How to Embed Video and Audio=
 
=How to Embed Video and Audio=
'''Embed YouTube Video''' by
 
*You may embed YouTube video with the following tag:
 
  
Code:
 
<nowiki><youtube>VideoID</youtube></nowiki>
 
  
 +
'''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:
  
Example:
+
Code:
 
+
<nowiki><mediaplayer>http://media.wpi.edu/Academics/Depts/HUA/Manzo/My_Audio.mp3</mediaplayer></nowiki>
 
 
Note: The VideoID for your video is the alpha-numeric code after v= in the URL once uploaded to YouTube. Alternately, if you look at the “Share” link for a video, it’s the code at the end. E.g.: for http://youtu.be/sUC-20Z_EKM, the ID would be sUC-20Z_EKM.
 
 
 
'''Embed Audio'''
 
*information coming soon
 
 
 
  
Code:
 
<mediaplayer>http://media.wpi.edu/Academics/Depts/HUA/Manzo/White_Noise.mp3</mediaplayer>
 
  
 
'''Embed Images'''  
 
'''Embed Images'''  
 
*Uploading the image somewhere
 
*Uploading the image somewhere
*You may embed the image with the following tag:
+
*You may embed the image in your page with the following code:
  
 +
Code:
 
<nowiki>[[File:image_name.png]]</nowiki>
 
<nowiki>[[File:image_name.png]]</nowiki>

Revision as of 18:44, 8 March 2013

How to Create Pages

Create Pages by

  • Logging in with your WPI username
  • Searching for the title of your project in the search bar at the left. If the search comes back with zero results, you will be asked to "create this page" with that name. Click that link to begin creating that page.
  • Create the page and click edit at the top.
  • Suggestion: copy the contents of 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 [[Category:Algorithmic Composition]] or [[Category:Interactive Systems]]. 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 [//www.mylink.com The Thing My Link Goes To].
  • 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

[[Category:Interactive Systems]]

[[Category:Multimedia]]

[[Category:Gaming]]

[[Category:Pedagogy, Theory, and Research Resources]]

[[Category:Development Toolkits]]


Works

[[Category:Music (classical)]]

[[Category:Music (popular, contemporary, non-classical)]]

[[Category:Algorithmic, Interactive, & Electro-acoustic Compositions]]

[[Category:Sound Design]]

[[Category:Film, Video, and Related Scores]]

[[Category:Scores and Arrangements]]

[[Category:Multimedia]]

[[Category:Writings, Papers, Tutorials,and Documentation]]


How to Upload & Link to Content

Upload Content in two ways:

Using "Upload file" feature (for files smaller than 24mb)

  • Click the Upload file link at the left and upload a file
  • Link to the files within your page using the tag:

[[File:my_filename.jpg]]


Using WPI Storage (for files larger than 24mb)

Windows: \\media.wpi.edu\Manzo or Mac: smb://media.wpi.edu/Manzo

  • Create a sub-folder for your project
  • The web link to files put in that location will be:

http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.xxx

If you create folders in there then:

http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_folder/my_filename.xxx

  • Link to these files within your page using the code:

[[File:http://media.wpi.edu/Academics/Depts/HUA/Manzo/my_filename.jpg]]

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: <mediaplayer>http://media.wpi.edu/Academics/Depts/HUA/Manzo/My_Audio.mp3</mediaplayer>


Embed Images

  • Uploading the image somewhere
  • You may embed the image in your page with the following code:

Code: [[File:image_name.png]]