Difference between revisions of "How to Create Pages"

From vjmedia
(How to Embed Video and Audio)
(How to Create Pages)
Line 14: Line 14:
 
'''Complete List of Categories'''
 
'''Complete List of Categories'''
  
'''Projects'''
+
'''Projects & Systems'''
  
 
<nowiki>
 
<nowiki>
Line 36: Line 36:
  
  
'''Works'''
+
'''Compositions & Works'''
  
 
<nowiki>
 
<nowiki>

Revision as of 16:01, 15 August 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 & Systems

[[Category:Interactive Systems]]

[[Category:Multimedia]]

[[Category:Gaming]]

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

[[Category:Development Toolkits]]


Compositions & 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]]


Important: include an Advisor category tag depending on who you worked on the project with. For classes with Dr. Manzo, include the tag [[Category: Advisor:Manzo]]. If you worked on the project Dr. Bianchi, [[Category: Advisor:Bianchi]]; Dr. Barton, [[Category: Advisor:Barton]] 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 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

Once you create folders in the network drive:

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]]

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"

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.mp4</mediaplayer>

or

<mp3player>http://media.wpi.edu/Academics/Depts/HUA/Manzo/My_Audio.mp3</mp3player>


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: [[File:image_name.png]]