{"id":2358,"date":"2008-12-05T15:04:32","date_gmt":"2008-12-05T15:04:32","guid":{"rendered":"https:\/\/blogs.mathworks.com\/pick\/2008\/12\/05\/searching-around-file-exchange-20\/"},"modified":"2008-12-05T15:04:32","modified_gmt":"2008-12-05T15:04:32","slug":"searching-around-file-exchange-20","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/pick\/2008\/12\/05\/searching-around-file-exchange-20\/","title":{"rendered":"Searching Around File Exchange 2.0"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <p>Did you know that we actually have a few File Exchange submissions that highlight the new File Exchange? That's right, one\r\n      of our usability specialists, <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors\/31017\">Matthew<\/a>, has created <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/?term=tag:walkthrough\">3 walkthrough videos<\/a> on \"How to submit a file\", \"Searching for a file\", and \"Searching for an author\". They are each about 2 to 3 minutes long\r\n      (~8 minutes total).\r\n   <\/p>\r\n   <p>As you can see from the videos, we've revamped the searching capability. Whether you're searching for particular topics, casually\r\n      browsing through files, or looking for files written by your favorite author, the new File Exchange will help you find what\r\n      you want.\r\n   <\/p>\r\n   <p>You probably have noticed that it now uses a \"tag\" system.<\/p>\r\n   <p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/newfxfeatures_tags.png\"> <\/p>\r\n   <p>Tags can be added to the submissions, and you can quickly search by tags. There's also a \"tag cloud\" which shows you the relative\r\n      popularity of topics. You can click on any of the terms and do a quick search on that tag.\r\n   <\/p>\r\n   <p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/newfxfeatures_tagcloud.png\"> <\/p>\r\n   <p>But you're not limited to just searching through tags. You can search by other keywords, including author name, organization,\r\n      rating, products, etc. Let's see how many MathWorkers have submitted files:\r\n   <\/p>\r\n   <p><a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:mathworks\">https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:mathworks<\/a><\/p>\r\n   <p>You'll see several familiar names, including Bob, Brett, and myself. There's Doug way up there at #1 (as of the date of this\r\n      post), and the other original Pick of the Week blogger, Scott Hirsch.\r\n   <\/p>\r\n   <p>Just for kicks, I checked out my undergraduate and graduate schools.<\/p>\r\n   <p><html> <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:georgia+tech\">Georgia Tech<\/a>\r\n      (9 authors) <br> <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:univ+of+michigan\">University\r\n      of Michigan<\/a> (4 authors) <\/html>\r\n   <\/p>\r\n   <p><i>Note that these numbers are snapshots as of the date of this post.<\/i><\/p>\r\n   <p>Is your organization well-represented? Get your friends\/colleagues to submit files and start building your community on the\r\n      File Exchange.\r\n   <\/p>\r\n   <p><b>Comments<\/b><\/p>\r\n   <p>Let us know what you think of the new search capability. Is it helping you find the files you want? <a href=\"https:\/\/blogs.mathworks.com\/pick\/?p=2358#respond\">Tell us<\/a> how we can improve. We'll take back the feedback to the developers of the site.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_d2b0a43acf8d4a289f61018d706e8bab() {\r\n        \/\/ Remember the title so we can use it in the new page\r\n        title = document.title;\r\n\r\n        \/\/ Break up these strings so that their presence\r\n        \/\/ in the Javascript doesn't mess up the search for\r\n        \/\/ the MATLAB code.\r\n        t1='d2b0a43acf8d4a289f61018d706e8bab ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' d2b0a43acf8d4a289f61018d706e8bab';\r\n    \r\n        b=document.getElementsByTagName('body')[0];\r\n        i1=b.innerHTML.indexOf(t1)+t1.length;\r\n        i2=b.innerHTML.indexOf(t2);\r\n \r\n        code_string = b.innerHTML.substring(i1, i2);\r\n        code_string = code_string.replace(\/REPLACE_WITH_DASH_DASH\/g,'--');\r\n\r\n        \/\/ Use \/x3C\/g instead of the less-than character to avoid errors \r\n        \/\/ in the XML parser.\r\n        \/\/ Use '\\x26#60;' instead of '<' so that the XML parser\r\n        \/\/ doesn't go ahead and substitute the less-than character. \r\n        code_string = code_string.replace(\/\\x3C\/g, '\\x26#60;');\r\n\r\n\r\n        author = 'Jiro Doke';\r\n        copyright = 'Copyright 2008 The MathWorks, Inc.';\r\n\r\n        w = window.open();\r\n        d = w.document;\r\n        d.write('<pre>\\n');\r\n        d.write(code_string);\r\n\r\n        \/\/ Add author and copyright lines at the bottom if specified.\r\n        if ((author.length > 0) || (copyright.length > 0)) {\r\n            d.writeln('');\r\n            d.writeln('%%');\r\n            if (author.length > 0) {\r\n                d.writeln('% _' + author + '_');\r\n            }\r\n            if (copyright.length > 0) {\r\n                d.writeln('% _' + copyright + '_');\r\n            }\r\n        }\r\n\r\n        d.write('<\/pre>\\n');\r\n      \r\n      d.title = title + ' (MATLAB code)';\r\n      d.close();\r\n      }   \r\n      \r\n-->\r\n<\/script><p style=\"text-align: right; font-size: xx-small; font-weight:lighter;   font-style: italic; color: gray\"><br><a href=\"javascript:grabCode_d2b0a43acf8d4a289f61018d706e8bab()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n            the MATLAB code \r\n            <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; 7.7<br><\/p>\r\n<\/div>\r\n<!--\r\nd2b0a43acf8d4a289f61018d706e8bab ##### SOURCE BEGIN #####\r\n%%\r\n% Did you know that we actually have a few File Exchange submissions that\r\n% highlight the new File Exchange? That's right, one of our usability\r\n% specialists, <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors\/31017\r\n% Matthew>, has created <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/?term=tag:walkthrough\r\n% 3 walkthrough videos> on \"How to submit a file\", \"Searching for a file\",\r\n% and \"Searching for an author\". They are each about 2 to 3 minutes long\r\n% (~8 minutes total).\r\n%\r\n% As you can see from the videos, we've revamped the searching capability.\r\n% Whether you're searching for particular topics, casually browsing through\r\n% files, or looking for files written by your favorite author, the new File\r\n% Exchange will help you find what you want.\r\n%\r\n% You probably have noticed that it now uses a \"tag\" system.\r\n%\r\n% <<newfxfeatures_tags.png>>\r\n%\r\n% Tags can be added to the submissions, and you can quickly search by tags.\r\n% There's also a \"tag cloud\" which shows you the relative popularity of\r\n% topics. You can click on any of the terms and do a quick search on that\r\n% tag.\r\n%\r\n% <<newfxfeatures_tagcloud.png>>\r\n%\r\n% But you're not limited to just searching through tags. You can search\r\n% by other keywords, including author name, organization, rating, products,\r\n% etc. Let's see how many MathWorkers have submitted files:\r\n%\r\n% https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:mathworks\r\n%\r\n% You'll see several familiar names, including Bob, Brett, and myself.\r\n% There's Doug way up there at #1 (as of the date of this post), and the\r\n% other original Pick of the Week blogger, Scott Hirsch.\r\n%\r\n% Just for kicks, I checked out my undergraduate and graduate schools.\r\n%\r\n% <html>\r\n% <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:georgia+tech\">Georgia Tech<\/a> (9 authors)\r\n% <br>\r\n% <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/authors?term=organization:univ+of+michigan\">University of Michigan<\/a> (4 authors)\r\n% <\/html>\r\n%\r\n% _Note that these numbers are snapshots as of the date of this post._\r\n%\r\n% Is your organization well-represented? Get your friends\/colleagues to\r\n% submit files and start building your community on the File Exchange.\r\n%\r\n% *Comments*\r\n%\r\n% Let us know what you think of the new search capability. Is it helping\r\n% you find the files you want? <https:\/\/blogs.mathworks.com\/pick\/?p=2358#respond\r\n% Tell us> how we can improve. We'll take back the feedback to the\r\n% developers of the site.\r\n##### SOURCE END ##### d2b0a43acf8d4a289f61018d706e8bab\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   Did you know that we actually have a few File Exchange submissions that highlight the new File Exchange? That's right, one\r\n      of our usability specialists, Matthew, has created 3 walkthrough... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/pick\/2008\/12\/05\/searching-around-file-exchange-20\/\">read more >><\/a><\/p>","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/2358"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/comments?post=2358"}],"version-history":[{"count":0,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/2358\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/media?parent=2358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/categories?post=2358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/tags?post=2358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}