Meta:FormWizard/Config/Research

From Meta, a Wikimedia project coordination wiki

{

"@languages": "

",

"@doc": "Research - new proposal form wizard configuration file",
"create":{
   "config":{
       "post-edit": "Thank you for creating your proposal!",
       "new-page": true,
       "namespace": "Research:",
       "portal-page": "",
       "page-template": "",
       "infobox": "Probox/Research",
       "talkpage-template": "",
       "dialog-title": "Create a new research proposal",
       "error-not-logged-in": "Please log in before creating your proposal",
      "edit-comment-prefix": "Creating a new research proposal",
      "edit-comment-suffix": "(edited with FormWizard)"
       },
       "step-1":{
           "introText1": {
               "type": "text",
               "string": "This form will help you create a project page. Follow the instructions in the text box below and click 'create page' when you're ready"
           },
           "introText2": {
               "type": "text",
               "string": "Don't worry about getting everything right on the first pass. Just make sure you capture the basic idea and save your progress."
           },
           "introText3": {
               "type": "text",
               "string": "You may create the page in any language you want, but projects submitted in English are more likely to be read by a wider audience."
           },
           "introText4": {
               "type": "text",
               "string": "Once you've got the project page ready, consider sending an email to wiki-research-l or dropping by the IRC channel (#wikimedia-research) to let others know about it."
           },            
           "mailingListLink": {
               "type": "link",
               "href": "https://lists.wikimedia.org/mailman/listinfo/wiki-research-l",
               "link": "Subscribe to Wiki-research-l mailing list"
           },
          "statusParamComment": {
              "type": "smallTextBox",
              "visibility": "hidden",
              "add-to": "infobox",
              "infobox-param": "status-instructions",
              "value": ""
           },  
           "projectNameTextbox": {
                   "type": "smallTextBox",
                   "placeholder": "Please enter a title for your project page",
                   "title": "Project title",
                   "characterLength":100,
                   "mandatory":true,
                   "add-to": "infobox",
                   "infobox-param":"project",
                   "validate": "doesNotExists",
                   "page-title":true
               },
           "projectSummaryTextbox": {
                   "type": "largeTextBox",
                   "placeholder": "Briefly summarize your proposal in one sentence (you can add more information later)",
                   "title": "Summary",
                   "characterLength":300,
                   "mandatory": true,
                   "add-to": "infobox",
                   "infobox-param":"summary"
               },
         "investigatorUsernameTextbox": {
             "type": "smallTextBox",
             "placeholder": "example: Jmorgan (WMF)",
             "title": "Primary researcher",
             "text-1": "Please enter your Wikipedia username here. If your team has more than 1 researcher you can add others as collaborators below.",
             "characterLength":100,
             "mandatory": true,
             "add-to": "infobox",
             "infobox-param":"primary_investigator"
          },
         "investigatorEmailTextbox": {
             "type": "smallTextBox",
             "placeholder": "example: jmorgan@wikimedia.org",
             "title": "Contact email",
             "text-1": "Please enter a contact email address (optional).",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"contact"
          },
         "investigatorOrgTextbox": {
             "type": "smallTextBox",
             "placeholder": "example: University of Washington",
             "title": "Affiliation",
             "text-1": "Please enter the name of the organization you are affiliated with (if any).",
             "characterLength":140,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"organization"
          },
         "collaborator1Textbox": {
             "type": "smallTextBox",
             "placeholder": "example: AHalfaker (WMF)",
             "title": "First research collaborator",
             "text-1": "Please enter the username of a collaborator, if you have one.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"collaborator1"
          },   
         "collaborator2Textbox": {
             "type": "smallTextBox",
             "placeholder": "example: DTaraborelli (WMF)",
             "title": "Second research collaborator",
             "text-1": "Please enter a second collaborator's username, if you have one.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"collaborator2"
          },      
         "wmfContactTextbox": {
             "type": "smallTextBox",
             "placeholder": "example: Aripstra (WMF)",
             "title": "Wikimedia Foundation Contact",
             "text-1": "Please enter the username of any WMF staff member who may be involved in this project.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"wmf_coordinator1"
          }, 
                                                  
           "nextButton":{
                   "type":"nextButton",
                   "title":"Next"
               },
           "cancelButton":{
                   "type": "cancelButton",
                   "title":"Cancel"
               }
       },
       "step-2":{
         "projectStartMonth": {
             "type": "smallTextBox",
             "placeholder": "example: January",
             "title": "Start month",
             "text-1": "Please add the MONTH you expect to begin this project.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"start_month"
          }, 
         "projectStartYear": {
             "type": "smallTextBox",
             "placeholder": "example: 2014",
             "title": "Start year",
             "text-1": "Please add the YEAR you expect to start work on your project.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"start_year"
          }, 
         "projectEndMonth": {
             "type": "smallTextBox",
             "placeholder": "example: June",
             "title": "End month",
             "text-1": "Please add the MONTH you expect to complete this project.",
             "characterLength":100,
             "mandatory": false,
             "add-to": "infobox",
             "infobox-param":"end_month"
          },
           "projectEndYear": {
                   "type": "smallTextBox",
                   "placeholder": "i.e. 2014",
                   "title": "End year",
                   "text-1": "Please add the YEAR you expect to complete your project.",
                   "characterLength":20,
                   "mandatory":false,
                   "add-to": "infobox",
                   "infobox-param":"end_year"
               },
          "OpenAccessDropdown": {
              "type": "smallTextBox",
              "title": "Open access",
              "placeholder": "i.e. http://hdl.handle.net/1773/25074",
              "text-1": "If this project's manuscript is published open-access, include a link to the repository",
              "characterLength":200,
              "mandatory": false,
              "add-to": "infobox",
              "infobox-param":"open_access"
              },    
          "OpenSourceDropdown": {
              "type": "smallTextBox",
              "title": "Open source",
              "placeholder": "i.e. https://github.com/halfak/mwmetrics",
              "text-1": "If this project's code is open source, include a link to the repository",
              "characterLength":200,
              "mandatory": false,
              "add-to": "infobox",
              "infobox-param":"open_source"
              },    
          "OpenDataDropdown": {
              "type": "smallTextBox",
              "title": "Open data",
              "placeholder": "i.e. http://figshare.com/articles/Wikimedia_Mobile_View/1254628",
              "text-1": "If this project's data is available for download and reuse, include a link to the repository",
              "characterLength":200,
              "mandatory": false,
              "add-to": "infobox",
              "infobox-param":"open_data"
              },     
           "projectImage":{
               "type": "image",
               "title": "Want a custom image to represent your project?",
               "imageTitleBox": "To use a different image from Wikimedia Commons, enter 'File:' followed by the filename below",
               "text-1": "This is the default image that will appear",
               "placeholder": "File:Wiki_research_logo.svg",
               "url":"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Wiki_research_logo.svg/211px-Wiki_research_logo.svg.png",
               "add-to": "infobox",
               "infobox-param": "image",
               "validate": true,
               "link":"Search Wikimedia Commons for an image"
           },
          "projectOverviewSection": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Overview",
              "section-header": "Overview",                
              "value": "Introduce and describe your project at a high level in one or two paragraphs. Will the output of this project provide tangible benefits for our community (in the form of data, software, Web services)? If the output of this project mainly consists of scholarly publications, what aspects of Wikimedia projects will they help to understand."
          },             
          "projectMethodsTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Methods",
              "section-header": "Methods",                
              "value": "Describe in this section the methods you'll be using to conduct your research. If the project involves recruiting Wikimedia/Wikipedia editors for a survey or interview, please describe the suggested recruitment method and the size of the sample.  Please include links to consent forms, survey/interview questions and user-interface mock-ups."
          },
          "projectTimelineTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Timeline",
              "section-header": "Timeline",                
              "parent": "projectMethodsTextbox",
              "value" : "Please provide in this section a short timeline with the main milestones and deliverables (if any) for this project."
          },    
          "projectIRBTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Policy, Ethics and Human Subjects Research",
              "section-header": "Policy, Ethics and Human Subjects Research",
              "parent": "projectMethodsTextbox",
              "value": "It's very important that researchers do not disrupt Wikipedians' work.  Please add to this section any consideration relevant to ethical implications of your project or references to Wikimedia policies, if applicable. If your study has been approved by an ethical committee or an institutional review board (IRB), please quote the corresponding reference and date of approval."
          },
          "projectIRBTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Policy, Ethics and Human Subjects Research",
              "section-header": "Policy, Ethics and Human Subjects Research",
              "parent": "projectMethodsTextbox",
              "value": "It's very important that researchers do not disrupt Wikipedians' work.  Please add to this section any consideration relevant to ethical implications of your project or references to Wikimedia policies, if applicable. If your study has been approved by an ethical committee or an institutional review board (IRB), please quote the corresponding reference and date of approval."
          },
          "projectResultsTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "Results",
              "section-header": "Results",
              "value": "Once your study completes, describe the results an their implications here. Don't forget to make status=complete above when you are done."
          },
          "projectReferencesTextbox": {
              "type": "largeTextBox",
              "visibility": "hidden",
              "title": "",
              "characterLength":0,
              "mandatory":false,
              "add-to": "section",
              "section": "References",
              "section-header": "References",
              "value": ""
          },
          "proboxStatus": {
              "type": "smallTextBox",
              "visibility": "hidden",
              "add-to": "infobox",
              "infobox-param": "status",
              "value": "proposed"
           },                           
           "nextButton":{
               "type":"doneButton",
               "title":"Create my proposal"
           },
           "backButton":{
               "type":"backButton",
               "title":"Back"
           }
       }                   
 }

}